@charset "UTF-8";
/*
	 .cc
		width: 20px;


	@at-root  .cc
		width: 10px;


	.grand-parent .parent .parent .cc
		width: 20px


	.parent .cc {
		width: 10px; */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=latin-ext");
@font-face {
  font-family: 'Glyphicons Halflings';
  src: image-url("../vendors/bootstrap/glyphicons-halflings-regular.eot");
  src: image-url("../vendors/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), image-url("../vendors/bootstrap/glyphicons-halflings-regular.woff") format("woff"), image-url("../vendors/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), image-url("../vendors/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

* {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  background-color: #f4f7f6; }
  @media (max-width: 767px) {
    body .isLocked,
    html .isLocked {
      overflow: hidden; } }

a {
  color: black;
  text-decoration: none;
  position: relative; }
  a.noDecoration:after, .button:after {
    display: none !important; }
  a:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid black;
    left: 0;
    right: 0;
    bottom: -0.1em; }
  a:hover, a:focus, a:active {
    color: black;
    text-decoration: none; }
  a:hover, a.active {
    color: #0c50a0; }
    a:hover:after, a.active:after {
      border-color: #0c50a0; }

.ieFlexFix {
  -ms-overflow-x: hidden;
  -ms-overflow-y: hidden; }

.masterWrapper {
  overflow-x: hidden; }

.text--bold {
  font-weight: 600 !important; }

.googleMapWrapper {
  height: 400px;
  width: 100%; }

.hidden {
  display: none !important; }

.scaleImg {
  max-width: 100%; }

.subtitle {
  font-size: 1.3em;
  font-weight: 500; }

.button {
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 0.6em 0.9em 0.6em 0.9em;
  background-color: #0c50a0;
  -webkit-transition: 0.3s background-color linear;
  transition: 0.3s background-color linear;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 991px) {
    .button {
      display: block;
      padding: 1em 0.9em 1em 0.9em; } }
  .button--plus {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--plus {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--plus:before {
      font-size: 2em;
      content: '+';
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 0.55em; }
  .button--mail {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--mail {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--mail:before {
      content: '';
      height: 15px;
      width: 20px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1em;
      background-image: url("../img/icons/submit_mail.png");
      background-repeat: no-repeat; }
  .button--question {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--question {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--question:before {
      content: '';
      height: 20px;
      width: 19px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1em;
      background-image: url("../img/icons/questionMark.png");
      background-repeat: no-repeat; }
  .button--download {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--download {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--download:before {
      content: '';
      height: 19px;
      width: 19px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1em;
      background-image: url("../img/icons/download.png");
      background-repeat: no-repeat; }
  .button--tag {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--tag {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--tag:before {
      content: '';
      height: 20px;
      width: 19px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1em;
      background-image: url("../img/icons/tag.png");
      background-repeat: no-repeat; }
  .button--cart {
    padding: 0.6em 0.9em 0.6em 3em; }
    @media (max-width: 991px) {
      .button--cart {
        padding: 1em 0.9em 0.7em 3em; } }
    .button--cart:before {
      content: '';
      height: 16px;
      width: 21px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      left: 1em;
      background-image: url("../img/icons/shoppingCart.png");
      background-repeat: no-repeat; }
  .button:hover, .button:focus, .button:active {
    background-color: #0e5cb8;
    color: white;
    text-decoration: none; }

.staticBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -9999px;
  right: -9999px;
  margin: auto;
  top: 0;
  z-index: -1; }

#wpadminbar a:after {
  border: none !important; }

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important; } }

@media (max-width: 767px) {
  .XS_visibilityDeletion {
    height: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important; } }

.bg--primary {
  background-color: #0c50a0; }

.bg--secondary {
  background-color: #fac332; }

.bg--dark {
  background-color: rgba(0, 0, 0, 0.8); }

.bg--tabColor {
  background-color: #ebebeb; }

.bg--white {
  background-color: #fff; }

.bg--texture {
  background-image: url("../img/backgrounds/pattern.png");
  background-position: center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (max-width: 991px) {
    .bg--texture {
      background-image: none;
      background-color: #333333; } }

.border--top {
  border-top: 1px solid #e6eaea; }

.border--bottom {
  border-bottom: 1px solid #e6eaea; }

.border--left {
  border-left: 1px solid #e6eaea; }

.border--right {
  border-right: 1px solid #e6eaea; }

.border--full {
  border: 1px solid #e6eaea; }

.border--big {
  border-width: 10px; }

@media (max-width: 767px) {
  .lastNoBorder > *:last-child {
    border: none; } }

.noGutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

.hide {
  display: none; }

.fancyCheckboxLabel {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/check-unchecked.png");
  background-repeat: no-repeat; }
  .fancyCheckboxLabel:before {
    display: none;
    content: '';
    background-image: url("../img/icons/check-checked.png"); }

input[type=checkbox]:checked + label.fancyCheckboxLabel {
  background-image: url("../img/icons/check-checked.png"); }

.workInProgress {
  text-align: center;
  font-size: 20px;
  background-color: #fac332;
  padding: 10px 15px; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent; }
  .featherlight-previous {
    left: 25px;
    right: 80%; }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }
  .featherlight-next span,
  .featherlight-previous span {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

.featherlight .featherlight-content {
  padding: 0;
  border: 0;
  max-width: calc(100% - 100px);
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .featherlight .featherlight-content {
      max-width: calc(100% - 30px); } }
  .featherlight .featherlight-content .featherlight-image {
    max-height: calc(95vh - 100px);
    margin: auto;
    width: inherit !important; }
  .featherlight .featherlight-content .navigation {
    display: block;
    overflow-x: auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #000;
    white-space: nowrap;
    position: relative;
    z-index: 2; }
    .featherlight .featherlight-content .navigation:after {
      content: "";
      display: table;
      clear: both; }
    .featherlight .featherlight-content .navigation a {
      background: transparent none;
      margin: 0 2.5px;
      display: inline-block;
      width: 75px;
      position: relative;
      -webkit-transition: margin linear 0.2s;
      transition: margin linear 0.2s; }
      .featherlight .featherlight-content .navigation a:before {
        content: '';
        position: absolute;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(169, 169, 169, 0.35);
        z-index: 2;
        -webkit-transition: right linear 0.2s, background-color linear 0.2s, -webkit-transform linear 0.2s;
        transition: right linear 0.2s, background-color linear 0.2s, -webkit-transform linear 0.2s;
        transition: transform linear 0.2s, right linear 0.2s, background-color linear 0.2s;
        transition: transform linear 0.2s, right linear 0.2s, background-color linear 0.2s, -webkit-transform linear 0.2s; }
      .featherlight .featherlight-content .navigation a.active, .featherlight .featherlight-content .navigation a:hover {
        margin: 0 9px; }
        .featherlight .featherlight-content .navigation a.active img, .featherlight .featherlight-content .navigation a:hover img {
          -webkit-transform: scale(1.25);
                  transform: scale(1.25);
          border: 3px solid #ffffff !important;
          z-index: 3;
          padding: 0px;
          background-color: #000000; }
        .featherlight .featherlight-content .navigation a.active:before, .featherlight .featherlight-content .navigation a:hover:before {
          background-color: transparent;
          -webkit-transform: scale(1.25);
                  transform: scale(1.25);
          right: 100%;
          z-index: 4; }
      .featherlight .featherlight-content .navigation a:last-child {
        margin-right: 5px; }
        .featherlight .featherlight-content .navigation a:last-child.active {
          margin: 0 9px; }
      .featherlight .featherlight-content .navigation a:first-child {
        margin-left: 5px; }
        .featherlight .featherlight-content .navigation a:first-child.active {
          margin: 0 9px; }
    .featherlight .featherlight-content .navigation img {
      width: 100%;
      position: relative;
      border: 0px solid #ffffff !important;
      z-index: 1;
      height: 62px;
      -webkit-transition: -webkit-transform linear 0.2s;
      transition: -webkit-transform linear 0.2s;
      transition: transform linear 0.2s;
      transition: transform linear 0.2s, -webkit-transform linear 0.2s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -ms-interpolation-mode: nearest-neighbor;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: -moz-crisp-edges;
          image-rendering: -o-pixelated;
          image-rendering: pixelated; }

.featherlight .featherlight-close-icon.featherlight-close {
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  top: 15px;
  right: 15px; }

.featherlight.invert .featherlight-close-icon.featherlight-close {
  color: #000; }

.featherlight .featherlight-previous {
  top: 0;
  left: 0;
  bottom: 5px;
  background-repeat: repeat-x;
  opacity: 0.3;
  background-color: transparent; }
  .featherlight .featherlight-previous:hover {
    opacity: 1; }
  .featherlight .featherlight-previous .slideLeft {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 26px;
    height: 50px;
    background-image: url(../img/icons/slideArrow_left.png); }
    @media (max-width: 767px) {
      .featherlight .featherlight-previous .slideLeft {
        display: none; } }

.featherlight .featherlight-next {
  top: 0;
  right: 0;
  bottom: 5px;
  background-repeat: repeat-x;
  opacity: 0.3;
  background-color: transparent; }
  .featherlight .featherlight-next:hover {
    opacity: 1; }
  .featherlight .featherlight-next .slideRight {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 26px;
    height: 50px;
    background-image: url(../img/icons/slideArrow_right.png); }
    @media (max-width: 767px) {
      .featherlight .featherlight-next .slideRight {
        display: none; } }

@media (max-width: 767px) {
  .featherlight .featherlight-content .navigation {
    display: none; }
  .featherlight .featherlight-content .featherlight-image {
    max-height: 95vh; } }

@media (min-width: 768px) {
  .headerWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: #f4f7f6; } }

.headerUpper {
  font-size: 0.9em; }
  .headerUpper > .row > div {
    padding: 10px 15px; }

.headerLanguageSelector {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .headerLanguageSelector li {
    display: inline-block;
    margin: 0 5px; }
  @media (max-width: 767px) {
    .headerLanguageSelector {
      position: fixed;
      right: 85px;
      top: 15px;
      z-index: 10; }
      .headerLanguageSelector li {
        font-size: 1.2em;
        margin: 0 15px; } }

.headerLower {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebf1ef; }

@media (max-width: 767px) {
  #headerMenu {
    background-color: #f4f7f6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    min-height: 55px; } }

.headerLogo img {
  width: 115px; }

@media (max-width: 767px) {
  .headerLogo {
    position: fixed;
    top: 15px;
    left: 0px;
    z-index: 10;
    width: 145px; }
    .headerLogo img {
      width: 100px; }
    .headerLogo:before {
      content: '';
      position: absolute;
      border-bottom: 1px solid #e6eaea;
      width: 100vw;
      left: 0;
      bottom: -10px; } }

.headerClaim {
  font-size: 0.95em;
  font-weight: 500; }
  @media screen and (max-width: 1075px) {
    .headerClaim {
      display: none; } }

.footerWrapper {
  font-size: 0.9em;
  padding: 1.5em 0; }
  @media (max-width: 991px) {
    .footerWrapper {
      padding: 0; } }

@media (max-width: 991px) {
  .footerWrapper .socials {
    font-size: 1.1em; } }

.footerWrapper .socials .divider {
  margin: 0 -10px; }

@media (max-width: 991px) {
  .footerWrapper .copyright {
    font-size: 1.1em;
    padding: 15px 0; } }

#footerMenu {
  font-size: 1.05em; }
  @media (max-width: 991px) {
    #footerMenu {
      padding: 0; } }
  #footerMenu .hambMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      #footerMenu .hambMenu {
        margin: 15px 0; } }
    @media (max-width: 767px) {
      #footerMenu .hambMenu {
        max-height: inherit;
        margin: 40px -15px 40px;
        display: none; } }
    @media (max-width: 767px) {
      #footerMenu .hambMenu__item {
        border-top: 1px solid #e6eaea; } }
    @media (min-width: 768px) {
      #footerMenu .hambMenu__item__carret {
        -webkit-transform: rotate(180deg) translateY(-50%);
                transform: rotate(180deg) translateY(-50%); } }
    @media (min-width: 768px) {
      #footerMenu .hambMenu__item__submenu {
        position: absolute;
        right: -10px;
        top: inherit;
        display: none;
        padding: 10px;
        bottom: 36px; } }

.slider {
  position: relative;
  z-index: 1; }
  .slider .carousel-control-prev-icon {
    width: 40px;
    height: 77px;
    background-image: url("../img/icons/slideArrow_left.png"); }
  .slider .carousel-control-next-icon {
    width: 40px;
    height: 77px;
    background-image: url("../img/icons/slideArrow_right.png"); }
  @media (max-width: 991px) {
    .slider--video .slider__slide__imgWrapper {
      position: absolute !important;
      top: 0;
      height: 100%; } }
  .slider__slide__videoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 15%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: calc(((500px) - 330px) / 2) 0; }
    @media (max-width: 1299px) {
      .slider__slide__videoWrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 1200px) {
      .slider__slide__videoWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding: 40px 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 1200px) {
      .slider__slide__videoWrapper__single {
        margin-bottom: 25px; }
        .slider__slide__videoWrapper__single:last-child {
          margin-bottom: 0; } }
    .slider__slide__videoWrapper__single__title {
      font-size: 1.3em;
      color: #fff;
      text-shadow: 1px 1px 0 #4e4e4e;
      padding: 10px 0 20px;
      text-align: center; }
    .slider__slide__videoWrapper__single iframe {
      height: 320px; }
      @media (min-width: 1300px) {
        .slider__slide__videoWrapper__single iframe {
          width: 440px; } }
      @media (max-width: 767px) {
        .slider__slide__videoWrapper__single iframe {
          width: calc(68vw);
          height: calc((68vw) / 100 * 75); } }
  @media (max-width: 991px) {
    .slider__slide__imgWrapper {
      position: relative; } }
  .slider__slide__caption {
    font-size: 10px;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (min-width: 992px) {
      .slider__slide__caption {
        position: absolute;
        max-width: 550px;
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%); } }
    @media (max-width: 1200px) {
      .slider__slide__caption {
        padding: 15px;
        font-size: 8px; } }
    @media (max-width: 991px) {
      .slider__slide__caption {
        position: relative;
        width: 100%;
        padding: 25px 15px; } }
    @media (min-width: 992px) {
      .slider__slide__caption--left {
        left: 12.5%; } }
    @media (min-width: 992px) {
      .slider__slide__caption--right {
        right: 12.5%; } }
    .slider__slide__caption > * {
      color: white;
      display: block; }
    .slider__slide__caption h2 {
      font-size: 5em; }
    .slider__slide__caption h3 {
      font-size: 3.5em; }
    .slider__slide__caption p {
      font-size: 1.7em;
      margin: 1em 0 1.2em; }
    @media (max-width: 767px) {
      .slider__slide__caption h2 {
        font-size: 3.6em; }
      .slider__slide__caption h3 {
        font-size: 2.7em; }
      .slider__slide__caption p {
        font-size: 1.7em; } }
    .slider__slide__caption .button {
      display: inline-block; }
      @media (max-width: 991px) {
        .slider__slide__caption .button {
          display: block; } }
  .slider__indicators {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: inherit;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    .slider__indicators__single {
      font-size: 1.1em;
      position: relative;
      width: 200px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px;
      font-weight: 500;
      color: #fff;
      border-right: 1px solid black;
      cursor: pointer;
      background-image: url("../img/backgrounds/pattern.png");
      background-position: center;
      background-attachment: fixed;
      text-align: center; }
      @media (max-width: 1500px) {
        .slider__indicators__single {
          width: 25%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          border-bottom: 1px solid #000;
          border-top: 1px inset rgba(255, 255, 255, 0.3);
          background-attachment: scroll;
          padding: 20px 15px; } }
      @media (max-width: 1199px) {
        .slider__indicators__single {
          width: 33.3%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          border-bottom: 1px solid #000;
          border-top: 1px inset rgba(255, 255, 255, 0.3);
          background-attachment: scroll;
          padding: 20px 15px; } }
      @media (max-width: 767px) {
        .slider__indicators__single {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          border-bottom: 1px solid #000;
          border-top: 1px inset rgba(255, 255, 255, 0.3);
          background-attachment: scroll; }
          .slider__indicators__single:after {
            display: none !important; } }
      .slider__indicators__single__overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: transparent;
        -webkit-transition: 0.3s linear all;
        transition: 0.3s linear all;
        z-index: 1; }
      .slider__indicators__single:hover .slider__indicators__single__overlay {
        background-color: rgba(0, 0, 0, 0.3); }
      .slider__indicators__single:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
      .slider__indicators__single.active {
        background-color: #fac332;
        color: #000;
        background-image: none; }
        .slider__indicators__single.active .slider__indicators__single__overlay {
          display: none !important; }
        .slider__indicators__single.active:after {
          position: absolute;
          top: -10px;
          position: absolute;
          right: 50%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #fac332 transparent; }
      .slider__indicators__single__title {
        position: relative;
        z-index: 2; }
      .slider__indicators__single__image {
        margin-top: auto;
        position: relative;
        z-index: 2; }
        .slider__indicators__single__image--inverted {
          display: none; }
    @media (max-width: 1500px) {
      .slider__indicators {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .slider__indicators__single__image {
          margin: auto; } }

.hambMenuControl {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 35px;
  height: 28px; }
  .hambMenuControl__line {
    position: absolute;
    height: 3px;
    width: 35px;
    background-color: #000; }
    .hambMenuControl__line:nth-child(1) {
      top: 0; }
    .hambMenuControl__line:nth-child(2) {
      top: 8px; }
    .hambMenuControl__line:nth-child(3) {
      top: 16px; }
    .hambMenuControl__line:nth-child(4) {
      top: 24px; }
  @media (max-width: 767px) {
    .hambMenuControl {
      display: block; } }

.hambMenu {
  font-size: 0.8em;
  letter-spacing: 0.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -10px;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .hambMenu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 55px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height ease-out 0.5s;
      transition: max-height ease-out 0.5s;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .hambMenu--isOpened {
      max-height: calc(100vh - 100px);
      overflow-x: auto;
      overflow-y: scroll;
      display: block; } }
  .hambMenu__item {
    position: relative;
    padding: 10px; }
    .hambMenu__item.hasCarret {
      margin-right: 15px; }
    @media (max-width: 767px) {
      .hambMenu__item {
        padding: 0;
        margin-right: 0; }
        .hambMenu__item.hasCarret {
          margin-right: 0; } }
    .hambMenu__item__carret {
      background-image: url("../img/icons/carret.png");
      height: 6px;
      width: 8px;
      right: -5px;
      position: absolute;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
      @media (max-width: 767px) {
        .hambMenu__item__carret {
          top: 0;
          bottom: inherit;
          right: 0;
          width: 75px;
          height: 50px;
          -webkit-transform: none;
                  transform: none;
          border-left: 1px solid #e6eaea;
          background-color: #DCDCDC;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
          .hambMenu__item__carret.isFlipped {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    .hambMenu__item__link {
      font-weight: 500;
      text-transform: uppercase;
      display: inline;
      position: relative; }
      @media (max-width: 767px) {
        .hambMenu__item__link {
          display: block;
          border-bottom: 1px solid #e6eaea;
          padding: 15px 10px 15px 15px; }
          .hambMenu__item__link:after {
            display: none !important; } }
      .hambMenu__item__link:after {
        content: '';
        bottom: -0.6em;
        border-bottom: 2px solid black;
        display: none;
        position: absolute;
        left: 0;
        right: 0; }
      .hambMenu__item__link:hover:after, .hambMenu__item__link.active:after {
        display: block; }
    .hambMenu__item__submenu {
      background-color: rgba(238, 243, 241, 0.95); }
      @media (min-width: 768px) {
        .hambMenu__item__submenu {
          position: absolute;
          right: -10px;
          display: none;
          padding: 10px;
          top: 36px; } }
      @media (max-width: 767px) {
        .hambMenu__item__submenu {
          display: none !important; } }
      @media (max-width: 767px) {
        .hambMenu__item__submenu--isOpened {
          display: block !important;
          border-bottom: 1px solid #e6eaea; } }
      .hambMenu__item__submenu__item__link {
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .hambMenu__item__submenu__item__link {
            display: block;
            border-bottom: 1px solid #cad3d3;
            padding: 15px 10px 15px 30px;
            margin-bottom: 0; }
            .hambMenu__item__submenu__item__link:after {
              display: none !important; } }
        .hambMenu__item__submenu__item__link:after {
          bottom: -0.3em;
          border-width: 1px;
          display: none; }
        .hambMenu__item__submenu__item__link:hover:after, .hambMenu__item__submenu__item__link.active:after {
          display: block; }

.block {
  color: white;
  padding: 60px 0;
  position: relative;
  z-index: 1; }
  .block--narrow {
    margin: auto;
    max-width: 1200px; }
  .block--invert {
    color: #000; }
  .block--nopaddinBottom {
    padding-bottom: 0; }
  .block--nopaddinTop {
    padding-top: 0; }
  @media (max-width: 1220px) {
    .block--nopaddinBottom_BSQ_MD {
      padding-bottom: 0; } }
  @media (max-width: 1220px) {
    .block--nopaddinTop_BSQ_MD {
      padding-top: 0; } }
  .block__title {
    font-size: 2em;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px; }
  .block__subtitle {
    font-size: 1.3em;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 30px 15px 0; }
  .block__smallTitle {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 15px 15px 0; }
  .block__separator {
    margin: 40px auto 0;
    width: 100px;
    border-bottom: 2px solid #000; }
  .block__companyInfo {
    padding: 30px 60px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .block__companyInfo {
        padding: 30px 15px 0; } }
    .block__companyInfo__name {
      font-weight: 500; }
    .block__companyInfo__line {
      color: #585858;
      font-size: 0.9em;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .block__companyInfo__line {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .block__companyInfo__line__single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 767px) {
          .block__companyInfo__line__single {
            display: block; } }
        .block__companyInfo__line__single a {
          margin: 0 5px; }
      .block__companyInfo__line__separator {
        margin: 0 5px; }
        @media (max-width: 767px) {
          .block__companyInfo__line__separator {
            display: none; } }
      .block__companyInfo__line--opposites {
        padding: 0 0 40px 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 1199px) {
          .block__companyInfo__line--opposites {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media (max-width: 1199px) {
          .block__companyInfo__line--opposites {
            padding: 0 0 40px 0; } }
  .block__employeeListShared {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 95vw;
    margin: auto; }
    @media (max-width: 1199px) {
      .block__employeeListShared {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .block__employeeListShared {
        display: block; } }
    .block__employeeListShared__single {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      margin: 0 25px 15px; }
      @media (max-width: 1199px) {
        .block__employeeListShared__single {
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%; } }
      @media (max-width: 767px) {
        .block__employeeListShared__single {
          padding: 20px 40px;
          margin-bottom: 0; } }
      @media (max-width: 500px) {
        .block__employeeListShared__single {
          text-align: center;
          display: block; } }
      .block__employeeListShared__single__photo {
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 500px) {
          .block__employeeListShared__single__photo {
            -ms-flex-negative: 1;
                flex-shrink: 1;
            padding-bottom: 15px; }
            .block__employeeListShared__single__photo img {
              max-width: 300px; } }
      .block__employeeListShared__single__content {
        padding-left: 15px; }
        .block__employeeListShared__single__content__title {
          font-size: 1.1em;
          line-height: 1.2;
          font-weight: 500;
          position: relative; }
        .block__employeeListShared__single__content__position {
          margin-top: 5px;
          font-size: 1em;
          line-height: 1.1;
          font-weight: 500;
          color: #2e3133; }
  .block__content {
    padding-top: 60px;
    max-width: 1200px;
    margin: auto; }
    .block__content--noPaddingTop {
      padding-top: 0; }
    .block__content--full {
      max-width: inherit; }
    @media (min-width: 992px) {
      .block__content .row > div {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .block__content .row > div {
        margin: 15px 0; }
        .block__content .row > div:first-child {
          margin-top: 0; }
        .block__content .row > div:last-child {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .block__content--noPadding .row > div {
        margin: 0 !important; } }
    .block__content__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 60px 60px; }
      @media (max-width: 991px) {
        .block__content__info {
          display: block; } }
      .block__content__info:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        @media (max-width: 991px) {
          .block__content__info:nth-child(2n) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      @media (max-width: 767px) {
        .block__content__info {
          padding: 0 15px 60px; } }
      .block__content__info__photo {
        -ms-flex-preferred-size: 350px;
            flex-basis: 350px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0 20px; }
        @media (max-width: 991px) {
          .block__content__info__photo {
            margin-bottom: 20px;
            text-align: center; }
            .block__content__info__photo img {
              width: 100%;
              max-width: 500px; } }
      .block__content__info__content {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1199px) {
          .block__content__info__content {
            padding: 0px 15px 0; } }
        .block__content__info__content__title {
          font-size: 1.3em;
          font-weight: 600;
          padding-bottom: 20px;
          position: relative; }
          .block__content__info__content__title:after {
            content: '';
            position: absolute;
            left: 0;
            width: 75px;
            bottom: 0;
            border-bottom: 2px solid; }
        .block__content__info__content__text {
          margin-top: 20px;
          font-size: 1.1em; }
    .block__content__spokesPerson {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 15px;
      max-width: 1070px;
      margin: auto; }
      @media (max-width: 991px) {
        .block__content__spokesPerson {
          display: block; } }
      .block__content__spokesPerson__photo {
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: 10px; }
        @media (max-width: 991px) {
          .block__content__spokesPerson__photo {
            text-align: center;
            margin-bottom: 25px; }
            .block__content__spokesPerson__photo img {
              width: 100%;
              max-width: 500px; } }
      .block__content__spokesPerson__content {
        padding-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1199px) {
          .block__content__spokesPerson__content {
            padding: 0 25px; } }
        .block__content__spokesPerson__content__quote {
          font-style: italic;
          font-size: 1.4em;
          line-height: 1.8; }
          @media (max-width: 1199px) {
            .block__content__spokesPerson__content__quote {
              font-size: 1.2em;
              line-height: 1.8; } }
    .block__content__form .wpcf7-not-valid-tip, .block__content__form .wpcf7-response-output {
      max-width: 1200px;
      text-align: center;
      margin: 15px auto;
      padding: 0 15px; }
    .block__content__form .wpcf7-not-valid-tip {
      border: 2px solid;
      text-align: center;
      border-radius: 2px;
      color: #ffffff !important;
      font-size: 1rem;
      padding: 10px 15px;
      background-color: rgba(255, 104, 85, 0.75);
      border-color: #ff6855;
      line-height: 1.2; }
    .block__content__form .wpcf7-response-output {
      color: #fff;
      font-size: 1rem;
      padding: 10px 15px;
      border: 2px solid;
      line-height: 1.2; }
      .block__content__form .wpcf7-response-output.wpcf7-mail-sent-ok {
        background-color: rgba(120, 160, 61, 0.75);
        border-color: #78a03d; }
      .block__content__form .wpcf7-response-output.wpcf7-validation-errors {
        background-color: rgba(255, 104, 85, 0.75);
        border-color: #ff6855; }
    .block__content__form textarea + .wpcf7-not-valid-tip {
      margin-left: 10%; }
      @media (max-width: 767px) {
        .block__content__form textarea + .wpcf7-not-valid-tip {
          margin-left: 0; } }
    .block__content__form div.wpcf7 .ajax-loader {
      position: absolute;
      display: none !important; }
    .block__content__form .row > div {
      margin: 0; }
    .block__content__form label {
      font-size: 1.6em;
      text-align: right;
      display: block; }
    .block__content__form textarea {
      resize: none;
      font-size: 1.2em;
      background-color: transparent;
      border: 2px solid #fff;
      border-radius: 2px;
      outline: none !important;
      color: #b3b3b3;
      width: 90%;
      margin-left: 10%;
      padding: 10px 15px;
      height: 150px; }
      .block__content__form textarea::-webkit-input-placeholder {
        color: #999999; }
      .block__content__form textarea:-moz-placeholder {
        color: #999999; }
      .block__content__form textarea::-moz-placeholder {
        color: #999999; }
      .block__content__form textarea:-ms-input-placeholder {
        color: #999999; }
      @media (max-width: 767px) {
        .block__content__form textarea {
          margin-left: 0;
          margin-top: 15px;
          width: 100%; } }
    .block__content__form__inputWrapper {
      position: relative;
      margin-top: 7px; }
      @media (max-width: 767px) {
        .block__content__form__inputWrapper {
          text-align: center;
          margin-top: 0;
          width: 100%; } }
      .block__content__form__inputWrapper input {
        font-size: 1.2em;
        background-color: transparent;
        border: none;
        outline: none !important;
        width: 100%;
        color: #b3b3b3; }
        .block__content__form__inputWrapper input::-webkit-input-placeholder {
          color: #999999; }
        .block__content__form__inputWrapper input:-moz-placeholder {
          color: #999999; }
        .block__content__form__inputWrapper input::-moz-placeholder {
          color: #999999; }
        .block__content__form__inputWrapper input:-ms-input-placeholder {
          color: #999999; }
      .block__content__form__inputWrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 2px;
        background-color: #fff; }
    .block__content__form__signUp {
      text-align: right; }
      .block__content__form__signUp input {
        background-image: url("../img/icons/submit_mail.png");
        background-repeat: no-repeat;
        background-position: 0.5em center;
        font-size: 1.2em;
        font-weight: 300;
        letter-spacing: 0.05em;
        padding: 0.35em 0.5em 0.35em calc((0.5em * 2) + 20px);
        margin: 0;
        cursor: pointer;
        background-color: #78a03d;
        text-transform: uppercase;
        border: none;
        outline: none !important;
        color: #fff; }
        @media (max-width: 767px) {
          .block__content__form__signUp input {
            text-align: center;
            width: 100%;
            background-position: calc(50% + -2.7em) center; } }
    .block__content--singleContent {
      padding: 60px 60px 0; }
      @media (max-width: 991px) {
        .block__content--singleContent {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 60px 15px 0; } }
    .block__content__normalgallery .flGallery {
      max-width: 1170px; }
      @media (min-width: 1200px) {
        .block__content__normalgallery .flGallery .flGallery__thumbnail {
          -ms-flex-preferred-size: calc(1170px / 3 - 5px);
              flex-basis: calc(1170px / 3 - 5px);
          height: calc(1170px / 3 - 10px); } }
      @media (max-width: 1199px) {
        .block__content__normalgallery .flGallery .flGallery__thumbnail {
          -ms-flex-preferred-size: calc(100% / 3);
              flex-basis: calc(100% / 3);
          height: calc(100vw / 3 - 10px); } }
    .block__content__miniGallery {
      float: right;
      margin: 0 0 30px 30px; }
      @media (min-width: 992px) {
        .block__content__miniGallery .flGallery {
          width: calc(((100vw - (60px * 2)) / 100) * 40);
          max-width: calc((1200px / 100) * 40); }
          .block__content__miniGallery .flGallery__thumbnail {
            -ms-flex-preferred-size: calc(((100vw - (60px * 2)) / 100) * 40 / 2);
                flex-basis: calc(((100vw - (60px * 2)) / 100) * 40 / 2);
            height: calc(((((100vw - (60px * 2)) / 100) * 40 / 2) / 100) * 80);
            max-width: calc(((1200px / 100) * 40) /2);
            max-height: calc(((((1200px / 100) * 40) / 2) / 100) * 80); }
            .block__content__miniGallery .flGallery__thumbnail:nth-child(3n) {
              -ms-flex-preferred-size: calc(((100vw - (60px * 2)) / 100) * 40);
                  flex-basis: calc(((100vw - (60px * 2)) / 100) * 40);
              height: calc(((((100vw - (60px * 2)) / 100) * 40) / 100) * 60);
              max-width: calc((1200px / 100) * 50);
              max-height: calc((((1200px / 100) * 40) / 100) * 60); } }
      @media (max-width: 991px) {
        .block__content__miniGallery {
          float: none;
          -webkit-box-ordinal-group: 1000;
              -ms-flex-order: 999;
                  order: 999;
          margin: 0; }
          .block__content__miniGallery .flGallery__thumbnail {
            height: calc((100vw  - 137px) / 3) !important; } }
      @media (max-width: 767px) {
        .block__content__miniGallery .flGallery__thumbnail {
          height: calc((100vw - 47px) / 3) !important; } }
    .block__content__singleLine {
      padding-top: 20px; }
      @media (max-width: 991px) {
        .block__content__singleLine {
          -webkit-box-ordinal-group: 1001;
              -ms-flex-order: 1000;
                  order: 1000;
          padding-top: 35px; } }
    .block__content__tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 30px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.65);
      -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s;
      transition: background-color ease-out 0.3s, color ease-out 0.3s; }
      .block__content__tile--transparent {
        background-color: transparent !important; }
      .block__content__tile:hover {
        background-color: rgba(255, 255, 255, 0.85);
        color: #000000; }
      .block__content__tile a {
        color: #000 !important; }
        .block__content__tile a:after {
          display: none !important; }
      .block__content__tile__title {
        font-size: 1.5em;
        margin-bottom: 10px; }
      .block__content__tile__exceprt {
        margin-bottom: 15px; }
      .block__content__tile__image {
        margin-top: auto; }
        .block__content__tile__image--center {
          margin-top: inherit; }
        .block__content__tile__image img {
          max-width: 75%; }
    .block__content__doubleTilesWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: left;
      max-width: 1200px;
      margin: auto;
      color: #000;
      padding: 40px 15px 0; }
      .block__content__doubleTilesWrapper__singleEmployee {
        -ms-flex-preferred-size: calc(50%);
            flex-basis: calc(50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2px;
        padding: 0px 40px 40px;
        height: 100%; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .block__content__doubleTilesWrapper__singleEmployee {
            -ms-flex-preferred-size: calc(50% - 80px);
                flex-basis: calc(50% - 80px); } }
        @media (max-width: 991px) {
          .block__content__doubleTilesWrapper__singleEmployee {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            padding-left: 15vw; } }
        @media (max-width: 767px) {
          .block__content__doubleTilesWrapper__singleEmployee {
            padding: 0 5vw 40px; } }
        @media (max-width: 500px) {
          .block__content__doubleTilesWrapper__singleEmployee {
            text-align: center;
            display: block;
            padding: 0 0 40px; } }
        .block__content__doubleTilesWrapper__singleEmployee__photo {
          -ms-flex-preferred-size: 150px;
              flex-basis: 150px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media (max-width: 500px) {
            .block__content__doubleTilesWrapper__singleEmployee__photo {
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              padding-bottom: 15px; }
              .block__content__doubleTilesWrapper__singleEmployee__photo img {
                max-width: 300px; } }
        .block__content__doubleTilesWrapper__singleEmployee__content {
          padding-left: 20px; }
          @media (max-width: 500px) {
            .block__content__doubleTilesWrapper__singleEmployee__content {
              padding: 0; } }
          .block__content__doubleTilesWrapper__singleEmployee__content__title {
            font-size: 1.3em;
            font-weight: 600;
            position: relative; }
          .block__content__doubleTilesWrapper__singleEmployee__content__subTitle {
            margin-top: -3px;
            font-size: 1.1em;
            font-weight: 500;
            color: #2e3133; }
          .block__content__doubleTilesWrapper__singleEmployee__content__description {
            padding: 20px 0;
            text-align: left;
            font-size: 1.1em;
            font-weight: 300; }
          .block__content__doubleTilesWrapper__singleEmployee__content__contact {
            margin-top: auto;
            text-align: left; }
            .block__content__doubleTilesWrapper__singleEmployee__content__contact__single__highlight {
              font-weight: 500; }
      .block__content__doubleTilesWrapper__single {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        margin-bottom: 2px;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s;
        transition: background-color ease-out 0.3s, color ease-out 0.3s; }
        .block__content__doubleTilesWrapper__single:hover {
          background-color: white; }
        .block__content__doubleTilesWrapper__single:nth-child(2n) {
          margin-right: 0; }
        @media (max-width: 767px) {
          .block__content__doubleTilesWrapper__single {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            margin-right: 0; } }
        .block__content__doubleTilesWrapper__single a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 40px;
          height: 100%; }
        .block__content__doubleTilesWrapper__single__title {
          font-size: 1.3em;
          font-weight: 600;
          padding-bottom: 20px;
          position: relative; }
          .block__content__doubleTilesWrapper__single__title__highlight {
            position: relative; }
          .block__content__doubleTilesWrapper__single__title:after {
            content: '';
            position: absolute;
            left: 0;
            width: 75px;
            bottom: 0;
            border-bottom: 2px solid; }
        .block__content__doubleTilesWrapper__single__content {
          padding: 20px 0; }
        .block__content__doubleTilesWrapper__single__date {
          text-align: right;
          margin-top: auto; }
          @media (max-width: 767px) {
            .block__content__doubleTilesWrapper__single__date {
              text-align: left; } }
    .block__content__paginationWrapper {
      max-width: 1200px;
      margin: auto;
      color: #000;
      padding: 0 15px;
      font-weight: 600; }
      .block__content__paginationWrapper .button {
        font-weight: 300; }
        @media (max-width: 991px) {
          .block__content__paginationWrapper .button {
            width: 100%; } }
      .block__content__paginationWrapper__pagination {
        background-color: rgba(255, 255, 255, 0.85);
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .block__content__paginationWrapper__pagination__main {
          margin: 0 15px; }
          @media (max-width: 767px) {
            .block__content__paginationWrapper__pagination__main {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              text-align: center; } }
        @media (max-width: 767px) {
          .block__content__paginationWrapper__pagination__numbersWrapper {
            margin: 20px 0; } }
        .block__content__paginationWrapper__pagination__numbersWrapper__number {
          margin: 0 5px;
          padding: 0 5px; }
          @media (max-width: 991px) {
            .block__content__paginationWrapper__pagination__numbersWrapper__number {
              margin: 0 10px; } }

.flGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto; }
  .flGallery a:after {
    display: none !important; }
  .flGallery__thumbnail {
    position: relative;
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
    height: calc(100vw / 6 - 5px);
    overflow: hidden; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .flGallery__thumbnail {
        -ms-flex-preferred-size: calc(100% / 6 - 0.1px);
            flex-basis: calc(100% / 6 - 0.1px); } }
    @media (max-width: 1200px) {
      .flGallery__thumbnail {
        height: calc(100vw / 6 - 5px); } }
    @media (max-width: 991px) {
      .flGallery__thumbnail {
        height: calc(100vw / 3 - 10px);
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3); } }
    .flGallery__thumbnail:nth-child(3n) {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .flGallery__thumbnail:nth-child(3n) {
          -ms-flex-preferred-size: calc(100% / 3 - 0.2px);
              flex-basis: calc(100% / 3 - 0.2px); } }
    .flGallery__thumbnail__miniature {
      height: 105%;
      width: 105%;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      margin-bottom: -1px; }
      .flGallery__thumbnail__miniature:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.mailSignUp .mailpoet_message {
  max-width: 1200px;
  text-align: center;
  margin: 15px auto;
  padding: 0 15px; }

.mailSignUp .mailpoet_validate_success {
  color: #fff;
  font-size: 1rem;
  padding: 10px 15px;
  border: 2px solid;
  background-color: rgba(120, 160, 61, 0.75);
  border-color: #78a03d;
  line-height: 1.2; }

.mailSignUp .parsley-custom-error-message,
.mailSignUp .parsley-required {
  border: 2px solid;
  text-align: center;
  border-radius: 2px;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 10px 15px;
  background-color: rgba(255, 104, 85, 0.75);
  border-color: #ff6855;
  line-height: 1.2; }

@media (max-width: 767px) {
  .mailSignUp .row > div {
    margin: 0 0 10px 0 !important; } }

.mailSignUp .titleWrapper {
  font-size: 1.6em;
  text-align: right;
  position: relative; }
  @media (max-width: 767px) {
    .mailSignUp .titleWrapper {
      text-align: center; } }

.mailSignUp .mailWrapper {
  position: relative;
  margin-top: 7px;
  width: 330px; }
  @media (max-width: 767px) {
    .mailSignUp .mailWrapper {
      text-align: center;
      margin-top: 0;
      width: 100%; } }
  .mailSignUp .mailWrapper input {
    font-size: 1.2em;
    background-color: transparent;
    border: none;
    outline: none !important;
    width: 100%;
    color: #b3b3b3;
    text-align: center; }
    .mailSignUp .mailWrapper input::-webkit-input-placeholder {
      color: #999999; }
    .mailSignUp .mailWrapper input:-moz-placeholder {
      color: #999999; }
    .mailSignUp .mailWrapper input::-moz-placeholder {
      color: #999999; }
    .mailSignUp .mailWrapper input:-ms-input-placeholder {
      color: #999999; }
    @media (max-width: 767px) {
      .mailSignUp .mailWrapper input {
        text-align: left;
        font-size: 1.1em; } }
  .mailSignUp .mailWrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background-color: #fff; }

.mailSignUp .personalWrapper {
  margin-top: 15px;
  font-size: 0.9em;
  position: relative; }
  @media (max-width: 767px) {
    .mailSignUp .personalWrapper {
      text-align: left;
      margin-bottom: 15px; } }
  .mailSignUp .personalWrapper label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .mailSignUp .personalWrapper label {
        width: calc(100% - 70px); } }
  .mailSignUp .personalWrapper .fancyCheckboxLabel {
    margin-right: 10px;
    width: 20px; }

.mailSignUp .sendWrapper {
  text-align: left;
  position: relative; }
  @media (max-width: 767px) {
    .mailSignUp .sendWrapper {
      text-align: center; } }
  .mailSignUp .sendWrapper input {
    background-image: url("../img/icons/submit_mail.png");
    background-repeat: no-repeat;
    background-position: 0.5em center;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0.35em 0.5em 0.35em calc((0.5em * 2) + 20px);
    margin: 0;
    cursor: pointer;
    background-color: #78a03d;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    color: #fff; }
    @media (max-width: 767px) {
      .mailSignUp .sendWrapper input {
        text-align: center;
        width: 100%;
        background-position: calc(50% + -2.7em) center; } }

.tabs {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .tabs {
      display: block; } }
  .tabs > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(235, 235, 235, 0.7);
    margin-left: 2px;
    margin-bottom: 2px;
    -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s;
    transition: background-color ease-out 0.3s, color ease-out 0.3s;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
    .tabs > a .tabs__tabTile__miniature__logoInvert {
      display: none; }
    .tabs > a .tabs__tabTile__miniature__logo {
      display: block; }
    .tabs > a:first-child {
      margin-left: 0; }
    .tabs > a:after {
      display: none !important; }
    .tabs > a:hover, .tabs > a.active {
      background-color: #ebebeb;
      color: #000; }
    .tabs > a.active .tabs__tabTile__miniature__logoInvert {
      display: block; }
    .tabs > a.active .tabs__tabTile__miniature__logo {
      display: none; }
    @media (max-width: 991px) {
      .tabs > a {
        margin-left: 0 !important;
        display: block; } }
  .tabs__tabTile {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .tabs__tabTile {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 30px;
        height: 100%; } }
    @media (max-width: 500px) {
      .tabs__tabTile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .tabs__tabTile__miniature {
      max-width: 125px; }
      .tabs__tabTile__miniature img {
        width: 100%; }
      @media (max-width: 991px) {
        .tabs__tabTile__miniature {
          max-width: inherit; }
          .tabs__tabTile__miniature img {
            width: inherit;
            max-height: 125px; } }
    .tabs__tabTile__tileText {
      color: #343434;
      font-weight: 500; }
      @media (max-width: 991px) {
        .tabs__tabTile__tileText {
          max-width: 90vw; } }
      .tabs__tabTile__tileText__title {
        font-size: 1.4em;
        line-height: 1.3;
        margin-bottom: 5px; }
      .tabs__tabTile__tileText__excerpt {
        font-size: 1em; }

.tabs__tabTile__miniature + .tabs__tabTile__tileText {
  padding-left: 20px; }

.tabContent {
  display: none;
  max-width: 1200px;
  background-color: #ebebeb;
  color: #000;
  margin: 0 auto;
  padding: 50px; }
  .tabContent--noPadding {
    padding: 0; }
  .tabContent + .flGallery {
    display: none;
    max-width: 1200px; }
    @media (min-width: 1200px) {
      .tabContent + .flGallery .flGallery__thumbnail {
        height: calc(1200px / 6 - 5px); } }
  .tabContent.active + .flGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tabContent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .tabContent.active {
        display: block; } }
    @media (max-width: 767px) {
      .tabContent.active {
        padding: 50px 30px; } }
  .tabContent__image {
    padding-right: 20px; }
    .tabContent__image .flGallery {
      display: block; }
      .tabContent__image .flGallery .flGallery__thumbnail {
        height: inherit;
        overflow: visible; }
    @media (max-width: 991px) {
      .tabContent__image {
        text-align: center;
        padding-bottom: 30px;
        padding-right: 0; }
        .tabContent__image img {
          max-width: 100%; } }
  .tabContent__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 500; }
    .tabContent__content .googleMapWrapper {
      margin-top: 30px; }
    .tabContent__content__title {
      font-size: 1.7em;
      font-weight: 600;
      margin-bottom: 30px; }
    .tabContent__content__text {
      line-height: 1.8; }
    .tabContent__content__singleLine {
      padding: 5px 0; }
      .tabContent__content__singleLine__highlight {
        display: inline-block;
        font-weight: 500;
        margin-right: 5px; }
      .tabContent__content__singleLine__retailersWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 767px) {
          .tabContent__content__singleLine__retailersWrapper {
            display: block; } }
        .tabContent__content__singleLine__retailersWrapper__singleRetailer {
          padding: 15px 30px 15px 0;
          font-size: 0.95em;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media (max-width: 991px) {
            .tabContent__content__singleLine__retailersWrapper__singleRetailer {
              -ms-flex-preferred-size: 45%;
                  flex-basis: 45%; } }
          @media (max-width: 767px) {
            .tabContent__content__singleLine__retailersWrapper__singleRetailer {
              padding: 10px 0; } }
        .tabContent__content__singleLine__retailersWrapper__subLine {
          font-size: 0.95em; }
    .tabContent__content__extraLine {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .tabContent__content__extraLine > div {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; }
      @media (max-width: 767px) {
        .tabContent__content__extraLine {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .tabContent__content__extraLine > div {
            -ms-flex-preferred-size: inherit;
                flex-basis: inherit; } }
      .tabContent__content__extraLine__paramsWrapper {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .tabContent__content__extraLine__paramsWrapper__title {
          font-weight: 600;
          margin-bottom: 5px; }
        .tabContent__content__extraLine__paramsWrapper__single {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 3px 0; }
          .tabContent__content__extraLine__paramsWrapper__single > div {
            padding: 0 15px; }
          .tabContent__content__extraLine__paramsWrapper__single div:first-child {
            text-align: left;
            padding-left: 0; }
          .tabContent__content__extraLine__paramsWrapper__single div:last-child {
            text-align: right;
            padding-right: 0; }
      .tabContent__content__extraLine__filesWrapper {
        padding-top: 30px; }
        .tabContent__content__extraLine__filesWrapper__title {
          font-weight: 600;
          margin-bottom: 5px; }
        .tabContent__content__extraLine__filesWrapper__single {
          margin: 3px 0; }
          @media (max-width: 767px) {
            .tabContent__content__extraLine__filesWrapper__single {
              margin: 15px 0; } }
    .tabContent__content__ctaLine {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .tabContent__content__ctaLine__ctaWrapper {
        padding-top: 40px;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .tabContent__content__ctaLine__ctaWrapper .button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
      @media (max-width: 767px) {
        .tabContent__content__ctaLine {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .tabContent__content__ctaLine__ctaWrapper {
            padding-top: 40px;
            -ms-flex-preferred-size: inherit;
                flex-basis: inherit; } }

.caseStudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px; }
  @media (max-width: 1220px) {
    .caseStudy {
      margin: 0 15px; } }
  @media (max-width: 991px) {
    .caseStudy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .caseStudy__imageWrapper img {
    border-radius: 50%;
    margin-right: 60px; }
  @media (max-width: 991px) {
    .caseStudy__imageWrapper {
      text-align: center;
      margin-right: 0;
      margin-bottom: 40px; }
      .caseStudy__imageWrapper img {
        max-width: 100%; } }
  .caseStudy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .caseStudy__content {
        text-align: left; } }
    .caseStudy__content__textWrapper {
      font-size: 1.2em;
      font-weight: 500;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .caseStudy__content__textWrapper {
          font-size: 1.1em; } }

.lightbox {
  padding: 0;
  border: 0;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh; }
  .lightbox .wpcf7-not-valid-tip,
  .lightbox .wpcf7-response-output {
    max-width: 100%;
    text-align: center;
    margin: 15px auto;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .lightbox .wpcf7-not-valid-tip,
      .lightbox .wpcf7-response-output {
        max-width: 455px; } }
    @media (max-width: 767px) {
      .lightbox .wpcf7-not-valid-tip,
      .lightbox .wpcf7-response-output {
        max-width: 100%; } }
  .lightbox .wpcf7-not-valid-tip {
    border: 2px solid;
    text-align: center;
    border-radius: 2px;
    color: #ffffff !important;
    font-size: 1rem;
    padding: 10px 15px;
    background-color: rgba(255, 104, 85, 0.75);
    border-color: #ff6855;
    line-height: 1.2; }
  .lightbox .wpcf7-response-output {
    color: #fff;
    font-size: 1rem;
    padding: 10px 0 !important;
    margin: 15px 0 0 !important;
    width: 100%;
    line-height: 1.2;
    display: block !important;
    overflow: visible !important;
    height: inherit !important; }
    .lightbox .wpcf7-response-output.wpcf7-mail-sent-ok {
      border: 2px solid;
      background-color: rgba(120, 160, 61, 0.75);
      border-color: #78a03d; }
    .lightbox .wpcf7-response-output.wpcf7-validation-errors {
      border: 2px solid;
      background-color: rgba(255, 104, 85, 0.75);
      border-color: #ff6855; }
  .lightbox div.wpcf7 .ajax-loader {
    position: absolute;
    display: none !important; }
  .lightbox__wrapper {
    background-color: #f4f7f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .lightbox__wrapper__companyClaim {
      background-color: #0c50a0;
      -ms-flex-preferred-size: 350px;
          flex-basis: 350px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-image: url("../img/logos/capaccoLogo-white.png");
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 1200px) {
        .lightbox__wrapper__companyClaim {
          display: none; } }
    .lightbox__wrapper__content {
      padding: 25px 50px 35px 50px; }
      @media (max-width: 991px) {
        .lightbox__wrapper__content {
          padding: 25px 35px 35px 35px; } }
      @media (max-width: 767px) {
        .lightbox__wrapper__content {
          padding: 25px 25px 35px 25px; } }
      .lightbox__wrapper__content__title {
        font-size: 1.7em;
        font-weight: 600;
        margin: 25px 0;
        text-align: center; }
        @media (max-width: 991px) {
          .lightbox__wrapper__content__title {
            font-size: 1.4em;
            margin: 15px 0; } }
        @media (max-width: 767px) {
          .lightbox__wrapper__content__title {
            font-size: 1.25em; } }
      .lightbox__wrapper__content__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 991px) {
          .lightbox__wrapper__content__form {
            display: block; } }
        .lightbox__wrapper__content__form label {
          color: #676767;
          font-weight: 500;
          font-size: 1em;
          margin-bottom: 5px; }
        .lightbox__wrapper__content__form__inputWrapper {
          margin-top: 25px;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%; }
          .lightbox__wrapper__content__form__inputWrapper.-full {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
          @media (max-width: 991px) {
            .lightbox__wrapper__content__form__inputWrapper {
              margin-top: 15px; } }
          .lightbox__wrapper__content__form__inputWrapper input {
            padding: 10px 15px;
            width: 100%;
            border: none;
            outline: none;
            background-color: #ebebeb; }
        .lightbox__wrapper__content__form__textareaWrapper {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-top: 25px; }
          @media (max-width: 991px) {
            .lightbox__wrapper__content__form__textareaWrapper {
              margin-top: 15px; } }
          .lightbox__wrapper__content__form__textareaWrapper textarea {
            padding: 10px 15px;
            width: 100%;
            border: none;
            outline: none;
            background-color: #ebebeb;
            height: 200px;
            resize: none; }
        .lightbox__wrapper__content__form__submitWrapper {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-top: 15px; }
          .lightbox__wrapper__content__form__submitWrapper input {
            background-image: url("../img/icons/submit_mail.png");
            background-repeat: no-repeat;
            font-size: 1.2em;
            font-weight: 300;
            letter-spacing: 0.05em;
            padding: 0.35em 0.5em 0.35em calc((0.5em * 2) + 20px);
            margin: 0;
            cursor: pointer;
            background-color: #78a03d;
            text-transform: uppercase;
            border: none;
            outline: none !important;
            color: #fff;
            text-align: center;
            width: 100%;
            background-position: calc(50% + -2.7em) center; }

.sideBox {
  position: fixed;
  right: 20px;
  top: 175px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 99999; }
  @media (max-width: 767px) {
    .sideBox {
      display: none; } }
  .sideBox__inner {
    display: block;
    background-image: url("../img/icons/submit_mail.png");
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0.35em 0.5em 0.35em calc((0.5em * 2) + 20px);
    margin: 0;
    cursor: pointer;
    background-color: #78a03d;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    color: #fff !important;
    text-align: center;
    width: 100%;
    background-position: calc(50% - 4em) center; }
