/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999999s;
  transition-delay: 9999999s;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

.icon, img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-fixed-] {
  float: left;
  width: 100%;
}

.col-group {
  padding: 0 20px;
}
.col-group:after {
  content: "";
  display: table;
  clear: both;
}

.col-group .col-group {
  padding: 0;
}

.col-group [class*=col-] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-group [class*=push-],
.col-group [class*=pull-] {
  position: relative;
}

.col-mb-1 {
  width: 8.3333333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-2 {
  width: 16.6666666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-4 {
  width: 33.3333333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-5 {
  width: 41.6666666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-7 {
  width: 58.3333333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-8 {
  width: 66.6666666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-10 {
  width: 83.3333333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-11 {
  width: 91.6666666667%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block !important;
  }
  .container {
    max-width: 728px;
    margin: 0 auto;
  }
  .col-1 {
    width: 8.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-2 {
    width: 16.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-3 {
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4 {
    width: 33.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-5 {
    width: 41.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-7 {
    width: 58.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    width: 66.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-9 {
    width: 75%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    width: 83.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-11 {
    width: 91.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-pull-1 {
    right: 8.3333333333%;
  }
  .col-push-1 {
    left: 8.3333333333%;
  }
  .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-pull-2 {
    right: 16.6666666667%;
  }
  .col-push-2 {
    left: 16.6666666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-pull-4 {
    right: 33.3333333333%;
  }
  .col-push-4 {
    left: 33.3333333333%;
  }
  .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-pull-5 {
    right: 41.6666666667%;
  }
  .col-push-5 {
    left: 41.6666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-pull-7 {
    right: 58.3333333333%;
  }
  .col-push-7 {
    left: 58.3333333333%;
  }
  .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-pull-8 {
    right: 66.6666666667%;
  }
  .col-push-8 {
    left: 66.6666666667%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-pull-10 {
    right: 83.3333333333%;
  }
  .col-push-10 {
    left: 83.3333333333%;
  }
  .col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-pull-11 {
    right: 91.6666666667%;
  }
  .col-push-11 {
    left: 91.6666666667%;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-group {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
  }
  .col-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 992px) {
  .show-desktop {
    display: block !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .container {
    max-width: 952px;
    margin: 0 auto;
  }
  .col-dt-1 {
    width: 8.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-2 {
    width: 16.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-3 {
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-4 {
    width: 33.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-5 {
    width: 41.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-6 {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-7 {
    width: 58.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-8 {
    width: 66.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-9 {
    width: 75%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-10 {
    width: 83.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-11 {
    width: 91.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-12 {
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
  .col-dt-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-dt-pull-1 {
    right: 8.3333333333%;
  }
  .col-dt-push-1 {
    left: 8.3333333333%;
  }
  .col-dt-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-dt-pull-2 {
    right: 16.6666666667%;
  }
  .col-dt-push-2 {
    left: 16.6666666667%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-dt-pull-4 {
    right: 33.3333333333%;
  }
  .col-dt-push-4 {
    left: 33.3333333333%;
  }
  .col-dt-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-dt-pull-5 {
    right: 41.6666666667%;
  }
  .col-dt-push-5 {
    left: 41.6666666667%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-dt-pull-7 {
    right: 58.3333333333%;
  }
  .col-dt-push-7 {
    left: 58.3333333333%;
  }
  .col-dt-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-dt-pull-8 {
    right: 66.6666666667%;
  }
  .col-dt-push-8 {
    left: 66.6666666667%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-dt-pull-10 {
    right: 83.3333333333%;
  }
  .col-dt-push-10 {
    left: 83.3333333333%;
  }
  .col-dt-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-dt-pull-11 {
    right: 91.6666666667%;
  }
  .col-dt-push-11 {
    left: 91.6666666667%;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .show-large {
    display: block !important;
  }
  .hide-large {
    display: none !important;
  }
  .container {
    max-width: 1160px;
    margin: 0 auto;
  }
  .col-ld-1 {
    width: 8.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-2 {
    width: 16.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-3 {
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-4 {
    width: 33.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-5 {
    width: 41.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-6 {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-7 {
    width: 58.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-8 {
    width: 66.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-9 {
    width: 75%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-10 {
    width: 83.3333333333%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-11 {
    width: 91.6666666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-12 {
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
  .col-ld-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ld-pull-1 {
    right: 8.3333333333%;
  }
  .col-ld-push-1 {
    left: 8.3333333333%;
  }
  .col-ld-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ld-pull-2 {
    right: 16.6666666667%;
  }
  .col-ld-push-2 {
    left: 16.6666666667%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ld-pull-4 {
    right: 33.3333333333%;
  }
  .col-ld-push-4 {
    left: 33.3333333333%;
  }
  .col-ld-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ld-pull-5 {
    right: 41.6666666667%;
  }
  .col-ld-push-5 {
    left: 41.6666666667%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ld-pull-7 {
    right: 58.3333333333%;
  }
  .col-ld-push-7 {
    left: 58.3333333333%;
  }
  .col-ld-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ld-pull-8 {
    right: 66.6666666667%;
  }
  .col-ld-push-8 {
    left: 66.6666666667%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ld-pull-10 {
    right: 83.3333333333%;
  }
  .col-ld-push-10 {
    left: 83.3333333333%;
  }
  .col-ld-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ld-pull-11 {
    right: 91.6666666667%;
  }
  .col-ld-push-11 {
    left: 91.6666666667%;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
}
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}

.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}

.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  padding: 0;
}

.col-fixed-hd:before {
  margin-top: 56.25%;
}

.col-fixed-landscape:before {
  margin-top: 75%;
}

.col-fixed-square:before {
  margin-top: 100%;
}

.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}

.clear {
  clear: both;
}

:root {
  --brand:#009fe3;
}

body, html {
  min-width: 485px;
}

body {
  font-family: "Roboto", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #252525;
}

.wrap {
  max-width: 1280px;
  display: block;
  position: relative;
  margin: auto;
  padding: 0 10px;
  min-width: 485px;
  z-index: 1;
}
@media (min-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.home-title {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 60px 0;
}

a {
  color: #009fe3;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 3vw;
  background: rgba(0, 0, 0, 0.5);
  min-width: 485px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 5px 10px 0;
  }
}
.header .logo {
  font-size: 0;
  line-height: 0;
  padding-top: 5px;
  display: block;
  text-decoration: none;
}
.header .col-group {
  padding: 0 !important;
}
.header .phone {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  text-align: right;
  display: block;
}
.header .phone .number {
  font-size: 12px;
}
.header .mail {
  display: inline-block;
  padding: 10px;
}
.header .menu {
  text-align: center;
}
.header .menu a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 5px;
}
.header .menu a:hover, .header .menu a.active {
  font-weight: 600;
  position: relative;
}
.header .menu a:hover:after, .header .menu a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.header .menu-opener {
  fill: #fff;
  text-align: right;
  cursor: pointer;
}
.header .menu-opener svg {
  width: 50px;
  height: 50px;
}

#mobile-menu {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: auto;
  z-index: 1000;
}
#mobile-menu.active {
  right: 0;
}
#mobile-menu.active .menu-close {
  display: block;
}
#mobile-menu .menu-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: none;
  fill: #fff;
  cursor: pointer;
}
#mobile-menu .heading {
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 3vw 0;
}
#mobile-menu .heading img {
  max-width: 90%;
  height: auto;
}
#mobile-menu .menu {
  width: 50%;
  margin: 2vh auto;
  text-align: center;
}
#mobile-menu .menu a {
  display: block;
  font-size: 32px;
  color: #252525;
  text-decoration: none;
  padding: 2vh 0;
}
#mobile-menu .menu a:hover, #mobile-menu .menu a.active {
  font-weight: bold;
}
#mobile-menu .mobile-menu-footer {
  width: 100%;
  padding: 15px 3vw;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu .mobile-menu-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0;
}
#mobile-menu .mobile-menu-footer .phone {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  text-align: right;
  display: block;
}
#mobile-menu .mobile-menu-footer .phone .number {
  font-size: 12px;
}

.content b,
.content .text-bold,
.content strong {
  color: #009fe3;
}

.page-banner {
  font-size: 0;
  line-height: 0;
  margin-bottom: -1px;
}
.page-banner img {
  min-width: 100%;
  min-height: 200px;
}

.page-title {
  font-size: 48px;
  line-height: 1;
  text-align: left;
  font-weight: 300;
  display: block;
  margin: 0;
  padding: 60px 0;
}

.team-list {
  font-size: 0;
  line-height: 0;
  background-color: #009fe3;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.team-list .item {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  width: 25%;
  padding-top: 25%;
  position: relative;
  background-color: #000;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .team-list .item {
    width: 33.333%;
    padding-top: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .team-list .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 485px) {
  .team-list .item {
    width: 100%;
    padding-top: 100%;
  }
}
.team-list .item:hover .info {
  opacity: 1;
}
.team-list .item .info {
  position: absolute;
  background-color: rgba(0, 159, 227, 0.75);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 20px 10%;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  overflow: auto;
}
.team-list .item .info .name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.team-list .item .info .position {
  line-height: 1.2;
}
.team-list .item .info .desc {
  margin-top: 10px;
}

.team-detail .text {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .team-detail .text {
    padding-left: 20px;
    padding-top: 0;
  }
}
.team-detail .vcard {
  text-align: center;
  font-size: 20px;
}
.team-detail .vcard a {
  text-decoration: none;
}
.team-detail .vcard a img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.team-detail .vcard a span {
  text-decoration: underline;
}

.about-list .about-nav {
  margin-top: 174px;
}
@media screen and (max-width: 992px) {
  .about-list .about-nav {
    margin: 0 -20px 0;
  }
}
.about-list .about-nav .item {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #009fe3;
  cursor: pointer;
}
.about-list .about-nav .item:hover, .about-list .about-nav .item.active {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .about-list .about-nav .item {
    text-align: center;
  }
  .about-list .about-nav .item:hover, .about-list .about-nav .item.active {
    background-color: #009fe3;
    color: #fff;
  }
}
.about-list .about-items .item {
  display: none;
}
.about-list .about-items .item.active {
  display: block;
}

#map {
  height: 800px;
  background-color: #009fe3;
}

.faq-list .faq-item {
  margin-bottom: 20px;
}
.faq-list .faq-item .heading {
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #009fe3;
  display: block;
  cursor: pointer;
  background-color: #009fe3;
  color: #fff;
}
.faq-list .faq-item .heading.closed {
  background-color: #fff;
  color: #009fe3;
}
.faq-list .faq-item .text {
  border: 1px solid #009fe3;
  border-top-width: 0;
  padding: 10px;
}

.footer {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.footer .logo {
  width: 150px;
}
.footer .with-icon {
  padding-left: 35px;
  position: relative;
}
.footer .with-icon .icon {
  position: absolute;
  left: 0;
  max-width: 30px;
}

#main-banner {
  position: relative;
  background-color: #009fe3;
}
#main-banner .slick-slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  #main-banner .slick-slider {
    padding-top: 105px;
    background-color: #000;
  }
}
#main-banner .slick-slide {
  position: relative;
}
#main-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  width: 21px;
  height: 34px;
  background-image: url("img/services/slider-arrows.png");
}
#main-banner .slick-arrow:before {
  display: none;
}
#main-banner .slick-arrow.slick-prev {
  left: 20px;
  background-position: left center;
}
#main-banner .slick-arrow.slick-next {
  right: 20px;
  background-position: right center;
}
#main-banner.with-services .slick-arrow {
  top: 35%;
}
@media screen and (max-width: 992px) {
  #main-banner.with-services .slick-arrow {
    top: 50%;
  }
}
#main-banner .slick-dots {
  position: absolute;
  left: 0;
  top: 45%;
}
@media screen and (max-width: 992px) {
  #main-banner .slick-dots {
    top: auto;
    bottom: 20px;
  }
}
#main-banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #fff;
}
#main-banner .slick-dots li.slick-active button {
  background: #009fe3;
}
#main-banner .services {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  #main-banner .services {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
#main-banner .services .home-title {
  color: #fff;
  padding: 20px 0 10px;
}
#main-banner .services .item {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #main-banner .services .item {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
}
#main-banner .services .item .name {
  font-size: 22px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
#main-banner .services .show-more {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: -10px;
}
@media screen and (max-width: 1200px) {
  #main-banner .services .show-more {
    display: none;
  }
}
#main-banner .services .hide {
  display: none;
}
@media screen and (max-width: 1200px) {
  #main-banner .services .hide {
    display: block;
  }
}

.inner #main-banner .slick-slider {
  padding-top: 0;
}

#about {
  display: flex;
  justify-content: stretch;
}
@media screen and (max-width: 1200px) {
  #about {
    display: block;
  }
}
#about .persons {
  width: 50%;
  background-image: url("img/about/persons3.jpg");
  background-size: cover;
  background-position: center;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #about .persons {
    display: block;
    width: 100%;
    height: 500px;
    background-position: center;
  }
}
@media screen and (max-width: 992px) {
  #about .persons {
    height: 400px;
  }
}
#about .count {
  z-index: 10;
  width: 220px;
  margin-left: -220px;
  color: #009fe3;
  font-weight: bold;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 7.5%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.75) 30%, #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 7.5%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.75) 30%, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 7.5%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.75) 30%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}
@media screen and (max-width: 1200px) {
  #about .count {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
  }
}
#about .count:before {
  content: "";
  display: block;
  width: 80%;
  margin-left: 10%;
  height: 40px;
  background-color: #009fe3;
  margin-top: 85px;
  margin-bottom: 60px;
}
#about .count .number {
  font-size: 340px;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px;
}
#about .count .text {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #about .count .text {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1200px) {
  #about .count {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #about .count:before {
    display: none;
  }
}
#about .info {
  width: 50%;
  padding: 20px 100px 20px 20px;
}
@media screen and (max-width: 1200px) {
  #about .info {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    text-align: center;
  }
}
#about .info .home-title {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #about .info .home-title {
    text-align: center;
  }
}
#about .info .text {
  font-size: 18px;
}
#about .statistic {
  margin: 60px 0;
  color: #009fe3;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  #about .statistic {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#about .statistic .item {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 10px;
}
#about .statistic .item .icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #about .statistic .item .icon {
    text-align: center;
  }
}

