/* MODULES
------------------------------------------ */
/* COLOURS - http://chir.ag/projects/name-that-color/
------------------------------------------ */
/* WEIGHTS
------------------------------------------ */
/* FALLBACK FONT
------------------------------------------ */
/* BASE FONTS
------------------------------------------ */
/* HEADER FONTS
------------------------------------------ */
/* PX TO REM
------------------------------------------ */
/* BREAKPOINT
------------------------------------------ */
/* SVG BG IMG FALLBACK
------------------------------------------ */
/* PX TO REM
------------------------------------------ */
/* BASE PARTIALS
------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  zoom: 1; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #333333;
  font-family: "Univers LT W01_55 Roman1475956", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8rem;
  line-height: 1.4; }

@media only screen and (min-width: 50em) {
  body {
    font-size: 1rem; } }

.container {
  margin: 0 auto;
  width: 90%; }

@media only screen and (min-width: 73.125em) {
  .container {
    max-width: 960px;
    margin: 0 auto; } }

@media only screen and (min-width: 73.125em) {
  .container--wider {
    max-width: 1170px; } }

.container--at-medium {
  width: 100%; }

@media only screen and (min-width: 50em) {
  .container--flex {
    display: -ms-flexbox;
    display: flex; } }

.row {
  overflow: hidden; }

/* BASE ELEMENTS
------------------------------------------ */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Univers LT W01_65 Bold1475968", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.75em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.4em; }

h5, .h5 {
  font-size: 1.3em; }

h6, .h6 {
  font-size: 1.2em; }

