@charset "UTF-8";
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto";
  src: url("../fonts/roboto-light.eot");
  src: url("../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: italic;
  font-family: "Roboto";
  src: url("../fonts/roboto-light-italic.eot");
  src: url("../fonts/roboto-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-italic.woff2") format("woff2"), url("../fonts/roboto-light-italic.woff") format("woff"), url("../fonts/roboto-light-italic.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto";
  src: url("../fonts/roboto-medium.eot");
  src: url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Site Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?v=2") format("woff"), url("../fonts/icomoon.ttf?v=2") format("truetype"), url("../fonts/icomoon.svg?v=2") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  background: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea,
select {
  width: 100%;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.page__arrow {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.overlay, .nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.video--flex, .flex-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.video--flex iframe, .flex-container iframe,
.video--flex object,
.flex-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  margin-left: -28px;
  font-size: 0;
}
.row--reverse {
  direction: rtl;
  text-align: left;
}
.row--centred {
  text-align: center;
}
.row--flush {
  margin-left: 0;
}
.row--flush > .col {
  padding-left: 0;
}
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1180px) {
  .row--wide {
    margin-left: -80px;
  }
  .row--wide > .col {
    padding-left: 80px;
  }
}

.col {
  font-size: 16px;
  text-align: left;
  direction: ltr;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .col {
    font-size: 14px;
  }
}
.col--vb {
  vertical-align: bottom;
}

.a7-24 {
  width: 29.1666666667%;
}

.a3-8 {
  width: 37.5%;
}

.a4-9 {
  width: 44.4444444444%;
}

.a5-9 {
  width: 55.5555555556%;
}

.a11-23 {
  width: 47.8260869565%;
}

.a12-23 {
  width: 52.1739130435%;
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

@media only screen and (max-width: 1179px) {
  .c1-12 {
    width: 8.3333333333%;
  }
  .c2-12 {
    width: 16.6666666667%;
  }
  .c3-12 {
    width: 25%;
  }
  .c4-12 {
    width: 33.3333333333%;
  }
  .c5-12 {
    width: 41.6666666667%;
  }
  .c6-12 {
    width: 50%;
  }
  .c7-12 {
    width: 58.3333333333%;
  }
  .c8-12 {
    width: 66.6666666667%;
  }
  .c9-12 {
    width: 75%;
  }
  .c10-12 {
    width: 83.3333333333%;
  }
  .c11-12 {
    width: 91.6666666667%;
  }
  .c12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .d1-2 {
    width: 50%;
  }
  .d2-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .e1-12 {
    width: 8.3333333333%;
  }
  .e2-12 {
    width: 16.6666666667%;
  }
  .e3-12 {
    width: 25%;
  }
  .e4-12 {
    width: 33.3333333333%;
  }
  .e5-12 {
    width: 41.6666666667%;
  }
  .e6-12 {
    width: 50%;
  }
  .e7-12 {
    width: 58.3333333333%;
  }
  .e8-12 {
    width: 66.6666666667%;
  }
  .e9-12 {
    width: 75%;
  }
  .e10-12 {
    width: 83.3333333333%;
  }
  .e11-12 {
    width: 91.6666666667%;
  }
  .e12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .f1-2 {
    width: 50%;
  }
  .f2-2 {
    width: 100%;
  }
}
img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.lightbox::after, .gallery__btn::before, .video__btn::before, .section__more::after, .quote::before, .page__arrow::before, .overlay__close::before, .opportunities__link::after, .listing__title--dl::after, .listing__title--ext::after, .dropdown::after, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon--circle {
  background-color: #7C7D7E;
  border-radius: 50%;
  color: #F0F0F0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  padding: 0.5em;
  width: 1em;
}

.gallery__btn--prev::before, .icon--arrow-l::before,
.icon-end--arrow-l::after {
  content: "\e600";
}

.gallery__btn--next::before, .section__more::after, .opportunities__link::after, .icon--arrow-r::before,
.icon-end--arrow-r::after {
  content: "\e601";
}

.icon--arrow-tr::before,
.icon-end--arrow-tr::after {
  content: "\e602";
}

.page__arrow::before, .dropdown::after, .icon--chev-d::before,
.icon-end--chev-d::after {
  content: "\e603";
}

.gallery__btn--close::before, .overlay__close::before, .icon--cross::before,
.icon-end--cross::after {
  content: "\e604";
}

.lightbox--img::after, .icon--expand::before,
.icon-end--expand::after {
  content: "\e605";
}

.icon--fb::before,
.icon-end--fb::after {
  content: "\e606";
}

.icon--gplus::before,
.icon-end--gplus::after {
  content: "\e607";
}

.icon--ig::before,
.icon-end--ig::after {
  content: "\e608";
}

.icon--li::before,
.icon-end--li::after {
  content: "\e609";
}

.icon--pi::before,
.icon-end--pi::after {
  content: "\e60a";
}

.lightbox--video::after, .video__btn::before, .icon--play::before,
.icon-end--play::after {
  content: "\e60b";
}

.quote::before, .icon--quot::before,
.icon-end--quot::after {
  content: "\e60c";
}

.icon--search::before,
.icon-end--search::after {
  content: "\e60d";
}

.icon--tw::before,
.icon-end--tw::after {
  content: "\e60e";
}

.listing__title--ext::after, .icon--ext::before,
.icon-end--ext::after {
  content: "\e60f";
}

.listing__title--dl::after, .icon--dl::before,
.icon-end--dl::after {
  content: "\e610";
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 80px;
}
@media only screen and (max-width: 1349px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1179px) {
  .container {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 900px) {
  .container--thick {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1350px) {
  .container--thick {
    padding: 0 160px;
  }
}
.container--m {
  max-width: 1440px;
}
.container--s {
  max-width: 1040px;
}
.container--inset {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container--full-bleed {
  padding: 0;
}

.slideshow__image, .banner__image {
  background: no-repeat center center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  position: relative;
  z-index: 1;
}

.slideshow__image--poster, .slideshow__item, .video__placeholder, .listing__image::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slideshow::after, .banner__image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
  content: "";
  height: 225px;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery__btn:focus, .video__btn:focus, .search .search__input:focus, .page__arrow:focus, .header__trigger:focus {
  outline: 0;
}

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

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

.profile-placeholder {
  background: #7C7D7E url("../img/pozzoni_logo-wht.svg") no-repeat center center;
  background-size: 200px;
  height: 0;
  padding-bottom: 100%;
}

.svg {
  display: inline-block;
  fill: currentColor;
  height: auto;
  width: 100%;
}

.invisible {
  left: -999rem;
  position: absolute;
}

@media only screen and (max-width: 899px) {
  .d0 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .e0-12 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .e-show {
    display: none;
  }
}

.delta {
  font-size: 24px;
}

.eta {
  font-size: 20px;
}

.theta {
  font-size: 16px;
}

.kappa {
  font-size: 12px;
}

.h,
.quote__text,
.page__title,
.opportunities__heading,
.typeset h3,
.h3,
.h2 {
  color: #000000;
}

.h2 {
  font-size: 20px;
}
@media only screen and (min-width: 900px) {
  .h2 {
    font-size: 24px;
  }
}

.h3 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .h3 {
    font-size: 20px;
  }
}

.p,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img {
  display: block;
  margin: 0 0 23px;
}

.p2 {
  margin-top: 8px;
}

.color-emph {
  color: #1099E1;
}

.a,
.typeset a {
  color: #1099E1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a:hover, .a:focus,
.typeset a:hover,
.typeset a:focus {
  color: #7C7D7E;
}

.section__more::after, .opportunities__link::after {
  color: #1099E1;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.section__more:hover::after, .opportunities__link:hover::after {
  color: #7C7D7E;
}

.slideshow__link a::after, .nav__link::after, .a--border::after {
  border-bottom: 1px solid;
  content: "";
  display: block;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
}
@media only screen and (min-width: 1001px) {
  .slideshow__link a:hover::after, .nav__link:hover::after, .a--border:hover::after {
    width: 100%;
  }
}

.a--border {
  display: inline-block;
  position: relative;
}

.a2 {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a2::after {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a2:hover, .a2:focus {
  color: #000000;
}
.a2:hover::after, .a2:focus::after {
  color: inherit;
}

.a3 {
  color: #000000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a3:hover, .a3:focus {
  color: #7C7D7E;
}

.a-bg {
  background-color: #000000;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.a-bg:hover, .a-bg:focus {
  background-color: #1099E1;
  color: #F0F0F0;
}

.label {
  font-size: 12px;
}
.label--img {
  margin-top: 16px;
  text-align: center;
}

.typeset ul, .typeset ol, .ul, .ol {
  margin-bottom: 40px;
  padding-left: 16px;
}

.typeset ul li, .typeset ol li, .ul li, .ol li {
  margin-bottom: 8px;
}

.typeset ul li, .ul li {
  padding-left: 24px;
  position: relative;
}
.typeset ul li::before, .ul li::before {
  font-size: 20px;
  color: #1099E1;
  content: "•";
  display: inline-block;
  left: 0;
  line-height: 24px;
  position: absolute;
  vertical-align: top;
}

.typeset ol li, .ol li {
  list-style: decimal outside;
}

.typeset h3 {
  font-size: 20px;
}
@media only screen and (max-width: 899px) {
  .typeset h3 {
    font-size: 16px;
  }
}
.typeset table {
  margin-bottom: 30px;
}
.typeset table td {
  border: 1px solid;
  padding: 5px;
}
.typeset table ul, .typeset table ol {
  padding-left: 0;
}
.typeset table li {
  padding-left: 15px;
}
.cookie-notice {
  font-size: 12px;
  background: #FFFFFF;
  bottom: 10px;
  display: none;
  left: 10px;
  padding: 10px;
  position: fixed;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .cookie-notice {
    right: 10px;
  }
}
.cookie-notice button {
  position: absolute;
  right: 0;
  top: 0;
}
.show-cookie-notice .cookie-notice {
  display: block;
}

.cookie-notice__inner {
  max-width: 550px;
  padding-right: 30px;
  position: relative;
}

body,
input,
textarea,
button {
  font-size: 16px;
  font-family: "Roboto";
}
@media only screen and (max-width: 767px) {
  body,
  input,
  textarea,
  button {
    font-size: 14px;
  }
}

body {
  background: #F0F0F0;
  color: #7C7D7E;
  line-height: 1.5;
}

a:hover, a:active, a {
  color: inherit;
  text-decoration: inherit;
}

.author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.author__content {
  margin-left: 1rem;
  width: calc(100% - 116px);
}
@media only screen and (max-width: 899px) {
  .author__content {
    margin-left: 0.75rem;
    width: calc(100% - 92px);
  }
}
@media only screen and (max-width: 767px) {
  .author__content {
    margin-left: 1rem;
    width: calc(100% - 116px);
  }
}

.author__written-by {
  font-size: 12px;
  color: #7C7D7E;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 899px) {
  .author__written-by {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .author__written-by {
    font-size: 12px;
  }
}

.author__name {
  font-size: 20px;
  color: #000000;
}
@media only screen and (max-width: 899px) {
  .author__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .author__name {
    font-size: 20px;
  }
}

.author__image {
  width: 100px;
}
@media only screen and (max-width: 899px) {
  .author__image {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .author__image {
    width: 100px;
  }
}
.author__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.banner {
  height: 55vh;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
@media only screen and (min-width: 900px) {
  .banner {
    height: 100vh;
  }
}
.banner--hidden {
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s, max-height 0s 0.25s;
  transition: opacity 0.25s, max-height 0s 0.25s;
}
.banner--short-switch {
  opacity: 0;
}

.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 900px) {
  .banner__inner {
    height: 100vh;
  }
}
.banner--short-switch .banner__inner {
  -webkit-transition: none;
  transition: none;
}
.banner__inner--hidden {
  opacity: 0;
}
.banner__inner--old {
  z-index: -1;
}

.banner__text {
  font-size: 20px;
  font-weight: 500;
  left: 50%;
  line-height: 1.25;
  max-width: 16.5em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .banner__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .banner__text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1050px) {
  .banner__text {
    font-size: 40px;
  }
}

.banner__video {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 2;
}
.banner__video.video-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.banner__video video {
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.dropdown {
  background: #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 33px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 4px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .dropdown {
    width: 300px;
  }
}
@media only screen and (min-width: 1001px) {
  .dropdown {
    display: none;
  }
}
.dropdown::after {
  display: block;
  font-size: 6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 17px;
}
.dropdown--open {
  height: auto;
}

.dropdown__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 25px;
  width: 100%;
}
.dropdown__item--active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  pointer-events: none;
}

.footer {
  padding-top: 80px;
}

.footer__nav li {
  display: inline-block;
  margin-left: 8px;
}
.footer__nav--soc li {
  margin-bottom: 8px;
  margin-left: 10px;
}

@media only screen and (min-width: 1180px) {
  .footer__rhs {
    text-align: right;
  }
}

@-webkit-keyframes pos-change {
  to {
    padding: 20px 0;
    position: fixed;
  }
}

@keyframes pos-change {
  to {
    padding: 20px 0;
    position: fixed;
  }
}
.header {
  color: #FFFFFF;
  left: 0;
  padding: 60px 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transition: background-color 0s, color 0s, -webkit-transform 0.4s;
  transition: background-color 0s, color 0s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0s, color 0s;
  transition: transform 0.4s, background-color 0s, color 0s, -webkit-transform 0.4s;
  z-index: 3;
}
@media only screen and (max-width: 1349px) {
  .header {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .header {
    padding: 20px 0;
    position: fixed;
  }
}
.header--dark {
  color: #7C7D7E;
}
.header--scrolling {
  background: #F0F0F0;
  color: #7C7D7E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1001px) {
  .header--scrolling {
    -webkit-animation: pos-change 0s forwards;
            animation: pos-change 0s forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    position: fixed;
    -webkit-transition: background-color 0s 0.4s, color 0s 0.4s, -webkit-transform 0.4s;
    transition: background-color 0s 0.4s, color 0s 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, background-color 0s 0.4s, color 0s 0.4s;
    transition: transform 0.4s, background-color 0s 0.4s, color 0s 0.4s, -webkit-transform 0.4s;
  }
}
@media only screen and (min-width: 1001px) {
  .header--hidden:not(.header--top) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.page-loading .header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: block;
  position: relative;
}

.header__logo__inner {
  background: url("../img/pozzoni_logo.svg") no-repeat 0 0;
  height: 60px;
  line-height: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 204px;
}
.header--dark .header__logo__inner, .header--scrolling .header__logo__inner {
  background: url("../img/pozzoni_logo_dark.svg") no-repeat 0 0;
}
@media only screen and (max-width: 1000px) {
  .header__logo__inner {
    height: 40px;
    width: 136px;
  }
}

.header__trigger span::before, .header__trigger span::after, .header__trigger span {
  background-color: #FFFFFF;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.header--dark .header__trigger span::before, .header__trigger .header--dark span::before, .header--dark .header__trigger span::after, .header__trigger .header--dark span::after, .header--dark .header__trigger span, .header__trigger .header--dark span, .header--scrolling .header__trigger span::before, .header__trigger .header--scrolling span::before, .header--scrolling .header__trigger span::after, .header__trigger .header--scrolling span::after, .header--scrolling .header__trigger span, .header__trigger .header--scrolling span, .nav-open .header__trigger span::before, .header__trigger .nav-open span::before, .nav-open .header__trigger span::after, .header__trigger .nav-open span::after, .nav-open .header__trigger span, .header__trigger .nav-open span {
  background-color: #000000;
}

.header__trigger {
  height: 30px;
  position: relative;
  width: 40px;
  z-index: 2;
}
@media only screen and (min-width: 1001px) {
  .header__trigger {
    display: none;
  }
}
.header__trigger span {
  top: 15px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.nav-open .header__trigger span {
  background-color: transparent;
}
.header__trigger span::before, .header__trigger span::after {
  content: "";
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.nav-open .header__trigger span::before, .nav-open .header__trigger span::after {
  background: #000000;
  top: 0;
}
.header__trigger span::before {
  top: -7px;
}
.nav-open .header__trigger span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__trigger span::after {
  top: 7px;
}
.nav-open .header__trigger span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lazy {
  overflow: hidden;
  position: relative;
}
.lazy img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lazy--cover img {
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.js .lazy--scale {
  height: 0;
}

.listing {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1350px) {
  .listing--xl {
    margin-bottom: 120px;
  }
}
.listing:hover .listing__image::after {
  opacity: 0.5;
}
.listing:hover .listing__zoom {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.listing:hover .listing__title::after {
  color: inherit;
}

.listing__image {
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.listing__image::after {
  background-color: #1099E1;
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .listing__image--m {
    margin-bottom: 20px;
  }
}

.listing__sizer {
  height: 0;
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 600px) {
  .listing__sizer {
    height: 35vw;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .js .listing__sizer--tall {
    height: 28vw;
  }
}
@media only screen and (min-width: 2081px) {
  .js .listing__sizer--tall {
    height: 672px;
  }
}
@media only screen and (min-width: 1180px) {
  .js .listing__sizer--medium {
    height: 17vw;
  }
}
@media only screen and (min-width: 2081px) {
  .js .listing__sizer--medium {
    height: 408px;
  }
}
@media only screen and (min-width: 1180px) {
  .js .listing__sizer--short {
    height: 12.5vw;
  }
}
@media only screen and (min-width: 2081px) {
  .js .listing__sizer--short {
    height: 300px;
  }
}

.listing__title--dl::after, .listing__title--ext::after {
  color: #1099E1;
  margin-left: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.listing__title {
  font-size: 16px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .listing__title {
    margin-bottom: 5px;
  }
  .listing__title--m {
    font-size: 20px;
  }
}

.listing__zoom {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.header--scrolling .nav__link:hover, .header--scrolling .nav__item--active .nav__link, .nav__item--active .header--scrolling .nav__link, .header--dark .nav__link:hover, .header--dark .nav__item--active .nav__link, .nav__item--active .header--dark .nav__link {
  color: #1099E1;
}
@media only screen and (max-width: 1000px) {
  .nav .nav__link:hover, .nav .nav__item--active .nav__link, .nav__item--active .nav .nav__link {
    color: #1099E1;
  }
}

@media only screen and (min-width: 1001px) {
  .nav__subnav, .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    text-align: right;
  }
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1001px) {
  .nav {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  .nav {
    background-color: #F0F0F0;
    bottom: 0;
    color: #000000;
    left: 0;
    position: fixed;
    right: 100%;
    text-align: left;
    top: 0;
    -webkit-transition: right 0.42s cubic-bezier(0.35, 0.05, 0.04, 0.95);
    transition: right 0.42s cubic-bezier(0.35, 0.05, 0.04, 0.95);
  }
  .nav-open .nav {
    right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .nav__inner {
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    width: 100vw;
  }
}

@media only screen and (max-width: 1000px) {
  .nav__subnav {
    margin-left: 20px;
  }
  .nav__subnav .nav__subnav {
    display: none;
  }
}

.nav__item {
  margin-bottom: 2px;
}
@media only screen and (min-width: 1001px) {
  .nav__item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 16px;
  }
}
.header--dark .nav__item, .header--scrolling .nav__item {
  color: #000000;
}
@media only screen and (max-width: 1000px) {
  .nav__item--primary {
    margin: 20px 0 5px;
  }
}
@media only screen and (min-width: 1001px) {
  .nav__item--primary {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header--scrolling.header--show-subnav .nav__item--primary {
    opacity: 0;
    position: absolute;
    -webkit-transition: position 0s 0.4s, z-index 0s 0.4s;
    transition: position 0s 0.4s, z-index 0s 0.4s;
    z-index: -1;
  }
  .header--scrolling .nav__item--primary {
    -webkit-transition: 0s 0.4s;
    transition: 0s 0.4s;
  }
  .header--top .nav__item--primary {
    font-size: 24px;
    margin-bottom: 15px;
    margin-left: 36px;
  }
}
.nav__item--sec {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.nav__item--ter {
  margin-top: 15px;
}
@media only screen and (min-width: 1001px) {
  .nav__item--subnav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: -1000px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
.header--show-subnav .nav__item--active + .nav__item--subnav {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}

.nav__link {
  display: inline-block;
  line-height: 1.3;
}
.nav__item--active .nav__link::after {
  width: 100%;
}
.opportunities__heading {
  margin-bottom: 12px;
}

.opportunities__item {
  border-bottom: 1px solid #E9E9E9;
  padding: 16px 0;
  position: relative;
}

.opportunities__link {
  display: block;
  position: relative;
}
.opportunities__link::after {
  bottom: 0;
  line-height: 24px;
  position: absolute;
  right: 0;
}
.opportunities__link:hover .opportunities__title {
  color: #7C7D7E;
}

.opportunities__title {
  color: #1099E1;
}

.lazy-open .overlay--lazy, .gallery-open .overlay--gallery {
  opacity: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 100%;
  z-index: 4;
}

.lazy-open {
  overflow: hidden;
}

.overlay {
  background: #F0F0F0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, z-index 0s 0.3s;
  width: 0;
  z-index: -1;
}
.overlay__close {
  font-size: 20px;
  color: #1099E1;
  opacity: 0;
  position: absolute;
  right: 80px;
  top: 80px;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  z-index: 2;
}
@media only screen and (max-width: 1179px) {
  .overlay__close {
    right: 40px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay__close {
    right: 20px;
    top: 20px;
  }
}
.lazy-open .overlay__close {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.overlay__content {
  -webkit-transition: opacity 0.5s 0.1s ease, -webkit-transform 0.5s 0.1s ease;
  transition: opacity 0.5s 0.1s ease, -webkit-transform 0.5s 0.1s ease;
  transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease;
  transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease, -webkit-transform 0.5s 0.1s ease;
  z-index: 1;
}
.overlay__content--hidden {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s, transform 0s 0.2s;
  transition: opacity 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.overlay__loading {
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, z-index 0s 0.2s;
  z-index: -1;
}
.lazy-loading .overlay__loading {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}

.page__arrow {
  font-size: 20px;
  bottom: 72px;
  color: #FFFFFF;
  display: none;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 2;
}
@media only screen and (min-width: 900px) {
  .page__arrow {
    display: block;
  }
}
.page__content {
  max-width: 450px;
}
.page__content--wide {
  max-width: 550px;
}
@media only screen and (min-width: 1350px) {
  .page__content {
    max-width: 600px;
  }
}
.page__content--wide-xl {
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  .page__content--xl {
    font-size: 20px;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1180px) {
  .page__content--xl {
    font-size: 24px;
    max-width: 800px;
  }
}

.page__inner {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page__inner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  .page__inner {
    padding-top: 100px;
  }
}
.page__inner--push {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  .page__inner--push {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1001px) {
  .page__inner--push {
    padding-top: 220px;
  }
}

.page__outer {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-loading .page__outer {
  opacity: 0;
}

.page__summary {
  max-width: 650px;
}
@media only screen and (min-width: 768px) {
  .page__summary {
    padding-top: 9px;
  }
}
@media only screen and (min-width: 1180px) {
  .page__summary {
    font-size: 20px;
    padding-top: 13px;
  }
  .page__summary p {
    margin-bottom: 30px;
  }
}

.page__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1180px) {
  .page__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1180px) {
  .page__title--xl {
    font-size: 40px;
  }
}

.quote {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.quote::before {
  color: #1099E1;
}
.quote--xl {
  max-width: 1020px;
}

.quote__text {
  font-size: 24px;
  font-style: italic;
  margin-top: 32px;
}
.quote__text p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1350px) {
  .quote--xl .quote__text {
    font-size: 32px;
    margin: 40px 0 24px;
  }
}

.search {
  max-width: 650px;
}
.search .search__input {
  font-size: 20px;
  border-bottom: 2px solid;
  color: #7C7D7E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.search .search__input:focus {
  color: #1099E1;
}
@media only screen and (min-width: 768px) {
  .search .search__input {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1050px) {
  .search .search__input {
    font-size: 32px;
  }
}

.section {
  position: relative;
}
.section--xxl {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .section--xxl {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--xxl {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1350px) {
  .section--xxl {
    margin-bottom: 180px;
  }
}
.section--xl {
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .section--xl {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--xl {
    margin-bottom: 120px;
  }
}
.section--m {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section--m {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--m {
    margin-bottom: 100px;
  }
}
.section--s {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section--s {
    margin-bottom: 60px;
  }
}
.section--xs {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section--xs {
    margin-bottom: 40px;
  }
}
.section--cb {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section--cb {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--cb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--cb-xl {
    margin-bottom: 120px;
  }
}
.section--push {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section--push {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--push {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .section--push {
    padding-top: 80px;
  }
}
.section--team {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section--team {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 900px) {
  .section--team {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1180px) {
  .section--team {
    padding-top: 200px;
  }
}

.section__content {
  max-width: 450px;
}
@media only screen and (min-width: 768px) {
  .section__content--inset {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1180px) {
  .section__content--inset {
    margin-top: 80px;
  }
}

.section__image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1180px) {
  .section__image {
    margin-bottom: 36px;
  }
}

.section__subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1180px) {
  .section__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.section__more::after {
  margin-left: 15px;
  vertical-align: -1px;
}

@-webkit-keyframes spinner-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner {
  -webkit-animation: spinner-spin 1.25s infinite ease;
          animation: spinner-spin 1.25s infinite ease;
  border: 3px solid #F0F0F0;
  border-radius: 50%;
  border-top-color: #1099E1;
  height: 30px;
  width: 30px;
}

@-webkit-keyframes timer-circle-r {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes timer-circle-r {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes timer-circle-l {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes timer-circle-l {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.timer {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 18px;
  z-index: 1;
}
.timer--anim .timer__half--r {
  -webkit-animation-name: timer-circle-r;
          animation-name: timer-circle-r;
}
.timer--anim .timer__half__inner {
  -webkit-animation-name: timer-circle-l;
          animation-name: timer-circle-l;
}

.timer__half__inner, .timer__half {
  -webkit-animation: 5s linear forwards;
          animation: 5s linear forwards;
  background-color: #1099E1;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  width: 50%;
}

.timer__half--l {
  background-color: #FFFFFF;
  z-index: 2;
}

.timer__half__inner {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
}

.table {
  width: 100%;
}

.table__cell {
  padding-bottom: 12px;
}

.table__title {
  width: 145px;
}

.video--flex {
  padding-bottom: 56.25%;
}

.video__btn {
  font-size: 20px;
  background: #1099E1;
  color: #FFFFFF;
  display: inline-block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 80px;
}
.video__btn::before {
  font-size: 140%;
}

.video__placeholder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, z-index 0s 0.2s;
  z-index: 2;
}
@media only screen and (min-width: 1180px) {
  .js .video__placeholder {
    opacity: 0;
  }
}
.video--embed .video__placeholder {
  opacity: 1;
}
.video__placeholder:hover .video__btn {
  opacity: 0.6;
}
.video-loaded .video__placeholder {
  opacity: 0;
  z-index: -1;
}

.gallery__info, .gallery__caption {
  left: 0;
  position: absolute;
  margin: 0 auto;
  max-width: 500px;
  right: 0;
  text-align: center;
}

.gallery-open {
  overflow: hidden;
}

.gallery {
  background: #F0F0F0;
  overflow: hidden;
  position: relative;
}
.js .gallery {
  height: 100vh;
}
.overlay--gallery .gallery {
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100vw;
}
.gallery-open .gallery {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.gallery__btn {
  font-size: 20px;
  color: #1099E1;
  margin: 0 20px;
  position: absolute;
  top: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery__btn:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .gallery__btn {
    margin: 0 40px;
    top: 40px;
  }
}
@media only screen and (min-width: 1050px) {
  .gallery__btn {
    margin: 0 80px;
  }
}
.gallery__btn--prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .gallery__btn--prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gallery__btn--next {
  left: 50px;
}
@media only screen and (min-width: 768px) {
  .gallery__btn--next {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gallery__btn--close {
  right: 0;
}
@media only screen and (min-width: 1050px) {
  .gallery__btn--close {
    top: 80px;
  }
}
.gallery__btn--disabled {
  opacity: 0;
  pointer-events: none;
}

.gallery__caption {
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .gallery__caption {
    display: none;
  }
}

.gallery__container {
  height: 100%;
  position: relative;
}

.gallery__counter,
.gallery__project {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.gallery__counter.hidden,
.gallery__project.hidden {
  display: none;
}

.gallery__info {
  font-size: 12px;
  bottom: 20px;
}
@media only screen and (min-width: 1050px) {
  .gallery__info {
    bottom: 40px;
  }
}

.gallery__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.gallery__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
}
.js .gallery__slide--hidden .gallery__inner {
  opacity: 0;
}

.gallery__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 100vh;
  padding: 120px 200px 80px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1049px) {
  .gallery__slide {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__slide {
    padding: 80px 20px 60px;
  }
}

.gallery__title {
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gallery__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lightbox {
  display: block;
  position: relative;
}
.lightbox::after {
  font-size: 24px;
  background-color: #1099E1;
  color: #FFFFFF;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 24px;
}
.lightbox--img::after {
  opacity: 0;
}
.lightbox:hover::after {
  opacity: 1;
}

.loadomatic__trigger span::before, .loadomatic__trigger span {
  background: #1099E1;
  display: block;
  height: 1px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  width: 100%;
}

.loadomatic__trigger:hover span::before, .loadomatic__trigger:hover span {
  background-color: #000000;
}

.loadomatic__trigger {
  cursor: pointer;
  display: block;
  height: 17px;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  width: 17px;
}
.loadomatic__trigger span {
  margin-top: 8px;
}
.loadomatic__trigger span::before {
  content: "";
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loadomatic__trigger:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.loadomatic__pagination li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.loadomatic__pagination .selected {
  color: #000000;
}
.loadomatic__pagination .icon--arrow-l {
  margin-right: 10px;
}
.loadomatic__pagination .icon--arrow-r {
  margin-left: 10px;
}

.video-disabled .slideshow__video video, .slideshow__video video, .loadomatic__message--hidden,
.loadomatic__trigger--hidden, .js .loadomatic__pagination {
  display: none;
}

.slideshow__timer, .slideshow__link {
  bottom: 80px;
  left: 80px;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 1349px) {
  .slideshow__timer, .slideshow__link {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1179px) {
  .slideshow__timer, .slideshow__link {
    left: 28px;
    bottom: 28px;
  }
}

.slideshow {
  height: 100vh;
  z-index: 1;
}
.slideshow::after {
  z-index: 3;
}

.slideshow__item {
  opacity: 0;
  overflow: hidden;
  right: 100%;
  z-index: -1;
}
.slideshow__item--behind, .slideshow__item--top {
  opacity: 1;
}
.slideshow__item--behind {
  right: 100%;
  -webkit-transition: right 0.8s;
  transition: right 0.8s;
  z-index: 3;
}
.slideshow__item--top {
  right: 0;
  z-index: 2;
}

.slideshow__fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  width: 100vw;
}
.slideshow__item--top .slideshow__fill {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideshow__item--behind .slideshow__fill {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.slideshow__link {
  color: #FFFFFF;
  line-height: 32px;
  margin-left: 38px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media only screen and (min-width: 768px) {
  .slideshow__link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .slideshow__link {
    font-size: 24px;
  }
}
.slideshow__item--behind .slideshow__link, .slideshow__item--top .slideshow__link {
  opacity: 1;
}
.slideshow__item--top .slideshow__link {
  -webkit-transition: opacity 0.3s 0.4s;
  transition: opacity 0.3s 0.4s;
}
.slideshow__timer {
  height: 31px;
}
@media only screen and (max-width: 767px) {
  .slideshow__timer {
    height: 28px;
  }
}

.slideshow__video {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
}
.slideshow__video video {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 1180px) {
  .js .slideshow__video video {
    display: block;
  }
}
.uncloak {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js .uncloak--cloaked {
  opacity: 0;
}
.js .uncloak--cloaked.uncloak--up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}