@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 577px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1270px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 577px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/*!
 * jQuery SmartWizard v5
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipu.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/jquery-smartwizard/blob/master/LICENSE
 */
/* SmartWizard Base Styles */
.sw {
  position: relative; }

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

.sw > .tab-content {
  position: relative;
  overflow: hidden; }

.sw .toolbar {
  padding: .8rem; }

.sw .toolbar > .btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: .2rem;
  margin-right: .2rem;
  cursor: pointer; }

.sw .toolbar > .btn.disabled, .sw .toolbar > .btn:disabled {
  opacity: .65; }

.sw > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .sw > .nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; } }

.sw > .nav .nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none; }

.sw > .nav .nav-link:hover, .sw > .nav .nav-link:active, .sw > .nav .nav-link:focus {
  text-decoration: none; }

.sw > .nav .nav-link::-moz-focus-inner {
  border: 0 !important; }

.sw > .nav .nav-link.disabled {
  color: #ccc !important;
  pointer-events: none;
  cursor: default; }

.sw > .nav .nav-link.hidden {
  display: none !important; }

.sw.sw-justified > .nav > li, .sw.sw-justified > .nav .nav-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.sw.sw-dark {
  color: rgba(255, 255, 255, 0.95);
  background: #000; }

.sw.sw-loading {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sw.sw-loading::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.sw.sw-loading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2rem;
  height: 2rem;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  z-index: 10;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

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

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

/* SmartWizard Theme: Default */
.sw-theme-default {
  border: 1px solid #eeeeee; }

.sw-theme-default > .tab-content > .tab-pane {
  padding: 10px; }

.sw-theme-default .toolbar > .btn {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  padding: .375rem .75rem;
  border-radius: .25rem;
  font-weight: 400; }

.sw-theme-default > .nav {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important; }

.sw-theme-default > .nav .nav-link {
  position: relative;
  height: 100%;
  min-height: 100%; }

.sw-theme-default > .nav .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0px;
  bottom: -1px;
  background: #999999;
  -webkit-transition: all .35s ease .15s;
  -o-transition: all .35s ease .15s;
  transition: all .35s ease .15s; }

.sw-theme-default > .nav .nav-link.inactive {
  color: #999999;
  cursor: not-allowed; }

.sw-theme-default > .nav .nav-link.active {
  color: #17a2b8 !important;
  cursor: pointer; }

.sw-theme-default > .nav .nav-link.active::after {
  background: #17a2b8 !important;
  width: 100%; }

.sw-theme-default > .nav .nav-link.done {
  color: #5cb85c !important;
  cursor: pointer; }

.sw-theme-default > .nav .nav-link.done::after {
  background: #5cb85c;
  width: 100%; }

.sw-theme-default > .nav .nav-link.disabled {
  color: #dddddd !important;
  cursor: not-allowed; }

.sw-theme-default > .nav .nav-link.disabled::after {
  background: #dddddd;
  width: 100%; }

.sw-theme-default > .nav .nav-link.danger {
  color: #d9534f !important;
  cursor: pointer; }

.sw-theme-default > .nav .nav-link.danger::after {
  background: #d9534f;
  width: 100%; }

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .selectric-items li {
    display: block;
    padding: 10px;
    cursor: pointer; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="submit"], input[type="reset"], input[type="tel"], textarea, select {
  border-radius: 0;
  -webkit-appearance: none; }

button, [type="submit"], [type="button"], label {
  cursor: pointer; }

*:focus {
  outline: none; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.fleft {
  float: left; }

.fright {
  float: right; }

nav ul, .list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.bg__cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

::-ms-input-placeholder {
  color: #000;
  opacity: 1; }

::placeholder {
  color: #000;
  opacity: 1; }

::-moz-selection {
  background-color: #000;
  color: #fff; }

::selection {
  background-color: #000;
  color: #fff; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 2.35em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

.b1 {
  margin-top: 1px; }

.b2 {
  margin-top: 2px; }

.b3 {
  margin-top: 3px; }

.b4 {
  margin-top: 4px; }

.b5 {
  margin-top: 5px; }

.b6 {
  margin-top: 6px; }

.b7 {
  margin-top: 7px; }

.b8 {
  margin-top: 8px; }

.b9 {
  margin-top: 9px; }

.b10 {
  margin-top: 10px; }

.b11 {
  margin-top: 11px; }

.b12 {
  margin-top: 12px; }

.b13 {
  margin-top: 13px; }

.b14 {
  margin-top: 14px; }

.b15 {
  margin-top: 15px; }

.b16 {
  margin-top: 16px; }

.b17 {
  margin-top: 17px; }

.b18 {
  margin-top: 18px; }

.b19 {
  margin-top: 19px; }

.b20 {
  margin-top: 20px; }

.b21 {
  margin-top: 21px; }

.b22 {
  margin-top: 22px; }

.b23 {
  margin-top: 23px; }

.b24 {
  margin-top: 24px; }

.b25 {
  margin-top: 25px; }

.b26 {
  margin-top: 26px; }

.b27 {
  margin-top: 27px; }

.b28 {
  margin-top: 28px; }

.b29 {
  margin-top: 29px; }

.b30 {
  margin-top: 30px; }

.b31 {
  margin-top: 31px; }

.b32 {
  margin-top: 32px; }

.b33 {
  margin-top: 33px; }

.b34 {
  margin-top: 34px; }

.b35 {
  margin-top: 35px; }

.b36 {
  margin-top: 36px; }

.b37 {
  margin-top: 37px; }

.b38 {
  margin-top: 38px; }

.b39 {
  margin-top: 39px; }

.b40 {
  margin-top: 40px; }

.b41 {
  margin-top: 41px; }

.b42 {
  margin-top: 42px; }

.b43 {
  margin-top: 43px; }

.b44 {
  margin-top: 44px; }

.b45 {
  margin-top: 45px; }

.b46 {
  margin-top: 46px; }

.b47 {
  margin-top: 47px; }

.b48 {
  margin-top: 48px; }

.b49 {
  margin-top: 49px; }

.b50 {
  margin-top: 50px; }

.b51 {
  margin-top: 51px; }

.b52 {
  margin-top: 52px; }

.b53 {
  margin-top: 53px; }

.b54 {
  margin-top: 54px; }

.b55 {
  margin-top: 55px; }

.b56 {
  margin-top: 56px; }

.b57 {
  margin-top: 57px; }

.b58 {
  margin-top: 58px; }

.b59 {
  margin-top: 59px; }

.b60 {
  margin-top: 60px; }

.b61 {
  margin-top: 61px; }

.b62 {
  margin-top: 62px; }

.b63 {
  margin-top: 63px; }

.b64 {
  margin-top: 64px; }

.b65 {
  margin-top: 65px; }

.b66 {
  margin-top: 66px; }

.b67 {
  margin-top: 67px; }

.b68 {
  margin-top: 68px; }

.b69 {
  margin-top: 69px; }

.b70 {
  margin-top: 70px; }

.b71 {
  margin-top: 71px; }

.b72 {
  margin-top: 72px; }

.b73 {
  margin-top: 73px; }

.b74 {
  margin-top: 74px; }

.b75 {
  margin-top: 75px; }

.b76 {
  margin-top: 76px; }

.b77 {
  margin-top: 77px; }

.b78 {
  margin-top: 78px; }

.b79 {
  margin-top: 79px; }

.b80 {
  margin-top: 80px; }

.b81 {
  margin-top: 81px; }

.b82 {
  margin-top: 82px; }

.b83 {
  margin-top: 83px; }

.b84 {
  margin-top: 84px; }

.b85 {
  margin-top: 85px; }

.b86 {
  margin-top: 86px; }

.b87 {
  margin-top: 87px; }

.b88 {
  margin-top: 88px; }

.b89 {
  margin-top: 89px; }

.b90 {
  margin-top: 90px; }

.b91 {
  margin-top: 91px; }

.b92 {
  margin-top: 92px; }

.b93 {
  margin-top: 93px; }

.b94 {
  margin-top: 94px; }

.b95 {
  margin-top: 95px; }

.b96 {
  margin-top: 96px; }

.b97 {
  margin-top: 97px; }

.b98 {
  margin-top: 98px; }

.b99 {
  margin-top: 99px; }

.b100 {
  margin-top: 100px; }

.b101 {
  margin-top: 101px; }

.b102 {
  margin-top: 102px; }

.b103 {
  margin-top: 103px; }

.b104 {
  margin-top: 104px; }

.b105 {
  margin-top: 105px; }

.b106 {
  margin-top: 106px; }

.b107 {
  margin-top: 107px; }

.b108 {
  margin-top: 108px; }

.b109 {
  margin-top: 109px; }

.b110 {
  margin-top: 110px; }

.b111 {
  margin-top: 111px; }

.b112 {
  margin-top: 112px; }

.b113 {
  margin-top: 113px; }

.b114 {
  margin-top: 114px; }

.b115 {
  margin-top: 115px; }

.b116 {
  margin-top: 116px; }

.b117 {
  margin-top: 117px; }

.b118 {
  margin-top: 118px; }

.b119 {
  margin-top: 119px; }

.b120 {
  margin-top: 120px; }

.b121 {
  margin-top: 121px; }

.b122 {
  margin-top: 122px; }

.b123 {
  margin-top: 123px; }

.b124 {
  margin-top: 124px; }

.b125 {
  margin-top: 125px; }

.b126 {
  margin-top: 126px; }

.b127 {
  margin-top: 127px; }

.b128 {
  margin-top: 128px; }

.b129 {
  margin-top: 129px; }

.b130 {
  margin-top: 130px; }

.b131 {
  margin-top: 131px; }

.b132 {
  margin-top: 132px; }

.b133 {
  margin-top: 133px; }

.b134 {
  margin-top: 134px; }

.b135 {
  margin-top: 135px; }

.b136 {
  margin-top: 136px; }

.b137 {
  margin-top: 137px; }

.b138 {
  margin-top: 138px; }

.b139 {
  margin-top: 139px; }

.b140 {
  margin-top: 140px; }

.b141 {
  margin-top: 141px; }

.b142 {
  margin-top: 142px; }

.b143 {
  margin-top: 143px; }

.b144 {
  margin-top: 144px; }

.b145 {
  margin-top: 145px; }

.b146 {
  margin-top: 146px; }

.b147 {
  margin-top: 147px; }

.b148 {
  margin-top: 148px; }

.b149 {
  margin-top: 149px; }

.b150 {
  margin-top: 150px; }

.b151 {
  margin-top: 151px; }

.b152 {
  margin-top: 152px; }

.b153 {
  margin-top: 153px; }

.b154 {
  margin-top: 154px; }

.b155 {
  margin-top: 155px; }

.b156 {
  margin-top: 156px; }

.b157 {
  margin-top: 157px; }

.b158 {
  margin-top: 158px; }

.b159 {
  margin-top: 159px; }

.b160 {
  margin-top: 160px; }

.b161 {
  margin-top: 161px; }

.b162 {
  margin-top: 162px; }

.b163 {
  margin-top: 163px; }

.b164 {
  margin-top: 164px; }

.b165 {
  margin-top: 165px; }

.b166 {
  margin-top: 166px; }

.b167 {
  margin-top: 167px; }

.b168 {
  margin-top: 168px; }

.b169 {
  margin-top: 169px; }

.b170 {
  margin-top: 170px; }

.b171 {
  margin-top: 171px; }

.b172 {
  margin-top: 172px; }

.b173 {
  margin-top: 173px; }

.b174 {
  margin-top: 174px; }

.b175 {
  margin-top: 175px; }

.b176 {
  margin-top: 176px; }

.b177 {
  margin-top: 177px; }

.b178 {
  margin-top: 178px; }

.b179 {
  margin-top: 179px; }

.b180 {
  margin-top: 180px; }

.b181 {
  margin-top: 181px; }

.b182 {
  margin-top: 182px; }

.b183 {
  margin-top: 183px; }

.b184 {
  margin-top: 184px; }

.b185 {
  margin-top: 185px; }

.b186 {
  margin-top: 186px; }

.b187 {
  margin-top: 187px; }

.b188 {
  margin-top: 188px; }

.b189 {
  margin-top: 189px; }

.b190 {
  margin-top: 190px; }

.b191 {
  margin-top: 191px; }

.b192 {
  margin-top: 192px; }

.b193 {
  margin-top: 193px; }

.b194 {
  margin-top: 194px; }

.b195 {
  margin-top: 195px; }

.b196 {
  margin-top: 196px; }

.b197 {
  margin-top: 197px; }

.b198 {
  margin-top: 198px; }

.b199 {
  margin-top: 199px; }

.b200 {
  margin-top: 200px; }

.b201 {
  margin-top: 201px; }

.b202 {
  margin-top: 202px; }

.b203 {
  margin-top: 203px; }

.b204 {
  margin-top: 204px; }

.b205 {
  margin-top: 205px; }

.b206 {
  margin-top: 206px; }

.b207 {
  margin-top: 207px; }

.b208 {
  margin-top: 208px; }

.b209 {
  margin-top: 209px; }

.b210 {
  margin-top: 210px; }

.b211 {
  margin-top: 211px; }

.b212 {
  margin-top: 212px; }

.b213 {
  margin-top: 213px; }

.b214 {
  margin-top: 214px; }

.b215 {
  margin-top: 215px; }

.b216 {
  margin-top: 216px; }

.b217 {
  margin-top: 217px; }

.b218 {
  margin-top: 218px; }

.b219 {
  margin-top: 219px; }

.b220 {
  margin-top: 220px; }

.b221 {
  margin-top: 221px; }

.b222 {
  margin-top: 222px; }

.b223 {
  margin-top: 223px; }

.b224 {
  margin-top: 224px; }

.b225 {
  margin-top: 225px; }

.b226 {
  margin-top: 226px; }

.b227 {
  margin-top: 227px; }

.b228 {
  margin-top: 228px; }

.b229 {
  margin-top: 229px; }

.b230 {
  margin-top: 230px; }

.b231 {
  margin-top: 231px; }

.b232 {
  margin-top: 232px; }

.b233 {
  margin-top: 233px; }

.b234 {
  margin-top: 234px; }

.b235 {
  margin-top: 235px; }

.b236 {
  margin-top: 236px; }

.b237 {
  margin-top: 237px; }

.b238 {
  margin-top: 238px; }

.b239 {
  margin-top: 239px; }

.b240 {
  margin-top: 240px; }

.b241 {
  margin-top: 241px; }

.b242 {
  margin-top: 242px; }

.b243 {
  margin-top: 243px; }

.b244 {
  margin-top: 244px; }

.b245 {
  margin-top: 245px; }

.b246 {
  margin-top: 246px; }

.b247 {
  margin-top: 247px; }

.b248 {
  margin-top: 248px; }

.b249 {
  margin-top: 249px; }

.b250 {
  margin-top: 250px; }

.b-1 {
  margin-top: -1px; }

.b-2 {
  margin-top: -2px; }

.b-3 {
  margin-top: -3px; }

.b-4 {
  margin-top: -4px; }

.b-5 {
  margin-top: -5px; }

.b-6 {
  margin-top: -6px; }

.b-7 {
  margin-top: -7px; }

.b-8 {
  margin-top: -8px; }

.b-9 {
  margin-top: -9px; }

.b-10 {
  margin-top: -10px; }

.b-11 {
  margin-top: -11px; }

.b-12 {
  margin-top: -12px; }

.b-13 {
  margin-top: -13px; }

.b-14 {
  margin-top: -14px; }

.b-15 {
  margin-top: -15px; }

.b-16 {
  margin-top: -16px; }

.b-17 {
  margin-top: -17px; }

.b-18 {
  margin-top: -18px; }

.b-19 {
  margin-top: -19px; }

.b-20 {
  margin-top: -20px; }

.b-21 {
  margin-top: -21px; }

.b-22 {
  margin-top: -22px; }

.b-23 {
  margin-top: -23px; }

.b-24 {
  margin-top: -24px; }

.b-25 {
  margin-top: -25px; }

.b-26 {
  margin-top: -26px; }

.b-27 {
  margin-top: -27px; }

.b-28 {
  margin-top: -28px; }

.b-29 {
  margin-top: -29px; }

.b-30 {
  margin-top: -30px; }

.b-31 {
  margin-top: -31px; }

.b-32 {
  margin-top: -32px; }

.b-33 {
  margin-top: -33px; }

.b-34 {
  margin-top: -34px; }

.b-35 {
  margin-top: -35px; }

.b-36 {
  margin-top: -36px; }

.b-37 {
  margin-top: -37px; }

.b-38 {
  margin-top: -38px; }

.b-39 {
  margin-top: -39px; }

.b-40 {
  margin-top: -40px; }

.b-41 {
  margin-top: -41px; }

.b-42 {
  margin-top: -42px; }

.b-43 {
  margin-top: -43px; }

.b-44 {
  margin-top: -44px; }

.b-45 {
  margin-top: -45px; }

.b-46 {
  margin-top: -46px; }

.b-47 {
  margin-top: -47px; }

.b-48 {
  margin-top: -48px; }

.b-49 {
  margin-top: -49px; }

.b-50 {
  margin-top: -50px; }

.b-51 {
  margin-top: -51px; }

.b-52 {
  margin-top: -52px; }

.b-53 {
  margin-top: -53px; }

.b-54 {
  margin-top: -54px; }

.b-55 {
  margin-top: -55px; }

.b-56 {
  margin-top: -56px; }

.b-57 {
  margin-top: -57px; }

.b-58 {
  margin-top: -58px; }

.b-59 {
  margin-top: -59px; }

.b-60 {
  margin-top: -60px; }

.b-61 {
  margin-top: -61px; }

.b-62 {
  margin-top: -62px; }

.b-63 {
  margin-top: -63px; }

.b-64 {
  margin-top: -64px; }

.b-65 {
  margin-top: -65px; }

.b-66 {
  margin-top: -66px; }

.b-67 {
  margin-top: -67px; }

.b-68 {
  margin-top: -68px; }

.b-69 {
  margin-top: -69px; }

.b-70 {
  margin-top: -70px; }

.b-71 {
  margin-top: -71px; }

.b-72 {
  margin-top: -72px; }

.b-73 {
  margin-top: -73px; }

.b-74 {
  margin-top: -74px; }

.b-75 {
  margin-top: -75px; }

.b-76 {
  margin-top: -76px; }

.b-77 {
  margin-top: -77px; }

.b-78 {
  margin-top: -78px; }

.b-79 {
  margin-top: -79px; }

.b-80 {
  margin-top: -80px; }

.b-81 {
  margin-top: -81px; }

.b-82 {
  margin-top: -82px; }

.b-83 {
  margin-top: -83px; }

.b-84 {
  margin-top: -84px; }

.b-85 {
  margin-top: -85px; }

.b-86 {
  margin-top: -86px; }

.b-87 {
  margin-top: -87px; }

.b-88 {
  margin-top: -88px; }

.b-89 {
  margin-top: -89px; }

.b-90 {
  margin-top: -90px; }

.b-91 {
  margin-top: -91px; }

.b-92 {
  margin-top: -92px; }

.b-93 {
  margin-top: -93px; }

.b-94 {
  margin-top: -94px; }

.b-95 {
  margin-top: -95px; }

.b-96 {
  margin-top: -96px; }

.b-97 {
  margin-top: -97px; }

.b-98 {
  margin-top: -98px; }

.b-99 {
  margin-top: -99px; }

.b-100 {
  margin-top: -100px; }

.b-101 {
  margin-top: -101px; }

.b-102 {
  margin-top: -102px; }

.b-103 {
  margin-top: -103px; }

.b-104 {
  margin-top: -104px; }

.b-105 {
  margin-top: -105px; }

.b-106 {
  margin-top: -106px; }

.b-107 {
  margin-top: -107px; }

.b-108 {
  margin-top: -108px; }

.b-109 {
  margin-top: -109px; }

.b-110 {
  margin-top: -110px; }

.b-111 {
  margin-top: -111px; }

.b-112 {
  margin-top: -112px; }

.b-113 {
  margin-top: -113px; }

.b-114 {
  margin-top: -114px; }

.b-115 {
  margin-top: -115px; }

.b-116 {
  margin-top: -116px; }

.b-117 {
  margin-top: -117px; }

.b-118 {
  margin-top: -118px; }

.b-119 {
  margin-top: -119px; }

.b-120 {
  margin-top: -120px; }

.b-121 {
  margin-top: -121px; }

.b-122 {
  margin-top: -122px; }

.b-123 {
  margin-top: -123px; }

.b-124 {
  margin-top: -124px; }

.b-125 {
  margin-top: -125px; }

.b-126 {
  margin-top: -126px; }

.b-127 {
  margin-top: -127px; }

.b-128 {
  margin-top: -128px; }

.b-129 {
  margin-top: -129px; }

.b-130 {
  margin-top: -130px; }

.b-131 {
  margin-top: -131px; }

.b-132 {
  margin-top: -132px; }

.b-133 {
  margin-top: -133px; }

.b-134 {
  margin-top: -134px; }

.b-135 {
  margin-top: -135px; }

.b-136 {
  margin-top: -136px; }

.b-137 {
  margin-top: -137px; }

.b-138 {
  margin-top: -138px; }

.b-139 {
  margin-top: -139px; }

.b-140 {
  margin-top: -140px; }

.b-141 {
  margin-top: -141px; }

.b-142 {
  margin-top: -142px; }

.b-143 {
  margin-top: -143px; }

.b-144 {
  margin-top: -144px; }

.b-145 {
  margin-top: -145px; }

.b-146 {
  margin-top: -146px; }

.b-147 {
  margin-top: -147px; }

.b-148 {
  margin-top: -148px; }

.b-149 {
  margin-top: -149px; }

.b-150 {
  margin-top: -150px; }

.b-151 {
  margin-top: -151px; }

.b-152 {
  margin-top: -152px; }

.b-153 {
  margin-top: -153px; }

.b-154 {
  margin-top: -154px; }

.b-155 {
  margin-top: -155px; }

.b-156 {
  margin-top: -156px; }

.b-157 {
  margin-top: -157px; }

.b-158 {
  margin-top: -158px; }

.b-159 {
  margin-top: -159px; }

.b-160 {
  margin-top: -160px; }

.b-161 {
  margin-top: -161px; }

.b-162 {
  margin-top: -162px; }

.b-163 {
  margin-top: -163px; }

.b-164 {
  margin-top: -164px; }

.b-165 {
  margin-top: -165px; }

.b-166 {
  margin-top: -166px; }

.b-167 {
  margin-top: -167px; }

.b-168 {
  margin-top: -168px; }

.b-169 {
  margin-top: -169px; }

.b-170 {
  margin-top: -170px; }

.b-171 {
  margin-top: -171px; }

.b-172 {
  margin-top: -172px; }

.b-173 {
  margin-top: -173px; }

.b-174 {
  margin-top: -174px; }

.b-175 {
  margin-top: -175px; }

.b-176 {
  margin-top: -176px; }

.b-177 {
  margin-top: -177px; }

.b-178 {
  margin-top: -178px; }

.b-179 {
  margin-top: -179px; }

.b-180 {
  margin-top: -180px; }

.b-181 {
  margin-top: -181px; }

.b-182 {
  margin-top: -182px; }

.b-183 {
  margin-top: -183px; }

.b-184 {
  margin-top: -184px; }

.b-185 {
  margin-top: -185px; }

.b-186 {
  margin-top: -186px; }

.b-187 {
  margin-top: -187px; }

.b-188 {
  margin-top: -188px; }

.b-189 {
  margin-top: -189px; }

.b-190 {
  margin-top: -190px; }

.b-191 {
  margin-top: -191px; }

.b-192 {
  margin-top: -192px; }

.b-193 {
  margin-top: -193px; }

.b-194 {
  margin-top: -194px; }

.b-195 {
  margin-top: -195px; }

.b-196 {
  margin-top: -196px; }

.b-197 {
  margin-top: -197px; }

.b-198 {
  margin-top: -198px; }

.b-199 {
  margin-top: -199px; }

.b-200 {
  margin-top: -200px; }

.b-201 {
  margin-top: -201px; }

.b-202 {
  margin-top: -202px; }

.b-203 {
  margin-top: -203px; }

.b-204 {
  margin-top: -204px; }

.b-205 {
  margin-top: -205px; }

.b-206 {
  margin-top: -206px; }

.b-207 {
  margin-top: -207px; }

.b-208 {
  margin-top: -208px; }

.b-209 {
  margin-top: -209px; }

.b-210 {
  margin-top: -210px; }

.b-211 {
  margin-top: -211px; }

.b-212 {
  margin-top: -212px; }

.b-213 {
  margin-top: -213px; }

.b-214 {
  margin-top: -214px; }

.b-215 {
  margin-top: -215px; }

.b-216 {
  margin-top: -216px; }

.b-217 {
  margin-top: -217px; }

.b-218 {
  margin-top: -218px; }

.b-219 {
  margin-top: -219px; }

.b-220 {
  margin-top: -220px; }

.b-221 {
  margin-top: -221px; }

.b-222 {
  margin-top: -222px; }

.b-223 {
  margin-top: -223px; }

.b-224 {
  margin-top: -224px; }

.b-225 {
  margin-top: -225px; }

.b-226 {
  margin-top: -226px; }

.b-227 {
  margin-top: -227px; }

.b-228 {
  margin-top: -228px; }

.b-229 {
  margin-top: -229px; }

.b-230 {
  margin-top: -230px; }

.b-231 {
  margin-top: -231px; }

.b-232 {
  margin-top: -232px; }

.b-233 {
  margin-top: -233px; }

.b-234 {
  margin-top: -234px; }

.b-235 {
  margin-top: -235px; }

.b-236 {
  margin-top: -236px; }

.b-237 {
  margin-top: -237px; }

.b-238 {
  margin-top: -238px; }

.b-239 {
  margin-top: -239px; }

.b-240 {
  margin-top: -240px; }

.b-241 {
  margin-top: -241px; }

.b-242 {
  margin-top: -242px; }

.b-243 {
  margin-top: -243px; }

.b-244 {
  margin-top: -244px; }

.b-245 {
  margin-top: -245px; }

.b-246 {
  margin-top: -246px; }

.b-247 {
  margin-top: -247px; }

.b-248 {
  margin-top: -248px; }

.b-249 {
  margin-top: -249px; }

.b-250 {
  margin-top: -250px; }

.row-1 {
  margin-left: -1px;
  margin-right: -1px; }
  .row-1 > [class*="col"] {
    padding-left: 1px;
    padding-right: 1px; }

.row-2 {
  margin-left: -2px;
  margin-right: -2px; }
  .row-2 > [class*="col"] {
    padding-left: 2px;
    padding-right: 2px; }

.row-3 {
  margin-left: -3px;
  margin-right: -3px; }
  .row-3 > [class*="col"] {
    padding-left: 3px;
    padding-right: 3px; }

.row-4 {
  margin-left: -4px;
  margin-right: -4px; }
  .row-4 > [class*="col"] {
    padding-left: 4px;
    padding-right: 4px; }

.row-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.row-6 {
  margin-left: -6px;
  margin-right: -6px; }
  .row-6 > [class*="col"] {
    padding-left: 6px;
    padding-right: 6px; }

.row-7 {
  margin-left: -7px;
  margin-right: -7px; }
  .row-7 > [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

.row-8 {
  margin-left: -8px;
  margin-right: -8px; }
  .row-8 > [class*="col"] {
    padding-left: 8px;
    padding-right: 8px; }

.row-9 {
  margin-left: -9px;
  margin-right: -9px; }
  .row-9 > [class*="col"] {
    padding-left: 9px;
    padding-right: 9px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.row-11 {
  margin-left: -11px;
  margin-right: -11px; }
  .row-11 > [class*="col"] {
    padding-left: 11px;
    padding-right: 11px; }

.row-12 {
  margin-left: -12px;
  margin-right: -12px; }
  .row-12 > [class*="col"] {
    padding-left: 12px;
    padding-right: 12px; }

.row-13 {
  margin-left: -13px;
  margin-right: -13px; }
  .row-13 > [class*="col"] {
    padding-left: 13px;
    padding-right: 13px; }

.row-14 {
  margin-left: -14px;
  margin-right: -14px; }
  .row-14 > [class*="col"] {
    padding-left: 14px;
    padding-right: 14px; }

.row-15 {
  margin-left: -15px;
  margin-right: -15px; }
  .row-15 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px; }

.row-16 {
  margin-left: -16px;
  margin-right: -16px; }
  .row-16 > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px; }

.row-17 {
  margin-left: -17px;
  margin-right: -17px; }
  .row-17 > [class*="col"] {
    padding-left: 17px;
    padding-right: 17px; }

.row-18 {
  margin-left: -18px;
  margin-right: -18px; }
  .row-18 > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px; }

.row-19 {
  margin-left: -19px;
  margin-right: -19px; }
  .row-19 > [class*="col"] {
    padding-left: 19px;
    padding-right: 19px; }

.row-20 {
  margin-left: -20px;
  margin-right: -20px; }
  .row-20 > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px; }

.row-21 {
  margin-left: -21px;
  margin-right: -21px; }
  .row-21 > [class*="col"] {
    padding-left: 21px;
    padding-right: 21px; }

.row-22 {
  margin-left: -22px;
  margin-right: -22px; }
  .row-22 > [class*="col"] {
    padding-left: 22px;
    padding-right: 22px; }

.row-23 {
  margin-left: -23px;
  margin-right: -23px; }
  .row-23 > [class*="col"] {
    padding-left: 23px;
    padding-right: 23px; }

.row-24 {
  margin-left: -24px;
  margin-right: -24px; }
  .row-24 > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px; }

.row-25 {
  margin-left: -25px;
  margin-right: -25px; }
  .row-25 > [class*="col"] {
    padding-left: 25px;
    padding-right: 25px; }

.row-26 {
  margin-left: -26px;
  margin-right: -26px; }
  .row-26 > [class*="col"] {
    padding-left: 26px;
    padding-right: 26px; }

.row-27 {
  margin-left: -27px;
  margin-right: -27px; }
  .row-27 > [class*="col"] {
    padding-left: 27px;
    padding-right: 27px; }

.row-28 {
  margin-left: -28px;
  margin-right: -28px; }
  .row-28 > [class*="col"] {
    padding-left: 28px;
    padding-right: 28px; }

.row-29 {
  margin-left: -29px;
  margin-right: -29px; }
  .row-29 > [class*="col"] {
    padding-left: 29px;
    padding-right: 29px; }

.row-30 {
  margin-left: -30px;
  margin-right: -30px; }
  .row-30 > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px; }

.row-31 {
  margin-left: -31px;
  margin-right: -31px; }
  .row-31 > [class*="col"] {
    padding-left: 31px;
    padding-right: 31px; }

.row-32 {
  margin-left: -32px;
  margin-right: -32px; }
  .row-32 > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px; }

