@charset "UTF-8";
/**********************/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?62686086");
  src: url("../fonts/icons.eot?62686086#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?62686086") format("woff2"), url("../fonts/icons.woff?62686086") format("woff"), url("../fonts/icons.ttf?62686086") format("truetype"), url("../fonts/icons.svg?62686086#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url("../font/icons.svg?62686086#icons") format("svg"); } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-bag:before {
  content: '\e800'; }

/* 'Ó†Ä' */
.icon-down:before {
  content: '\e801'; }

/* 'Ó†A' */
.icon-left:before {
  content: '\e802'; }

/* 'Ó†a' */
.icon-right:before {
  content: '\e803'; }

/* 'Ó†É' */
.icon-search:before {
  content: '\e804'; }

/* 'Ó†Ą' */
.icon-up:before {
  content: '\e805'; }

/* 'Ó†Ö' */
.icon-mail:before {
  content: '\e815'; }

/* 'Ó†e' */
.icon-phone:before {
  content: '\e816'; }

/* 'Ó†E' */
/**********************/
strong {
  font-weight: 600;
  color: #1a4080; }

.col-left {
  float: left;
  width: 50%; }

.col-right {
  float: right;
  width: 50%; }

.fleft {
  float: left; }

.fright {
  float: right; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

.display-table {
  display: table; }

.display-table-cell,
.display-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

html, body {
  /*overflow-x: hidden;*/ }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #292c2d;
  background-color: #fff;
  overflow-x: hidden; }

a {
  color: #1a4080;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  a:hover {
    color: #2355aa;
    text-decoration: none; }
  a:active {
    color: #173a73;
    text-decoration: none; }

p {
  margin-top: 2rem;
  margin-bottom: 0; }

p:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  color: #1a4080;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
    .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      text-decoration: underline; }

h1,
.h1 {
  font-size: 5rem; }

h2,
.h2 {
  font-size: 3.4rem; }

h3,
.h3 {
  font-size: 2.2rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 0.471rem; }

h6,
.h6 {
  font-size: 0.3535rem; }

.main {
  position: relative;
  margin-top: 7rem;
  background-color: #fff;
  overflow-x: hidden; }

#tablet-indicator,
#mobile-indicator {
  display: none; }

