@import url("https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap&subset=latin-ext");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1; } }

@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1; } }

article.sites section:nth-of-type(1) {
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.2s;
          animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.2s; }

article.sites section:nth-of-type(2) {
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.5s;
          animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.5s; }

article.sites section:nth-of-type(3) {
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.8s;
          animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 0.8s; }

article.sites section {
  transition: 0.2s all; }
  article.sites section div.main {
    transition: 0.2s all; }
  article.sites section div.main hgroup {
    transition: 0.2s all; }
  article.sites section:hover div.main {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: 0.2s all; }
  article.sites section:hover div.main hgroup {
    transition: 0.2s all;
    background: rgba(255, 255, 255, 0.8);
    color: #000; }

html {
  font-family: "Poppins", sans-serif;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #23242b; }
  a:hover {
    color: #ccb053; }

img {
  max-width: 100%;
  height: auto; }

p {
  line-height: 150%;
  font-size: 0.9rem; }

h2 {
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  padding: 5px 5px 10px 5px;
  line-height: 120%; }

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 120%; }
  h3 span {
    opacity: 0.5;
    font-size: 0.9rem; }

h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%; }

header {
  display: grid;
  justify-content: center;
  padding: 20px; }
  header img {
    max-height: 110px; }

article.sites {
  max-width: 1440px;
  margin: 0 auto;
  background: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5%;
  padding: 40px 5%; }
  article.sites h2 {
    grid-column: 1 / 4; }
  article.sites section {
    margin: 0 0 40px 0; }
    article.sites section a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10000; }
    article.sites section div.main {
      height: 530px;
      border-radius: 10px;
      display: grid;
      align-content: end;
      background-size: cover;
      background-position: center center; }
      article.sites section div.main hgroup {
        min-height: 120px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        color: #fff;
        padding: 20px 20px 30px 20px;
        border-radius: 0 0 10px 10px; }
        @media (max-width: 767px) {
          article.sites section div.main hgroup {
            min-height: 0; } }
        @media (min-width: 1200px) {
          article.sites section div.main hgroup {
            min-height: 80px; } }
        article.sites section div.main hgroup h3 {
          margin-bottom: 10px; }
    article.sites section div.sub {
      display: grid;
      justify-content: center;
      align-content: center; }
      article.sites section div.sub img {
        max-width: 218px;
        max-height: 90px;
        padding: 20px; }
  @media (max-width: 960px) {
    article.sites {
      grid-gap: 2%;
      padding: 20px 2%; } }
  @media (max-width: 767px) {
    article.sites {
      display: block; }
      article.sites h2 {
        margin-bottom: 30px; } }
footer {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px 5%; }
  footer section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2%;
    margin: 20px 0 40px 0; }
    footer section div {
      margin: 20px 0; }
  footer a:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    margin-right: 3px; }
  footer a.mail:before {
    background-image: url("./img/icon-mail.svg"); }
  footer a.phone:before {
    background-image: url("./img/icon-phone.svg"); }
  footer p.copyright {
    text-align: center;
    opacity: 0.75;
    padding: 20px; }
  @media (max-width: 960px) {
    footer {
      padding: 20px 2%; }
      footer section {
        grid-template-columns: 1fr 1fr; }
        footer section div {
          margin: 10px 0; }
      footer h2 {
        grid-column: 1 / 3; } }
  @media (max-width: 560px) {
    footer section {
      grid-template-columns: 1fr; }
    footer h2 {
      grid-column: 1 / 2; } }
html section.site-1 div.main,
html.no-webp section.site-1 div.main {
  background-image: url("./img/grid-1-bg.jpg"); }

html section.site-2 div.main,
html.no-webp section.site-2 div.main {
  background-image: url("./img/grid-2-bg.jpg"); }

html section.site-3 div.main,
html.no-webp section.site-3 div.main {
  background-image: url("./img/grid-3-bg.jpg"); }

html.webp section.site-1 div.main {
  background-image: url("./img/grid-1-bg.webp"); }

html.webp section.site-2 div.main {
  background-image: url("./img/grid-2-bg.webp"); }

html.webp section.site-3 div.main {
  background-image: url("./img/grid-3-bg.webp"); }