.row-33 {
  margin-left: -33px;
  margin-right: -33px; }
  .row-33 > [class*="col"] {
    padding-left: 33px;
    padding-right: 33px; }

.row-34 {
  margin-left: -34px;
  margin-right: -34px; }
  .row-34 > [class*="col"] {
    padding-left: 34px;
    padding-right: 34px; }

.row-35 {
  margin-left: -35px;
  margin-right: -35px; }
  .row-35 > [class*="col"] {
    padding-left: 35px;
    padding-right: 35px; }

.row-36 {
  margin-left: -36px;
  margin-right: -36px; }
  .row-36 > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px; }

.row-37 {
  margin-left: -37px;
  margin-right: -37px; }
  .row-37 > [class*="col"] {
    padding-left: 37px;
    padding-right: 37px; }

.row-38 {
  margin-left: -38px;
  margin-right: -38px; }
  .row-38 > [class*="col"] {
    padding-left: 38px;
    padding-right: 38px; }

.row-39 {
  margin-left: -39px;
  margin-right: -39px; }
  .row-39 > [class*="col"] {
    padding-left: 39px;
    padding-right: 39px; }

.row-40 {
  margin-left: -40px;
  margin-right: -40px; }
  .row-40 > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px; }

.row-41 {
  margin-left: -41px;
  margin-right: -41px; }
  .row-41 > [class*="col"] {
    padding-left: 41px;
    padding-right: 41px; }

