.section.default .list .column .image-wrap .image img, .section.default .list .column .image-wrap .caption, #header .menu ul li a:before, #header, a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1px;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #333;
}

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

.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1280px;
  }
}

b, strong {
  font-weight: 600;
}

.wp-block-button {
  margin-top: 30px !important;
}
.wp-block-button .wp-element-button {
  font-size: 16px;
  display: inline-block;
  color: #fff !important;
  background: #000;
  border: 0;
  padding: 0;
  padding: 8px 25px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
}
.wp-block-button .wp-element-button:hover {
  background: #000;
  opacity: 0.6;
}

#header {
  width: 100%;
  padding: 30px 0;
  top: 0;
  z-index: 10;
  position: relative;
}
#header .logo {
  display: block;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
#header .logo img, #header .logo svg {
  width: 100%;
  max-width: 140px;
}
@media only screen and (min-width: 992px) {
  #header .logo img, #header .logo svg {
    max-width: 200px;
  }
}
#header .logo:hover {
  opacity: 0.8;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
#header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .menu ul li {
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li {
    margin-left: 30px;
    font-size: 16px;
  }
}
#header .menu ul li a {
  text-decoration: none;
  color: #000000;
  position: relative;
}
#header .menu ul li a:before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #000000;
}
#header .menu ul li:hover a:before {
  width: 100%;
}
#header .menu ul li.active, #header .menu ul li.current_page_item {
  font-weight: 600;
}

.section {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
.section.default h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .section.default h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.section.default .block .image {
  margin-top: 30px;
}
.section.default .block .image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.default .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section.default .block .column {
    width: calc(50% - 30px);
  }
  .section.default .block .image {
    margin-top: 0;
  }
}
.section.default .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section.default .list .column {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.section.default .list .column .image-wrap {
  position: relative;
}
.section.default .list .column .image-wrap .caption {
  font-weight: 600;
  font-size: 20px;
}
.section.default .list .column .image-wrap .caption p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.default .list .column .image-wrap .caption {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.section.default .list .column .image-wrap .image {
  background: #000000;
  height: 220px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.default .list .column .image-wrap .image {
    height: 250px;
    margin-bottom: 0;
  }
}
.section.default .list .column .image-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.default .list .column .text {
  margin-top: 10px;
}
.section.default .list .column .text p {
  font-weight: 500;
}
.section.default .list .column:hover .image img {
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .section.default .list .column {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.default .list .column {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .section.default .list .column:hover .caption {
    opacity: 1;
  }
}

footer {
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  footer {
    padding: 80px 0;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul li {
  margin: 0 15px;
}
footer ul li a {
  display: block;
  width: 26px;
  height: 26px;
}
footer ul li a:hover {
  opacity: 0.8;
}
footer ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.grecaptcha-badge {
  display: none !important;
}

.fancybox-bg,
.fancybox-button {
  background: #fff;
}

.fancybox-button svg path {
  fill: #000;
}

/*# sourceMappingURL=style.css.map */
