@charset "UTF-8";
/**********************/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?88887778");
  src: url("../fonts/icons.eot?88887778#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?88887778") format("woff2"), url("../fonts/icons.woff?88887778") format("woff"), url("../fonts/icons.ttf?88887778") format("truetype"), url("../fonts/icons.svg?88887778#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("../fonts/icons.svg?88887778#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-search:before {
  content: '\e804'; }

/* '' */
.icon-down:before {
  content: '\e810'; }

/* '' */
.icon-left:before {
  content: '\e811'; }

/* '' */
.icon-up:before {
  content: '\e812'; }

/* '' */
.icon-right:before {
  content: '\e813'; }

/* '' */
.icon-mail:before {
  content: '\e815'; }

/* '' */
.icon-phone:before {
  content: '\e816'; }

/* '' */
/**********************/
strong {
  font-weight: 700;
  color: #2d709c; }

.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: "Oxygen", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #0c446a;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

a {
  color: #fb3640;
  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: #fc6870;
    text-decoration: none; }
  a:active {
    color: #fb2732;
    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, .h {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  color: #105a8c;
  line-height: 1.15;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  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, .h:first-child {
    margin-top: 0; }
  h1.bold, h1 strong, h2.bold, h2 strong, h3.bold, h3 strong, h4.bold, h4 strong, h5.bold, h5 strong, h6.bold, h6 strong,
  .h1.bold,
  .h1 strong, .h2.bold, .h2 strong, .h3.bold, .h3 strong, .h4.bold, .h4 strong, .h5.bold, .h5 strong, .h6.bold, .h6 strong, .h.bold, .h strong {
    font-weight: 700;
    color: #105a8c; }
  h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
  .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light, .h.light {
    font-weight: 500;
    color: #105a8c; }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
  .dark .h1,
  .dark .h2,
  .dark .h3,
  .dark .h4,
  .dark .h5,
  .dark .h6,
  .dark .h {
    color: #fff; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .h 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, .h a:hover {
      text-decoration: underline; }

h1,
.h1 {
  font-size: 5.6rem; }

h2,
.h2 {
  font-size: 4.0rem; }

h3,
.h3 {
  font-size: 2.0rem;
  font-weight: 600; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 0.471rem; }

h6,
.h6 {
  font-size: 0.3535rem; }

.h {
  font-size: 1.6rem;
  font-weight: 600; }

.main {
  position: relative;
  padding-top: 16rem;
  background-color: #fff;
  overflow-x: hidden; }
  .dark .main {
    background-color: #000;
    -webkit-transition: background-color 0.4s ease-out 0s;
    -o-transition: background-color 0.4s ease-out 0s;
    transition: background-color 0.4s ease-out 0s; }

#tablet-indicator,
#mobile-indicator {
  display: none; }

.section {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .section.first {
    padding-top: 11rem; }

.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: 135rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  text-align: left;
  z-index: 5; }
  .inner.wide {
    max-width: 165rem; }
  .inner.medium {
    max-width: 145rem; }
  .inner.narrow {
    max-width: 106rem; }
  .inner.tight {
    max-width: 74rem; }
  .inner.full {
    max-width: none; }

.btn {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  padding: 1.2rem 2.2rem 1.2rem;
  border: 2px solid #fb3640;
  border-radius: 4px;
  background-color: #fb3640;
  color: #fff;
  line-height: 1.8rem;
  font-size: 1.5rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer; }
  .btn:hover {
    background-color: #fb454e;
    border-color: #fb454e;
    color: #fff; }
  .btn:active {
    background-color: #fb2c36;
    border-color: #fb2c36;
    color: #fff; }
  .btn.btn-icon-only {
    width: 4.7rem;
    padding-left: 0;
    padding-right: 0; }
  .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.6rem; }
    .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.6rem; }
    .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-green {
    border-color: #97db4f;
    background-color: transparent;
    color: #70b528;
    box-shadow: none; }
    .btn.btn-green:hover {
      border-color: #a6e068;
      background-color: #a6e068;
      color: #fff; }
    .btn.btn-green:active {
      border-color: greyen(#97db4f, 4%);
      background-color: greyen(#97db4f, 4%);
      color: #fff; }
  .btn.btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #14223d; }
    .btn.btn-transparent:hover {
      background-color: transparent;
      border-color: transparent;
      color: #14223d; }
    .btn.btn-transparent:active {
      background-color: transparent;
      border-color: transparent;
      color: #14223d; }
  .btn.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #14223d; }
    .btn.btn-white:active {
      background-color: #fff;
      color: #000; }
  .btn.btn-white-border {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white-border:hover {
      background-color: #fff;
      color: #14223d; }
    .btn.btn-white-border:active {
      background-color: #fff;
      color: #000; }
  .btn.btn-dark {
    background-color: #313639;
    color: #fff; }
    .btn.btn-dark:hover {
      background-color: #3f4649;
      color: #fff; }
    .btn.btn-dark:active {
      background-color: greyen(#14223d, 4%);
      color: #fff; }
  .btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    background: #d9c7ca !important;
    border-color: #d9c7ca !important;
    color: #cd99a3 !important;
    box-shadow: none;
    cursor: default;
    pointer-events: none; }
    .btn:disabled i, .btn:disabled:hover i, .btn:disabled:active i, .btn.disabled i, .btn.disabled:hover i, .btn.disabled:active i {
      color: #cd99a3 !important; }

span.btn {
  pointer-events: none; }

.buttons {
  margin-top: 4rem;
  font-size: 0; }
  .buttons .btn {
    margin-right: 2rem; }

.input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding: 1rem 1.4rem;
  line-height: 2rem;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  color: #000;
  -webkit-appearance: none;
  -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; }
  .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 {
    background-color: rgba(0, 0, 0, 0.02); }
  .input:focus {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06); }
  .input.input-error, .input.wpcf7-not-valid {
    border-color: #fb3640 !important; }
  .dark .input {
    background-color: rgba(255, 255, 255, 0.8);
    color: #07273c; }
    .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: rgba(255, 255, 255, 0.9); }
    .dark .input:focus {
      background-color: white; }
    .dark .input.input-error, .dark .input.wpcf7-not-valid {
      border-color: #fb3640 !important;
      background-color: rgba(255, 186, 189, 0.9); }

textarea.input {
  height: 8rem; }

select.input {
  padding-right: 4rem;
  -webkit-transition: background-color, border-color 0.2s ease-out 0s;
  -o-transition: background-color, border-color 0.2s ease-out 0s;
  transition: background-color, border-color 0.2s ease-out 0s;
  background-image: linear-gradient(45deg, transparent 50%, #6a6a6a 50%), linear-gradient(135deg, #6a6a6a 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(44% + 2px), calc(100% - 13px) calc(44% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }
  select.input:focus {
    outline: 0; }
  select.input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select.input option {
    color: #000; }
  .dark select.input option {
    color: #000; }

label {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;
  color: #000; }
  .dark label {
    color: #fff; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 14rem;
  padding: 0;
  background-color: transparent;
  -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.fixed, .header.open {
    min-height: 8rem;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05); }
  body.admin-bar .header {
    top: 32px; }

.logo {
  position: absolute;
  left: 2.5rem;
  top: 5rem;
  display: block;
  width: auto;
  max-width: 15.8rem;
  height: 2rem;
  height: 4rem;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .logo svg {
    display: block;
    width: auto;
    height: 100%; }
    .logo svg .logo-svg {
      fill: #F7E08F;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
  .logo img {
    display: block;
    width: auto;
    height: 100%; }
  .has-dark-top .header:not(.open) .logo svg .logo-svg {
    fill: #fff; }
  .fixed .logo {
    top: 2rem; }
  .logo body.home {
    opacity: 0; }

.header-right {
  position: absolute;
  top: 0;
  right: 2.5rem;
  line-height: 14rem;
  font-size: 0;
  -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: 30; }
  .fixed .header-right {
    line-height: 8rem; }
  .header-right .btn {
    margin: 0;
    margin-right: 1rem;
    vertical-align: middle; }
    .header-right .btn:last-child {
      margin-right: 0; }

.menu-button {
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 1.7rem;
  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); }
      .has-dark-top .header:not(.open) .menu-button .menu-button-button span {
        background-color: #fff; }
  .menu-button .menu-button-title {
    display: inline-block;
    margin-left: 1rem;
    font-size: 13px;
    text-decoration: none;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1;
    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; }
    .has-dark-top .header:not(.open) .menu-button .menu-button-title {
      color: #fff; }
  .menu-button:hover .menu-button-button span {
    background-color: #2d709c; }
    .has-dark-top .header:not(.open) .menu-button:hover .menu-button-button span {
      background-color: #2d709c; }
  .menu-button:hover .menu-button-title {
    color: #2d709c; }
    .has-dark-top .header:not(.open) .menu-button:hover .menu-button-title {
      color: #2d709c; }

.main-menu {
  position: relative;
  margin-left: 18rem;
  -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 ul {
  position: relative;
  display: block;
  /* width: 100%; */
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0; }

.main-menu ul li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

.main-menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 14rem;
  margin: 0;
  padding: 0 1.8rem;
  line-height: 14rem;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #0c446a;
  text-decoration: none;
  vertical-align: middle;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .main-menu ul li a:hover {
    color: #fb3640;
    text-decoration: none; }
  .main-menu ul li a:active {
    color: #f90511; }
  .fixed .main-menu ul li a {
    height: 8rem;
    line-height: 8rem; }

.main-menu ul li.border {
  line-height: 8rem; }

.main-menu ul li.border a {
  display: inline-block;
  height: 4rem;
  padding: 0 1.5rem;
  line-height: 3.8rem;
  border: 1px solid #2d709c;
  border-radius: 2rem; }
  .has-dark-top .header:not(.open) .main-menu ul li.border a {
    border-color: #fff; }

.anchor {
  position: absolute;
  top: -8rem; }

.box {
  position: relative;
  padding: 6rem 0;
  background-color: #dceff8;
  background: -moz-linear-gradient(276deg, #c6e3f2 0%, #edf7fd 100%);
  background: -webkit-linear-gradient(276deg, #c6e3f2 0%, #edf7fd 100%);
  background: linear-gradient(276deg, #c6e3f2 0%, #edf7fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6e3f2",endColorstr="#edf7fd",GradientType=1);
  border-radius: 10px; }
  .box.box-solid {
    background: #ecf7fd; }
  .box.box-dark {
    background: #2d709c; }

.dark, .dark a:not(.btn) {
  color: #f0faff; }
.dark h1, .dark h2, .dark h3, .dark h4, .dark strong {
  color: #fff; }

.relative {
  position: relative; }

.with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #97db4f; }
  .with-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #97db4f;
    opacity: 0.8;
    z-index: 0; }

.intro-top::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  right: 8%;
  left: 10%;
  background-image: url("../images/water-cycle.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1; }

.intro-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 2; }

.intro-text {
  width: 48%; }
  .intro-text p {
    max-width: 50rem; }

.intro-tiles {
  width: 48%; }

.intro-tiles-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.intro-tiles-item {
  position: relative;
  width: 48%;
  padding: 10rem 2.5rem 3rem;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  .intro-tiles-item:nth-child(n+3) {
    margin-top: 2.5rem; }
  .intro-tiles-item .intro-tiles-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
    padding-top: 2.2rem; }
    .intro-tiles-item .intro-tiles-title .h {
      font-weight: 500;
      color: inherit; }
      .intro-tiles-item .intro-tiles-title .h i {
        font-size: 1.8rem;
        margin-right: 1rem; }
  .intro-tiles-item .intro-tiles-text .h {
    font-size: 2.4rem;
    color: inherit; }
  .intro-tiles-item.intro-tiles-blue {
    background-color: rgba(45, 112, 156, 0.8);
    color: #fff; }
  .intro-tiles-item.intro-tiles-green {
    background-color: rgba(151, 219, 79, 0.8);
    color: #2c6101; }

.intro-currently {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  z-index: 5; }
  .intro-currently p {
    display: inline-block;
    margin: 0;
    padding: 0.3rem 0;
    vertical-align: middle; }
    .intro-currently p:first-child {
      margin-right: 2rem; }

.steps-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps; }

.steps-item {
  position: relative;
  width: 22%;
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  vertical-align: top;
  counter-increment: steps; }
  .steps-item::before {
    content: counter(steps) ". krok";
    display: block;
    margin-bottom: 1rem;
    color: #fb3640;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 1.2; }
  .steps-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 100%;
    top: 60%;
    display: block;
    width: 8rem;
    height: 130%;
    background-image: url("../images/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .steps-item:last-child::after {
    content: none; }
  .steps-item p {
    margin-top: 0; }

.image-left {
  margin-left: 0;
  margin-right: auto; }

.image-right {
  margin-left: auto;
  margin-right: 0; }

.image-center {
  margin-left: auto;
  margin-right: auto; }

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .layout .layout-title {
    width: 34%; }
  .layout .layout-content {
    width: 60%; }
    .layout .layout-content img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto; }
  .layout.layout-alt .layout-content {
    max-width: 70rem; }

.subtitle,
.has-subtitle > p:first-child {
  color: #fb3640;
  font-size: 1.5rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .subtitle + h1, .subtitle + h2, .subtitle + h3,
  .subtitle + .h1, .subtitle + .h2, .subtitle + .h3,
  .has-subtitle > p:first-child + h1,
  .has-subtitle > p:first-child + h2,
  .has-subtitle > p:first-child + h3,
  .has-subtitle > p:first-child + .h1,
  .has-subtitle > p:first-child + .h2,
  .has-subtitle > p:first-child + .h3 {
    margin-top: 0.5rem; }

.faq-item ul:first-child, .faq-item ol:first-child {
  margin-top: 0; }
.faq-item ul li, .faq-item ol li {
  padding: 0.5rem 0; }

.accordion-item {
  margin: 0 -2rem;
  padding: 0 2rem;
  padding-right: 4rem;
  border-top: 1px solid rgba(45, 112, 156, 0.3); }
  .accordion-item:first-child {
    border-top: 0; }
    .accordion-item:first-child .accordion-content {
      display: block; }
  .accordion-item .accordion-title {
    position: relative;
    margin: 0;
    padding: 2rem 0;
    text-align: left;
    cursor: pointer; }
    .accordion-item .accordion-title::after {
      content: '\f078';
      position: absolute;
      right: -2rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-light);
      font-size: 1.9rem;
      color: #fb3640;
      line-height: 0;
      -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: 2rem 0;
    padding-top: 0; }
  .accordion-item.open .accordion-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.why .box {
  position: relative; }
  .why .box::after {
    content: "";
    position: absolute;
    right: 4%;
    top: 100%;
    display: block;
    width: 70%;
    max-width: 698px;
    height: 300px;
    background-image: url("../images/splash.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat; }

.why-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
  counter-reset: why; }

.why-item {
  position: relative;
  width: 30%;
  margin: 0;
  margin-top: 4rem;
  padding: 0;
  vertical-align: top;
  counter-increment: why; }
  .why-item::before {
    content: counter(why) ". důvod";
    display: block;
    margin-bottom: 1rem;
    color: #fb3640;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 1.2; }

.about {
  margin-top: 8rem; }

.removing-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }

.removing-item {
  position: relative;
  float: left;
  width: 47%;
  max-width: 31rem;
  margin: 0;
  padding: 0.7rem 0;
  padding-left: 3.5rem;
  line-height: 1.2; }
  .removing-item i {
    position: absolute;
    left: 0;
    top: 0.9rem;
    font-size: 1.8rem;
    color: #fff; }

.technology h2 {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto; }

.technology-cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem; }
  .technology-cols::before {
    content: "";
    position: absolute;
    top: -9rem;
    right: -15rem;
    display: block;
    width: 35rem;
    height: 35rem;
    background-image: url("../images/water-cycle.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1; }

.technology-col {
  width: 49%;
  margin-top: 2rem;
  text-align: center; }
  .technology-col.box {
    padding: 4rem 0; }
  .technology-col .subtitle {
    text-align: center; }

.technology-items {
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }

.technology-item {
  display: inline-block;
  margin: 0.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 1.9rem;
  vertical-align: middle;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem; }

.dont-need-items {
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }

.dont-need-title,
.dont-need-item {
  position: relative;
  display: inline-block;
  margin: 0.5rem 1.6rem 0;
  padding: 0.7rem 0;
  padding-left: 3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  vertical-align: top; }
  .dont-need-title i,
  .dont-need-item i {
    position: absolute;
    left: 0;
    top: 0.8rem;
    font-size: 1.8rem; }
  .dont-need-title:last-child,
  .dont-need-item:last-child {
    margin-right: 0; }

.dont-need-title {
  padding-left: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  line-height: 1.15; }

.examples-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem; }

.examples-item {
  position: relative;
  width: 30%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 21rem; }
  .examples-item .examples-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-top: 2rem;
    padding: 0;
    list-style: none; }
  .examples-item .examples-param {
    width: 48%;
    margin: 0;
    margin-top: 2rem; }
    .examples-item .examples-param .examples-param-title {
      line-height: 1.2; }
    .examples-item .examples-param .examples-param-value {
      margin-top: 0.5rem;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.15; }
  .examples-item .examples-saved {
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: -1rem; }
    .examples-item .examples-saved .box {
      min-height: 17rem;
      padding: 1.5rem 0; }
    .examples-item .examples-saved .examples-saved-title {
      text-align: left; }
    .examples-item .examples-saved .examples-saved-percent {
      margin-top: 1rem;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 600;
      font-size: 4rem;
      line-height: 1.15;
      text-align: center; }
    .examples-item .examples-saved .examples-saved-money {
      margin-top: 0.5rem;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-weight: 500;
      font-size: 2rem;
      line-height: 1.15;
      text-align: center; }

.contact > .inner::before, .contact > .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 500px;
  margin-top: -250px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1; }
.contact > .inner::before {
  left: -24%;
  background-image: url("../images/water-cycle.png");
  background-position: left center; }
.contact > .inner::after {
  right: -18%;
  background-image: url("../images/water-cycle.png");
  background-position: right center; }
.contact .box {
  position: relative;
  z-index: 1; }
  .contact .box .inner {
    max-width: 60rem; }

.contacts-items {
  font-size: 0;
  text-align: center; }

.contacts-item {
  display: inline-block;
  margin: 1rem 2rem;
  font-size: 2rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  color: #105a8c;
  vertical-align: middle; }
  .contacts-item:first-child {
    border-top: 0; }
  .contacts-item i {
    position: relative;
    top: 0.06em;
    margin-right: 1rem;
    font-size: 2.2rem;
    color: #fb3640; }

.logos-items {
  font-size: 0;
  text-align: left; }

.logos-item {
  display: inline-block;
  margin-top: 2rem;
  padding-right: 6rem;
  vertical-align: top; }
  .logos-item:last-child {
    padding-right: 0; }
  .logos-item .logos-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .logos-item .logos-logo {
    display: inline-block;
    width: auto;
    height: 5rem;
    margin-bottom: 2rem;
    padding-right: 5rem; }
    .logos-item .logos-logo img {
      display: inline-block;
      width: auto;
      height: 100%;
      vertical-align: middle; }

.links a,
.links span,
.link {
  margin-right: 2rem;
  text-decoration: underline;
  font-weight: 700;
  color: #105a8c;
  line-height: 0;
  white-space: nowrap;
  -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:last-child,
  .links span:last-child,
  .link:last-child {
    margin-right: 0; }
  .links a i,
  .links span i,
  .link i {
    position: relative;
    top: 0.1rem;
    margin-left: 0.8rem;
    font-size: 1.7rem; }
  .links a:hover,
  .links span:hover,
  .link:hover {
    color: #2d709c; }

.centering {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.blue {
  color: #2d709c; }

.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.3rem;
  /* top: 0.12em; */
  display: block;
  width: 2rem;
  /* width: 1.2em; */
  height: 2rem;
  /* height: 1.2em; */
  border: 1px solid #000;
  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: 1px solid rgba(255, 255, 255, 0.6); }

.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.1rem;
  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-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; }

.contact-form {
  position: relative;
  background-size: cover;
  background-position: center; }
  .contact-form .contact-form-header {
    text-align: center; }
    .contact-form .contact-form-header h2 {
      font-size: 3rem;
      margin-bottom: 0;
      text-align: center; }
    .contact-form .contact-form-header p {
      text-align: center; }
  .contact-form.contact-form-page::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #000;
    opacity: 0.6;
    z-index: 1; }
  .contact-form.contact-form-page .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .contact-form.contact-form-page .btn:hover {
      background-color: #fff;
      color: #14223d; }
    .contact-form.contact-form-page .btn:active {
      background-color: #fff;
      color: #000; }
  .contact-form.contact-form-page .contact-contacts > div {
    color: #fff; }
  .contact-form.contact-form-page div.wpcf7 {
    margin-top: 0; }

div.wpcf7 {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 6rem; }
  div.wpcf7 p {
    margin: 0; }
  div.wpcf7 .row {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 2rem; }
    div.wpcf7 .row:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }
  div.wpcf7 .row-full {
    margin-bottom: 2rem; }
  div.wpcf7 label {
    display: block;
    margin-bottom: 0.4rem; }
    div.wpcf7 label small {
      display: block;
      font-size: 70%;
      line-height: 1; }
  div.wpcf7 .input {
    display: block;
    width: 100%; }
  div.wpcf7 .wpcf7-acceptance span {
    margin-left: 0; }
  div.wpcf7 .wpcf7-acceptance label {
    display: block;
    width: auto; }
  div.wpcf7 .wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline; }
    div.wpcf7 .wpcf7-acceptance a:hover {
      text-decoration: none; }
  div.wpcf7 .right {
    position: relative; }
  div.wpcf7 .codedropz-upload-wrapper {
    margin-top: 0.4rem;
    margin-bottom: 2rem; }
  div.wpcf7 .codedropz-upload-handler {
    margin-bottom: 0;
    border: 1px dashed #2d709c;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 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 div.wpcf7 .codedropz-upload-handler {
      background-color: rgba(255, 255, 255, 0.05); }
    div.wpcf7 .codedropz-upload-handler .codedropz-upload-container {
      padding: 1rem; }
    div.wpcf7 .codedropz-upload-handler h3 {
      margin: 0;
      padding: 0;
      font-size: 1.6rem;
      line-height: 1.6;
      border: 0;
      color: #888;
      font-family: "Oxygen", sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      text-align: center;
      opacity: 1; }
    div.wpcf7 .codedropz-upload-handler span {
      font-size: 1.6rem;
      color: #888;
      opacity: 1; }
    div.wpcf7 .codedropz-upload-handler a {
      color: #000;
      text-decoration: underline; }
      .dark div.wpcf7 .codedropz-upload-handler a {
        color: #fff; }
  div.wpcf7 .dnd-upload-counter {
    display: none; }
  div.wpcf7 .dnd-upload-status {
    margin-top: 0.5rem;
    padding: 0.5rem 0; }
  div.wpcf7 .dnd-upload-status .dnd-upload-details {
    line-height: 1.1; }
  div.wpcf7 .dnd-upload-status .dnd-upload-details .name {
    color: #000; }
    .dark div.wpcf7 .dnd-upload-status .dnd-upload-details .name {
      color: #fff; }
  div.wpcf7 .dnd-upload-status .dnd-upload-image span {
    color: #000; }
    .dark div.wpcf7 .dnd-upload-status .dnd-upload-image span {
      color: #fff; }
  div.wpcf7 .dnd-upload-status .dnd-upload-details a.remove-file {
    color: #000; }
    .dark div.wpcf7 .dnd-upload-status .dnd-upload-details a.remove-file {
      color: #fff; }
  div.wpcf7 .dnd-upload-status .dnd-upload-details .name em {
    color: #000;
    opacity: 0.5;
    font-weight: 300; }
    .dark div.wpcf7 .dnd-upload-status .dnd-upload-details .name em {
      color: #fff; }
  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: #fb3640;
    color: #fff; }
  div.wpcf7 div.wpcf7-mail-sent-ok {
    border: 0;
    background-color: #97db4f; }
  div.wpcf7 div.wpcf7-mail-sent-ng,
  div.wpcf7 div.wpcf7-aborted {
    border: 0;
    background-color: #fb3640; }
  div.wpcf7 div.wpcf7-spam-blocked {
    border: 0;
    background-color: #fb3640; }
  div.wpcf7 div.wpcf7-validation-errors,
  div.wpcf7 div.wpcf7-acceptance-missing {
    border: 0;
    background-color: #fb3640; }
  div.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
    color: #fb3640;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: right; }
    .dark div.wpcf7 span.wpcf7-not-valid-tip {
      color: #ff9ba0; }
  div.wpcf7 .btn {
    margin-top: 4rem; }

.loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@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; }

.footer {
  background-color: #14223d;
  color: #8b919d; }
  .footer .footer-text {
    text-align: left;
    margin-bottom: 2rem; }
  .footer h2 {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    text-align: left;
    color: #fff; }
  .footer .col.col20 {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-top: 4rem; }
    .footer .col.col20:nth-child(4n+1) {
      clear: left;
      margin-left: 0; }
  .footer .col a {
    color: #8b919d;
    text-decoration: none; }
    .footer .col a:hover {
      color: #2d709c;
      text-decoration: none; }
  .footer .footer-logo {
    display: block;
    width: 90%;
    max-width: 28rem;
    height: auto; }
    .footer .footer-logo svg {
      display: block;
      width: 100%;
      height: auto; }
      .footer .footer-logo svg .logo-svg {
        fill: #fff;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
    .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: #8b919d;
        text-decoration: none; }
        .footer nav ul li a:hover {
          color: #2d709c;
          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 .footer-contact 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; }

.copyright {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .copyright .created {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
    display: block; }
    .copyright .created a {
      color: #0c446a;
      text-decoration: none; }
      .copyright .created a img {
        position: relative;
        top: -0.2rem;
        display: inline-block;
        width: auto;
        height: 1.6rem;
        margin-left: 1rem;
        vertical-align: middle;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      .copyright .created a:hover {
        color: #000;
        text-decoration: none; }
        .copyright .created a:hover img {
          opacity: 1; }

.info-bars {
  position: fixed;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 999; }

.info-bar {
  position: relative;
  display: none;
  min-height: 4.8rem;
  margin: 0 0 1rem;
  padding: 0 5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .info-bar:last-child {
    margin-bottom: 0; }
  .info-bar .info-bar-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4.8rem;
    height: 100%;
    font-size: 2.2rem;
    text-align: center;
    color: #97db4f;
    border-radius: 50%; }
    .info-bar .info-bar-icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .info-bar .info-bar-text {
    padding: 1.3rem 1rem 1.3rem 0.5rem;
    line-height: 1.2; }
    .info-bar .info-bar-text span {
      margin-right: 1rem; }
    .info-bar .info-bar-text,
    .info-bar .info-bar-text strong,
    .info-bar .info-bar-text a {
      color: #97db4f; }
    .info-bar .info-bar-text a {
      text-decoration: underline; }
  .info-bar .info-bar-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4.8rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 2.2rem;
    text-align: center;
    color: #97db4f;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer; }
    .info-bar .info-bar-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    .info-bar .info-bar-close:hover {
      opacity: 1; }
  .info-bar .info-bar-closee {
    display: block;
    width: 24px;
    height: 24px;
    color: #000;
    opacity: 0.5;
    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; }
    .info-bar .info-bar-closee::before, .info-bar .info-bar-closee::after {
      position: absolute;
      left: 11px;
      content: ' ';
      height: 25px;
      width: 1px;
      background-color: #333; }
    .info-bar .info-bar-closee::before {
      transform: rotate(45deg); }
    .info-bar .info-bar-closee::after {
      transform: rotate(-45deg); }

.grecaptcha-badge {
  opacity: 0; }

.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; }

/*# sourceMappingURL=styles.css.map */