.header-underline {
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

@media only screen and (min-width: 73.125em) {
  .header-underline {
    font-size: 2rem; } }

.header-underline:after {
  background-color: #7AB929;
  content: "";
  display: block;
  height: 7px;
  margin: 0.5rem auto 2.5rem;
  width: 100px; }

@media only screen and (min-width: 50em) {
  .header-underline:after {
    margin: 0.5rem 0 2.5rem; } }

small {
  font-size: 0.85em; }

ul li {
  list-style: none; }

ol li {
  list-style: none; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  margin-bottom: 1rem; }

img, object, embed {
  height: auto;
  max-width: 100%; }

/* LINKS
------------------------------------------ */
a {
  color: #d8544b;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
  outline: 0;
  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ }

a:hover {
  color: #e2766f; }

a:focus, a:active {
  outline: none; }

/* BUILD ELEMENTS
------------------------------------------ */
.hide {
  display: none; }

.center-align {
  text-align: center !important; }

.white-text h1, .white-text h2, .white-text h3, .white-text p, .white-text li {
  color: #ffffff; }

.bg {
  color: #ffffff; }

.bg--dark {
  background-color: #1B302D; }

.bg--dark h2, .bg--dark h3, .bg--dark h4, .bg--dark a {
  color: #7AB929; }

.bg--green {
  background-color: #7AB929; }

.bg--green h2, .bg--green h3, .bg--green h4, .bg--green a {
  color: #1B302D; }

.bg a:hover {
  border-bottom: 1px solid #ffffff; }

.bg--dots {
  background-color: #1B302D;
  background-image: url("../img/circles.png");
  background-size: 100px; }

.error {
  color: red; }

.error a {
  color: red;
  text-decoration: underline; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

sup {
  font-size: 0.4em; }

button {
  background: none;
  border: none; }

.btn {
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  max-width: 60%;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all ease-in-out 0.3s; }

@media only screen and (min-width: 50em) {
  .btn {
    padding: 1rem 2rem;
    max-width: 100%; } }

.btn:hover {
  border-color: #7AB929;
  color: #7AB929; }

.btn--small {
  font-size: 0.8rem;
  padding: 0.2rem 1rem; }

.btn--white-solid:hover {
  background: #ffffff;
  color: #7AB929; }

.btn--green {
  background: #7AB929;
  border-color: #7AB929; }

.btn--green:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #7AB929; }

.btn--dark {
  background: #7AB929;
  border: none; }

.btn--dark:hover {
  background: #1B302D;
  color: #ffffff; }

input,
textarea, select {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 1rem;
  color: #ffffff;
  font-family: "Univers LT W01_55 Roman1475956", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0 0 1em;
  outline: none;
  padding: 1rem;
  width: 100%; }

input:focus,
textarea:focus, select:focus {
  background: #7AB929; }

input.error,
textarea.error, select.error {
  color: #ffffff; }

input[type=submit] {
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  min-width: 200px;
  width: auto;
  transition: all ease-in-out 0.3s; }

input[type=submit]:hover {
  color: #7AB929;
  background-color: #ffffff;
  border-color: #7AB929; }

textarea {
  min-height: 150px; }

/* SMALL/DEFAULT
------------------------------------------ */
.one_twelve, .two_twelve, .three_twelve, .four_twelve,
.five_twelve, .six_twelve, .seven_twelve, .eight_twelve,
.nine_twelve, .ten_twelve, .eleven_twelve, .twelve_twelve {
  margin: 0 0 0.625em 0;
  padding: 1px 0.5%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* MEDIUM BREAKPOINT
------------------------------------------ */
@media only screen and (min-width: 50em) {
  .one_twelve {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%; }
  .two_twelve {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%; }
  .three_twelve {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }
  .four_twelve {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  .five_twelve {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%; }
  .six_twelve {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .seven_twelve {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%; }
  .eight_twelve {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
  .nine_twelve {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%; }
  .ten_twelve {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%; }
  .eleven_twelve {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%; }
  .twelve_twelve {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .end-grid {
    float: right;
    margin-right: 0; } }

/* LARGE BREAKPOINT
------------------------------------------ */
.banner {
  background-size: cover;
  background-position: center center;
  height: 250px;
  margin: 0 0 2.5rem;
  position: relative;
  text-align: center; }

@media only screen and (min-width: 50em) {
  .banner {
    height: 550px; } }

@media only screen and (min-width: 1170px) {
  .banner {
    height: 550px;
    margin: 0 0 3rem; } }

@media only screen and (min-width: 1170px) {
  .banner--home {
    height: 700px; } }

.banner:after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 2;
  background-image: url("../img/icon-banner-down.svg");
  background-repeat: no-repeat;
  bottom: -30px;
  content: "";
  display: block;
  height: 61px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  width: 39px;
  z-index: 4; }

@media only screen and (min-width: 50em) {
  .banner:after {
    bottom: 20px;
    height: 70px;
    width: 46px; } }

.banner__head {
  color: #ffffff;
  margin: 0 auto;
  width: 90%;
  max-width: 1170px;
  position: relative;
  top: calc(50% - 10px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2;
  text-shadow: 4px 4px 20px #000000; }

@media only screen and (min-width: 1170px) {
  .banner__head {
    font-size: 5rem;
    top: calc(50% - 50px); } }

.banner__wave {
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.contact__icon {
  margin-right: 1rem;
  max-width: 15px !important; }

.contact input.error, .contact textarea.error, .contact select.error {
  border-color: red; }

.contact__error {
  font-size: 0.8rem;
  color: red;
  margin: -0.5rem 1rem 1.5rem;
  display: none; }

.contact__error--show {
  display: block; }

.contact__link {
  color: #ffffff;
  text-decoration: underline; }

.bg--green .contact__link {
  color: #ffffff; }

.bg--green .contact__link:hover {
  border-bottom: none; }

.entry {
  text-align: center; }

@media only screen and (min-width: 50em) {
  .entry {
    padding: 0 3rem; } }

@media only screen and (min-width: 50em) {
  .entry.section {
    padding-left: 3rem;
    padding-right: 3rem; } }

.entry__head {
  color: #7AB929;
  line-height: 1;
  margin: 0 auto 2rem;
  max-width: 70%; }

@media only screen and (min-width: 73.125em) {
  .entry__head {
    font-size: 2rem;
    margin-bottom: 5rem; } }

.section--dark .entry__head {
  color: #7AB929; }

.entry__head span {
  color: #1B302D;
  display: block; }

@media only screen and (min-width: 73.125em) {
  .entry__head span {
    font-size: 2.4rem; } }

.section--dark .entry__head span {
  color: #ffffff; }

.entry__head--dark {
  color: #333333; }

.footer {
  position: relative; }

.footer__logo {
  left: 0;
  position: absolute;
  top: -50px;
  width: 100px;
  z-index: 2; }

@media only screen and (min-width: 50em) {
  .footer__logo {
    top: -96px;
    width: 160px; } }

.footer__content {
  float: right;
  padding: 2rem;
  text-align: right;
  width: 65%; }

.footer__content p, .footer__content a {
  font-size: 0.6rem;
  color: #6B6D72; }

@media only screen and (min-width: 50em) {
  .footer__content p, .footer__content a {
    font-size: 0.8rem; } }

.footer__content a:hover {
  text-decoration: underline; }

.fixed-header--condensed .nav {
  position: fixed;
  top: 0; }

.fixed-header--condensed .nav__ul--sub {
  padding-top: 0; }

.header {
  border-bottom: 2px solid #7AB929;
  background-color: #000000;
  background-image: url("../img/header-bg-large.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 38px;
  height: 90px;
  padding: 2.5rem 0 1rem;
  width: 100%; }

@media only screen and (min-width: 73.125em) {
  .header {
    background-size: auto 76px;
    padding: 4.5rem 0 2rem;
    height: 165px;
    border-bottom: none; } }

.header__logo {
  width: 110px; }

@media only screen and (min-width: 73.125em) {
  .header__logo {
    width: 200px; } }

.header__btns {
  display: none;
  float: right; }

@media only screen and (min-width: 73.125em) {
  .header__btns {
    display: block;
    margin-top: 1.5rem; } }

.icon-info {
  padding-top: 50px; }

.icon-info__ul {
  margin: 2rem 0; }

.icon-info img, .icon-info svg {
  margin-bottom: 2rem;
  max-width: 200px;
  width: 60%; }

.icon-info h2 {
  font-size: 1.3rem;
  margin-bottom: 0; }

.icon-info h3 {
  color: #1B302D; }

.icon-info .swiper-slide {
  transition: all ease-in-out 0.3s; }

@media only screen and (min-width: 50em) {
  .icon-info .swiper-slide-active svg {
    -ms-transform: translateY(-40px);
        transform: translateY(-40px); } }

.icon-info .swiper-slide-active .cls-1 {
  stroke: #1B302D; }

.icon-info .swiper-slide-active .cls-2 {
  stroke: white; }

.info-bubble {
  background: #68A029; }

/* IE10 and above fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner {
    height: 700px; }
  .banner__head {
    top: calc(50% - 100px); } }

/* IE9 only fixes */
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .banner {
    height: 700px; }
  .banner__head {
    top: calc(50% - 100px); } }

.icon-info.swiper-container {
  margin-bottom: 0; }

.icon-info img, .icon-info svg {
  margin-bottom: 2rem;
  max-width: 200px;
  width: 60%; }

.icon-info h2 {
  font-size: 1.3rem;
  margin-bottom: 0; }

.icon-info h3 {
  color: #1B302D; }

.info-bubble {
  background: #68A029;
  border-radius: 1rem;
  padding: 2rem;
  position: relative; }

.info-bubble:before {
  border-bottom: 20px solid #68A029;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 0; }

@media only screen and (min-width: 50em) {
  .info-bubble:before {
    border-bottom: 30px solid #68A029;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 15%;
    margin: 0;
    top: -30px; } }

@media only screen and (min-width: 50em) {
  .info-bubble {
    padding: 3rem; } }

.info-bubble img {
  width: 75%;
  max-width: 380px !important; }

.info-bubble__content {
  display: none; }

.info-bubble__content--active {
  display: block; }

.universalForm {
  width: 90%;
  margin: 0 auto;
  max-width: 500px; }

.universalForm input, .universalForm select, .universalForm textarea {
  border: 1px solid #333;
  color: #333; }

.universalForm input:active, .universalForm input:focus, .universalForm select:active, .universalForm select:focus, .universalForm textarea:active, .universalForm textarea:focus {
  background: none; }

.universalForm legend {
  margin: 0 auto 30px;
  font-size: 25px; }

.universalForm .formCols label {
  display: inline-block;
  padding-left: 1rem;
  padding-bottom: 0.3rem; }

.universalForm .formCols--bool {
  overflow: hidden; }

.universalForm .formCols--bool dt, .universalForm .formCols--bool dd {
  float: left; }

.universalForm .formCols--bool dd {
  margin-left: 20px;
  width: 30px; }

.universalForm .formCols--bool input[type="checkbox"], .universalForm .formCols--bool input[type="radio"] {
  margin-top: 6px; }

.universalForm input[type="submit"] {
  width: auto;
  padding: 0.8rem 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #7AB929;
  color: #ffffff;
  border: none; }

.universalForm input[type="submit"]:hover {
  background: #1B302D; }

.map {
  position: relative; }

.map__img-icon {
  position: absolute;
  width: 25px; }

@media only screen and (min-width: 50em) {
  .map__img-icon {
    width: 35px; } }

.map--iridovirus .map__img-icon--1 {
  left: 27%;
  top: 60%; }

.map--iridovirus .map__img-icon--2 {
  left: 40%;
  top: 33%; }

.map--iridovirus .map__img-icon--3 {
  left: 69%;
  top: 16%; }

.map--iridovirus .map__img-icon--4 {
  left: 65%;
  top: 60%; }

.nav-btn {
  float: right;
  height: 30px;
  position: relative;
  top: 8px;
  width: 36px; }

@media only screen and (min-width: 1170px) {
  .nav-btn {
    display: none; } }

.nav-btn__hamburger-line {
  background: #7AB929;
  border-radius: 50px;
  height: 4px;
  position: absolute;
  transition: all ease-in-out 0.3s;
  width: 100%; }

.nav-btn__hamburger-line--one {
  top: 0; }

.nav-btn--active .nav-btn__hamburger-line--one {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.nav-btn__hamburger-line--two {
  top: 10px; }

.nav-btn--active .nav-btn__hamburger-line--two {
  display: none; }

.nav-btn__hamburger-line--three {
  top: 20px; }

.nav-btn--active .nav-btn__hamburger-line--three {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.nav-btn--active .nav-btn__hamburger-line--one, .nav-btn--active .nav-btn__hamburger-line--three {
  top: 12px;
  width: 35px; }

.nav {
  background-color: #000000;
  display: none; }

@media only screen and (min-width: 1170px) {
  .nav {
    position: absolute;
    z-index: 11;
    width: 100%;
    display: block !important;
    border-bottom: 2px solid #7AB929; } }

.nav__ul {
  padding: 2rem 0;
  text-align: center; }

@media only screen and (min-width: 1170px) {
  .nav__ul {
    padding: 0.5rem 0 0 0; } }

.nav__ul--sub {
  border-radius: 0 0 10px 10px;
  display: none;
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 45px;
  transition: opacity ease-in-out 0.3s;
  width: 100%; }

@media only screen and (min-width: 1170px) {
  .nav__ul--sub {
    display: block;
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.6); } }

.nav__ul--sub li:last-child {
  border-radius: 0 0 10px 10px; }

.nav__ul--sub li:last-child a {
  border-radius: 0 0 10px 10px; }

.nav__li {
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  margin: 1% 1%;
  height: 50px;
  position: relative;
  width: 45%; }

@media only screen and (min-width: 1170px) {
  .nav__li {
    border: none;
    border-radius: 0;
    height: 45px;
    margin: 0;
    padding: 0.5rem 2.5rem 1rem;
    width: auto; } }

.nav__li--mob {
  border-color: #7AB929; }

@media only screen and (min-width: 1170px) {
  .nav__li--mob {
    display: none; } }

@media only screen and (min-width: 1170px) {
  .nav__li--sub-hover {
    padding: 0.5rem calc(1.5rem + 21px) 1rem 1.5rem; } }

@media only screen and (min-width: 1170px) {
  .nav__li--sub-hover:hover > .nav__ul--sub {
    opacity: 1;
    pointer-events: visible; } }

@media only screen and (min-width: 1170px) {
  .nav__li--sub-hover:hover .nav__sub-arrow {
    background-color: #7AB929; } }

.nav__li--sub {
  background-color: #7AB929;
  display: block;
  height: auto;
  padding: 0;
  width: 100%; }

@media only screen and (min-width: 1170px) {
  .nav__li--active > .nav__a {
    border-bottom: #7AB929 1px solid; } }

.nav__a {
  color: #ffffff;
  display: block;
  position: relative;
  padding: 15px 0; }

@media only screen and (min-width: 1170px) {
  .nav__a {
    padding: 0; } }

.nav__a:hover {
  color: #7AB929; }

.nav__li--mob .nav__a {
  color: #7AB929; }

.nav__a--sub {
  display: block;
  padding: 1rem 0; }

.nav__a--sub:hover {
  background-color: #406116;
  color: #ffffff; }

.nav__sub-arrow {
  background-color: #000000;
  background-image: url("../img/icon-nav-sub-arrow.svg");
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: 20px auto;
  display: none;
  transition: background-color ease-in-out 0.3s; }

@media only screen and (min-width: 1170px) {
  .nav__sub-arrow {
    display: inline-block;
    height: 37px;
    position: absolute;
    right: -45px;
    top: 0;
    width: 35px; } }

.products__item {
  border: 4px solid transparent;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.5rem 1.8rem;
  text-align: center;
  transition: all ease-in-out 0.3s;
  width: 100%; }

@media only screen and (min-width: 600px) {
  .products__item {
    text-align: left; }
  .products__item .four_twelve {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  .products__item .seven_twelve {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%; }
  .products__item .end-grid {
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 50em) {
  .products__item {
    margin: 1% 0.5%;
    text-align: left;
    width: 48%; } }

.products__item h2, .products__item h3 {
  color: #333333;
  font-size: 1.3rem; }

.products__item p {
  color: #333333;
  font-size: 0.9rem;
  margin-bottom: 0; }

.products__item img {
  border: 5px solid transparent;
  border-radius: 100%;
  transition: all ease-in-out 0.3s; }

.products__item:hover {
  border-color: #7AB929; }

.products__item:hover img {
  border-color: #7AB929; }

.products__mobile-link {
  margin-top: 20px; }

.products__mobile-link span {
  text-decoration: underline; }

@media only screen and (min-width: 73.125em) {
  .products__mobile-link {
    display: none; } }

.section {
  background-size: cover;
  padding: 2rem 0;
  position: relative; }

@media only screen and (min-width: 50em) {
  .section {
    padding: 4rem 0; } }

@media only screen and (min-width: 50em) {
  .section--smaller {
    padding: 1rem 0; } }

.section--green {
  background-color: #7AB929; }

.section--dark {
  background: #1B302D; }

.section--dots {
  background-color: #1B302D;
  background-image: url("../img/circles.png");
  background-size: 100px; }

.section--threats {
  background: url("../img/banner-threats-mob.jpg"); }

@media only screen and (min-width: 50em) {
  .section--threats {
    background: url("../img/banner-threats.jpg"); } }

.section--flush {
  padding: 0; }

@media only screen and (min-width: 50em) {
  .section--flush {
    padding: 4rem 0; } }

.section--small-imgs .section__block img {
  max-width: 60%; }

.section--large-imgs .section__block--two-third img {
  max-width: 60%; }

@media only screen and (min-width: 50em) {
  .section--large-imgs .section__block--two-third img {
    max-width: 480px;
    width: 70%; } }

@media only screen and (min-width: 50em) {
  .section--large-imgs:not(.section--switch) .section__block--two-third img {
    float: right; } }

.section--get-in-touch {
  background-color: #000000; }

@media only screen and (min-width: 50em) {
  .section--get-in-touch {
    background-image: url("../img/banner-in-touch.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 46% auto; } }

.section--get-in-touch h2 {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

@media only screen and (min-width: 73.125em) {
  .section--get-in-touch h2 {
    font-size: 2rem; } }

.section--get-in-touch h2:after {
  background-color: #7AB929;
  content: "";
  display: block;
  height: 7px;
  margin: 0.5rem auto 2.5rem;
  width: 100px; }

@media only screen and (min-width: 50em) {
  .section--get-in-touch h2:after {
    margin: 0.5rem 0 2.5rem; } }

.section--get-in-touch p {
  margin-bottom: 2.5rem; }

.section__box {
  background-color: rgba(27, 48, 45, 0.9);
  padding: 2rem;
  position: relative; }

@media only screen and (min-width: 73.125em) {
  .section__box {
    padding: 6rem 4rem; } }

.section__box:before, .section__box:after {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute; }

.section__box:before {
  background-image: url("../img/icon-section-block-before-mob.svg");
  background-size: cover;
  height: 35px;
  left: 10px;
  top: 10px;
  width: 35px; }

@media only screen and (min-width: 73.125em) {
  .section__box:before {
    background-image: url("../img/icon-section-block-before.svg");
    height: 60px;
    left: 3rem;
    top: 2rem;
    width: 60px; } }

.section__box:after {
  background-image: url("../img/icon-section-block-after-mob.svg");
  background-size: cover;
  height: 60px;
  right: 10px;
  position: absolute;
  top: 10px;
  width: 46px; }

@media only screen and (min-width: 73.125em) {
  .section__box:after {
    background-image: url("../img/icon-section-block-after.svg");
    background-size: contain;
    background-position: right;
    height: 80%;
    right: 3rem;
    top: 3rem;
    width: 30%; } }

.section__box-text {
  text-align: center; }

@media only screen and (min-width: 73.125em) {
  .section__box-text {
    text-align: left;
    width: 60%; } }

.section__box-head {
  margin: 0 auto 1rem;
  max-width: 80%; }

@media only screen and (min-width: 73.125em) {
  .section__box-head {
    margin: 0 0 1rem; } }

.section__block {
  position: relative; }

.section__block a:not(.btn) {
  color: inherit;
  text-decoration: underline; }

.section__block--left, .section__block--right {
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.section--no-center-text .section__block--left, .section--no-center-text .section__block--right {
  text-align: left; }

@media only screen and (min-width: 50em) {
  .section__block--left, .section__block--right {
    text-align: left; } }

.section__block--left img, .section__block--right img {
  max-width: 60%; }

@media only screen and (min-width: 50em) {
  .section__block--left img, .section__block--right img {
    max-width: 100%; } }

.section__block--left img.map__img, .section__block--right img.map__img {
  max-width: 100%; }

.section__block--left.bg--dark, .section__block--right.bg--dark {
  background-image: url("../img/circles.png");
  background-size: 100px; }

.section__block--left {
  margin-bottom: 2rem; }

@media only screen and (min-width: 50em) {
  .section__block--left {
    margin-bottom: 0;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; } }

@media only screen and (min-width: 50em) {
  .section--switch .section__block--left {
    width: 49.15254%;
    float: right;
    margin-right: 0; } }

.section--flush .section__block--left {
  margin-bottom: 0; }

@media only screen and (min-width: 50em) {
  .section--flush .section__block--left {
    margin: 0;
    width: 50%; } }

@media only screen and (min-width: 50em) {
  .section__block--right {
    width: 49.15254%;
    float: right;
    margin-right: 0; } }

.section--switch .section__block--right {
  margin-bottom: 2rem; }

@media only screen and (min-width: 50em) {
  .section--switch .section__block--right {
    margin-bottom: 0;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; } }

.section--flush .section__block--right {
  margin-bottom: 0; }

@media only screen and (min-width: 50em) {
  .section--flush .section__block--right {
    margin: 0;
    width: 50%; } }

@media only screen and (min-width: 50em) {
  .section__block--one-third {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%; } }

@media only screen and (min-width: 50em) {
  .section--switch .section__block--one-third {
    width: 40.67797%;
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 50em) {
  .section__block--two-third {
    width: 57.62712%;
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 50em) {
  .section--switch .section__block--two-third {
    width: 57.62712%;
    float: right;
    margin-right: 0; } }

.section__block--padd {
  padding: 2rem; }

.section__block--img {
  text-align: center; }

.section__block--no-bottom-margin {
  margin-bottom: 0; }

@media only screen and (min-width: 50em) {
  .section__block--right-align {
    text-align: right; } }

.section__block-logo {
  max-width: 200px; }

@media only screen and (min-width: 50em) {
  .section__block-logo {
    max-width: 350px; } }

.section__block-left, .section__block-right {
  float: left; }

.section__block-left {
  width: 20%; }

.section__block-left img {
  max-width: 105px; }

.section__block-right {
  float: right;
  width: 70%; }

@media only screen and (min-width: 50em) {
  .section__block-vertical-align {
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 50%;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; } }

.section__info, .section__info-blur {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

@media only screen and (min-width: 50em) {
  .section__info, .section__info-blur {
    display: none; } }

.section__info-icon {
  animation-name: wobble;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  max-width: 50%;
  position: relative;
  top: 10%;
  z-index: 3; }

.section__blur--active {
  filter: url(#blur-filter);
  filter: blur(8px); }

@media only screen and (min-width: 50em) {
  .section__blur--active {
    filter: none; } }

.section__bubble {
  background: #4A732B;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem; }

.section__bubble--lighter {
  background: #5D8F2A; }

.section__bubble-text {
  font-size: 0.9rem; }

.section__bubble-head {
  font-size: 1rem; }

.section__bubble-head:last-child {
  margin-bottom: 0; }

.section__factsheet-head {
  margin-bottom: 5rem; }

.section__factsheet-head:after, .section__factsheet-head:before {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  content: "";
  height: 10px;
  margin: 0 auto;
  position: relative;
  width: 10px; }

.section__factsheet-head:after {
  bottom: -50px; }

.section__factsheet-head:before {
  bottom: -65px; }

.section__list {
  margin-top: 2rem;
  padding: 0 1rem; }

.section__list-item {
  background-image: url("../img/icon-tick.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 1rem;
  min-height: 40px;
  padding: 0px 0 10px 50px; }

.section__center-img {
  display: block;
  margin: 5rem auto 0;
  max-width: 380px;
  width: 80%; }

.blur-svg {
  display: none; }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.share {
  background: #D36D08;
  position: fixed;
  padding: 0 1rem;
  right: 0;
  top: 40%;
  -ms-transform: translateX(62px);
      transform: translateX(62px);
  transition: transform ease-in-out 0.3s;
  z-index: 5; }

.share--active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.share__btn {
  background: url("../img/icon-side-tab.svg");
  cursor: pointer;
  height: 30px;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px; }

.share--active .share__btn {
  background: url("../img/icon-side-tab-right.svg"); }

.share__content {
  line-height: 1; }

.share__icon {
  display: block;
  margin: 1rem 0;
  width: 30px; }

.share__a {
  opacity: 1;
  transition: opacity ease-in-out 0.3s; }

.share__a:hover {
  opacity: 0.8; }

.disc {
  padding-left: 30px; }

.disc li {
  list-style-type: circle; }

.disc p {
  margin-bottom: 0; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  width: 17px;
  height: 25px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 17px 25px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/icon-slider-left.svg");
  left: 0px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/icon-slider-right.svg");
  right: 0px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */ }

.swiper-container {
  margin: 2rem 0; }

@media only screen and (min-width: 50em) {
  .swiper-container {
    margin: 5rem 0; } }

.swiper-slide {
  padding: 1rem 0;
  position: relative;
  transition: transform ease-in-out 0.3s; }

@media only screen and (min-width: 73.125em) {
  .swiper-slide:hover {
    -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
  .swiper-slide:hover img {
    border-color: #1B302D; } }

.swiper-slide a {
  cursor: pointer; }

.swiper-slide div {
  clear: both; }

.swiper-slide img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1rem;
  max-width: 70%; }

.swiper-slide h3 {
  font-size: 1.3rem;
  margin-bottom: 0; }

.swiper-slide__title span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Univers LT W01_55 Roman1475956", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.swiper-slide__locations {
  margin: 5px 20px;
  font-size: 15px;
  font-size: 0.9375rem; }

.tabs {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
  overflow: hidden; }

.tabs__ul {
  float: left;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30%; }

@media only screen and (min-width: 50em) {
  .tabs__ul {
    display: none; } }

.tabs__title {
  margin: 3rem 0 1rem; }

.tabs__li {
  padding: 1rem;
  position: relative; }

.tabs__li:nth-child(1) {
  background-color: #1B302D; }

.tabs__li:nth-child(2) {
  background-color: #758280; }

.tabs__li:nth-child(3) {
  background-color: #A3ABAA; }

.tabs__content-box {
  float: left;
  width: 70%; }

@media only screen and (min-width: 50em) {
  .tabs__content-box {
    width: 100%; } }

@media only screen and (min-width: 50em) {
  .tabs__content-box {
    padding-top: 50px; } }

.tabs__content {
  -ms-flex-align: stretch;
      align-items: stretch;
  background-color: red;
  bottom: 0;
  display: none;
  font-size: 0.7rem;
  height: 100%;
  padding: 1rem;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 100%; }

@media only screen and (min-width: 50em) {
  .tabs__content {
    display: block;
    float: left;
    font-size: 1rem;
    min-height: 300px;
    padding: 2rem;
    width: 33.3333%; } }

@media only screen and (min-width: 73.125em) {
  .tabs__content:hover {
    height: 125%;
    -ms-transform: translateY(-20%);
        transform: translateY(-20%); } }

.tabs__content:nth-child(1) {
  background-color: #1B302D; }

.tabs__content:nth-child(2) {
  background-color: #758280; }

.tabs__content:nth-child(3) {
  background-color: #A3ABAA; }

.tabs__content--active {
  display: block; }

@media only screen and (min-width: 50em) {
  .tabs__content-copy {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.tabs__content-copy h2 {
  display: none; }

@media only screen and (min-width: 50em) {
  .tabs__content-copy h2 {
    display: block; } }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  max-width: 300px;
  height: auto !important; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #000000;
  border: 2px solid #000000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #000000;
  left: 0px;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000000;
  left: -3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #000000;
  left: 3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000000;
  left: 0px;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000000; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip .tooltipster-box {
  position: relative;
  z-index: 10; }

.tooltipster-sidetip .tooltipster-box a {
  color: #ffffff;
  text-decoration: underline; }

.tooltipster-sidetip .tooltipster-box a:hover {
  text-decoration: underline; }

.tooltip img {
  max-width: 15px;
  position: relative;
  border: none;
  display: inline;
  margin: 0;
  top: 3px; }

@media only screen and (min-width: 50em) {
  .tooltip img {
    max-width: 20px; } }

.tooltip_templates {
  display: none; }