@charset "UTF-8";
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('/fonts/AvenirLTStd-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('/fonts/AvenirLTStd-Black.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('/fonts/AvenirLTStd-Roman.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('/fonts/AvenirLTStd-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('/fonts/AvenirLTStd-Heavy.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('/fonts/AvenirLTStd-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-MediumOblique';
  src: url('/fonts/AvenirLTStd-MediumOblique.otf');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  font-size: 1rem;
  line-height: 1.2857;
  color: #666666;
  letter-spacing: 0.01em;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: '';
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 34px 6px 15px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #223046;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  font-family: 'AvenirLTStd-Book';
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #223046;
}
.form-control:focus {
  border-color: #0e1c32;
}
.form-control:focus + .icon {
  color: #01435c;
}
.form-control::-moz-placeholder {
  color: #223046;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #223046;
}
.form-control::-webkit-input-placeholder {
  color: #223046;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.5;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-group {
  margin-bottom: 29px;
  position: relative;
}
.btn {
  display: block;
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #223046;
  background-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #223046;
  border-radius: 30;
  letter-spacing: 0.05em;
  font-family: 'AvenirLTStd-MediumOblique';
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
  background-color: #223046;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  background-color: #223046;
  border-radius: 4px;
}
header {
  background-color: transparent !important;
  height: 0 !important;
}
p,
ul,
ol {
  margin: 0 0 30px;
}
h3 {
  text-transform: uppercase;
  text-decoration: underline;
}
.main-width {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.wrapper {
  background-image: url(../images/bg-main.jpg);
  background-size: 100% auto;
  min-height: 100%;
}
.clearfix:after {
  content: " ";
  display: table;
  width: 100%;
  clear: both;
}
img {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.wrapper-index {
  position: relative;
}
.logo {
  left: 15px;
  top: 60px;
  position: absolute;
}
.style-block {
  margin-top: 45px;
  width: 603px;
  float: right;
  text-align: center;
}
.style-block h2 {
  font-size: 30px;
  font-family: 'AvenirLTStd-Light', sans-serif;
  font-weight: normal;
  margin: 0;
  background: #223046;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
}
.style-block-content {
  background: #A81834;
  color: #fff;
  line-height: 34px;
  font-size: 28px;
  padding: 10px 90px 20px;
}
.style-block-content b {
  font-family: 'AvenirLTStd-Black', sans-serif;
}
.style-block-content p {
  letter-spacing: 0.01em;
  margin: 0;
}
.line {
  width: 154px;
  height: 1px;
  background: #fff;
  margin: 9px auto;
}
.two-columns {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.style-block-wrap {
  overflow: hidden;
  margin-bottom: -98px;
  position: relative;
  z-index: 2;
}
.left-column {
  float: left;
  width: 864px;
  margin-right: -400px;
}
.slider-wrap {
  position: relative;
}
.slider-wrap:after {
  content: " ";
  display: block;
  height: 6px;
  width: 100px;
  background: #A81834;
  top: 100%;
  left: 0;
}
.price-block {
  border: 3px solid #223046;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  text-align: center;
  position: absolute;
  margin-top: -79px;
  padding-top: 17px;
  top: 100%;
  width: 250px;
}
.price-block:after {
  height: 35px;
  content: " ";
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -18px;
  width: 35px;
  background: #8e8f90;
  border-radius: 100%;
}
.price-block1 {
  left: 142px;
}
.price-block2 {
  left: 448px;
}
.price-title {
  font-size: 23px;
  color: #A81834;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.price-title b {
  font-family: 'AvenirLTStd-Black', sans-serif;
}
.price-content {
  font-size: 23px;
  color: #58585a;
  margin-bottom: 3px;
}
.price {
  color: #223046;
  font-size: 30px;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  margin-bottom: 5px;
}
.price-size2 {
  font-size: 48px;
}
.price-size {
  font-size: 29px;
}
.price-size sup {
  font-size: 12px !important;
  top: -1.5em !important;
  color: #58585a !important;
}
.company-img {
  margin: 100px 0 27px;
}
.company-img img {
  margin: 0;
}
.style-block-content-footer {
  line-height: 28px;
}
.footer-main {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 10px;
  color: #000;
  padding: 36px 15px 130px;
  margin-bottom: 100px;
}
.footer-main a {
  color: #000;
  text-decoration: underline;
}
.footer-main a:hover {
  text-decoration: none;
}
.footer-main p {
  margin: 0;
}
.footer-main .illusio-link {
  text-decoration: none;
}
.footer-main .illusio-link:hover {
  text-decoration: underline;
}
.footer-main .illusio-link:before {
  height: 7px;
  width: 7px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  background: #da0812;
}
.footer-logo {
  width: 284px;
  padding: 0 10px;
  background: #fff;
  z-index: 2;
  position: absolute;
  bottom: -46px;
  margin-left: -142px;
  left: 50%;
}
.thank-you-block {
  display: none;
}
.right-column {
  float: right;
  width: 416px;
  background: rgba(255,255,255,0.9);
  position: relative;
  z-index: 1;
  margin-top: 132px;
}
.right-column:after {
  content: "";
  display: block;
  height: 6px;
  width: 100px;
  left: 67px;
  top: 0;
  position: absolute;
  background: #223046;
}
.wrap-form {
  padding: 33px 35px 10px;
  border-bottom: 1px solid #f3f4f5;
  position: relative;
}
.wrap-form:after {
  content: "";
  display: block;
  height: 6px;
  width: 100px;
  left: 67px;
  bottom: 0;
  position: absolute;
  background: #223046;
}
.form-content {
  padding: 10px 35px;
  font-size: 10px;
  line-height: 14px;
  color: #223046;
}
.form-content a {
  color: #223046;
  text-decoration: underline;
}
.form-content a:hover {
  text-decoration: none;
}
.form-content p {
  margin: 0;
}
.form-text {
  font-size: 14px;
  font-family: 'AvenirLTStd-Book', sans-serif;
  margin: 10px 0 10px;
}
.form-control {
  font-family: 'AvenirLTStd-Book', sans-serif;
}
.btn {
  border-radius: 0px !important;
  font-family: 'AvenirLTStd-Book', sans-serif;
}
.wrapper-container-fluid {
  padding-top: 150px;
}
@media (max-width: 1160px) {
  .left-column {
    width: 60%;
    margin-right: 0;
  }
  .right-column {
    width: 40%;
  }
  .price-block {
    position: relative;
    margin: 15px 18px;
    left: 0;
    top: 0;
    float: left;
    right: 0;
    bottom: 0;
  }
  .style-block {
    width: 410px;
  }
  .style-block-content {
    padding: 10px 15px 20px;
  }
  .logo {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin: 15px auto 30px;
    position: static;
    display: block;
  }
  .wrapper-container-fluid {
    padding-top: 0;
  }
  .style-block-wrap {
    margin-bottom: 0;
    width: 100%;
  }
  .style-block {
    margin: 0;
    width: 100%;
  }
  .left-column {
    float: none;
    margin: 0;
    width: 100%;
  }
  .right-column {
    float: none;
    width: 100%;
    margin: 0;
  }
  .wrap-form,
  .form-content,
  .footer-main {
    padding-right: 0;
    padding-left: 0;
  }
}
#close-button-content {
  background-image: url(../images/close.png);
  height: 32px;
  width: 32px;
  top: 38px;
  right: 33px;
  display: block;
  position: absolute;
  z-index: 2;
}
.thank-you-block-wrap {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  display: none;
}
.thank-you-block-wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.thank-you-block-wrap:target {
  display: block;
}
.thank-you-block-wrap .btn {
  background: #4e596b;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
}
.thank-you-block-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  width: 420px;
  margin-left: -210px;
  background: #223046;
  padding: 102px 36px 45px;
  color: #fff;
  z-index: 2;
}
.thank-you-block-content p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 44px;
}
.thank-you-block-content img {
  display: block;
  margin: 0 auto;
  width: 208px;
}
.thank-you-block-content:before {
  content: " ";
  display: block;
  height: 6px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 67px;
}
.thank-you-block-content:after {
  content: " ";
  display: block;
  height: 6px;
  width: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 67px;
}
label.required {
  display: block;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
#form_interesse input {
  display: none;
}
#form_interesse input:checked + label {
  background: #646e7d;
  color: #fff;
}
#form_interesse label {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 25px;
  height: 41px;
  color: #223046;
  border: 1px solid #223046;
  padding: 0 20px;
  line-height: 39px;
}
#form_questions input {
  display: none;
}
#form_questions input:checked + label:before {
  background: #223046;
  box-shadow: 0 0 0 2px #fff inset;
}
#form_questions label {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
#form_questions label:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  height: 15px;
  width: 15px;
  border: 1px solid #223046;
  background: #fff;
  margin-right: 5px;
}
#form_question1 input:checked + label:before,
#form_question2 input:checked + label:before {
  background: #223046;
  box-shadow: 0 0 0 2px #fff inset;
}
#form_question1 label,
#form_question2 label {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  top: -20px;
}
#form_question1 label:before,
#form_question2 label:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  height: 15px;
  width: 15px;
  border: 1px solid #223046;
  background: #fff;
  margin-right: 5px;
}
.question1 {
  margin-bottom: 0px;
}
.question1 label {
  margin-bottom: 0px !important;
}
.fo-margin {
  margin: 0 0 10px !important;
}
@media (max-width: 500px) {
  .thank-you-block-content {
    margin: 30px 5%;
    left: 0;
    width: 90%;
  }
  .thank-you-block-wrap .btn {
    font-size: 10px;
  }
}
.fo-margin span {
  color: #223046;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
}
#form_interesse {
  margin-left: 20px;
  margin-bottom: 18px;
}
.second-question {
  margin-bottom: 9px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main-slider {
  max-width: 1170px;
  margin: auto;
}
.main-slider a {
  position: relative;
}
.main-slider a:after {
  content: "\e909";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "icomoon";
  font-size: 66px;
  margin-top: -50px;
  margin-left: -33px;
  -moz-text-shadow: 0 0 10px rgba(0,0,0,0.7);
  -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.7);
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-slider a:hover:after {
  opacity: 1;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 11px;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev {
  left: 11px;
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
}
.slick-next {
  left: 56px;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 24px;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 17px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  display: none !important;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 19px;
  width: 19px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
  -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.8);
  box-shadow: 0 0 3px 3px rgba(0,0,0,0.8);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #3c3c3b;
  border: 1px solid #8b8b8a;
}