.row-42 {
  margin-left: -42px;
  margin-right: -42px; }
  .row-42 > [class*="col"] {
    padding-left: 42px;
    padding-right: 42px; }

.row-43 {
  margin-left: -43px;
  margin-right: -43px; }
  .row-43 > [class*="col"] {
    padding-left: 43px;
    padding-right: 43px; }

.row-44 {
  margin-left: -44px;
  margin-right: -44px; }
  .row-44 > [class*="col"] {
    padding-left: 44px;
    padding-right: 44px; }

.row-45 {
  margin-left: -45px;
  margin-right: -45px; }
  .row-45 > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px; }

.row-46 {
  margin-left: -46px;
  margin-right: -46px; }
  .row-46 > [class*="col"] {
    padding-left: 46px;
    padding-right: 46px; }

.row-47 {
  margin-left: -47px;
  margin-right: -47px; }
  .row-47 > [class*="col"] {
    padding-left: 47px;
    padding-right: 47px; }

.row-48 {
  margin-left: -48px;
  margin-right: -48px; }
  .row-48 > [class*="col"] {
    padding-left: 48px;
    padding-right: 48px; }

.row-49 {
  margin-left: -49px;
  margin-right: -49px; }
  .row-49 > [class*="col"] {
    padding-left: 49px;
    padding-right: 49px; }

