.slide-static_LF {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.slide-static_LF img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  display: block;
}
.slide-static_LF a {
  text-decoration: none;
  color: inherit;
}
.slide-static_LF a:hover {
  opacity: 1;
}
.slide-static_LF .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.slide-static_LF p {
  font-family: "noto-sans";
}
.slide-static_LF p span {
  display: inline-block;
}
.slide-static_LF button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.slide-static_LF button:hover {
  opacity: 1;
}
.slide-static_LF figure {
  margin: 0;
}

.slide-static_LF .slide-static_LF__inner .custom_gateway {
  animation: fadeInAnimation 1s ease forwards;
  background-image: var(--bg-image-mb);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway {
    background-image: var(--bg-image);
  }
}
@keyframes fadeInAnimation {
  100% {
    opacity: 1;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.slide-static_LF .slide-static_LF__inner .custom_buttons_wrapper {
  width: 100%;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_buttons_wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .slide-static_LF .slide-static_LF__inner .custom_buttons_wrapper {
    height: 85vh;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_buttons {
    justify-content: flex-end;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_buttons_position {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_buttons_position {
    justify-content: flex-start;
  }
}
.slide-static_LF .slide-static_LF__inner a {
  z-index: 5;
}
.slide-static_LF .slide-static_LF__inner button {
  width: 157px;
  height: 44px;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1px;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, filter 0.3s ease, opacity 0.3s ease;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "untitled-sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner button {
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .slide-static_LF .slide-static_LF__inner button {
    width: 215px;
  }
}
@media (any-hover: hover) {
  .slide-static_LF .slide-static_LF__inner button:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
    cursor: pointer;
  }
}
.slide-static_LF .slide-static_LF__inner button.hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
.slide-static_LF .slide-static_LF__inner button.colour-rev {
  background: #000;
  color: #fff;
  border-color: rgba(255, 0, 0, 0.5607843137);
  border-width: 2px;
}
@media (any-hover: hover) {
  .slide-static_LF .slide-static_LF__inner button.colour-rev:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
  }
}
.slide-static_LF .slide-static_LF__inner button.colour-rev.hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.slide-static_LF .slide-static_LF__inner button.grayscale {
  filter: grayscale(1);
  opacity: 0.8;
  background-color: #000;
  color: gray;
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_left_button {
  animation: buttonDown 1s ease forwards;
  animation-delay: 1s;
}
@keyframes buttonDown {
  100% {
    margin-bottom: 44px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_right_button {
  animation: buttonTop 1s ease forwards;
  animation-delay: 1s;
}
@keyframes buttonTop {
  100% {
    margin-top: 44px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_text_block {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  margin: 20px;
  font-family: "noto-sans", sans-serif;
  border: 1px solid #fff;
  padding: 8px 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway_text_block {
    padding: 15px 46px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_text_block h2 {
  font-size: 15px;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway_text_block h2 {
    font-size: 20px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p {
    font-size: 16px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p:nth-of-type(2) {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p:nth-of-type(2) {
    font-size: 13px;
  }
}
.slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p .mb-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .slide-static_LF .slide-static_LF__inner .custom_gateway_text_block p .mb-only {
    display: none;
  }
}/*# sourceMappingURL=Hero_static-slide-LF.css.map */