._no_select, .main-content-twenty .twenty-pair .twenty-item .twenty-desc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.footer-info-block h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 0.5rem;
}
.footer-info-block .footer-about-block {
  margin: 0 1rem;
  width: calc(33.333% - 2rem);
}
.footer-info-block .footer-contact-block {
  margin: 0 1rem;
  width: calc(33.333% - 2rem);
}
.footer-info-block .footer-copyright-block {
  margin: 0 1rem;
  width: calc(33.333% - 2rem);
}

@media screen and (max-width: 730px) {
  .footer-info-block .centralise {
    display: flex;
    flex-direction: column;
  }
  .footer-info-block .centralise .footer-about-block,
.footer-info-block .centralise .footer-contact-block,
.footer-info-block .centralise .footer-copyright-block {
    width: calc(100% - 2rem);
  }
}
.aa-contact-pair {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.aa-contact-pair .aa-contact-box {
  width: calc(50% - 1rem);
}
.aa-contact-pair .aa-contact-box img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
.aa-contact-pair .aa-contact-box.aa-contact-box-left {
  margin-right: 2rem;
}

@media screen and (max-width: 600px) {
  .aa-contact-pair .aa-contact-box {
    width: calc(50% - 10px);
  }
  .aa-contact-pair .aa-contact-box.aa-contact-box-left {
    margin-right: 10px;
  }
}
.main-content-twenty .flex-intro p,
.main-content-twenty .flex-wysiwyg p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: calc(100% - 2rem);
}
.main-content-twenty .twenty-pair {
  display: flex;
}
.main-content-twenty .twenty-pair .twenty-item {
  display: block;
  position: relative;
  width: 50%;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-spacer {
  display: block;
  height: auto;
  width: 100%;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-label {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 150ms;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-label .twenty-label-inner {
  font-size: 5rem;
  color: white;
  padding: 1rem;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-desc {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: 150ms;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-desc .twenty-desc-inner {
  padding: 1rem 2rem;
  text-align: center;
}
.main-content-twenty .twenty-pair .twenty-item .twenty-desc .twenty-desc-inner p {
  color: white;
  font-size: 1.2rem;
}
.main-content-twenty .twenty-pair .twenty-item:hover .twenty-label {
  opacity: 0;
}
.main-content-twenty .twenty-pair .twenty-item:hover .twenty-desc {
  opacity: 1;
}
.main-content-twenty .twenty-pair .twenty-item.has-link {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .main-content-twenty .twenty-pair {
    flex-direction: column;
  }
  .main-content-twenty .twenty-pair .twenty-item {
    width: 100%;
  }
}