.row-50 {
  margin-left: -50px;
  margin-right: -50px; }
  .row-50 > [class*="col"] {
    padding-left: 50px;
    padding-right: 50px; }

.row-51 {
  margin-left: -51px;
  margin-right: -51px; }
  .row-51 > [class*="col"] {
    padding-left: 51px;
    padding-right: 51px; }

.row-52 {
  margin-left: -52px;
  margin-right: -52px; }
  .row-52 > [class*="col"] {
    padding-left: 52px;
    padding-right: 52px; }

.row-53 {
  margin-left: -53px;
  margin-right: -53px; }
  .row-53 > [class*="col"] {
    padding-left: 53px;
    padding-right: 53px; }

.row-54 {
  margin-left: -54px;
  margin-right: -54px; }
  .row-54 > [class*="col"] {
    padding-left: 54px;
    padding-right: 54px; }

.row-55 {
  margin-left: -55px;
  margin-right: -55px; }
  .row-55 > [class*="col"] {
    padding-left: 55px;
    padding-right: 55px; }

.row-56 {
  margin-left: -56px;
  margin-right: -56px; }
  .row-56 > [class*="col"] {
    padding-left: 56px;
    padding-right: 56px; }

.row-57 {
  margin-left: -57px;
  margin-right: -57px; }
  .row-57 > [class*="col"] {
    padding-left: 57px;
    padding-right: 57px; }

.row-58 {
  margin-left: -58px;
  margin-right: -58px; }
  .row-58 > [class*="col"] {
    padding-left: 58px;
    padding-right: 58px; }

.row-59 {
  margin-left: -59px;
  margin-right: -59px; }
  .row-59 > [class*="col"] {
    padding-left: 59px;
    padding-right: 59px; }

.row-60 {
  margin-left: -60px;
  margin-right: -60px; }
  .row-60 > [class*="col"] {
    padding-left: 60px;
    padding-right: 60px; }

.row-61 {
  margin-left: -61px;
  margin-right: -61px; }
  .row-61 > [class*="col"] {
    padding-left: 61px;
    padding-right: 61px; }

.row-62 {
  margin-left: -62px;
  margin-right: -62px; }
  .row-62 > [class*="col"] {
    padding-left: 62px;
    padding-right: 62px; }

.row-63 {
  margin-left: -63px;
  margin-right: -63px; }
  .row-63 > [class*="col"] {
    padding-left: 63px;
    padding-right: 63px; }

.row-64 {
  margin-left: -64px;
  margin-right: -64px; }
  .row-64 > [class*="col"] {
    padding-left: 64px;
    padding-right: 64px; }

.row-65 {
  margin-left: -65px;
  margin-right: -65px; }
  .row-65 > [class*="col"] {
    padding-left: 65px;
    padding-right: 65px; }