#team {
  background: #000;
  color: #fff;
}
#team .home-title {
  padding-bottom: 0;
}

.team-slider {
  margin-top: 40px;
  position: relative;
}
.team-slider .item {
  width: 200px !important;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
}
.team-slider .item:hover .info {
  opacity: 1;
}
.team-slider .item .info {
  position: absolute;
  background-color: rgba(0, 159, 227, 0.75);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 10px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
.team-slider .item .info .name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.team-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 200;
  width: 50px;
  height: 100%;
  background-image: url("img/team/slider-arrows.png");
  background-position: center;
  background-repeat: no-repeat;
}
.team-slider .slick-arrow:before {
  display: none;
}
.team-slider .slick-arrow.slick-prev {
  background-image: url("img/team/slider-arrows-left.png");
  left: 0;
}
.team-slider .slick-arrow.slick-next {
  background-image: url("img/team/slider-arrows-right.png");
  right: 0;
}

#ratings .ratings-list {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 40px 0;
}
#ratings .ratings-list a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.spoiler {
  margin: 20px 0;
  overflow: auto;
}
.spoiler__head {
  background: #009fe3;
  color: #fff;
  padding: 1rem 30px 1rem 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 110%;
}
.spoiler__head:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.spoiler__head.opened {
  border-bottom-width: 0;
}
.spoiler__head.opened:after {
  transform: translateY(-50%) rotate(315deg);
  margin-top: 5px;
}
.spoiler__body {
  padding: 1rem;
  border: 1px solid #009fe3;
  border-top-width: 0;
  font-size: 90%;
  overflow: hidden;
}
.spoiler__close {
  display: block;
  margin: 20px -20px -20px;
  padding: 10px 20px;
  background: #009fe3;
  cursor: pointer;
  color: #fff;
}

