@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.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%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@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; } }

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

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-size: 1.2rem; }
  .checkbox label::before, .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer; }
  .checkbox label::before {
    top: 0;
    left: -16px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #b7b7b7;
    cursor: pointer; }
  .checkbox label::after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    left: -13px;
    top: 4px;
    z-index: 1;
    width: 10px;
    height: 4px;
    border: 2px solid #1e1e1e;
    border-top-style: none;
    border-right-style: none; }

.checkbox input[type="checkbox"] + label::after {
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0); }

.checkbox input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 5px #3b99fc; }

.radio {
  display: inline-block;
  margin-right: 20px; }
  .radio:last-child {
    margin-right: 0; }
  .radio input[type="radio"] {
    opacity: 0; }
  .radio label {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }
    .radio label::before, .radio label::after {
      position: absolute;
      content: "";
      display: inline-block;
      cursor: pointer; }
    .radio label::before {
      top: 0;
      left: -16px;
      width: 18px;
      height: 18px;
      background: #fff;
      border: 1px solid #b7b7b7;
      border-radius: 50%; }
    .radio label::after {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      top: 3px;
      left: -13px;
      z-index: 1;
      width: 14px;
      height: 14px;
      background: #1e1e1e;
      border-radius: 50%; }
  .radio input[type="radio"] + label::after {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:focus + label::before {
    box-shadow: 0 0 5px #3b99fc; }

.inputer.error {
  box-shadow: 0 0 2px 1px red; }

label.error {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  min-height: 20px;
  padding: 5px 5px 5px 25px;
  background: #000;
  z-index: 9;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  border-color: #000; }
  label.error:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #000;
    bottom: 100%;
    left: 50%;
    margin-bottom: -1px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-bottom-color: inherit; }
  label.error:after {
    position: absolute;
    content: "!";
    width: 15px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 17px;
    line-height: 1.7rem; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-abreu {
  background-image: url(../images/sprite.png);
  background-position: -301px -540px;
  width: 136px;
  height: 45px; }

.icon-abril-c {
  background-image: url(../images/sprite.png);
  background-position: -259px 0px;
  width: 231px;
  height: 123px; }

.icon-abril {
  background-image: url(../images/sprite.png);
  background-position: -356px -370px;
  width: 195px;
  height: 55px; }

.icon-bensaude-c {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 259px;
  height: 136px; }

.icon-bensaude {
  background-image: url(../images/sprite.png);
  background-position: 0px -478px;
  width: 199px;
  height: 62px; }

.icon-binoculars {
  background-image: url(../images/sprite.png);
  background-position: 0px -370px;
  width: 126px;
  height: 108px; }

.icon-claro {
  background-image: url(../images/sprite.png);
  background-position: -601px -167px;
  width: 132px;
  height: 48px; }

.icon-company {
  background-image: url(../images/sprite.png);
  background-position: -701px -80px;
  width: 28px;
  height: 27px; }

.icon-desktop {
  background-image: url(../images/sprite.png);
  background-position: -601px -80px;
  width: 100px;
  height: 87px; }

.icon-envelope {
  background-image: url(../images/sprite.png);
  background-position: -625px -215px;
  width: 26px;
  height: 17px; }

.icon-finger {
  background-image: url(../images/sprite.png);
  background-position: -601px -215px;
  width: 24px;
  height: 26px; }

.icon-generali-c {
  background-image: url(../images/sprite.png);
  background-position: -126px -425px;
  width: 278px;
  height: 36px; }

.icon-generali {
  background-image: url(../images/sprite.png);
  background-position: -354px -478px;
  width: 213px;
  height: 30px; }

.icon-list {
  background-image: url(../images/sprite.png);
  background-position: -601px -241px;
  width: 20px;
  height: 20px; }

.icon-neat-c {
  background-image: url(../images/sprite.png);
  background-position: 0px -292px;
  width: 203px;
  height: 78px; }

.icon-pen {
  background-image: url(../images/sprite.png);
  background-position: -490px 0px;
  width: 111px;
  height: 129px; }

.icon-phone {
  background-image: url(../images/sprite.png);
  background-position: -701px -135px;
  width: 25px;
  height: 25px; }

.icon-pinmap {
  background-image: url(../images/sprite.png);
  background-position: -601px -261px;
  width: 18px;
  height: 22px; }

.icon-portoseguro-c {
  background-image: url(../images/sprite.png);
  background-position: -203px -292px;
  width: 215px;
  height: 69px; }

.icon-portoseguro {
  background-image: url(../images/sprite.png);
  background-position: -199px -478px;
  width: 155px;
  height: 48px; }

.icon-prosegur-c {
  background-image: url(../images/sprite.png);
  background-position: -126px -370px;
  width: 230px;
  height: 55px; }

.icon-prosegur {
  background-image: url(../images/sprite.png);
  background-position: -149px -540px;
  width: 152px;
  height: 64px; }

.icon-sonae {
  background-image: url(../images/sprite.png);
  background-position: -601px 0px;
  width: 132px;
  height: 80px; }

.icon-tap {
  background-image: url(../images/sprite.png);
  background-position: 0px -540px;
  width: 149px;
  height: 69px; }

.icon-user {
  background-image: url(../images/sprite.png);
  background-position: -701px -107px;
  width: 27px;
  height: 28px; }

.icon-vegeta-c {
  background-image: url(../images/sprite.png);
  background-position: 0px -136px;
  width: 202px;
  height: 156px; }

.icon-vegeta {
  background-image: url(../images/sprite.png);
  background-position: -404px -425px;
  width: 153px;
  height: 35px; }

.icon-wse-c {
  background-image: url(../images/sprite.png);
  background-position: -259px -123px;
  width: 174px;
  height: 123px; }

.icon-wse {
  background-image: url(../images/sprite.png);
  background-position: -259px -246px;
  width: 229px;
  height: 37px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-abreu {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-abril-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-abril {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-bensaude-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-bensaude {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-binoculars {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-claro {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-company {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-desktop {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-envelope {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-finger {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-generali-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-generali {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-list {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-neat-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-pen {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-phone {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-pinmap {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-portoseguro-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-portoseguro {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-prosegur-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-prosegur {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-sonae {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-tap {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-user {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-vegeta-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-vegeta {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-wse-c {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; }
  .icon-wse {
    background-image: url(../images/sprite@2x.png);
    background-size: 733px 609px; } }

/* Slider */
.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;
  display: none; }
  [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-slide:focus {
    outline: 0; }
  .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; }

.slick-arrow {
  border-radius: 100%;
  border: none;
  width: 40px;
  height: 40px;
  background: url(../images/slidearrow.svg) 40% center/40% no-repeat #1e1e1e;
  color: transparent;
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1; }
  .slick-arrow:focus {
    outline: 0; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0;
    -ms-transform: rotate(180deg) translatez(0);
    /* IE 9 */
    -webkit-transform: rotate(180deg) translatez(0);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg) translatez(0); }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      display: none !important; } }

.slick-dots {
  list-style: none;
  margin: 2rem auto 0;
  width: 84px;
  padding: 0; }
  .slick-dots:before, .slick-dots:after {
    content: "";
    display: table; }
  .slick-dots:after {
    clear: both; }
  .slick-dots li {
    float: left; }
  .slick-dots button {
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 75%;
    border: 2px solid #fff;
    background-color: #fff;
    color: #fff;
    box-shadow: 0px 0px 2px 0 #6b6b6b;
    margin: 0 4px; }
  .slick-dots .slick-active button {
    background: #1e1e1e;
    color: #1e1e1e; }

/**
 * Tooltips!
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

html {
  font-size: 62.5%; }

.browserupgrade {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: center;
  color: #000; }

hr {
  height: 1px;
  border: none;
  background: #848484; }

*::selection {
  background: #1e1e1e;
  color: #C8EA0C; }

i {
  display: inline-block; }

.nobr {
  white-space: nowrap; }

body {
  font-family: 'Geometria', sans-serif;
  color: #2d2d2d; }

section,
header,
footer {
  position: relative;
  width: 100%; }

[class^="container"] {
  padding: 4rem 2rem;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    [class^="container"] {
      padding: 6rem 4rem; } }

.button {
  display: table;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #1e1e1e;
  cursor: pointer;
  border: 1px solid #1e1e1e;
  position: relative;
  z-index: 1;
  background: transparent; }
  .button:hover {
    color: #fff; }
  .button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0;
    z-index: -1;
    background: #1e1e1e;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
  .button:hover:before {
    right: 0%;
    left: auto;
    width: 100%; }
  .button.light:hover {
    color: #1e1e1e; }
  .button.light:before {
    background: #fff; }

.diag {
  position: absolute;
  width: 100%;
  height: 440px;
  top: -200px;
  overflow: hidden;
  z-index: 1; }
  .diag:nth-child(1n+2) {
    top: auto;
    bottom: -100px; }
  @media screen and (min-width: 768px) {
    .diag {
      height: 600px;
      top: -300px; }
      .diag:nth-child(1n+2) {
        top: auto;
        bottom: -300px; } }

.inner-diag {
  position: absolute;
  background: #1e1e1e;
  height: 200px;
  left: -100px;
  right: -200px;
  top: 150px;
  zoom: 1;
  -ms-transform: rotate(-5deg) translatez(0);
  /* IE 9 */
  -webkit-transform: rotate(-5deg) translatez(0);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg) translatez(0); }
  .inner-diag.right {
    -ms-transform: rotate(5deg) translatez(0);
    /* IE 9 */
    -webkit-transform: rotate(5deg) translatez(0);
    /* Chrome, Safari, Opera */
    transform: rotate(5deg) translatez(0); }
  @media screen and (min-width: 768px) {
    .inner-diag {
      height: 300px; } }

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 300;
  margin: 3rem 0; }
  @media screen and (min-width: 768px) {
    h1 {
      margin: 6rem 0;
      font-size: 40px;
      font-size: 4rem;
      line-height: 44px;
      line-height: 4.4rem; } }

h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 800;
  text-align: center;
  margin: 3rem 0; }
  @media screen and (min-width: 768px) {
    h2 {
      margin: 4rem 0; } }

h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem; }

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem; }

ul {
  list-style: none;
  padding: 0; }

li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 1rem; }
  li i {
    margin-right: 2rem; }

nav.fixed {
  position: fixed;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2; }

nav .logo {
  width: 180px;
  margin: 0;
  display: block; }
  @media screen and (min-width: 767px) {
    nav .logo {
      margin: 0 auto;
      width: 220px; } }
  @media screen and (min-width: 992px) {
    nav .logo {
      display: inline-block;
      width: 180px; } }
  @media screen and (min-width: 1200px) {
    nav .logo {
      width: 250px; } }

nav .hamburguer {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0;
  margin: 2rem;
  z-index: 11;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    nav .hamburguer {
      margin: 5rem; } }
  @media screen and (min-width: 992px) {
    nav .hamburguer {
      display: none; } }
  nav .hamburguer:hover {
    animation: zoom 300ms ease-in; }
  nav .hamburguer .lines {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin: 8px 0;
    transition: all 450ms ease-in; }

nav .close-hamburguer .lines {
  cursor: pointer; }

nav .close-hamburguer .line-top {
  transform: translateY(200%) rotate(45deg);
  margin-top: 14px; }

nav .close-hamburguer .line-mid {
  opacity: 0; }

nav .close-hamburguer .line-bottom {
  transform: translateY(-200%) rotate(135deg);
  margin-top: -12px; }

nav .menu {
  list-style: none;
  text-align: center;
  margin-top: 1rem;
  padding-left: 0; }
  @media screen and (max-width: 991px) {
    nav .menu {
      transform: translateX(-100%);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      background: #1e1e1e;
      width: 100%;
      height: 100%;
      position: absolute;
      top: -2rem;
      left: 0;
      padding-top: 5rem;
      z-index: 10; } }
  @media screen and (min-width: 992px) {
    nav .menu {
      margin-top: 0;
      float: right; } }
  nav .menu.slide {
    transform: translateX(0); }
  nav .menu li {
    position: relative;
    display: block;
    margin: 5rem 0; }
    @media screen and (min-width: 992px) {
      nav .menu li {
        display: inline-block;
        margin: 0; } }
    nav .menu li:last-child a {
      margin-right: 0; }
  nav .menu a {
    color: #fff;
    text-decoration: none;
    margin: 0 2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 300;
    position: relative; }
    @media screen and (min-width: 768px) {
      nav .menu a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 13px;
        line-height: 1.3rem; } }
    nav .menu a:after {
      content: '';
      width: 0;
      height: 2px;
      position: absolute;
      left: 50%;
      margin: auto;
      top: -1px;
      bottom: 0;
      background: #C8EA0C;
      -ms-transform: rotate(-5deg) translatez(0);
      /* IE 9 */
      -webkit-transform: rotate(-5deg) translatez(0);
      /* Chrome, Safari, Opera */
      transform: rotate(-5deg) translatez(0);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    nav .menu a.active:after {
      width: 120%;
      left: -10%; }

nav .pinmap {
  margin-top: -10px; }

nav .tooltip-place-content {
  position: absolute;
  bottom: -100px;
  color: #fff;
  width: 150px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  padding: 10px; }
  nav .tooltip-place-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    top: -10px;
    right: 15%;
    border-color: transparent transparent #fff transparent; }
  nav .tooltip-place-content p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0; }
  nav .tooltip-place-content [id^="near"] {
    display: none; }
  nav .tooltip-place-content #near-lisbon {
    display: block; }

#services header {
  background: url(../images/pixel-pattern.png), url(../images/cg-1.gif) center/cover; }

#stories header {
  background: url(../images/pixel-pattern.png), url(../images/cg-4.gif) center/cover; }

#team header {
  background: url(../images/pixel-pattern.png), url(../images/cg-2.gif) center/cover; }

header {
  padding: 0;
  position: relative;
  z-index: 20; }
  header .pixel-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  header#home-head {
    background-size: cover;
    background-position: center; }
  header h1 {
    color: #fff; }
  header .claim {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px; }
    @media screen and (min-width: 992px) {
      header .claim {
        height: 300px; } }
    header .claim h1 {
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      line-height: 45px;
      line-height: 4.5rem;
      height: 90px; }
      header .claim h1 span {
        display: block;
        font-weight: 800;
        color: #C8EA0C; }
      @media screen and (min-width: 768px) {
        header .claim h1 {
          font-size: 65px;
          font-size: 6.5rem;
          line-height: 65px;
          line-height: 6.5rem;
          height: 130px; } }
    header .claim .button {
      border-color: #fff;
      color: #fff;
      max-width: 250px; }
    header .claim p {
      text-align: center;
      color: #fff; }
  header .supports {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px; }
    @media screen and (min-width: 768px) {
      header .supports {
        right: 4rem;
        left: auto; } }
  header .mouse {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 15%;
    width: 24px;
    margin: -12px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 30px; }
    @media screen and (min-width: 768px) {
      header .mouse {
        bottom: 5%; } }
    header .mouse:after {
      display: block;
      content: "";
      position: absolute;
      left: 13px;
      top: 10px;
      width: 2px;
      height: 4px;
      margin-left: -3px;
      background-color: white;
      border-radius: 2px;
      animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@keyframes mouse-wheel {
  0% {
    transform: translateY(0);
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  30% {
    transform: translateY(0);
    height: 4px; }
  50% {
    transform: translateY(0);
    height: 20px; }
  70% {
    transform: translateY(15px);
    height: 4px;
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }

.services-home {
  margin-bottom: 10rem;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .services-home {
      padding-bottom: 20rem;
      margin-bottom: -20rem; } }
  .services-home .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .services-home .card {
    position: relative;
    margin: 2rem 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    @media screen and (min-width: 992px) {
      .services-home .card {
        margin: 6rem 0; }
        .services-home .card hr {
          position: absolute;
          top: 12rem;
          margin: 0; }
        .services-home .card:hover:before {
          height: 400%;
          top: -100%; }
        .services-home .card:hover hr {
          background: #fff !important; }
        .services-home .card:before {
          content: '';
          display: block;
          position: absolute;
          top: 12rem;
          left: 0px;
          height: 1px;
          width: 100%;
          z-index: -1;
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
        .services-home .card:nth-child(1):before {
          background-color: #C8EA0C; }
        .services-home .card:nth-child(2):before {
          background-color: #00C6D2; }
        .services-home .card:nth-child(3):before {
          background-color: #FA9600; } }
    .services-home .card hr {
      height: 2px;
      width: 100%; }
    .services-home .card p {
      margin: 3rem auto;
      max-width: 400px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .services-home .card p {
          margin: 6rem auto 3rem;
          padding: 0 3rem; } }
    .services-home .card:nth-child(1) hr {
      background-color: #C8EA0C; }
    .services-home .card:nth-child(2) hr {
      background-color: #00C6D2; }
    .services-home .card:nth-child(3) hr {
      background-color: #FA9600; }

.clients {
  position: relative;
  background: #1e1e1e;
  color: #fff;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .clients {
      margin: 25rem 0; } }
  .clients .container-fluid {
    padding: 0;
    z-index: 2; }
  .clients h1 {
    color: #fff;
    margin: 6rem 0; }
    @media screen and (min-width: 768px) {
      .clients h1 {
        text-align: right;
        margin-right: 6rem;
        margin-bottom: 10rem; } }
  @media screen and (min-width: 768px) {
    .clients h2 {
      font-size: 30px;
      font-size: 3rem;
      text-align: left;
      margin-left: 6rem;
      margin-top: 10rem; } }
  .clients .card {
    height: 150px;
    min-width: 240px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    position: relative; }
    .clients .card:nth-child(6n+1) .front,
    .clients .card:nth-child(6n+1) .back {
      background: #FA9600; }
    .clients .card:nth-child(6n+1) .front,
    .clients .card:nth-child(6n+1) .back {
      background: #FA9600; }
    .clients .card:nth-child(6n+3) .front,
    .clients .card:nth-child(6n+3) .back {
      background: #00C6D2; }
    .clients .card:nth-child(6n+5) .front,
    .clients .card:nth-child(6n+5) .back {
      background: #C8EA0C; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .clients .card:nth-child(6n+1) .front,
      .clients .card:nth-child(6n+1) .back {
        background: #1e1e1e; }
      .clients .card:nth-child(6n+3) .front,
      .clients .card:nth-child(6n+3) .back {
        background: #1e1e1e; }
      .clients .card:nth-child(7n+1) .front,
      .clients .card:nth-child(7n+1) .back {
        background: #FA9600; }
      .clients .card:nth-child(5n+4) .front,
      .clients .card:nth-child(5n+4) .back {
        background: #00C6D2; } }
    @media screen and (min-width: 992px) {
      .clients .card {
        height: 200px; } }
    @media screen and (min-width: 1200px) {
      .clients .card {
        width: 20%; } }
  .clients .flipper {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s; }
  .clients .flipped {
    -webkit-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    transform: rotatex(-180deg); }
    .clients .flipped .back {
      z-index: 2; }
  .clients .front,
  .clients .back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    text-align: center;
    background: #1E1E1E; }
  .clients .front {
    position: absolute;
    z-index: 2; }
  .clients .back {
    -webkit-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    transform: rotatex(-180deg);
    transition: .2s; }
  .clients ul {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem; }
  .clients li {
    margin-bottom: 1rem; }

.jobs {
  background: url(../images/banner-jobs.jpg) center bottom/100% no-repeat;
  padding-bottom: 6rem; }
  @media screen and (min-width: 768px) {
    .jobs {
      padding-bottom: 20rem; } }
  .jobs .card {
    max-width: 450px;
    text-align: center;
    margin: 6rem auto 0; }
    @media screen and (min-width: 768px) {
      .jobs .card {
        margin-top: 10rem; } }
  .jobs h2 {
    color: #00C6D2; }
  .jobs h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.8rem; }
    .jobs h3 img {
      margin-right: 10px;
      width: 20px; }

.services {
  position: relative; }
  .services .container {
    padding-bottom: 15rem; }
    @media screen and (min-width: 768px) {
      .services .container {
        padding-bottom: 30rem; } }
  .services .icon-big {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem; }
  .services img {
    max-width: 100%; }
  .services hgroup {
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .services hgroup {
        width: 60%; } }
  .services article {
    text-align: center; }
    .services article h2 {
      font-size: 20px;
      font-size: 2rem;
      text-align: center; }
  .services h2 {
    text-align: left;
    margin: 1.5rem 0;
    font-size: 30px;
    font-size: 3rem; }
  .services ul {
    margin-top: 4rem; }
  .services li {
    display: flex;
    align-items: center;
    margin-top: 2rem; }
    .services li i {
      margin-right: 2rem; }
    @media screen and (min-width: 768px) {
      .services li {
        float: left;
        width: 33.3333%; } }
  .services.strategic {
    background: #C8EA0C; }
    .services.strategic .inner-diag {
      background-color: #C8EA0C; }
  .services.product {
    background: #00C6D2;
    text-align: right; }
    .services.product .icon-big {
      float: right;
      margin-left: 2rem;
      margin-right: 0rem; }
    .services.product hgroup {
      float: right; }
    .services.product h2 {
      text-align: right; }
    .services.product .inner-diag {
      background-color: #00C6D2; }
    .services.product li {
      justify-content: flex-end; }
      .services.product li i {
        margin-left: 2rem;
        margin-right: 0; }
  .services.activation {
    background: #FA9600;
    margin-bottom: 15rem; }
    @media screen and (min-width: 768px) {
      .services.activation {
        margin-bottom: 23rem; } }
    .services.activation .container {
      padding-bottom: 0; }
    .services.activation .diag {
      margin-top: 1px; }
    .services.activation .inner-diag {
      background-color: #FA9600; }

.story {
  text-align: center;
  position: relative; }
  .story:nth-child(odd) {
    padding: 15rem 0; }
  .story:first-child {
    padding-top: 0; }
  .story:last-child {
    margin-bottom: 25rem; }
  .story:nth-child(even) {
    background: #f0f0f0; }
    .story:nth-child(even) .inner-diag {
      background-color: #f0f0f0; }
  @media screen and (min-width: 768px) {
    .story {
      text-align: left; }
      .story:nth-child(odd) {
        padding: 25rem 0; }
      .story:first-child {
        padding-top: 15rem; }
      .story:nth-child(even) {
        text-align: right; } }
  .story ul {
    margin-top: 6rem; }

.mockup-wrap {
  position: relative;
  left: 50%;
  margin-left: -237px;
  width: 475px;
  height: 430px;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }
  @media screen and (min-width: 992px) {
    .mockup-wrap {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      top: 0; } }

.mockup-content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-182px) rotateY(0);
  transform: translateZ(-182px) rotateY(0);
  -webkit-animation: carousel 10s infinite cubic-bezier(1, 0.015, 0.295, 1.225) forwards;
  animation: carousel 10s infinite cubic-bezier(1, 0.015, 0.295, 1.225) forwards; }

@-webkit-keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-182px) rotateY(0);
    transform: translateZ(-182px) rotateY(0); }
  27.5%,
  45% {
    -webkit-transform: translateZ(-182px) rotateY(-120deg);
    transform: translateZ(-182px) rotateY(-120deg); }
  55%,
  72.5% {
    -webkit-transform: translateZ(-182px) rotateY(-240deg);
    transform: translateZ(-182px) rotateY(-240deg); }
  82.5%,
  100% {
    -webkit-transform: translateZ(-182px) rotateY(-360deg);
    transform: translateZ(-182px) rotateY(-360deg); } }

@-moz-keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-182px) rotateY(0);
    transform: translateZ(-182px) rotateY(0); }
  27.5%,
  45% {
    -webkit-transform: translateZ(-182px) rotateY(-120deg);
    transform: translateZ(-182px) rotateY(-120deg); }
  55%,
  72.5% {
    -webkit-transform: translateZ(-182px) rotateY(-240deg);
    transform: translateZ(-182px) rotateY(-240deg); }
  82.5%,
  100% {
    -webkit-transform: translateZ(-182px) rotateY(-360deg);
    transform: translateZ(-182px) rotateY(-360deg); } }

@-o-keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-182px) rotateY(0);
    transform: translateZ(-182px) rotateY(0); }
  27.5%,
  45% {
    -webkit-transform: translateZ(-182px) rotateY(-120deg);
    transform: translateZ(-182px) rotateY(-120deg); }
  55%,
  72.5% {
    -webkit-transform: translateZ(-182px) rotateY(-240deg);
    transform: translateZ(-182px) rotateY(-240deg); }
  82.5%,
  100% {
    -webkit-transform: translateZ(-182px) rotateY(-360deg);
    transform: translateZ(-182px) rotateY(-360deg); } }

@keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-182px) rotateY(0);
    transform: translateZ(-182px) rotateY(0); }
  27.5%,
  45% {
    -webkit-transform: translateZ(-182px) rotateY(-120deg);
    transform: translateZ(-182px) rotateY(-120deg); }
  55%,
  72.5% {
    -webkit-transform: translateZ(-182px) rotateY(-240deg);
    transform: translateZ(-182px) rotateY(-240deg); }
  82.5%,
  100% {
    -webkit-transform: translateZ(-182px) rotateY(-360deg);
    transform: translateZ(-182px) rotateY(-360deg); } }

.mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 475px;
  height: 430px; }
  .mockup:nth-child(1) {
    -webkit-transform: rotateY(0) translateZ(182px);
    transform: rotateY(0) translateZ(182px); }
  .mockup:nth-child(2) {
    -webkit-transform: rotateY(120deg) translateZ(182px);
    transform: rotateY(120deg) translateZ(182px); }
  .mockup:nth-child(3) {
    -webkit-transform: rotateY(240deg) translateZ(182px);
    transform: rotateY(240deg) translateZ(182px); }

.team {
  margin-bottom: 9rem;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .team {
      margin-bottom: 12rem; } }
  .team .container-fluid {
    padding: 0; }
  .team .card {
    height: 385px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    position: relative; }
    .team .card:nth-child(1n) .back {
      background: #FA9600; }
    .team .card:nth-child(2n) .back {
      background: #00C6D2; }
    .team .card:nth-child(3n) .back {
      background: #C8EA0C; }
  .team .flipper {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s; }
  .team .flipped {
    -webkit-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    transform: rotatex(-180deg); }
  .team .front,
  .team .back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    text-align: center; }
  .team .front {
    position: absolute;
    z-index: 1;
    overflow: hidden; }
  .team .back {
    -webkit-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    transform: rotatex(-180deg);
    padding: 2rem; }
  .team h2 {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300; }
  .team h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: .5rem 0; }

.locations {
  color: #fff;
  text-align: center;
  position: relative;
  background: #000; }
  .locations .place {
    background: center / cover;
    width: 100%;
    height: 20%;
    position: absolute; }
    @media screen and (min-width: 992px) {
      .locations .place {
        width: 20%;
        height: 100%;
        top: 0; } }
  .locations .place-lisbon {
    background-image: url(../images/place-lisbon.jpg); }
    @media screen and (max-width: 991px) {
      .locations .place-lisbon {
        height: 37%; } }
  .locations .place-porto {
    background-image: url(../images/place-porto.jpg);
    top: 25%; }
    @media screen and (min-width: 992px) {
      .locations .place-porto {
        top: 0;
        left: 20%; } }
  .locations .place-madrid {
    background-image: url(../images/place-madrid.jpg);
    top: 42%; }
    @media screen and (min-width: 992px) {
      .locations .place-madrid {
        top: 0;
        left: 40%; } }
  .locations .place-saopaulo {
    background-image: url(../images/place-saopaulo.jpg);
    top: 60%; }
    @media screen and (min-width: 992px) {
      .locations .place-saopaulo {
        top: 0;
        left: 60%; } }
  .locations .place-bucharest {
    background-image: url(../images/place-bucharest.jpg);
    top: 77%; }
    @media screen and (min-width: 992px) {
      .locations .place-bucharest {
        top: 0;
        left: 80%; } }
  .locations .container-fluid {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .locations .container-fluid {
        height: auto !important;
        justify-content: center;
        padding-top: 10rem;
        padding-bottom: 10rem; } }
  .locations .flex-row {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .locations .flex-row {
        flex-direction: row; } }
  @media screen and (min-width: 992px) {
    .locations .flex-col {
      width: 20%; } }
  .locations .foot-head {
    position: absolute;
    top: 1rem;
    width: 100%;
    left: 0; }
    @media screen and (min-width: 992px) {
      .locations .foot-head {
        top: 6rem; } }
  .locations .row {
    width: 100%;
    margin: 0; }
  .locations .card {
    margin: 4rem auto;
    width: 100%;
    max-width: 320px;
    display: block; }
    @media screen and (min-width: 992px) {
      .locations .card {
        margin: 15rem auto 5rem; } }
  .locations h2 {
    color: #C8EA0C; }
  .locations a[href^="tel"],
  .locations a[x-apple-data-detectors],
  .locations address {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-style: normal; }

.foot-mail {
  background: #1e1e1e;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 3rem 0;
  font-size: 14px;
  font-size: 1.4rem; }
  .foot-mail a {
    color: #fff;
    text-decoration: none; }
    .foot-mail a:hover {
      transition: 0.3s;
      text-decoration: underline;
      color: #C8EA0C; }

footer {
  position: relative; }

.oxymask {
  position: absolute;
  left: 50%;
  top: -340px;
  width: 80px;
  margin-left: -50px;
  z-index: -1;
  animation: pendulum 2s infinite ease-in-out; }

@-webkit-keyframes pendulum {
  0% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(2deg); } }

@-moz-keyframes pendulum {
  0% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(2deg); } }

@-o-keyframes pendulum {
  0% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(2deg); } }

@keyframes pendulum {
  0% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(2deg); } }
  @media screen and (min-width: 768px) {
    .oxymask {
      top: -280px; } }
  @media screen and (min-width: 992px) {
    .oxymask {
      top: -600px;
      width: 200px;
      margin-left: 270px; } }
  @media screen and (min-width: 1200px) {
    .oxymask {
      margin-left: 350px; } }

[id^="block"] {
  display: none; }

#block1 {
  display: block; }

@media screen and (max-width: 767px) {
  .form-outer {
    margin: 0 -20px; } }

.form {
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 4rem 0; }

.form-header {
  padding: 25px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
  .form-header h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
    color: #fff;
    margin: 0; }

.glyph {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1rem; }
  .glyph.icon-finger {
    top: 1rem;
    margin: 0; }

.form-body {
  border: none;
  padding: 25px;
  margin: 0; }
  .form-body .input-group {
    position: relative;
    text-align: left;
    margin: 1rem 0; }
    .form-body .input-group p {
      text-align: left;
      margin: 1rem 0; }
  .form-body .input-hidden {
    display: none; }
  .form-body .inputer {
    background: #ebebeb;
    padding: 0 5px 0 50px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: normal; }
    .form-body .inputer[type='number']::-webkit-inner-spin-button, .form-body .inputer[type='number']::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .form-body .inputer[type='number'] {
      -moz-appearance: textfield; }
    .form-body .inputer.placeholder {
      color: #a3a3a3;
      font-weight: 300; }
    .form-body .inputer::-webkit-input-placeholder {
      color: #a3a3a3;
      font-weight: 300; }
    .form-body .inputer:-moz-placeholder {
      color: #a3a3a3;
      font-weight: 300; }
    .form-body .inputer::-moz-placeholder {
      color: #a3a3a3;
      font-weight: 300; }
    .form-body .inputer:-ms-input-placeholder {
      color: #a3a3a3;
      font-weight: 300; }
  .form-body textarea.inputer {
    padding-top: 1.5rem;
    min-height: 100px; }
  .form-body select.inputer {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/selectarrow.svg) right 10px center no-repeat;
    padding-right: 40px;
    cursor: pointer;
    color: #bfbfbf; }
    .form-body select.inputer::-ms-expand {
      display: none; }
    .form-body select.inputer.selected {
      color: #2d2d2d; }

.form-footer {
  text-align: center;
  padding: 0 25px 25px; }
  .form-footer label,
  .form-footer a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #000; }
  .form-footer .checkbox {
    margin-bottom: 25px; }

.si-pixel {
  position: absolute; }

/*MODAL*/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

.modal {
  display: none;
  z-index: 999;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#terms {
  max-width: 600px; }
  #terms h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 1rem 0; }
  #terms p {
    font-size: 14px;
    font-size: 1.4rem; }

#support-details {
  max-width: 500px; }
  #support-details ul {
    margin-top: 4rem; }
  #support-details li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 1rem 0; }

.modal_close {
  cursor: pointer;
  position: absolute;
  background: #fff;
  top: 0px;
  right: -35px;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 2;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .modal_close {
      right: 0; } }
  .modal_close:after {
    content: "×";
    color: #000;
    display: block;
    font-size: 40px;
    font-size: 4rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    transition-duration: .5s; }
  .modal_close:hover:after {
    transform: rotate(180deg); }

/*FORM OVERLAY*/
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none; }

/*AJAX LOADER*/
.ajax-loader {
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none; }

.circular {
  animation: rotate 2s linear infinite;
  height: 100px;
  transform-origin: center center;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #008744; }

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