.row-66 {
  margin-left: -66px;
  margin-right: -66px; }
  .row-66 > [class*="col"] {
    padding-left: 66px;
    padding-right: 66px; }

.row-67 {
  margin-left: -67px;
  margin-right: -67px; }
  .row-67 > [class*="col"] {
    padding-left: 67px;
    padding-right: 67px; }

.row-68 {
  margin-left: -68px;
  margin-right: -68px; }
  .row-68 > [class*="col"] {
    padding-left: 68px;
    padding-right: 68px; }

.row-69 {
  margin-left: -69px;
  margin-right: -69px; }
  .row-69 > [class*="col"] {
    padding-left: 69px;
    padding-right: 69px; }

.row-70 {
  margin-left: -70px;
  margin-right: -70px; }
  .row-70 > [class*="col"] {
    padding-left: 70px;
    padding-right: 70px; }

.row-71 {
  margin-left: -71px;
  margin-right: -71px; }
  .row-71 > [class*="col"] {
    padding-left: 71px;
    padding-right: 71px; }

.row-72 {
  margin-left: -72px;
  margin-right: -72px; }
  .row-72 > [class*="col"] {
    padding-left: 72px;
    padding-right: 72px; }

.row-73 {
  margin-left: -73px;
  margin-right: -73px; }
  .row-73 > [class*="col"] {
    padding-left: 73px;
    padding-right: 73px; }

.row-74 {
  margin-left: -74px;
  margin-right: -74px; }
  .row-74 > [class*="col"] {
    padding-left: 74px;
    padding-right: 74px; }

.row-75 {
  margin-left: -75px;
  margin-right: -75px; }
  .row-75 > [class*="col"] {
    padding-left: 75px;
    padding-right: 75px; }

.row-76 {
  margin-left: -76px;
  margin-right: -76px; }
  .row-76 > [class*="col"] {
    padding-left: 76px;
    padding-right: 76px; }

.row-77 {
  margin-left: -77px;
  margin-right: -77px; }
  .row-77 > [class*="col"] {
    padding-left: 77px;
    padding-right: 77px; }

.row-78 {
  margin-left: -78px;
  margin-right: -78px; }
  .row-78 > [class*="col"] {
    padding-left: 78px;
    padding-right: 78px; }

.row-79 {
  margin-left: -79px;
  margin-right: -79px; }
  .row-79 > [class*="col"] {
    padding-left: 79px;
    padding-right: 79px; }

.row-80 {
  margin-left: -80px;
  margin-right: -80px; }
  .row-80 > [class*="col"] {
    padding-left: 80px;
    padding-right: 80px; }

.row-81 {
  margin-left: -81px;
  margin-right: -81px; }
  .row-81 > [class*="col"] {
    padding-left: 81px;
    padding-right: 81px; }

.row-82 {
  margin-left: -82px;
  margin-right: -82px; }
  .row-82 > [class*="col"] {
    padding-left: 82px;
    padding-right: 82px; }

.row-83 {
  margin-left: -83px;
  margin-right: -83px; }
  .row-83 > [class*="col"] {
    padding-left: 83px;
    padding-right: 83px; }

.row-84 {
  margin-left: -84px;
  margin-right: -84px; }
  .row-84 > [class*="col"] {
    padding-left: 84px;
    padding-right: 84px; }

.row-85 {
  margin-left: -85px;
  margin-right: -85px; }
  .row-85 > [class*="col"] {
    padding-left: 85px;
    padding-right: 85px; }

.row-86 {
  margin-left: -86px;
  margin-right: -86px; }
  .row-86 > [class*="col"] {
    padding-left: 86px;
    padding-right: 86px; }

.row-87 {
  margin-left: -87px;
  margin-right: -87px; }
  .row-87 > [class*="col"] {
    padding-left: 87px;
    padding-right: 87px; }

.row-88 {
  margin-left: -88px;
  margin-right: -88px; }
  .row-88 > [class*="col"] {
    padding-left: 88px;
    padding-right: 88px; }

.row-89 {
  margin-left: -89px;
  margin-right: -89px; }
  .row-89 > [class*="col"] {
    padding-left: 89px;
    padding-right: 89px; }

.row-90 {
  margin-left: -90px;
  margin-right: -90px; }
  .row-90 > [class*="col"] {
    padding-left: 90px;
    padding-right: 90px; }

.row-91 {
  margin-left: -91px;
  margin-right: -91px; }
  .row-91 > [class*="col"] {
    padding-left: 91px;
    padding-right: 91px; }

.row-92 {
  margin-left: -92px;
  margin-right: -92px; }
  .row-92 > [class*="col"] {
    padding-left: 92px;
    padding-right: 92px; }

.row-93 {
  margin-left: -93px;
  margin-right: -93px; }
  .row-93 > [class*="col"] {
    padding-left: 93px;
    padding-right: 93px; }

.row-94 {
  margin-left: -94px;
  margin-right: -94px; }
  .row-94 > [class*="col"] {
    padding-left: 94px;
    padding-right: 94px; }

.row-95 {
  margin-left: -95px;
  margin-right: -95px; }
  .row-95 > [class*="col"] {
    padding-left: 95px;
    padding-right: 95px; }

.row-96 {
  margin-left: -96px;
  margin-right: -96px; }
  .row-96 > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px; }

.row-97 {
  margin-left: -97px;
  margin-right: -97px; }
  .row-97 > [class*="col"] {
    padding-left: 97px;
    padding-right: 97px; }

.row-98 {
  margin-left: -98px;
  margin-right: -98px; }
  .row-98 > [class*="col"] {
    padding-left: 98px;
    padding-right: 98px; }

.row-99 {
  margin-left: -99px;
  margin-right: -99px; }
  .row-99 > [class*="col"] {
    padding-left: 99px;
    padding-right: 99px; }

.row-100 {
  margin-left: -100px;
  margin-right: -100px; }
  .row-100 > [class*="col"] {
    padding-left: 100px;
    padding-right: 100px; }

.row-101 {
  margin-left: -101px;
  margin-right: -101px; }
  .row-101 > [class*="col"] {
    padding-left: 101px;
    padding-right: 101px; }

.row-102 {
  margin-left: -102px;
  margin-right: -102px; }
  .row-102 > [class*="col"] {
    padding-left: 102px;
    padding-right: 102px; }

.row-103 {
  margin-left: -103px;
  margin-right: -103px; }
  .row-103 > [class*="col"] {
    padding-left: 103px;
    padding-right: 103px; }

.row-104 {
  margin-left: -104px;
  margin-right: -104px; }
  .row-104 > [class*="col"] {
    padding-left: 104px;
    padding-right: 104px; }

.row-105 {
  margin-left: -105px;
  margin-right: -105px; }
  .row-105 > [class*="col"] {
    padding-left: 105px;
    padding-right: 105px; }

.row-106 {
  margin-left: -106px;
  margin-right: -106px; }
  .row-106 > [class*="col"] {
    padding-left: 106px;
    padding-right: 106px; }

.row-107 {
  margin-left: -107px;
  margin-right: -107px; }
  .row-107 > [class*="col"] {
    padding-left: 107px;
    padding-right: 107px; }

.row-108 {
  margin-left: -108px;
  margin-right: -108px; }
  .row-108 > [class*="col"] {
    padding-left: 108px;
    padding-right: 108px; }

.row-109 {
  margin-left: -109px;
  margin-right: -109px; }
  .row-109 > [class*="col"] {
    padding-left: 109px;
    padding-right: 109px; }

.row-110 {
  margin-left: -110px;
  margin-right: -110px; }
  .row-110 > [class*="col"] {
    padding-left: 110px;
    padding-right: 110px; }

.row-111 {
  margin-left: -111px;
  margin-right: -111px; }
  .row-111 > [class*="col"] {
    padding-left: 111px;
    padding-right: 111px; }

.row-112 {
  margin-left: -112px;
  margin-right: -112px; }
  .row-112 > [class*="col"] {
    padding-left: 112px;
    padding-right: 112px; }

.row-113 {
  margin-left: -113px;
  margin-right: -113px; }
  .row-113 > [class*="col"] {
    padding-left: 113px;
    padding-right: 113px; }

.row-114 {
  margin-left: -114px;
  margin-right: -114px; }
  .row-114 > [class*="col"] {
    padding-left: 114px;
    padding-right: 114px; }

.row-115 {
  margin-left: -115px;
  margin-right: -115px; }
  .row-115 > [class*="col"] {
    padding-left: 115px;
    padding-right: 115px; }

.row-116 {
  margin-left: -116px;
  margin-right: -116px; }
  .row-116 > [class*="col"] {
    padding-left: 116px;
    padding-right: 116px; }

.row-117 {
  margin-left: -117px;
  margin-right: -117px; }
  .row-117 > [class*="col"] {
    padding-left: 117px;
    padding-right: 117px; }

.row-118 {
  margin-left: -118px;
  margin-right: -118px; }
  .row-118 > [class*="col"] {
    padding-left: 118px;
    padding-right: 118px; }

.row-119 {
  margin-left: -119px;
  margin-right: -119px; }
  .row-119 > [class*="col"] {
    padding-left: 119px;
    padding-right: 119px; }