.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

.cur-p {
  cursor: pointer !important;
}
.cur-h {
  cursor: help !important;
}
.cur-d {
  cursor: default !important;
}

.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

.pad-none {
  padding: 0;
}
.pad-small {
  padding: 10px;
}
.pad-normal {
  padding: 20px;
}
.pad-big {
  padding: 40px;
}
.pad-top {
  padding-top: 20px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.pad-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad-vertical-big {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad-vertical-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad-horizontal {
  padding-left: 20px;
  padding-right: 20px;
}

.m-small {
  margin: 10px;
}
.m-normal {
  margin: 20px;
}
.m-big {
  margin: 40px;
}
.m-none {
  margin: 0;
}
.m-top {
  margin-top: 20px !important;
}
.m-top-reverse {
  margin-top: -20px !important;
}
.m-top-none {
  margin-top: 0 !important;
}
.m-top-big {
  margin-top: 40px !important;
}
.m-top-big-reverse {
  margin-top: -40px !important;
}
.m-top-small {
  margin-top: 10px !important;
}
.m-top-small-reverse {
  margin-top: -10px !important;
}
.m-bot {
  margin-bottom: 20px !important;
}
.m-bot-small {
  margin-bottom: 10px !important;
}
.m-bot-reverse {
  margin-bottom: -20px !important;
}
.m-bot-none {
  margin-bottom: 0 !important;
}
.m-bot-big {
  margin-bottom: 40px !important;
}
.m-bot-big-reverse {
  margin-bottom: -40px !important;
}
.m-left {
  margin-left: 20px !important;
}
.m-left-small {
  margin-left: 10px !important;
}
.m-left-reverse {
  margin-left: -20px !important;
}
.m-left-none {
  margin-left: 0 !important;
}
.m-left-big {
  margin-left: 40px !important;
}
.m-left-big-reverse {
  margin-left: -20px !important;
}
.m-right {
  margin-right: 20px !important;
}
.m-right-small {
  margin-right: 10px !important;
}
.m-right-reverse {
  margin-right: -20px !important;
}
.m-right-none {
  margin-right: 0 !important;
}
.m-right-big {
  margin-right: 40px !important;
}
.m-right-big-reverse {
  margin-right: -40px !important;
}

.valign-bottom {
  display: flex;
  align-items: flex-end;
}
.valign-middle {
  display: flex;
  align-items: center;
}

.flex-justify-around {
  justify-content: space-around;
}
.flex-justify-between {
  justify-content: space-between;
}

.border-radius {
  border-radius: 10px;
}

.bg-color-white {
  background-color: #fff;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 600;
}

.color-1 {
  color: #009fe3;
}

.no-selection,
.no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .partners */
.partners{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:32px;
}
.partners img{
	min-width:0;
	height:auto;
	width:150px;
	aspect-ratio:150/114;
	object-fit:scale-down;
	object-position:50% 50%;
}
@media screen and (max-width:540px){
	.partners{
		gap:24px;
	}
	.partners img{
		width:calc(50% - 24px);
	}
}

.envelopes{
	padding:50px 24px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:40px;
}
.envelopes img{
	max-width:160px;
	height:90px;
	width:auto;
	object-fit:scale-down;
	object-position:50% 50%;
}
@media screen and (max-width:540px){
	.envelopes{
		gap:24px;
	}
}

/*# sourceMappingURL=template_styles.css.map */