.section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .section.first {
    padding-top: 17rem; }
  .section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 {
    color: #fff; }

.nopadding-top {
  padding-top: 0; }

.nopadding-bottom {
  padding-bottom: 0; }

.parallax {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.inner {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: left;
  z-index: 5; }
  .inner.wide {
    max-width: 178rem; }
  .inner.medium {
    max-width: 152rem; }
  .inner.full {
    max-width: none; }

.btn {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 1.8rem;
  border: 0;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd2207+0,c41900+100 */
  background: #dd2207;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dd2207 0%, #c41900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dd2207 0%, #c41900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dd2207 0%, #c41900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2207', endColorstr='#c41900',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  /*
  	&.btn-green {
  		color: #fff;
  		background: $green;
  		border-color: $green;
  
  		&:hover {
  			background-color: lighten($green, 8%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($green, 2%);
  			color: #fff;
  		}
  	}
  
  	&.btn-border {
  		color: $dark;
  		background: transparent;
  
  		&:hover {
  			background-color: lighten($blue, 10%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($blue, 3%);
  			color: #fff;
  		}
  	}
  
  
  	&.btn-narrow {
  		padding-left: 1.2rem;
  		padding-right: 1.2rem;
  
  		&.btn-icon-only {
  			padding-left: 1rem;
  			padding-right: 1rem;
  		}
  
  		&.btn-icon-left {
  			padding-left: 1rem;
  		}
  
  		&.btn-icon-right {
  			padding-right: 1rem;
  		}
  	}
  
  	&.btn-transparent {
  		padding-left: 0;
  		padding-right: 0;
  		border-color: transparent;
  		background-color: transparent;
  		color: #000;
  
  		&:hover {
  			background-color: transparent;
  			color: #666;
  		}
  
  		&:active {
  			background-color: transparent;
  			color: #000;
  		}
  	}
  */ }
  .btn:hover {
    opacity: 0.9;
    color: #fff; }
  .btn:active {
    color: #fff; }
  .btn.btn-icon-only {
    width: 5rem;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-icon-only i.icon-left, .btn.btn-icon-only i.icon-right, .btn.btn-icon-only i.icon-up, .btn.btn-icon-only i.icon-down {
      font-size: 1.8rem; }
  .btn.btn-small {
    width: 2.8rem;
    padding: 0.4rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    vertical-align: text-bottom; }
  .btn.btn-icon-left {
    padding-left: 1.6rem; }
    .btn.btn-icon-left i {
      display: inline-block;
      margin-right: 1.2rem; }
      .btn.btn-icon-left i.icon-left {
        margin-left: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-left i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-left:hover i::before {
      -webkit-transform: translateX(-0.4rem);
      -ms-transform: translateX(-0.4rem);
      -o-transform: translateX(-0.4rem);
      transform: translateX(-0.4rem); }
  .btn.btn-icon-right {
    padding-right: 1.6rem; }
    .btn.btn-icon-right i {
      display: inline-block;
      margin-left: 1.2rem; }
      .btn.btn-icon-right i.icon-right {
        margin-right: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-right i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-right:hover i::before {
      -webkit-transform: translateX(0.4rem);
      -ms-transform: translateX(0.4rem);
      -o-transform: translateX(0.4rem);
      transform: translateX(0.4rem); }
  .btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #e41412; }
    .btn.btn-white:hover {
      background: #fff;
      border-color: #fff;
      color: #cc1210; }
    .btn.btn-white:active {
      background: #fff;
      border-color: #fff;
      color: #b5100e; }
  .btn.btn-text-red {
    color: #e41412; }
    .btn.btn-text-red:hover {
      color: #cc1210; }
    .btn.btn-text-red:active {
      color: #b5100e; }
  .btn.btn-text-black {
    color: #131217; }
    .btn.btn-text-black:hover {
      color: #070709; }
    .btn.btn-text-black:active {
      color: black; }
  .btn.btn-dark {
    background-color: #313639;
    color: #fff; }
    .btn.btn-dark:hover {
      background-color: #3f4649;
      color: #fff; }
    .btn.btn-dark:active {
      background-color: greyen(#27334a, 4%);
      color: #fff; }
  .btn.btn-red {
    background-color: #dc1c24;
    color: #fff; }
    .btn.btn-red:hover {
      background-color: #e53239;
      color: #fff; }
    .btn.btn-red:active {
      background-color: greyen(#dc1c24, 4%);
      color: #fff; }
  .btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    background: #778388;
    border-color: #778388;
    color: #acb1b3;
    cursor: default;
    pointer-events: none; }
    .btn:disabled::before, .btn:disabled:hover::before, .btn:disabled:active::before, .btn.disabled::before, .btn.disabled:hover::before, .btn.disabled:active::before {
      border-color: transparent #778388 transparent transparent; }
    .btn:disabled::after, .btn:disabled:hover::after, .btn:disabled:active::after, .btn.disabled::after, .btn.disabled:hover::after, .btn.disabled:active::after {
      border-color: transparent transparent transparent #778388; }
    .btn:disabled .chevron::before, .btn:disabled .chevron::after, .btn:disabled:hover .chevron::before, .btn:disabled:hover .chevron::after, .btn:disabled:active .chevron::before, .btn:disabled:active .chevron::after, .btn.disabled .chevron::before, .btn.disabled .chevron::after, .btn.disabled:hover .chevron::before, .btn.disabled:hover .chevron::after, .btn.disabled:active .chevron::before, .btn.disabled:active .chevron::after {
      background-color: #acb1b3; }

.input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding: 0.8rem 1.4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s; }
  .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .input:hover {
    border-color: #000; }
  .input:focus {
    border-color: #000;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.08); }
  .input.input-error, .input.wpcf7-not-valid {
    border-color: #dc1c24 !important; }
  .dark .input {
    background-color: #fff;
    border-color: #fff;
    color: #000; }
    .dark .input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .dark .input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .dark .input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .dark .input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
    .dark .input:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000;
      -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15); }
    .dark .input:focus {
      background-color: #fff;
      border-color: #fff;
      color: #000;
      -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2); }
    .dark .input.input-error, .dark .input.wpcf7-not-valid {
      background-color: #ffdede !important; }

textarea.input {
  height: 10rem; }

label {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;
  color: #000; }
  label .grey {
    color: #9ca0a2; }
  .dark label {
    color: #fff; }

.noUi-horizontal {
  height: 4px; }

.noUi-target {
  margin-top: 4rem;
  margin-bottom: 6rem;
  background: #777;
  border-radius: 0;
  border: 0;
  box-shadow: none; }

.noUi-connect {
  background: #dc1c24; }

.noUi-origin {
  z-index: 4 !important; }
  .noUi-origin:hover {
    z-index: 5 !important; }

.noUi-handle {
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
  .noUi-handle::before, .noUi-handle::after {
    content: none; }

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -9px;
  right: -10px; }

.noUi-tooltip {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: #27334a;
  color: #fff;
  padding: 0.4rem 1rem;
  text-align: center;
  white-space: nowrap;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 7rem;
  padding: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 999; }
  .header.open {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); }
  body.admin-bar .header {
    margin-top: 32px; }

.header-top {
  position: relative;
  height: 7rem;
  border-bottom: 1px solid #e0e0e0; }
  .header-top .inner {
    height: 100%; }

.logo {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14.5rem;
  height: 100%;
  padding: 1rem 4.2rem 0;
  z-index: 20; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

.logo2 {
  position: absolute;
  left: 14.5rem;
  top: 0;
  display: block;
  width: 17rem;
  height: 100%;
  padding: 1.4rem 4.2rem 0;
  border-left: 1px solid #e0e0e0;
  z-index: 20; }
  .logo2 img {
    display: block;
    width: 100%;
    height: auto; }

.header-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 30; }
  .header-right > div {
    display: inline-block;
    height: 100%;
    padding: 0 3rem;
    border-left: 1px solid #e0e0e0;
    vertical-align: middle; }
    .header-right > div:first-child {
      margin-left: 0; }
  .header-right .header-right-btn {
    line-height: 6.9rem; }
    @media screen and (max-width: 1030px) {
      .header-right .header-right-btn {
        display: none; } }
  .header-right a {
    color: #292c2d; }
    .header-right a:hover {
      color: #000; }
  .header-right a.btn {
    margin-top: 0;
    color: white;
    display: inline-block; }
  .header-right .header-right-info {
    height: 100%;
    line-height: 6.6rem; }
    .header-right .header-right-info span {
      display: inline-block;
      line-height: 1.6;
      vertical-align: middle; }
      .header-right .header-right-info span a {
        color: #dc1c24;
        text-decoration: none; }
        .header-right .header-right-info span a:hover {
          color: #000;
          text-decoration: none; }
      .header-right .header-right-info span:nth-child(n+2) {
        color: #dc1c24;
        margin-left: 2.4rem;
        font-weight: 600; }
        .header-right .header-right-info span:nth-child(n+2) i {
          position: relative;
          top: 0.2rem;
          font-size: 1.8rem;
          margin-right: 0.6rem; }
  .header-right .header-right-languages {
    height: 100%;
    position: relative; }
    .header-right .header-right-languages a {
      line-height: 7rem;
      text-transform: none;
      text-decoration: none; }
      .header-right .header-right-languages a i {
        margin-right: 1rem; }
    .header-right .header-right-languages ul {
      position: absolute;
      top: 80%;
      left: -2rem;
      right: -2rem;
      padding: 0.4rem 0;
      background-color: #fff;
      box-shadow: 0 0 20px rgba(26, 64, 128, 0.08);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.15s ease-out 0.3s;
      -o-transition: all 0.15s ease-out 0.3s;
      transition: all 0.15s ease-out 0.3s;
      z-index: 99; }
      .header-right .header-right-languages ul::before {
        position: absolute;
        content: " ";
        bottom: 100%;
        left: 50%;
        height: 10px;
        width: 0;
        margin-left: -12px;
        border: solid transparent;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 12px; }
      .header-right .header-right-languages ul::after {
        position: absolute;
        bottom: 100%;
        right: 0;
        left: 0;
        content: " ";
        height: 1rem;
        width: 100%; }
      .header-right .header-right-languages ul li {
        float: none;
        display: block;
        width: 100% !important; }
        .header-right .header-right-languages ul li a {
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0.8rem 0.3rem;
          line-height: 1.2;
          font-size: 1.5rem;
          text-transform: none;
          text-decoration: none;
          text-align: center;
          color: #292c2d;
          text-decoration: none;
          transition: all 0.2s ease-out; }
          .header-right .header-right-languages ul li a:hover {
            color: #000; }
    .header-right .header-right-languages:hover ul {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      visibility: visible;
      -webkit-transition: all 0.15s ease-out 0s;
      -o-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      opacity: 1; }

.header-bottom {
  position: relative;
  height: 7rem;
  border-bottom: 1px solid #e0e0e0; }
  .header-bottom .inner {
    height: 100%; }

.menu-button {
  display: none;
  position: absolute;
  top: 1.3rem;
  right: 2.2rem;
  padding: 1rem;
  font-size: 0;
  line-height: 2.4rem;
  z-index: 331; }
  .menu-button .menu-button-button {
    position: relative;
    display: inline-block;
    width: 2.8rem;
    height: 100%;
    vertical-align: middle;
    height: 1.7rem; }
    .menu-button .menu-button-button span {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      .menu-button .menu-button-button span:nth-child(1) {
        top: 0;
        margin-top: -1px; }
        .open .menu-button .menu-button-button span:nth-child(1) {
          top: 50%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .menu-button .menu-button-button span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
        .open .menu-button .menu-button-button span:nth-child(2) {
          opacity: 0; }
      .menu-button .menu-button-button span:nth-child(3) {
        bottom: 0;
        margin-bottom: -1px; }
        .open .menu-button .menu-button-button span:nth-child(3) {
          bottom: 50%;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .menu-button .menu-button-title {
    display: inline-block;
    margin-left: 1rem;
    font-size: 13px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1;
    vertical-align: middle; }

.main-menu {
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 10; }
  .main-menu::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    display: block;
    width: 4rem;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    pointer-events: none;
    z-index: 1010; }

.main-menu ul {
  position: relative;
  display: block;
  /* width: 100%; */
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  text-align: left;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.main-menu ul li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  transition: all 0.2s ease-out; }
  .main-menu ul li.menu-separator {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #e0e0e0; }

.main-menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 7rem;
  margin: 0;
  padding: 0 1.8rem;
  line-height: 7rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #292c2d;
  text-decoration: none;
  z-index: 10;
  transition: all 0.2s ease-out; }
  .main-menu ul li a:hover {
    color: #000;
    text-decoration: underline; }
  .main-menu ul li a:active {
    color: black; }

.main-menu ul li.active a {
  color: #000; }

.main-menu ul li.menu-new a::before {
  content: "novinka";
  display: inline-block;
  margin-right: 8px;
  background-color: #dc1c24;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 14px; }

.main-menu ul li.header-languages {
  position: relative; }
  .main-menu ul li.header-languages::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.8rem;
    bottom: 1.8rem;
    width: 1px;
    background-color: #313639; }
  .main-menu ul li.header-languages::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.8rem;
    bottom: 1.8rem;
    width: 1px;
    background-color: #313639; }
  .main-menu ul li.header-languages a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: none;
    text-decoration: none;
    font-size: 1.6rem;
    color: #999; }
    .main-menu ul li.header-languages a:hover {
      color: #000; }
  .main-menu ul li.header-languages ul {
    position: absolute;
    top: 80%;
    left: -2rem;
    right: -2rem;
    padding: 0.4rem 0;
    background-color: #27334a;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out 0.3s;
    -o-transition: all 0.15s ease-out 0.3s;
    transition: all 0.15s ease-out 0.3s;
    z-index: 99; }
    .main-menu ul li.header-languages ul::before {
      position: absolute;
      content: " ";
      bottom: 100%;
      left: 50%;
      height: 10px;
      width: 0;
      margin-left: -12px;
      border: solid transparent;
      border-color: rgba(39, 51, 74, 0);
      border-bottom-color: #27334a;
      border-width: 12px; }
    .main-menu ul li.header-languages ul::after {
      position: absolute;
      bottom: 100%;
      right: 0;
      left: 0;
      content: " ";
      height: 1rem;
      width: 100%; }
    .main-menu ul li.header-languages ul li {
      float: none;
      display: block;
      width: 100% !important; }
      .main-menu ul li.header-languages ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0.8rem 0.3rem;
        line-height: 1.2;
        font-size: 1.5rem;
        text-transform: none;
        text-decoration: none;
        text-align: center;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease-out; }
        .main-menu ul li.header-languages ul li a:hover {
          color: #fff; }
  .main-menu ul li.header-languages:hover ul {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    visibility: visible;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    opacity: 1; }

.main-menu ul li.header-social {
  padding-left: 1rem;
  padding-right: 0; }
  .main-menu ul li.header-social a {
    display: inline-block;
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: none;
    text-decoration: none;
    font-size: 1.6rem;
    color: #999; }
    .main-menu ul li.header-social a:hover {
      color: #000; }

.breadcrumbs {
  position: absolute;
  top: 2rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  .single-aktuality_cpt .breadcrumbs, .single-spolecnosti_cpt .breadcrumbs, .single-obory_cpt .breadcrumbs {
    top: 56rem; }
  .page-template-page_onas .breadcrumbs, .page-template-page_kontakt .breadcrumbs {
    display: none; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li a {
      color: #757575;
      text-decoration: none; }
      .breadcrumbs li a:hover {
        color: #000; }
    .breadcrumbs li::after {
      content: " | ";
      color: #757575;
      opacity: 0.6; }
    .breadcrumbs li:last-child a {
      color: #1a4080; }
    .breadcrumbs li:last-child::after {
      content: none; }

.anchor {
  position: absolute;
  top: -6.8rem; }

.box {
  position: relative;
  margin: 0 -6rem;
  padding: 6rem 6rem; }
  .box.box-blue {
    background-color: #1a4080;
    background-image: url("../images/box-blue.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .box.box-red {
    background-color: #e41412;
    color: #fff; }
    .box.box-red h1, .box.box-red h2, .box.box-red h3, .box.box-red h4, .box.box-red h5, .box.box-red h6 {
      color: #fff; }
  .box.box-grey {
    background: #fafafa; }

.dark, .dark a:not(.btn) {
  color: #e4e4e4; }
.dark h1, .dark h2, .dark h3, .dark h4, .dark strong {
  color: #fff; }

.circle {
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1rem;
  padding-top: 0.1rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.2rem;
  background-image: url("../images/circle.png");
  background-size: 2.5rem auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #1a4080;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s; }
  .circle .fa-chevron-right {
    margin-left: 0.2rem; }

.home-top-title {
  float: left;
  width: 48%;
  max-width: 52rem;
  text-align: left; }
  .home-top-title p:first-child {
    color: #6b6b6b; }
  .home-top-title h1 {
    margin-top: 0.5rem;
    text-align: left;
    line-height: 1.1; }
    .home-top-title h1::after {
      content: "";
      display: inline-block;
      width: 4.6rem;
      height: 3.6rem;
      margin-left: 1rem;
      background-image: url("../images/fujitsu.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .home-top-title ul {
    display: block;
    margin: 2rem 0 0 0;
    padding: 0;
    list-style: none; }
    .home-top-title ul li {
      position: relative;
      margin: 0;
      padding: 1rem 0;
      padding-left: 4.5rem; }
      .home-top-title ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6rem;
        display: inline-block;
        width: 3.1rem;
        height: 3.1rem;
        background-image: url("../images/li.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }

.home-top-image {
  position: relative;
  float: right;
  width: 46%;
  padding-top: 2rem; }
  .home-top-image .badge {
    position: absolute;
    left: 11%;
    bottom: 5%;
    width: 18.2rem;
    height: 18.2rem;
    background-image: url("../images/badge.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 5; }
    .home-top-image .badge div {
      padding: 0 2rem; }
  .home-top-image img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 58rem;
    height: auto;
    margin: 0 auto;
    z-index: 1; }

.services-nav {
  margin-top: 6rem; }
  .services-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .services-nav ul li {
      float: left;
      display: block;
      width: 16.6666666667%;
      margin: 0;
      padding: 0;
      margin-left: -1px; }
      .services-nav ul li:nth-child(6n+1) {
        margin-left: 0; }
      .services-nav ul li a {
        position: relative;
        display: block;
        width: 100%;
        min-height: 29rem;
        padding: 2rem 1.5rem;
        padding-bottom: 6rem;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        color: #292c2d;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s; }
        .services-nav ul li a::before {
          content: attr(data-tag);
          display: block; }
        .services-nav ul li a img {
          display: block;
          width: 10rem;
          height: auto;
          margin: 0 auto; }
        .services-nav ul li a .services-nav-title {
          max-width: 14rem;
          margin: 1.5rem auto 0;
          color: #1a4080;
          font-weight: 600;
          line-height: 1.3; }
        .services-nav ul li a .services-nav-desc {
          margin-top: 1.5rem;
          color: #8e8e8e;
          font-size: 1.3rem;
          line-height: 1.3; }
        .services-nav ul li a .circle {
          position: absolute;
          bottom: 2rem;
          left: 50%;
          margin: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .services-nav ul li a:hover {
          border-color: #dc1c24;
          text-decoration: none;
          z-index: 5; }
          .services-nav ul li a:hover .circle {
            background-size: 3.1rem auto; }

.services-intro ul {
  display: block;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none; }
  .services-intro ul li {
    position: relative;
    float: left;
    width: 32%;
    max-width: 38rem;
    margin: 0;
    margin-left: 2%;
    padding: 1rem 0;
    padding-left: 4.5rem; }
    .services-intro ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.6rem;
      display: inline-block;
      width: 3.1rem;
      height: 3.1rem;
      background-image: url("../images/li-white.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .services-intro ul li:nth-child(3n+1) {
      clear: left;
      margin-left: 0; }

.services-cols {
  margin-top: 8rem; }

.services-left {
  float: left;
  width: 66%; }

.services-right {
  float: left;
  width: 28%;
  margin-left: 6%; }

.services-item {
  position: relative;
  margin-top: 6rem; }
  .services-item img {
    float: left;
    display: block;
    width: 10rem;
    height: auto;
    margin-right: 3rem; }
  .services-item .services-text {
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
    overflow: hidden; }
    .services-item .services-text a {
      color: #dc1c24;
      font-weight: 600;
      text-decoration: none; }
      .services-item .services-text a:hover .circle {
        background-size: 3.1rem auto; }
  .services-item:nth-child(1) {
    margin-top: 0; }
    .services-item:nth-child(1) .services-text {
      border-top: 0; }

.references-items {
  margin-top: 4rem; }

.references-item {
  position: relative;
  margin-top: 1rem;
  padding: 2.5rem 3.5rem;
  border: 1px solid #e0e0e0;
  color: #6b6b6b; }
  .references-item:nth-child(1) {
    margin-top: 0; }
  .references-item .references-stars {
    font-size: 0; }
    .references-item .references-stars i {
      margin-right: 2px;
      font-size: 1.4rem;
      color: #dc1c24; }
    .references-item .references-stars.references-stars-0 i:nth-child(n+1) {
      color: #cfcfcf; }
    .references-item .references-stars.references-stars-1 i:nth-child(n+2) {
      color: #cfcfcf; }
    .references-item .references-stars.references-stars-2 i:nth-child(n+3) {
      color: #cfcfcf; }
    .references-item .references-stars.references-stars-3 i:nth-child(n+4) {
      color: #cfcfcf; }
    .references-item .references-stars.references-stars-4 i:nth-child(n+5) {
      color: #cfcfcf; }
  .references-item .references-title {
    margin-top: 0.5rem;
    color: #000; }
  .references-item .references-check {
    color: #000; }

.inquiry-form {
  margin-top: 6rem; }
  .inquiry-form .box {
    position: relative;
    margin-top: 0.5rem; }
  .inquiry-form .inquiry-form-inner {
    max-width: 100rem;
    margin: 0 auto; }
  .inquiry-form h3 {
    margin-bottom: 3rem;
    text-align: center; }

.inquiry-bottom {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 6rem; }

div.wpcf7 label {
  display: block;
  margin-bottom: 0.4rem; }
div.wpcf7 .wpcf7-form-control-wrap.souhlas {
  display: block; }
div.wpcf7 .wpcf7-acceptance {
  display: block;
  width: 100%;
  margin-top: 4rem;
  text-align: center; }
  div.wpcf7 .wpcf7-acceptance span {
    margin-left: 0; }
  div.wpcf7 .wpcf7-acceptance label {
    display: inline-block;
    color: #9ca0a2;
    font-style: italic; }
  div.wpcf7 .wpcf7-acceptance a {
    color: #9ca0a2;
    text-decoration: underline; }
    div.wpcf7 .wpcf7-acceptance a:hover {
      color: #000;
      text-decoration: none; }
  .dark div.wpcf7 .wpcf7-acceptance {
    text-align: left; }
    .dark div.wpcf7 .wpcf7-acceptance label {
      color: #fff; }
    .dark div.wpcf7 .wpcf7-acceptance a {
      color: #fff; }
      .dark div.wpcf7 .wpcf7-acceptance a:hover {
        color: #fff; }
div.wpcf7 p {
  margin: 0; }
div.wpcf7 .row {
  margin-bottom: 2rem; }
div.wpcf7 .right {
  position: relative; }
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0.5rem;
  left: 0; }
div.wpcf7 div.wpcf7-response-output {
  margin: 1.5rem 0 0 0;
  padding: 1rem 1.4rem;
  border: 0;
  background-color: #dc1c24;
  color: #fff; }
div.wpcf7 div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: #2da024; }
div.wpcf7 div.wpcf7-mail-sent-ng,
div.wpcf7 div.wpcf7-aborted {
  border: 0;
  background-color: #dc1c24; }
div.wpcf7 div.wpcf7-spam-blocked {
  border: 0;
  background-color: #dc1c24; }
div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-acceptance-missing {
  border: 0;
  background-color: #dc1c24; }
div.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0;
  padding-left: 1.4rem;
  color: #dc1c24;
  font-size: 1.4rem;
  font-weight: 400; }
  .box-red div.wpcf7 span.wpcf7-not-valid-tip {
    color: #fff; }
div.wpcf7 .btn {
  margin-top: 4rem; }
.inquiry div.wpcf7 .inquiry-services, .lp-form div.wpcf7 .inquiry-services {
  display: block; }
  .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item {
    float: left;
    display: block;
    width: 16.6666666667%;
    margin: 0;
    padding: 0;
    margin-left: -1px; }
    .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item:nth-child(6n+1), .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item:nth-child(6n+1) {
      margin-left: 0; }
    .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item label, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item label {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
    .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item input, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item input {
      position: absolute;
      opacity: 0; }
    .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item input + span, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item input + span {
      position: relative;
      display: block;
      width: 100%;
      min-height: 8.6rem;
      padding: 2rem 1.5rem;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      background-color: #fff;
      color: #000;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0s ease-out 0s;
      -o-transition: all 0s ease-out 0s;
      transition: all 0s ease-out 0s; }
      .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item input + span:hover, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item input + span:hover {
        border-color: #dc1c24;
        z-index: 5; }
    .inquiry div.wpcf7 .inquiry-services .wpcf7-list-item input:checked + span, .lp-form div.wpcf7 .inquiry-services .wpcf7-list-item input:checked + span {
      border-color: #dc1c24;
      color: #dc1c24;
      z-index: 5; }
.inquiry div.wpcf7 .col, .lp-form div.wpcf7 .col {
  float: left;
  width: 47%;
  margin-left: 6%; }
  .inquiry div.wpcf7 .col:nth-child(2n+1), .lp-form div.wpcf7 .col:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
.inquiry div.wpcf7 .inquiry-company .row,
.inquiry div.wpcf7 .inquiry-address .row, .lp-form div.wpcf7 .inquiry-company .row,
.lp-form div.wpcf7 .inquiry-address .row {
  float: left;
  width: 48%;
  margin-left: 4%; }
  .inquiry div.wpcf7 .inquiry-company .row:nth-child(2n+1),
  .inquiry div.wpcf7 .inquiry-address .row:nth-child(2n+1), .lp-form div.wpcf7 .inquiry-company .row:nth-child(2n+1),
  .lp-form div.wpcf7 .inquiry-address .row:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
.inquiry div.wpcf7 .inquiry-address .row:nth-child(2n+1), .lp-form div.wpcf7 .inquiry-address .row:nth-child(2n+1) {
  width: 64%; }
.inquiry div.wpcf7 .inquiry-address .row:nth-child(2n), .lp-form div.wpcf7 .inquiry-address .row:nth-child(2n) {
  width: 32%; }

.places-item {
  float: left;
  width: 49%;
  margin-left: 2%;
  padding: 6rem;
  text-align: center;
  border: 1px solid #e0e0e0; }
  .places-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
  .places-item h3 {
    text-align: center; }
  .places-item > table {
    width: 100%;
    max-width: 34rem;
    margin-top: 4rem; }
    .places-item > table td {
      width: 50%;
      padding: 0.2rem 0;
      padding-right: 1rem;
      text-align: left;
      color: #000;
      font-weight: 600;
      line-height: 1.3; }

.cpoint-item {
  margin-top: 4rem; }
  .cpoint-item h4 {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000; }
  .cpoint-item table {
    width: 100%;
    max-width: 50rem; }
    .cpoint-item table td {
      text-align: left;
      vertical-align: top; }
      .cpoint-item table td:nth-child(1) {
        width: 16rem; }
        .cpoint-item table td:nth-child(1) a {
          text-decoration: none; }
        .cpoint-item table td:nth-child(1) i {
          margin-right: 1rem; }
      .cpoint-item table td:nth-child(2) {
        padding-left: 2rem;
        padding-right: 2rem; }
      .cpoint-item table td:nth-child(3) {
        width: 1px;
        white-space: nowrap; }
        .cpoint-item table td:nth-child(3) a {
          color: #dc1c24; }

.footer-contact {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid #e0e0e0; }

.footer-contact-title {
  display: inline-block;
  margin-right: 4rem;
  vertical-align: middle;
  text-align: left;
  color: #6b6b6b; }
  .footer-contact-title h3 {
    margin: 0; }
  .footer-contact-title p {
    margin: 0;
    margin-top: 0.5rem; }

.footer-contact-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  .footer-contact-text span {
    margin-top: 2rem;
    margin-right: 2rem;
    color: #dc1c24;
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap; }
    .footer-contact-text span a {
      color: #dc1c24;
      text-decoration: none; }
      .footer-contact-text span a:hover {
        color: #000;
        text-decoration: none; }
    .footer-contact-text span:last-child {
      margin-right: 0; }
    .footer-contact-text span i {
      position: relative;
      top: 0.3rem;
      margin-right: 0.6rem;
      font-size: 2.4rem; }

.page-header {
  text-align: center; }
  .page-header h1,
  .page-header h2 {
    margin-top: 0;
    text-align: center; }
  .page-header p {
    text-align: center; }

.perex,
.with-perex > p:first-child {
  color: #212021;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.3; }

.footer {
  padding: 6rem 0 0;
  background-color: #1f1f1f;
  color: #8f8f8f; }
  .footer h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    text-align: left;
    color: #fff; }
  .footer a:not(.btn) {
    color: #8f8f8f;
    text-decoration: none; }
    .footer a:not(.btn):hover {
      color: #fff;
      text-decoration: none; }
    .footer a:not(.btn).footer-map {
      color: #dc1c24;
      text-decoration: underline; }
      .footer a:not(.btn).footer-map:hover {
        text-decoration: underline; }
  .footer .col {
    float: left;
    margin-left: 2%; }
    .footer .col.col1 {
      width: 13%;
      margin-left: 0; }
    .footer .col.col2 {
      width: 70%; }
    .footer .col.col20 {
      width: 23.5%;
      margin-bottom: 6rem; }
      .footer .col.col20:nth-child(1), .footer .col.col20:nth-child(4n+3) {
        clear: left;
        margin-left: 0; }
      .footer .col.col20:nth-child(1) {
        width: 79.5%;
        padding-right: 2rem; }
      .footer .col.col20:nth-child(2), .footer .col.col20:nth-child(6) {
        width: 18.5%; }
      .footer .col.col20:nth-child(3) {
        width: 25.5%; }
      .footer .col.col20:nth-child(4) {
        width: 28.5%; }
      .footer .col.col20:nth-child(5) {
        width: 21.5%; }
  .footer .footer-logo {
    display: block;
    width: 90%;
    max-width: 10rem;
    height: auto; }
    .footer .footer-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer nav ul li {
      margin: 0;
      padding: 0; }
      .footer nav ul li a {
        position: relative;
        display: block;
        color: #8f8f8f;
        text-decoration: none; }
        .footer nav ul li a:hover {
          color: #fff;
          text-decoration: none; }
    .footer nav ul + ul {
      margin-top: 1rem; }
      .footer nav ul + ul li a {
        text-transform: none; }
  .footer .footer-contact span {
    display: inline-block;
    width: 10rem; }
    .footer .footer-contact span i {
      margin-right: 0.5rem; }
  .footer .social {
    margin-top: 0;
    text-align: right; }
    .footer .social a {
      display: inline-block;
      margin-left: 1rem;
      font-size: 2.2rem; }
  .footer .copyright {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #8f8f8f;
    background-color: #fff; }
    .footer .copyright p {
      text-align: left; }
    .footer .copyright a {
      text-decoration: underline; }
      .footer .copyright a:hover {
        color: #000; }
    .footer .copyright img {
      display: inline-block;
      width: auto;
      height: 1.8rem;
      margin-left: 0.6rem;
      vertical-align: sub; }

.bottom-bar {
  padding: 2rem 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a4080+0,26539e+100 */
  background: #1a4080;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1a4080 0%, #26539e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1a4080 0%, #26539e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1a4080 0%, #26539e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4080', endColorstr='#26539e',GradientType=1 );
  /* IE6-9 */
  font-size: 0;
  z-index: 999; }
  .bottom-bar .bottom-bar-left {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #bbc2d2; }
    .bottom-bar .bottom-bar-left h2 {
      margin: 0;
      color: #fff;
      font-size: 2rem; }
    .bottom-bar .bottom-bar-left p {
      margin: 0; }
  .bottom-bar .bottom-bar-right {
    display: inline-block;
    width: 32%;
    text-align: right;
    vertical-align: middle;
    font-size: inherit; }
    .bottom-bar .bottom-bar-right .bottom-bar-button {
      display: inline-block;
      vertical-align: middle; }
      .bottom-bar .bottom-bar-right .bottom-bar-button .btn {
        margin-top: 0; }
  .bottom-bar .fa-times {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    font-size: 1.8rem;
    color: #000;
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .bottom-bar .fa-times:hover {
      opacity: 0.5; }
  .bottom-bar.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); }
  .bottom-bar.fake {
    opacity: 0 !important; }

.grecaptcha-badge {
  opacity: 0; }

.links a, .links span {
  margin-right: 2rem;
  text-decoration: underline;
  color: #27334a;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .links a i, .links span i {
    position: relative;
    top: 0.1rem;
    margin-left: 1rem;
    font-size: 1.8rem;
    color: #1a4080; }
  .links a:hover, .links span:hover {
    color: #1a4080; }

.home-member {
  padding: 0; }

.home-member-left {
  float: left;
  width: 56%; }

.home-member-right {
  float: left;
  width: 36%;
  margin-left: 8%; }

.home-member-items .slick-slide > div {
  margin-top: 4rem; }
  .home-member-items .slick-slide > div:first-child {
    margin-top: 0; }
.home-member-items .slick-dots {
  width: 100%;
  margin: 4rem 0 -4rem 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .home-member-items .slick-dots li {
    display: inline-block; }
    .home-member-items .slick-dots li button {
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      margin: 1rem;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background-color: #1a4080;
      font-size: 0;
      line-height: 0;
      color: transparent;
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    .home-member-items .slick-dots li.slick-active button {
      -webkit-box-shadow: 0px 0px 0px 8px rgba(26, 64, 128, 0.5);
      -moz-box-shadow: 0px 0px 0px 8px rgba(26, 64, 128, 0.5);
      box-shadow: 0px 0px 0px 8px rgba(26, 64, 128, 0.5);
      background-color: #1a4080;
      opacity: 1; }

.home-member-item {
  position: relative;
  padding-top: 0.8rem;
  padding-left: 10rem; }
  .home-member-item .home-member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.5rem;
    height: 6.5rem; }
    .home-member-item .home-member-image::after {
      content: "";
      position: absolute;
      top: 1.8rem;
      left: 2.2rem;
      width: 5.5rem;
      height: 5.5rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.15);
      z-index: 1; }
    .home-member-item .home-member-image img {
      position: relative;
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      margin: 0 auto;
      z-index: 2; }
  .home-member-item h3 {
    margin-top: 0; }
  .home-member-item p:first-child {
    margin-top: 0; }

.article .article-date {
  margin: -2rem 0 2rem 0;
  color: #dc1c24;
  font-size: 1.4rem;
  line-height: 1.6; }
.article .text {
  max-width: 80rem;
  margin: 0 auto; }
  .article .text ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-left: 3rem;
    list-style: none; }
    .article .text ul li {
      position: relative;
      margin: 0;
      padding: 0; }
      .article .text ul li::before {
        content: "";
        position: absolute;
        top: 0.7em;
        left: -1.7rem;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000; }
  .article .text ol {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-left: 3rem;
    list-style: none;
    counter-reset: ul; }
    .article .text ol li {
      position: relative;
      counter-increment: ul;
      margin: 0;
      padding: 0; }
      .article .text ol li::before {
        content: counter(ul) ".";
        position: absolute;
        left: -2.7rem;
        display: block;
        width: 2rem;
        text-align: right;
        font-variant-numeric: tabular-nums; }
.article h2 {
  font-size: 2.8rem;
  text-transform: none; }
.article h3 {
  font-size: 2rem;
  text-transform: none; }
.article h2:first-child, .article h3:first-child {
  margin-top: 0; }
.article blockquote {
  position: relative;
  float: right;
  width: 34rem;
  margin: 2rem 0 2rem 2rem;
  padding: 4rem;
  padding-left: 5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.3;
  text-align: center; }
  .article blockquote::before, .article blockquote::after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .article blockquote::before {
    left: 0;
    bottom: 0;
    width: 44px;
    height: 40px;
    background-image: url("../images/q1.png"); }
  .article blockquote::after {
    right: 0;
    top: 0;
    width: 31px;
    height: 29px;
    background-image: url("../images/q2.png"); }
.article figure {
  margin: 0; }
.article .wp-block-image,
.article .wp-block-gallery {
  position: relative;
  max-width: calc(100% + 4rem);
  margin: 5rem -2rem;
  padding: 0; }
  .article .wp-block-image:last-child,
  .article .wp-block-gallery:last-child {
    margin-bottom: 0; }
  .article .wp-block-image img,
  .article .wp-block-gallery img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1px;
    z-index: 5; }
.article .wp-block-gallery {
  text-align: center;
  font-size: 0;
  list-style: none; }
  .article .wp-block-gallery .blocks-gallery-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.4rem; }
    .article .wp-block-gallery .blocks-gallery-item::before {
      content: none; }
  .article .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-1 .blocks-gallery-item:nth-child(1n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-1 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: 49.4%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 32.5333333333%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: 24.1%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(4n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(4) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: 19.04%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(5n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(4) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(5) {
      margin-top: 0; }
.article .article-meta {
  margin-top: -2rem;
  margin-bottom: 4rem;
  text-align: center; }
  .article .article-meta .fa {
    margin-right: 0.6rem; }

.accordion-item {
  padding: 0 0.5rem;
  padding-right: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .accordion-item:first-child {
    border-top: 0; }
  .accordion-item .accordion-title {
    position: relative;
    margin: 0;
    padding: 2.5rem 0;
    font-size: 1.8rem;
    text-align: left;
    cursor: pointer; }
    .accordion-item .accordion-title::after {
      content: '\e801';
      position: absolute;
      right: -2.5rem;
      top: 2.6rem;
      font-family: 'icons';
      font-weight: normal;
      font-style: normal;
      font-size: 1.8rem;
      color: #1a4080;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
  .accordion-item .accordion-content {
    display: none;
    padding: 2.5rem 0;
    padding-top: 0; }
    .accordion-item .accordion-content .blocks-items {
      max-width: 80rem;
      margin: 0 auto; }
      .accordion-item .accordion-content .blocks-items .blocks-item {
        padding: 3rem 0;
        border-top: 0; }
        .accordion-item .accordion-content .blocks-items .blocks-item .blocks-title {
          width: 30%;
          padding: 0 2rem 0 0; }
          .accordion-item .accordion-content .blocks-items .blocks-item .blocks-title h4 {
            font-size: 1.8rem; }
        .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text {
          width: 70%;
          padding: 0 0 0 2rem; }
          .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text table {
            width: 100%; }
            .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text table tr td {
              padding: 1rem 1rem;
              border-top: 1px solid rgba(0, 0, 0, 0.15);
              text-align: left;
              line-height: 1.3; }
              .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text table tr td:last-child {
                text-align: right; }
            .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text table tr:first-child td {
              border-top: 0; }
            .accordion-item .accordion-content .blocks-items .blocks-item .blocks-text table strong {
              color: #000; }
  .accordion-item.open .accordion-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.centering {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.about-content {
  padding-top: 4rem; }

.blue {
  color: #1a4080; }

.submenu {
  position: static;
  top: 7rem;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  z-index: 1000; }
  .submenu.fixed {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e6e6e6; }
  .submenu nav {
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 10; }
    .submenu nav::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: block;
      width: 6rem;
      height: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
      background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */
      z-index: 1010; }
    .submenu nav::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 6rem;
      height: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */
      z-index: 1010; }
    .submenu nav ul {
      position: relative;
      display: block;
      /* width: 100%; */
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 0;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; }
      .submenu nav ul li {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
        vertical-align: top;
        list-style: none;
        transition: all 0.2s ease-out; }
        .submenu nav ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 6rem;
          margin: 0;
          padding: 0 1.8rem;
          line-height: 6rem;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 1.4rem;
          text-transform: uppercase;
          text-align: center;
          color: #757575;
          text-decoration: none;
          z-index: 10;
          transition: all 0.2s ease-out; }
          .submenu nav ul li a:hover {
            color: #000;
            text-decoration: none; }
          .submenu nav ul li a:active {
            color: #000; }
        .submenu nav ul li.active a {
          color: #000;
          text-decoration: underline; }

.submenu-placeholder {
  display: none; }

.home-news-item {
  position: relative;
  float: left;
  display: block;
  width: 32%;
  min-height: 18rem;
  margin-top: 2%;
  margin-left: 2%;
  padding: 3.8rem 3rem;
  padding-bottom: 5rem;
  border: 1px solid #919191;
  text-align: left;
  color: #afafaf;
  text-decoration: none; }
  .home-news-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  .home-news-item .home-news-date {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    line-height: 1.3; }
  .home-news-item h3 {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #afafaf;
    text-align: left;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .home-news-item .read-more {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    color: #27334a;
    line-height: 1.2; }
    .home-news-item .read-more i {
      margin-left: 1rem;
      color: #1a4080;
      font-size: 1.8rem;
      vertical-align: text-top; }
      .home-news-item .read-more i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
  .home-news-item:hover h3 {
    color: #27334a; }
  .home-news-item:hover .read-more i::before {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
    transform: translateX(1rem); }

.news-items {
  margin-top: 2rem; }

.news-item {
  float: left;
  display: block;
  width: 30.666%;
  margin-top: 4rem;
  margin-left: 4%;
  text-decoration: none;
  color: inherit; }
  .news-item:nth-child(1) {
    width: 65.332%;
    margin-left: 0; }
  .news-item:nth-child(2) .news-text-top {
    margin-top: 72%; }
  .news-item:nth-child(3n+0) {
    clear: left;
    margin-left: 0; }
  .news-item .news-date {
    line-height: 1; }
  .news-item .news-image {
    border-radius: 3px;
    overflow: hidden; }
    .news-item .news-image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-filter: saturate(20%) brightness(50%) contrast(110%);
      filter: saturate(20%) brightness(50%) contrast(110%);
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
  .news-item .news-text {
    padding: 2rem; }
    .news-item .news-text .news-location {
      margin-bottom: 0.6rem;
      font-size: 1.3rem;
      color: #1a4080; }
      .news-item .news-text .news-location i {
        margin-right: 0.5rem; }
    .news-item .news-text h3 {
      margin-top: 0;
      text-align: left; }
      .news-item .news-text h3 i {
        margin-left: 1rem; }
        .news-item .news-text h3 i::before {
          -webkit-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s; }
    .news-item .news-text .news-company {
      margin-top: 1rem;
      margin-bottom: -1.2rem;
      color: #3199d4; }
    .dark .news-item .news-text .links a, .dark .news-item .news-text .links span {
      color: #fff; }
    .dark .news-item .news-text .links i {
      color: #fff; }
  .news-item:hover {
    color: inherit; }
    .news-item:hover .news-image img {
      -webkit-filter: saturate(100%) brightness(100%) contrast(100%);
      filter: saturate(100%) brightness(100%) contrast(100%); }
    .news-item:hover .news-text h3 i::before {
      -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
      -o-transform: translateX(1rem);
      transform: translateX(1rem); }

.prev-post .inner {
  background-color: #fafafa; }

.prev-post-wrap {
  display: block;
  color: #292c2d;
  text-decoration: none; }
  .prev-post-wrap .prev-post-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .prev-post-wrap .prev-post-text {
    float: left;
    width: 46%;
    max-width: 50rem;
    margin-left: 54%;
    padding: 4rem 0; }
    .prev-post-wrap .prev-post-text .prev-post-date {
      color: #1a4080; }
      .prev-post-wrap .prev-post-text .prev-post-date i {
        margin-right: 0.8rem; }
    .prev-post-wrap .prev-post-text h2 {
      font-size: 3rem; }
    .prev-post-wrap .prev-post-text .btn {
      margin-top: 4rem; }
  .prev-post-wrap:hover {
    color: #292c2d;
    text-decoration: none; }

.newsletter {
  padding-top: 0; }

.newsletter-text {
  float: left;
  width: 42%; }
  .newsletter-text h2 {
    font-size: 3rem; }
  .newsletter-text p {
    color: #1a4080; }

.newsletter-form {
  float: left;
  width: 50%;
  margin-left: 8%;
  padding-top: 2rem; }
  .newsletter-form form {
    margin: 0;
    border-bottom: 1px solid #ccc; }
    .newsletter-form form input {
      display: inline-block;
      width: calc(100% - 4rem);
      padding: 1.2rem 0.6rem;
      font-size: 1.4rem;
      line-height: 2rem;
      background: transparent;
      border: 0;
      border-radius: 0;
      vertical-align: middle; }
      .newsletter-form form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #999; }
      .newsletter-form form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #999; }
      .newsletter-form form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #999; }
      .newsletter-form form input:-moz-placeholder {
        /* Firefox 18- */
        color: #999; }
    .newsletter-form form button {
      width: 4rem;
      background: transparent;
      border: 0;
      border-radius: 0;
      font-size: 2rem;
      vertical-align: middle; }

.how {
  background-image: url("../images/bg-top.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000; }
  .how::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 0; }

.how-image {
  display: block;
  width: 90%;
  max-width: 55.2rem;
  height: auto;
  margin: 8rem auto; }

.how-text {
  max-width: 86rem;
  margin: 0 auto;
  text-align: center; }

.how-text-items {
  margin: 0 auto;
  margin-top: 6rem;
  max-width: 64rem;
  text-align: center; }

.how-text-item {
  position: relative;
  display: inline-block;
  max-width: 21rem;
  margin: 1rem 2rem;
  padding: 0.6rem 0 0.6rem 3.5rem;
  text-align: left;
  font-weight: 600;
  vertical-align: top; }
  .how-text-item i {
    position: absolute;
    left: 0;
    top: 0;
    color: #dc1c24;
    font-size: 2.2rem; }

.how-steps {
  margin-top: 8rem; }

.how-steps-items {
  position: relative;
  margin-top: 4rem; }
  .how-steps-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 0;
    height: 100%;
    border-left: 2px dotted #757575; }
  .how-steps-items::after {
    content: "";
    display: table;
    clear: both; }

.how-steps-item {
  position: relative;
  clear: both;
  width: calc(50% - 3.5rem);
  padding-right: 5rem;
  text-align: right;
  margin-bottom: 2rem; }
  .how-steps-item::after, .how-steps-item::before {
    content: '';
    position: absolute;
    top: 0; }
  .how-steps-item::before {
    right: -5rem;
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #000;
    border: 2px solid #dc1c24;
    border-radius: 50%; }
  .how-steps-item .how-steps-number {
    position: absolute;
    right: 0;
    top: -0.7rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 2.8rem;
    color: #fff;
    font-variant-numeric: tabular-nums; }
  .how-steps-item h3 {
    margin: 0;
    text-align: right; }
  .how-steps-item:nth-child(2n+1) {
    float: right;
    padding-left: 5rem;
    padding-right: 0;
    text-align: left; }
    .how-steps-item:nth-child(2n+1)::before {
      right: auto;
      left: -5rem; }
    .how-steps-item:nth-child(2n+1) .how-steps-number {
      right: auto;
      left: 0; }
    .how-steps-item:nth-child(2n+1) h3 {
      text-align: left; }

.how-steps-bottom {
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 56rem; }

.login-register {
  margin-top: -2rem;
  text-align: center; }

.account-links a {
  display: inline-block;
  margin: 0 2rem; }
  .account-links a i {
    margin-right: 1rem; }

.user-form {
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 4rem; }
  .register .user-form {
    max-width: 86rem; }
    .register .user-form .form-row {
      float: left;
      width: 48%;
      margin-left: 4%;
      margin-bottom: 2rem; }
      .register .user-form .form-row:nth-child(2n+1) {
        clear: left;
        margin-left: 0; }
  .login .user-form {
    max-width: 50rem; }
    .login .user-form .form-row {
      margin-bottom: 2rem; }
    .login .user-form .forgot-password {
      text-align: right; }
  .user-form h2 {
    font-size: 2rem;
    margin: 4rem 0 2rem; }
  .user-form label {
    color: #000; }
  .user-form .login-button {
    margin-top: 4rem;
    text-align: right; }
    .user-form .login-button .btn {
      margin-top: 0; }

.page-search .search-form {
  margin-top: 0;
  margin-left: -0.6rem; }
  .page-search .search-form input {
    display: inline-block;
    width: calc(100% - 6rem);
    padding: 1.2rem 0.6rem;
    font-size: 2rem;
    line-height: 2.4rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    vertical-align: middle; }
    .page-search .search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .page-search .search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .page-search .search-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .page-search .search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
  .page-search .search-form button {
    width: 6rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 2.2rem;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .page-search .search-form button:hover {
      color: #1a4080; }

.contact .box {
  padding-bottom: 6rem; }

.wpcf7 input[type="checkbox"],
.checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.wpcf7 input[type="checkbox"] + span,
.checkbox + label {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  padding-left: 3rem;
  cursor: pointer; }

.wpcf7 input[type="checkbox"] + span::before, .checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  /* top: 0.12em; */
  display: block;
  width: 2rem;
  /* width: 1.2em; */
  height: 2rem;
  /* height: 1.2em; */
  border: 1px solid #9ca0a2;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .dark .wpcf7 input[type="checkbox"] + span::before,
  .dark .checkbox + label::before {
    border-color: #fff; }

.wpcf7 input[type="checkbox"]:checked + span::before, .checkbox:checked + label::before {
  background-color: #000;
  border-color: #000; }
  .dark .wpcf7 input[type="checkbox"]:checked + span::before,
  .dark .checkbox:checked + label::before {
    background-color: #fff;
    border-color: #fff; }

.wpcf7 input[type="checkbox"] + span::after, .checkbox + label::after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2.1rem;
  /* width: 1.4em; */
  height: 2.3rem;
  /* height: 1.6em; */
  line-height: 2.3rem;
  /* line-height: 1.6em; */
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  /* font-size: 0.9em; */
  font-family: "FontAwesome";
  text-rendering: auto;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .dark .wpcf7 input[type="checkbox"] + span::after,
  .dark .checkbox + label::after {
    color: #000; }

.wpcf7 input[type="checkbox"]:checked + span::after,
.checkbox:checked + label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.contacts-text {
  margin-bottom: 4rem; }
  .contacts-text .contacts-text-col {
    float: left;
    padding-left: 1rem; }
    .contacts-text .contacts-text-col:nth-child(2n+1) {
      clear: left;
      width: 40%; }
    .contacts-text .contacts-text-col:nth-child(2n) {
      width: 58%;
      margin-left: 2%;
      padding-left: 3.5rem; }

.contacts-text-full {
  margin-bottom: 4rem;
  padding-left: 1rem; }

/*
			.contacts-items {}

				.contacts-item {
					position: relative;
					border-top: 1px solid #e6e6e6;
					font-size: 0;
					text-align: left;

					&:first-child {
						border-top: 0;
					}

					> div {
						// float: left;
						display: inline-block;
						vertical-align: middle;
						padding: 0.8rem 1rem;
						font-size: $font-size;

						i {
							margin-right: 1rem;
							color: $blue;

							&.invisible {
								opacity: 0;
								visibility: hidden;
							}
						}

						&:last-child {
							padding-right: 0.5rem;
						}
					}

					.contacts-position {
						width: 40%;
						text-align: left;
						// font-family: $heading-font-family;
						// font-weight: $heading-font-weight;
						// color: $heading-color;

						h3 {
							font-size: $font-size;
						}
					}

					.contacts-mail {
						width: 30%;
						text-align: left;
					}

					.contacts-phone {
						width: 24%;
						text-align: right;
						font-variant-numeric: tabular-nums;
					}

					.contacts-toggle {
						width: 6%;
						text-align: right;
						cursor: pointer;

							i::before {
								@include transition();
							}
					}

					.contacts-full {
						width: 58%;
						padding-left: 3.5rem;
						text-align: left;
					}

					.contacts-info {
						// display: block;
						display: none;
						padding: 2rem 3rem 3rem;
						font-size: $font-size;

						img {
							float: left;
							width: 12rem;
							height: auto;
							margin-right: 2.5rem;
						}

						.contacts-info-text {
							padding-top: 1.8rem;
							overflow: hidden;

							h4 {
								margin-bottom: 0;
								font-size: $font-size;
							}

							p {
								margin-top: 1rem;
								line-height: $line-height-alt;
							}
						}
					}

					&.contacts-item-with-info {

						.contacts-position {
							cursor: pointer;
						}
					}

					&.open {

						.contacts-toggle {

							i::before {
								@include transform(rotate(180deg));
							}
						}
					}
				}
*/
.pagination {
  margin-top: 6rem;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    border: 1px solid #1a4080;
    border-radius: 1px;
    text-align: center;
    font-size: 1.6rem;
    color: #1a4080;
    text-decoration: none; }
    .pagination .page-numbers:hover {
      background-color: #2355aa;
      color: #fff; }
    .pagination .page-numbers:active {
      background-color: #173a73;
      color: #fff; }
    .pagination .page-numbers.current {
      background-color: #1a4080;
      color: #fff; }

.offset {
  padding-left: 4rem; }
  .offset > h1, .offset > h2, .offset > h3, .offset > h4 {
    position: relative;
    left: -4rem; }

.alert {
  position: relative;
  padding: 1.5rem 2.5rem; }
  .alert.alert-success {
    background-color: #d3f5d3;
    color: #008e00; }
  .alert.alert-error {
    background-color: #f9c7cc;
    color: #b30012; }
  .alert.alert-floating {
    position: fixed;
    top: 15rem;
    left: 50%;
    width: 100%;
    max-width: 62rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500; }
  .alert i {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    font-size: 1.8rem;
    color: #000;
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .alert i:hover {
      opacity: 0.5; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.2rem 0;
  background: #e5e5e5;
  border: 0; }

.input-check {
  display: block;
  margin-top: 3.2rem; }
  .input-check.check-ok {
    color: #2da024; }
  .input-check.check-warning {
    color: #fdb714; }
  .input-check.check-error {
    color: #dc1c24; }

@keyframes bounce {
  0%,6.667%,17.667%,26.667%,33.333%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) rotate(135deg); }
  13.333%,14.333% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) rotate(135deg); }
  23.333% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) rotate(135deg); }
  30% {
    transform: translate3d(0, -4px, 0) rotate(135deg); } }
.fancybox-bg {
  background: black; }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.8; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9rem;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 9rem; }

.modal {
  display: none;
  background-color: #27334a; }
  .modal, .modal a {
    color: #e4e4e4; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal strong {
    color: #fff;
    text-align: center; }

#login {
  width: 40rem;
  padding: 0;
  background-color: transparent; }
  #login .user-form {
    margin: 0;
    padding-top: 5rem;
    padding-bottom: 4rem; }
    #login .user-form h2 {
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 2.8rem; }
    #login .user-form .login-register {
      margin-top: 0; }
    #login .user-form .forgot-password {
      text-align: right; }
    #login .user-form .form-row {
      margin-bottom: 2rem; }

.arrow-left,
.arrow-right,
.arrow-top,
.arrow-down {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 5px solid #000;
  border-color: #e7aa52;
  border-color: #d7d7d7;
  border-width: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .arrow-left:hover,
  .arrow-right:hover,
  .arrow-top:hover,
  .arrow-down:hover {
    border-color: #e7aa52; }
  .arrow-left.disabled, .arrow-left.slick-disabled,
  .arrow-right.disabled,
  .arrow-right.slick-disabled,
  .arrow-top.disabled,
  .arrow-top.slick-disabled,
  .arrow-down.disabled,
  .arrow-down.slick-disabled {
    border-color: #f4f4f4;
    pointer-events: none; }

.arrow-left {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.arrow-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow-down {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.arrow-up {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.text {
  text-align: left; }

div#cookie-bar {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #222; }

.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6,
.lp .h1, .lp .h2, .lp .h3, .lp .h4, .lp .h5, .lp .h6 {
  color: #000000;
  line-height: 1.0;
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  text-align: left; }
.lp .lp-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; }
  .lp .lp-intro h1, .lp .lp-intro h2, .lp .lp-intro h3, .lp .lp-intro h4, .lp .lp-intro h5, .lp .lp-intro h6,
  .lp .lp-intro .h1, .lp .lp-intro .h2, .lp .lp-intro .h3, .lp .lp-intro .h4, .lp .lp-intro .h5, .lp .lp-intro .h6 {
    color: #fff; }
  .lp .lp-intro .lp-intro-text {
    max-width: 44rem; }
    .lp .lp-intro .lp-intro-text img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto; }
    .lp .lp-intro .lp-intro-text .btn {
      margin-top: 4rem; }
.lp .lp-heading {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center; }
  .lp .lp-heading h1, .lp .lp-heading h2, .lp .lp-heading h3, .lp .lp-heading h4, .lp .lp-heading h5, .lp .lp-heading h6,
  .lp .lp-heading .h1, .lp .lp-heading .h2, .lp .lp-heading .h3, .lp .lp-heading .h4, .lp .lp-heading .h5, .lp .lp-heading .h6 {
    text-align: center; }
.lp .lp-cols-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem; }
.lp .lp-cols-item {
  width: 30.597%;
  margin-top: 6rem;
  margin-left: 4.1045%; }
  .lp .lp-cols-item:nth-child(3n+1) {
    margin-left: 0; }
  .lp .lp-cols-item .lp-cols-image img {
    display: block;
    width: 100%;
    height: auto; }
  .lp .lp-cols-item .lp-cols-text {
    margin-top: 2rem;
    padding: 0 0.5rem; }
    .lp .lp-cols-item .lp-cols-text p {
      margin-top: 0.5rem; }
.lp .lp-products-item {
  margin-top: 8rem; }
  .lp .lp-products-item .lp-products-image-wrap {
    position: relative; }
    .lp .lp-products-item .lp-products-image-wrap .lp-products-image {
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 5; }
      .lp .lp-products-item .lp-products-image-wrap .lp-products-image img {
        display: block;
        width: 100%;
        height: auto;
        opacity: 0; }
    .lp .lp-products-item .lp-products-image-wrap .lp-products-text {
      position: absolute;
      left: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 45rem;
      color: #fff;
      z-index: 6; }
      .lp .lp-products-item .lp-products-image-wrap .lp-products-text h1, .lp .lp-products-item .lp-products-image-wrap .lp-products-text h2, .lp .lp-products-item .lp-products-image-wrap .lp-products-text h3, .lp .lp-products-item .lp-products-image-wrap .lp-products-text h4, .lp .lp-products-item .lp-products-image-wrap .lp-products-text h5, .lp .lp-products-item .lp-products-image-wrap .lp-products-text h6,
      .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h1, .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h2, .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h3, .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h4, .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h5, .lp .lp-products-item .lp-products-image-wrap .lp-products-text .h6 {
        margin-top: 0.5rem;
        color: #fff; }
      .lp .lp-products-item .lp-products-image-wrap .lp-products-text p {
        margin-top: 0.5rem; }
  .lp .lp-products-item .lp-products-usp-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem; }
  .lp .lp-products-item .lp-products-usp-item {
    width: 22%;
    margin-top: 2rem;
    margin-left: 4%; }
    .lp .lp-products-item .lp-products-usp-item:nth-child(4n+1) {
      margin-left: 0; }
    .lp .lp-products-item .lp-products-usp-item .lp-products-usp-icon {
      max-width: 56px;
      margin: 0 auto; }
      .lp .lp-products-item .lp-products-usp-item .lp-products-usp-icon img {
        display: block;
        width: 100%;
        height: auto; }
    .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text {
      margin-top: 2rem;
      text-align: center; }
      .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h1, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h2, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h3, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h4, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h5, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text h6,
      .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h1, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h2, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h3, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h4, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h5, .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text .h6 {
        text-align: center; }
      .lp .lp-products-item .lp-products-usp-item .lp-products-usp-text p {
        margin-top: 0.5rem; }
.lp .lp-form {
  max-width: 62rem;
  margin: 0 auto; }
  .lp .lp-form h1, .lp .lp-form h2, .lp .lp-form h3, .lp .lp-form h4, .lp .lp-form h5, .lp .lp-form h6,
  .lp .lp-form .h1, .lp .lp-form .h2, .lp .lp-form .h3, .lp .lp-form .h4, .lp .lp-form .h5, .lp .lp-form .h6 {
    text-align: center; }
  .lp .lp-form .lp-form-inner form {
    max-width: 45rem;
    margin: 4rem auto 0; }

/*# sourceMappingURL=styles.css.map */