.row-120 {
  margin-left: -120px;
  margin-right: -120px; }
  .row-120 > [class*="col"] {
    padding-left: 120px;
    padding-right: 120px; }

.ie-fit {
  font-family: 'object-fit: cover;'; }

.el-fit {
  -o-object-fit: cover;
     object-fit: cover; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background-color: #f8f8f8;
  color: #2F3132; }

p {
  margin-top: 0; }

a {
  text-decoration: none;
  color: inherit; }

.b-wrap {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.responsive-img {
  display: block;
  width: 100%;
  max-width: none; }

.cover-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
          }

          /* Added by Iris */
          .form__styler .mktoForm {
            display: block;
            width: 100%;
            margin: 0;
          }

          .form__styler .mktoForm .mktoFormRow {
            max-width: 100%;
            padding: 0;
          }

          .form__styler .mktoForm .mktoLabel {
            display: none !important;
          }

          .form__styler .mktoForm .mktoCheckboxField .mktoLabel {
            display: block !important;
            line-height: 1.2;
          }

          .form__styler .mktoForm .mktoFormRow .mktoLogicalField.mktoCheckboxList {
            border: none !important;
          }

          /* // Added by Iris */

.form__styler [type="text"],
.form__styler [type="tel"],
.form__styler [type="email"],
.form__styler [type="password"],
.form__styler textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border-radius: 4px !important;
  vertical-align: top !important;
  height: 48px !important;
  border: 1px solid #E6E6E6 !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important; }
  .form__styler [type="text"]::-webkit-input-placeholder, .form__styler [type="tel"]::-webkit-input-placeholder, .form__styler [type="email"]::-webkit-input-placeholder, .form__styler [type="password"]::-webkit-input-placeholder, .form__styler textarea::-webkit-input-placeholder {
    color: #979797 !important;
    opacity: 1 !important; }
  .form__styler [type="text"]::-moz-placeholder, .form__styler [type="tel"]::-moz-placeholder, .form__styler [type="email"]::-moz-placeholder, .form__styler [type="password"]::-moz-placeholder, .form__styler textarea::-moz-placeholder {
    color: #979797 !important;
    opacity: 1 !important; }
  .form__styler [type="text"]:-ms-input-placeholder, .form__styler [type="tel"]:-ms-input-placeholder, .form__styler [type="email"]:-ms-input-placeholder, .form__styler [type="password"]:-ms-input-placeholder, .form__styler textarea:-ms-input-placeholder {
    color: #979797 !important;
    opacity: 1 !important; }
  .form__styler [type="text"]::-ms-input-placeholder, .form__styler [type="tel"]::-ms-input-placeholder, .form__styler [type="email"]::-ms-input-placeholder, .form__styler [type="password"]::-ms-input-placeholder, .form__styler textarea::-ms-input-placeholder {
    color: #979797 !important;
    opacity: 1 !important; }
  .form__styler [type="text"]::placeholder,
  .form__styler [type="tel"]::placeholder,
  .form__styler [type="email"]::placeholder,
  .form__styler [type="password"]::placeholder,
  .form__styler textarea::placeholder {
    color: #979797 !important;
    opacity: 1 !important; }
  .form__styler [type="text"]:focus,
  .form__styler [type="tel"]:focus,
  .form__styler [type="email"]:focus,
  .form__styler [type="password"]:focus,
  .form__styler textarea:focus {
    border-color: #2F3132 !important;
    color: #2F3132 !important; }

.form__styler textarea {
  height: 200px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.form__styler [type="submit"],
.form__styler [type="reset"],
.form__styler [type="button"],
.form__styler button {
  padding: 0;
  border: none; }

.mktoForm .mktoFieldWrap {
  float: none !important; }

.mktoForm .mktoFormCol {
  float: none !important;
  margin-bottom: 20px !important; }

.btn {
  display: block;
  border: none;
  padding: 0;
  text-transform: uppercase;
  background-color: #93328E;
  max-width: 270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 54px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  letter-spacing: .3px;
  font-size: 14px;
  cursor: pointer;
  border: 2px;
  border-style: solid;
  border-color: #93328E;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 600; }
  .btn[disabled] {
    background-color: #E6E6E6;
    color: #A0A0A0;
    cursor: default;
    border-color: #E6E6E6; }
  .btn.btn100 {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase; }

.btn-f {
  background-color: transparent;
  text-transform: uppercase;
  width: 230px;
  color: #93328E;
  border: 2px solid #93328E;
  line-height: 46px; }

.btn-over {
  text-transform: uppercase;
  margin-left: 0; }

.sw-btn-prev {
  border-radius: 5px;
  max-width: 270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
  text-indent: -1px;
  cursor: pointer;
  text-transform: uppercase;
  color: #93328E;
  text-align: center; }
  .sw-btn-prev span {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    background: url("../img/back-step.svg") no-repeat left center; }

.mt50 {
  margin-top: 50px; }

.h1__heading {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.h2__heading {
  font-size: 36px;
  letter-spacing: .3px;
  line-height: 52px;
  margin-bottom: 40px;
  font-weight: 300; }

.js__t p {
  font-size: 16px !important;
  line-height: 20px !important; }

.w370 {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.custom-r-out input[type='radio'],
.custom-r-out input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .custom-r-out input[type='radio']:checked + .custom-r,
  .custom-r-out input[type='checkbox']:checked + .custom-r {
    border-color: #93328E !important;
    border-width: 2px; }
  .custom-r-out input[type='radio']:not(:checked) + .custom-r,
  .custom-r-out input[type='checkbox']:not(:checked) + .custom-r {
    border-color: #E6E6E6;
    color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none; }

.custom-r-out input[type='checkbox'] + .custom-r {
  border-radius: 50px;
  height: 104px; }
  .custom-r-out input[type='checkbox'] + .custom-r span {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 19px; }
  .custom-r-out input[type='checkbox'] + .custom-r img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px; }

.notR .custom-r {
  border-radius: 0 !important; }

.notR input[type='radio'] + .custom-r {
  border-radius: 50px;
  height: 104px; }
  .notR input[type='radio'] + .custom-r span {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 19px; }
  .notR input[type='radio'] + .custom-r img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px; }

.custom-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .custom-r:hover {
    border-color: #2F3132 !important; }
  .custom-r span {
    margin: auto; }

.b-20 {
  margin-top: -20px; }

.b20 {
  margin-top: 20px; }

.form-group,
.mktoFieldWrap {
  position: relative; }

  fieldset.mktoFormCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px !important;
    margin-right: -10px !important; }
    fieldset.mktoFormCol > .mktoFormRow {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-left: 10px;
      padding-right: 10px; }
      fieldset.mktoFormCol > .mktoFormRow:nth-child(10) {
        display: none; }
      fieldset.mktoFormCol > .mktoFormRow:nth-child(13) {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(13) .mktoFieldWrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(13) .mktoLogicalField {
          width: 20px !important;
          margin-right: 20px !important;
          margin-top: 3px;
          padding: 0 !important; }
      fieldset.mktoFormCol > .mktoFormRow:nth-child(11), fieldset.mktoFormCol > .mktoFormRow:nth-child(12) {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-left: 40px; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(11) .mktoLogicalField, fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoLogicalField {
          width: 13px !important;
          padding: 0 !important;
          font-size: 0 !important;
          position: absolute;
          left: -30px;
          top: 3px; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(11) .mktoHtmlText, fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoHtmlText {
          width: auto !important;
          text-align: center;
          font-size: 16px !important;
          font-family: "Brown", sans-serif !important;
          font-weight: 300 !important; }
          fieldset.mktoFormCol > .mktoFormRow:nth-child(11) .mktoHtmlText a, fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoHtmlText a {
            color: #62B5E5; }
            fieldset.mktoFormCol > .mktoFormRow:nth-child(11) .mktoHtmlText a:hover, fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoHtmlText a:hover {
              text-decoration: underline; }
      fieldset.mktoFormCol > .mktoFormRow:nth-child(12) {
        padding-left: 10px;
        text-align: left; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoHtmlText {
          width: auto !important;
          text-align: left;
          line-height: 1.3; }
        fieldset.mktoFormCol > .mktoFormRow:nth-child(12) .mktoFormCol {
          margin-bottom: 0 !important; }
    fieldset.mktoFormCol .mktoLabel {
      line-height: 1.4 !important; }
    fieldset.mktoFormCol .mktoError {
      right: auto;
      bottom: auto;
      left: 0 !important;
      top: 100% !important; }

.form-label,
.mktoLabel {
  cursor: default;
  background-color: #fff;
  z-index: 10;
  margin-bottom: 5px !important;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  display: block !important;
  float: none !important;
  padding: 0 !important;
  line-height: normal !important;
  width: auto !important;
  font-size: 16px !important;
  font-family: "Brown", sans-serif !important;
  font-weight: 300 !important; }

.focused .form-label,
.focused .mktoLabel {
  -webkit-transform: translateY(-114%);
      -ms-transform: translateY(-114%);
          transform: translateY(-114%);
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #2F3132 !important;
  background-color: #fff !important;
  padding: 3px 8px !important;
  left: 12px !important; }

.mktoOffset,
.mktoGutter,
.mktoAsterix {
  display: none !important; }

.submitform {
  display: none; }

.form-input,
.mktoField {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0; }

.selectric-open .selectric {
  border-color: #2F3132; }

.selectric-open .button:after {
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important; }

.selectric {
  border: 1px solid #D8D8D8;
  width: 100%;
  border-radius: 4px;
  color: #979797;
  height: auto;
  padding: 0; }
  .selectric .label {
    line-height: 46px;
    height: 46px;
    margin-left: 20px;
    margin-right: 50px;
    font-size: 16px; }
  .selectric .button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    background-color: #fff; }
    .selectric .button:after {
      content: '';
      background: url("../img/sel.svg") no-repeat 0 0;
      width: 11px;
      height: 6px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border: none;
      position: absolute;
      left: 20px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.selectric-scroll {
  width: 100%;
  text-align: left;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  max-height: 160px;
  border-radius: 4px !important; }
  .selectric-scroll ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .selectric-scroll ul li {
      padding: 7px 20px 10px; }
      .selectric-scroll ul li:hover {
        background-color: #f5f5f5; }
      .selectric-scroll ul li.selected {
        background-color: #f1edfd; }

.selectric-above .selectric-items {
  margin-bottom: 1px; }

.selectric-below .selectric-items {
  margin-top: 1px; }

.ch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .ch-label span {
    font-size: 16px;
    letter-spacing: .3px; }

.jq-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  border: 2px solid #001000;
  margin-right: 10px;
  position: relative;
  top: -2px; }
  .jq-checkbox.checked {
    border-color: #93328E;
    background-color: #93328E;
    background-image: url("../img/ch-ok.svg");
    background-repeat: no-repeat;
    background-position: center; }

.jq-radio {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  position: relative;
  top: 2px;
  border-radius: 100%;
  border: 2px solid #93328E;
  text-align: left;
  font-size: 0; }
  .jq-radio.checked .jq-radio__div {
    display: block; }

.jq-radio__div {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background-color: #93328E;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none; }

.p15 {
  margin-left: -7px;
  margin-right: -7px; }
  .p15 > [class*='col'] {
    padding-left: 7px;
    padding-right: 7px; }

.p35 {
  margin-left: -35px;
  margin-right: -35px; }
  .p35 > [class*='col'] {
    padding-left: 35px;
    padding-right: 35px; }

.form__styler .mktoForm {
  width: auto !important; }

.text-w-700 {
  font-weight: 700; }

.text-26 {
  font-size: 26px; }

.text-52 {
  font-size: 52px; }

.text-21 {
  font-size: 21px;
  line-height: 32px; }

.text-def p:last-of-type {
  margin-bottom: 0; }

.w570 {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto; }

.text-grey {
  color: #979797; }

.bg__step {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .bg__step.bg__step-1.is-active, .bg__step.bg__step-2.is-active, .bg__step.bg__step-3.is-active, .bg__step.bg__step-4.is-active {
    opacity: 1;
    visibility: visible; }
  .bg__step.bg__step-1 {
    opacity: 1;
    visibility: visible; }

.b__header {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px; }

.toolbar {
  display: none !important; }

.w970 {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.tabpanel__icon {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -45px; }
  .tabpanel__icon:empty {
    display: none; }

.tabpanel__icon__title {
  text-transform: uppercase;
  font-weight: bold; }

.light__text {
  color: #697172; }

.quest__line--area {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 25px; }

.backBtn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-left: 23px;
  background-image: url("../img/back-arrow.svg");
  background-repeat: no-repeat;
  background-position: left top 4px; }

.quest__line--title {
  font-size: 13px;
  text-align: right; }

.quest__line {
  margin-top: 15px;
  height: 2px;
  background-color: transparent;
  position: relative;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.quest__line-group {
  padding-left: 4px;
  padding-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .quest__line-group:last-child {
    padding-right: 0; }
  .quest__line-group:first-child {
    padding-left: 6px; }
    .quest__line-group:first-child:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #fff;
      border: 1px solid #62B5E5; }
  .quest__line-group:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    border: 1px solid #000;
    background-color: #000; }

.quest__line-group-col {
  padding-left: 1px;
  padding-right: 1px;
  position: relative; }
  .quest__line-group-col:first-child {
    padding-left: 6px; }
    .quest__line-group-col:first-child:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #fff;
      border: 1px solid #62B5E5; }
  .quest__line-group-col:nth-child(3) {
    padding-left: 9px; }
    .quest__line-group-col:nth-child(3):after {
      content: '';
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      border: 1px solid #62B5E5;
      background-color: #62B5E5; }
  .quest__line-group-col:nth-child(6) {
    padding-left: 9px; }
    .quest__line-group-col:nth-child(6):after {
      content: '';
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      border: 1px solid #62B5E5;
      background-color: #62B5E5; }

.quest__line-group-col.currentEl:nth-child(3):after,
.quest__line-group-col.currentEl:nth-child(6):after {
  background-color: #fff;
  border: 1px solid #62B5E5; }

.quest__line-el {
  height: 2px;
  background-color: #cbcbcc;
  border-radius: 2px;
  position: relative; }
  .quest__line-el:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #62B5E5;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }

.quest__line-groupActive {
  background-color: rgba(98, 181, 229, 0.5); }

.quest__line-elActive:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

.quest__line-el {
  width: auto; }

.quest__line-group-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.quest__line--complete {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #62B5E5;
  width: var(--ql-width); }

#smartwizard {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5); }
  #smartwizard .tab-pane {
    padding: 55px 60px; }
  #smartwizard .nav {
    display: none; }

.w300 {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w548 {
  max-width: 548px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.irs-grid {
  bottom: -15px; }
  .irs-grid .irs-grid-text {
    display: none; }
  .irs-grid .irs-grid-pol {
    border-radius: 100px;
    width: 3px;
    height: 3px; }
    .irs-grid .irs-grid-pol:first-child {
      display: none; }
    .irs-grid .irs-grid-pol[style='left: 100%'] {
      display: none; }
    .irs-grid .irs-grid-pol.small {
      display: none; }

.irs--flat {
  margin-top: -20px; }
  .irs--flat .irs-line {
    height: 3px; }
  .irs--flat .irs-bar {
    height: 3px;
    background-color: #62B5E5; }
  .irs--flat .irs-handle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #62B5E5;
    top: 12px; }
    .irs--flat .irs-handle i {
      display: none !important; }
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    background-color: #fff;
    padding: 0;
    color: #000;
    font-size: 16px;
    top: 45px;
    font-weight: 300;
    visibility: visible !important; }
  .irs--flat .irs-single {
    background-color: transparent;
    padding: 0;
    color: inherit;
    font-size: 20px;
    top: -15px; }
    .irs--flat .irs-single:before {
      content: none; }

.js-range-slider-2 .irs-max {
  background-color: #fff !important;
  z-index: 100;
  padding-left: 10px; }
  .js-range-slider-2 .irs-max:after {
    content: '+'; }

.js-range-slider-2 .irs-min {
  background-color: #fff !important;
  z-index: 100; }
  .js-range-slider-2 .irs-min:before {
    content: '<'; }

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .toolbar .btn.disabled {
    display: none; }

.footer-form {
  margin-top: 50px; }
  .footer-form p {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    font-weight: 300; }
  .footer-form .ch-label span {
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    font-weight: 300; }

.jq-selectbox {
  display: none !important; }

.pr-page .b__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.preview__page {
  background-color: #fff;
  padding: 130px 0;
  border-bottom: 3px solid #93328E; }

.preview__page-info h1 {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 40px; }

.products-area {
  padding-top: 90px; }

.products-area--header {
  font-size: 20px;
  font-weight: 300;
  max-width: 970px;
  width: 100%;
  margin-bottom: 90px; }
  .products-area--header p {
    line-height: 32px; }

.product_box {
  margin-bottom: 90px; }
  .product_box:last-child {
    margin-bottom: 0; }

.product_box--header {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 50px; }
  .product_box--header h2, .product_box--header h1, .product_box--header h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px; }
  .product_box--header p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .3px; }
    .product_box--header p:last-of-type {
      margin-bottom: 0; }

.product_box-list-el {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0 #E6E6E6;
          box-shadow: 0 0 30px 0 #E6E6E6; }
  .product_box-list-el:last-child {
    margin-bottom: 0; }

.sm-pr-info-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px; }
  .sm-pr-info-head h3 {
    font-size: 24px;
    line-height: 36px; }

.sm-pr-info-inner {
  font-weight: 300;
  line-height: 26px; }
  .sm-pr-info-inner p {
    margin-bottom: 10px; }

.w455 {
  max-width: 455px;
  width: 100%; }

.benefits-area {
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 30px;
  font-weight: 300; }

.benefits-area-title {
  letter-spacing: .3px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px; }

.benefits-area-list {
  font-size: 14px;
  line-height: 22px; }
  .benefits-area-list li {
    margin-bottom: 10px;
    padding-left: 27px;
    position: relative; }
    .benefits-area-list li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 15px;
      height: 12px;
      background: url("../img/done.svg") no-repeat 0 0/contain; }

.more-b {
  padding-left: 27px;
  color: #93328E;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: url("../img/plus.svg") no-repeat left center;
  letter-spacing: .3px; }

.benefits-area-list-hidden {
  display: none; }
  .benefits-area-list-hidden li:last-child {
    margin-bottom: 0 !important; }

.product_box-footer {
  margin-top: 90px; }

.pt145 {
  padding-top: 100px;
  padding-bottom: 104px; }

.smartwizardHeader {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .smartwizardHeader.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }

.smartwizardFooter {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .smartwizardFooter.is-active {
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s;
    opacity: 1;
    visibility: visible; }

.tab-pane {
  max-width: 968px;
  width: 100% !important; }

.tabpanel__iconJs {
  width: 43px;
  height: 43px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  border-radius: 100%;
  border: 2px solid #62B5E5;
  position: relative;
  overflow: hidden; }
  .tabpanel__iconJs img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.tabpanel__icon-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(90%);
      -ms-transform: translateY(90%);
          transform: translateY(90%); }
  .tabpanel__icon-inner.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .tabpanel__icon-inner.is-active.is-next {
      -webkit-transform: translateY(-90%);
          -ms-transform: translateY(-90%);
              transform: translateY(-90%); }

.tabpanel__icon__titleJs {
  overflow: hidden;
  position: relative;
  height: 23px; }

.tabpanel__icon__title-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(90%);
      -ms-transform: translateY(90%);
          transform: translateY(90%); }
  .tabpanel__icon__title-inner.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .tabpanel__icon__title-inner.is-active.is-next {
      -webkit-transform: translateY(-90%);
          -ms-transform: translateY(-90%);
              transform: translateY(-90%); }

.finishContent {
  display: none; }

.mktoButtonRow {
  display: none !important; }

.dwl-el {
  text-decoration: underline; }
  .dwl-el:hover {
    text-decoration: none; }

.dwl-el-hidden {
  visibility: hidden;
  opacity: 0; }

.time-cont {
  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; }

.time-cont__icon {
  font-size: 0;
  margin-right: 12px; }

.time-cont__text {
  font-size: 14px;
  color: #979797; }

.w630 {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.check-btn input {
  display: none; }
  .check-btn input:checked + .check-btn-wrap {
    background-color: #93328E;
    border-color: #93328E;
    color: #fff; }

.check-btn-wrap {
  display: block;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 46px;
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .check-btn-wrap:hover {
    background-color: #93328E;
    border-color: #93328E;
    color: #fff; }

.w770 {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.irs--flat .irs-line {
  height: 12px;
  border-radius: 100px; }

.irs--flat .irs-bar {
  height: 12px;
  border-radius: 100px; }

.irs--flat .irs-handle {
  width: 26px;
  height: 26px;
  top: 17px;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(140, 140, 140, 0.2), 0 2px 4px rgba(140, 140, 140, 0.2);
          box-shadow: 0 -2px 4px rgba(140, 140, 140, 0.2), 0 2px 4px rgba(140, 140, 140, 0.2); }

.irs--flat .irs-min, .irs--flat .irs-max {
  font-size: 14px;
  font-family: inherit; }

.irs--flat .irs-single {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  background-color: #62B5E5;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 0;
  top: -20px; }

.w570 {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w700 {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.sl-r-box-wrap {
  padding: 19px 32px;
  overflow: hidden;
  border-radius: 4px; }

.bg--grey {
  background-color: #F5F5F5; }

.text-12 {
  font-size: 12px;
  line-height: 18px; }

.sl-r-box b {
  display: block; }

.sl-r-box-col::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -19px;
  bottom: -19px;
  background-color: #93328E;
  display: none; }

.sl-r-box-col .sl-r-box {
  position: relative;
  z-index: 1; }

.sl-r-box-col.is-active .sl-r-box {
  color: #fff; }

.sl-r-box-col.is-active::after {
  display: block; }

.sl-r-box-col:first-child::after {
  left: -18px; }

.sl-r-box-col:last-child::after {
  right: -18px; }

.w670 {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w568 {
  max-width: 568px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w430 {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.smile-table {
  width: 100%;
  table-layout: fixed; }
  .smile-table td {
    padding: 11px 12px; text-align:center; }
    .smile-table td:first-child {
      text-align: left;
      padding-left: 18px;
      width: 40%; }
    .smile-table td:last-child {
      padding-right: 0; }
  .smile-table tbody tr:nth-child(odd) td {
    background-color: #F5F5F5; }
    .smile-table tbody tr:nth-child(odd) td:first-child {
      border-radius: 4px 0 0 4px; }
    .smile-table tbody tr:nth-child(odd) td:last-child {
      border-radius: 0 4px 4px 0; }

.big-smile {
  width: 24px; }

.ch-radio-smile input {
  display: none; }
  .ch-radio-smile input:checked + .ch-radio-smile-label::after {
    opacity: 1; }

.ch-radio-smile-label {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  border: 1px solid #979797;
  position: relative;
  background-color: #fff; }
  .ch-radio-smile-label::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    background-color: #62B5E5;
    opacity: 0; }

.text-30 {
  font-size: 30px;
  line-height: 42px; }

.check-btn-text {
  font-size: 14px; }

.smile-contain .row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.finishContent h1 {
  font-size: 24px; }

.text-49 {
  font-size: 49px;
  line-height: 55px; }

.text-18 {
  font-size: 18px;
  line-height: 25px; }

.av-head {
  text-align: right; }

.av-head-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px; }
  .av-head-title .triangle {
    margin-left: 5px; }

.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #2F3132 transparent transparent transparent;
  position: relative; }

.ratio-area {
  position: relative;
  height: 17px;
  background-color: #D8D8D8;
  border-radius: 0 10px 10px 0; }

.ratio-line {
  height: 17px;
  background-color: #62B5E5;
  border-radius: 0 10px 10px 0; }

.ratio-area-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #2F3132 transparent transparent transparent;
  position: absolute;
  left: 57.5%;
  top: 50%;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 10; }

.w100 {
  width: 110px;
  display: inline-block; }

.effect-area {
  position: relative;
  height: 17px;
  background-color: #D8D8D8;
  border-radius: 0 10px 10px 0; }

.effect-line {
  height: 17px;
  background-color: #ED8B00;
  border-radius: 0 10px 10px 0; }

.effect-area-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #2F3132 transparent transparent transparent;
  position: absolute;
  left: 37.5%;
  top: 50%;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 10; }

.totalV-wrap.totalV-bellow-av .totalV-wrap-text-1 {
  display: block; }

.totalV-wrap.totalV-bellow-av .ratio-line {
  width: 40%; }

.totalV-wrap.totalV-bellow-av .effect-line {
  width: 20%; }

.totalV-wrap.totalV-av .ratio-line {
  width: 60%; }

.totalV-wrap.totalV-av .effect-line {
  width: 40%; }

.totalV-wrap.totalV-av .totalV-wrap-text-2 {
  display: block; }

.totalV-wrap.totalV-above-av .ratio-line {
  width: 100%; }

.totalV-wrap.totalV-above-av .effect-line {
  width: 80%; }

.totalV-wrap.totalV-above-av .totalV-wrap-text-3 {
  display: block; }

.totalV-wrap-text {
  display: none; }

.mktoForm {
  width: auto !important; }
  .mktoForm fieldset {
    border: 0; }
  .mktoForm legend {
    display: none; }

.contact-us-wrap {
  display: none; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /**/
  .w455 {
    display: none; }
  .sl-r-box-col::after {
    left: -32px;
    right: -32px;
    top: -10px;
    bottom: -10px; }
  .sl-r-box-col:first-child:after {
    top: -19px; }
  .sl-r-box-col:last-child:after {
    bottom: -19px; }
  .smile-table {
    table-layout: normal; }
    .smile-table td:first-child {
      width: 40%; }
  .md-hide {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
  .b__header {
    padding-left: 0;
    padding-right: 0; }
  .btn-f {
    width: 120px; }
  .h1__heading,
  .h2__heading {
    font-size: 26px;
    line-height: 1.3; }
  .b-wrap {
    padding-bottom: 50px;
    padding-top: 50px; }
  .product_box--header {
    padding-left: 0;
    padding-right: 0; }
  #smartwizard .tab-pane {
    padding: 40px 20px; }
  .tabpanel__icon {
    margin-top: -15px; }
  .smartwizardHeader {
    top: 40px;
    left: 20px;
    right: 20px; }
  .smartwizardFooter {
    bottom: 40px;
    left: 20px;
    right: 20px; }
  .text-52 {
    font-size: 32px; }
  .text-26 {
    font-size: 22px; }
  .text-21 {
    font-size: 18px;
    line-height: 1.4; }
  .mb-offset {
    margin-bottom: -20px; }
  .smile-table td {
    padding-left: 10px;
    padding-right: 10px; }
    .smile-table td:first-child {
      font-size: 12px; }
  .text-30 {
    font-size: 22px;
    line-height: 1.4; }
  .irs--flat {
    margin-top: -10px; }
  fieldset.mktoFormCol > .mktoFormRow {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
  .md-show {
    display: none; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }

/*v2 css below*/
fieldset.mktoFormCol > .mktoFormRow:nth-child(6) {
    display: none;
}