@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon29e4.eot?w6mur1");
  src: url("fonts/icomoon29e4.html?w6mur1#iefix") format("embedded-opentype"), url("../fonts/icomoon29e4.ttf?w6mur1") format("truetype"), url("../fonts/icomoon29e4.woff?w6mur1") format("woff"), url("../fonts/icomoon29e4.svg?w6mur1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="vmg-"], [class*=" vmg-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vmg-circle-right:before {
  content: "";
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-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 (min-width: 768px) and (max-width: 959px) {
  .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: 960px) 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: 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 (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  font-family: "Open Sans", Helvetica, Tahoma, sans-serif;
  font-size: 1rem;
  color: #818286;
  background: #fff;
}

a {
  color: #ff0000;
}

a:hover {
  color: #68696c;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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 {
  font-size: 50px;
  margin: 0;
}

h2, .h2 {
  font-size: 30px;
  margin: 20px 0;
}

h3, .h3 {
  font-size: 21px;
  margin: 15px 0;
}

h4, .h4 {
  font-size: 1rem;
  margin: 10px 0;
}

h5, .h5 {
  font-size: 1rem;
  margin: 5px 0;
}

h6, .h6 {
  font-size: 1rem;
  margin: 2px 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 960px) {
  h1, .h1 {
    font-size: 35.71429px;
  }
}

@media (max-width: 720px) {
  h1, .h1 {
    font-size: 33.33333px;
  }
}

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 27.77778px;
  }
  h2, .h2 {
    font-size: 30.76923px;
  }
  h3, .h3 {
    font-size: 16.15385px;
  }
  h3, .h3 {
    font-size: 16.15385px;
  }
  h4, .h4 {
    font-size: 0.1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 479.9px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 719.9px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 720px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 959.9px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.9px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-collapse {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.container-fluid:after {
  clear: both;
}

.container-fluid-collapse {
  padding-left: 0;
  padding-right: 0;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}

.row-collapse > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.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, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-1 {
  width: 8.33333%;
}

.col-xs-1.col-xs-1--right {
  float: right;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-2.col-xs-2--right {
  float: right;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-3.col-xs-3--right {
  float: right;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-4.col-xs-4--right {
  float: right;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-5.col-xs-5--right {
  float: right;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-6.col-xs-6--right {
  float: right;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-7.col-xs-7--right {
  float: right;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-8.col-xs-8--right {
  float: right;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-9.col-xs-9--right {
  float: right;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-10.col-xs-10--right {
  float: right;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-11.col-xs-11--right {
  float: right;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-12.col-xs-12--right {
  float: right;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-sm-1.col-sm-1--right {
    float: right;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-2.col-sm-2--right {
    float: right;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3.col-sm-3--right {
    float: right;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-4.col-sm-4--right {
    float: right;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-5.col-sm-5--right {
    float: right;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-6.col-sm-6--right {
    float: right;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-7.col-sm-7--right {
    float: right;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-8.col-sm-8--right {
    float: right;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9.col-sm-9--right {
    float: right;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-10.col-sm-10--right {
    float: right;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-11.col-sm-11--right {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-12.col-sm-12--right {
    float: right;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 720px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-md-1.col-md-1--right {
    float: right;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-2.col-md-2--right {
    float: right;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3.col-md-3--right {
    float: right;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-4.col-md-4--right {
    float: right;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-5.col-md-5--right {
    float: right;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-6.col-md-6--right {
    float: right;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-7.col-md-7--right {
    float: right;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-8.col-md-8--right {
    float: right;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9.col-md-9--right {
    float: right;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-10.col-md-10--right {
    float: right;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-11.col-md-11--right {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-12.col-md-12--right {
    float: right;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 960px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-lg-1.col-lg-1--right {
    float: right;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-2.col-lg-2--right {
    float: right;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3.col-lg-3--right {
    float: right;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-4.col-lg-4--right {
    float: right;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-5.col-lg-5--right {
    float: right;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-6.col-lg-6--right {
    float: right;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-7.col-lg-7--right {
    float: right;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-8.col-lg-8--right {
    float: right;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9.col-lg-9--right {
    float: right;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-10.col-lg-10--right {
    float: right;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-11.col-lg-11--right {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-12.col-lg-12--right {
    float: right;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-1.col-xl-1--right {
    float: right;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-2.col-xl-2--right {
    float: right;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3.col-xl-3--right {
    float: right;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-4.col-xl-4--right {
    float: right;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-5.col-xl-5--right {
    float: right;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-6.col-xl-6--right {
    float: right;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-7.col-xl-7--right {
    float: right;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-8.col-xl-8--right {
    float: right;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9.col-xl-9--right {
    float: right;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-10.col-xl-10--right {
    float: right;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-11.col-xl-11--right {
    float: right;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-12.col-xl-12--right {
    float: right;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.btn {
  font-family: "Open Sans", Helvetica, Tahoma, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 16px 50px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover {
  color: inherit;
  text-decoration: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: disabled;
  opacity: .65;
}

@media (max-width: 720px) {
  .btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-brand {
  text-decoration: none;
  color: #fff;
  background-color: #c3882e;
  border-color: #c3882e;
}

.btn-brand:hover {
  color: #fff;
  background-color: #e09522;
  border-color: #e09522;
}

.btn-brand:active,
.btn-brand.active {
  color: #fff;
  background-color: #e09522;
  border-color: #e09522;
}

.btn-brand.disabled,
.btn-brand.disabled:hover,
.btn-brand.disabled:focus,
.btn-brand.disabled.focus,
.btn-brand.disabled:active,
.btn-brand.disabled.active,
.btn-brand[disabled],
.btn-brand[disabled]:hover,
.btn-brand[disabled]:focus,
.btn-brand[disabled].focus,
.btn-brand[disabled]:active,
.btn-brand[disabled].active,
fieldset[disabled] .btn-brand,
fieldset[disabled] .btn-brand:hover,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-brand.focus,
fieldset[disabled] .btn-brand:active,
fieldset[disabled] .btn-brand.active {
  background-color: #c3882e;
  border-color: #c3882e;
}

.btn-outline {
  border-width: 4px;
  text-decoration: none;
  font-weight: normal;
  color: #3d3d3d;
  background-color: transparent;
  border-color: #dbdbdb;
}

.btn-outline:hover {
  color: #3d3d3d;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-outline:active,
.btn-outline.active {
  color: #3d3d3d;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled].focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #dbdbdb;
}

input[type="submit"].btn--block,
input[type="reset"].btn--block,
input[type="button"].btn--block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.block {
  padding: 90px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.block#affiliates {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .block {
    padding: 70px 0;
  }
}

@media (max-width: 960px) {
  .block {
    padding: 60px 0;
  }
}

@media (max-width: 720px) {
  .block {
    padding: 30px 0;
  }
}

.block-animation-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  height: 100.1vh;
}

.block-top {
  color: #fff;
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-top h1,
.block-top h2,
.block-top h3,
.block-top h4,
.block-top h5,
.block-top h6,
.block-top .h1,
.block-top .h2,
.block-top .h3,
.block-top .h4,
.block-top .h5,
.block-top .h6 {
  color: inherit;
}

@media (max-height: 435px) {
  .block-top h1,
  .block-top h2,
  .block-top h3,
  .block-top h4,
  .block-top h5,
  .block-top h6,
  .block-top .h1,
  .block-top .h2,
  .block-top .h3,
  .block-top .h4,
  .block-top .h5,
  .block-top .h6 {
    font-size: 20px;
  }
}

@media (max-height: 320px) {
  .block-top h1,
  .block-top h2,
  .block-top h3,
  .block-top h4,
  .block-top h5,
  .block-top h6,
  .block-top .h1,
  .block-top .h2,
  .block-top .h3,
  .block-top .h4,
  .block-top .h5,
  .block-top .h6 {
    font-size: 17px;
  }
}

.block-bg {
  position: relative;
  z-index: 10000;
  padding-bottom: 177px;
  background-image: url("../images/content/footer-bg.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 105%;
}

@media (max-width: 720px) {
  .block-bg{
    background-size: 600px 400px;
  }
}

@media (max-width: 1200px) {
  .block-bg {
    padding-bottom: 118px;
  }
}

@media (max-width: 960px) {
  .block-bg {
    padding: 60px 0;
  }
}

@media (max-width: 720px) {
  .block-bg {
    padding: 30px 0;
  }
}

.block-color, .block-animation-wrap {
  background-color: #1e1e26;
}

.block-modify {
  background: #f1f1f1;
}

.block-inverse {
  color: #fff;
}

.block-inverse .page-header-title h2 {
  color: #fff;
}

.block-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.block-content {
  display: table-row;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .block-content {
    height: 100%;
  }
}

.block-content-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.block-content-inner:before {
  content: '';
  float: left;
}

.block-content-logo {
  margin-bottom: 45px;
}

@media (max-height: 435px) {
  .block-content-logo {
    margin-bottom: 15px;
  }
}

.block-content-logo img {
  width: 40%;
}

@media (max-width: 960px) {
  .block-content-logo img {
    width: 50%;
  }
}

@media (max-width: 2000px) {
  .block-content-logo img {
    width: 200%;
  }
}

.block-content-title {
  margin-bottom: 60px;
}

@media (max-height: 435px) {
  .block-content-title {
    margin-bottom: 15px;
  }
  .block-content-title br {
    display: none;
  }
}

.block-content .btn.btn-brand {
  pointer-events: auto;
}

.block-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block-footer-item {
  padding-bottom: 30px;
  font-size: 18px;
  color: #fff;
}

@media (max-height: 435px) {
  .block-footer-item {
    padding-bottom: 10px;
  }
}

.block-footer .block-footer-inner {
  vertical-align: bottom;
}

.block-inner {
  display: table-cell;
  vertical-align: middle;
}

.block-inner:before {
  content: '';
  float: left;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.link-more .animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0px, -3px, 0);
            transform: translate3d(0px, -3px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0px, 3px, 0);
            transform: translate3d(0px, 3px, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0px, -3px, 0);
            transform: translate3d(0px, -3px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0px, 3px, 0);
            transform: translate3d(0px, 3px, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  opacity: 1;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.navbar {
  position: relative;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  padding: 25px 0;
  float: left;
}

@media (max-width: 960px) {
  .navbar-nav {
    float: none;
  }
}

.navbar-nav > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .navbar-nav > li {
    margin-left: 15px;
  }
}

@media (max-width: 960px) {
  .navbar-nav > li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
  }
}

.navbar-nav > li > a {
  color: #767676;
  text-decoration: none;
}

.navbar-nav > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-nav > li > a.active {
  color: #fff;
}

.navbar .collapse {
  display: block;
}

@media (max-width: 960px) {
  .navbar-wrap {
    text-align: center;
    width: 100%;
  }
  .navbar-nav {
    padding: 10px;
  }
  .navbar-collapse {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
  }
  .navbar-collapse.collapse {
    display: none;
  }
  .navbar-collapse.collapse.in {
    display: block;
  }
  .navbar-toggle {
    cursor: pointer;
    background: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 25px;
    line-height: 2.5;
    width: 50px;
  }
}

@media (max-width: 960px) and (max-width: 768px) {
  .navbar-toggle {
    right: 15px;
  }
}

@media (max-width: 960px) {
  .navbar-toggle > span {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    -webkit-transition: background 0.2s 0.2s;
            transition: background 0.2s 0.2s;
  }
  .navbar-toggle > span:before,
  .navbar-toggle > span:after {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: top 0.1s 0.3s, -webkit-transform 0.1s;
            transition: top 0.1s 0.3s, transform 0.1s;
  }
  .navbar-toggle > span:before {
    top: 10px;
  }
  .navbar-toggle > span:after {
    top: -10px;
  }
  .navbar-toggle-close > span {
    -webkit-transition: background 0.1s 0.2s;
            transition: background 0.1s 0.2s;
    background: transparent;
  }
  .navbar-toggle-close > span:before,
  .navbar-toggle-close > span:after {
    -webkit-transition: top 0.3s, -webkit-transform 0.1s 0.3s;
            transition: top 0.3s, transform 0.1s 0.3s;
    top: 0;
  }
  .navbar-toggle-close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .navbar-toggle-close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
  }
}

.media {
  text-align: center;
  margin: 0 45px;
  padding: 63px 0 50px 0;
  position: relative;
}

@media (max-width: 960px) {
  .media {
    margin: 0 25px;
    padding: 33px 0 25px 0;
  }
}

@media (max-width: 720px) {
  .media {
    margin: 0 10px;
    padding: 20px 0;
  }
}

.media-button {
  padding-bottom: 60px;
}

@media (max-width: 720px) {
  .media-button {
    padding-bottom: 0;
    margin-top: 20px;
  }
}

.media-wrapper-right {
  position: relative;
  z-index: 0;
}

.media-wrapper-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 720px) {
  .media-wrapper-right:after {
    display: none;
  }
}

@media (max-width: 720px) {
  .media-wrapper-right .col-md-6:last-child {
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .media-wrapper-right .col-md-6:last-child:after,
  .media-wrapper-right .col-md-6:last-child:before {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
  }
  .media-wrapper-right .col-md-6:last-child:after {
    content: "";
    left: auto;
    right: -100%;
  }
}

.media-wrapper-left {
  position: relative;
  z-index: 0;
}

.media-wrapper-left:after {
  content: "";
  left: 0%;
  right: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 720px) {
  .media-wrapper-left:after {
    display: none;
  }
}

.media-wrapper-left:after {
  content: "";
  left: 0%;
  right: auto;
}

@media (max-width: 720px) {
  .media-wrapper-left:after {
    display: none;
  }
}

@media (max-width: 720px) {
  .media-wrapper-left .col-md-6:first-child {
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .media-wrapper-left .col-md-6:first-child:after,
  .media-wrapper-left .col-md-6:first-child:before {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
  }
  .media-wrapper-left .col-md-6:first-child:after {
    content: "";
    left: auto;
    right: -100%;
  }
}

.media-icon {
  margin-bottom: 22px;
  height: 72px;
}

.media-icon img {
  height: 100%;
}

.media-title {
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .media-title {
    margin-bottom: 20px;
  }
}

.media-title h3 {
  font-weight: bold;
  margin: 0;
}

.media-description {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .media-description {
    font-size: 14px;
  }
}

.media-description p {
  margin: 0;
}

.media.left:after,
.media.right:after {
  content: "";
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
  z-index: 1;
  background-size: 100%;
}

@media (max-width: 720px) {
  .media.left:after,
  .media.right:after {
    width: 44px;
    height: 44px;
    top: 15px;
  }
}

.media.left:after {
  background: url("../images/content/triangle.png");
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.media.right:after {
  background: url("../images/content/triangle-right.png");
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.panel {
  padding: 0 0 0 30px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

@media (max-width: 768px) {
  .panel {
    padding: 0;
  }
}

.panel:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.panel-title {
  margin: 0;
}

.panel-title > a {
  padding: 35px 0;
  color: #fd0000;
  text-decoration: none;
  font-size: 21px;
  display: block;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .panel-title > a {
    padding: 15px 0;
    font-size: 16px;
    padding-right: 25px;
  }
}

.panel-title > a:after {
  content: "";
  background: url(../images/content/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  right: 30px;
  width: 30px;
  height: 16px;
  background-size: 100%;
  margin-top: -8px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

@media (max-width: 960px) {
  .panel-title > a:after {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .panel-title > a:after {
    width: 20px;
    height: 10px;
    margin-top: -5px;
    right: 0;
  }
}

.panel-title > a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.panel-collapse-item {
  color: #9f9f9f;
  line-height: 1.5;
  padding-bottom: 35px;
}

body {
  box-sizing: border-box;
}

.page-header {
  background-color: #777;
  position: relative;
  height: 3em;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

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

@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
}

header {
  background: #000;
}

.header-logo {
  padding: 16px 0;
  float: left;
  width: 70px;
  margin-left: 25px;
}

@media (max-width: 720px) {
  .header-logo {
    margin-left: 10px;
  }
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-right {
  float: right;
  font-size: 0;
}

@media (max-width: 960px) {
  .header-right {
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }
}

.header-right .btn {
  padding: 18px 35px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .header-right .btn {
    padding: 10px;
    margin: 10px;
    width: 25%;
  }
}

@media (max-width: 720px) {
  .header-right .btn {
    padding: 5px;
    margin: 0;
    width: 50%;
  }
}

.header-right .btn:hover {
  text-decoration: none;
}

.header-right .btn img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}

.header-right .btn span {
  display: inline-block;
  vertical-align: middle;
}

.header-right .btn-sign {
  font-size: 15px;
  background: #3d3d3d;
  border: none;
}

.header-right .btn-sign:hover {
  background: #505050;
}

.header-right .btn-log {
  font-size: 15px;
  border: none;
  background: #a69686;
}

@media (max-width: 960px) {
  .header-right .btn-log {
    padding: 10px;
    margin: 10px;
  }
}

@media (max-width: 720px) {
  .header-right .btn-log {
    padding: 5px;
    margin: 0;
    width: 50%;
  }
}

.header-right .btn-log:hover {
  background: #c9b7a6;
}

.devider {
  height: 1px;
  background: #e5e5e5;
  margin: -1px 45px;
}

.text-brand {
  color: #c3882e;
}

.page-header-title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .page-header-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  .page-header-title {
    margin-bottom: 20px;
  }
}

.page-header-title h2 {
  margin: 0;
  color: #3d3d3d;
}

.page-header-description {
  padding: 0 120px;
  color: #9f9f9f;
  font-size: 16px;
  position: relative;
}

.page-header-description:after {
  content: ' ';
  position: absolute;
  font-size: 100px;
  top: 0;
  left: 0;
  background: url(../images/coma.png) no-repeat;
  width: 100%;
  width: 65px;
  height: 50px;
  background-size: 100%;
}

@media (max-width: 960px) {
  .page-header-description:after {
    display: none;
  }
}

@media (max-width: 960px) {
  .page-header-description {
    padding: 0 30px;
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .page-header-description {
    padding: 0;
    font-size: 16px;
  }
}

.page-header-description p {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .page-header-description p {
    margin-bottom: 15px;
  }
}

.page-header-description [aria-expanded="true"] .more {
  display: none;
}

.page-header-description [aria-expanded="true"] .less {
  display: block;
}

.page-header-description [aria-expanded="false"] .more {
  display: block;
}

.page-header-description [aria-expanded="false"] .less {
  display: none;
}

.page-header-description .btn-outline {
  padding: 13px 50px;
  font-weight: bold;
}

@media (max-width: 720px) {
  .page-header-description .btn-outline {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }
}

.footer-flex {
  padding: 0 130px;
  font-size: 0;
  margin: 0 -50px;
}

@media (max-width: 1200px) {
  .footer-flex {
    padding: 0;
    margin: 0 -20px;
  }
}

@media (max-width: 992px) {
  .footer-flex {
    padding: 0;
    margin: 0 -10px;
  }
}

.footer-flex-info,
.footer-flex-address,
.footer-flex-logo {
  display: inline-block;
  padding: 0 50px;
  width: 33.3%;
  font-size: 16px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .footer-flex-info,
  .footer-flex-address,
  .footer-flex-logo {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .footer-flex-info,
  .footer-flex-address,
  .footer-flex-logo {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 720px) {
  .footer-flex-info,
  .footer-flex-address,
  .footer-flex-logo {
    width: 100%;
  }
}

.footer-flex-logo {
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 720px) {
  .footer-flex-logo img {
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.footer-flex-address {
  text-align: left;
}

@media (max-width: 720px) {
  .footer-flex-address {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer-flex-address .address {
  font-style: normal;
}

.footer-flex-address .address-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .footer-flex-address .address-title {
    margin-bottom: 10px;
  }
}

.footer-flex-address .address-description {
  color: #ffffff;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .footer-flex-address .address-description > br {
    display: none;
  }
}

@media (max-width: 720px) {
  .footer-flex-info {
    text-align: center;
  }
}

.footer-flex-info .info-tel,
.footer-flex-info .info-email {
  color: #ffffff;
  display: block;
}

.footer-flex-info .info-tel > a,
.footer-flex-info .info-email > a {
  color: #9f9f9f;
  text-decoration: none;
}

.footer-flex-info .info-tel {
  line-height: 1.5;
}

.footer-flex-info .info-email > a {
  color: #f90303;
}

.footer-flex-info .info-email > a:hover {
  text-decoration: underline;
}

footer .page-header-title {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  footer .page-header-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  footer .page-header-title {
    margin-bottom: 20px;
  }
}

canvas {
  display: block;
  vertical-align: bottom;
}

#accordion {
  margin-bottom: 50px;
}

@media (max-width: 720px) {
  #accordion {
    margin-bottom: 30px;
  }
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
  height: 100%;
  background-image: url("");
}

#particles-js {
  height: 100.1vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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