.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #ed1c24;
  text-decoration: none;
  position: relative;
  background: rgb(255 255 255 / 69%);
  border: 1px solid #ed1c24;
  font: 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center !important;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ed1c24;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #fff;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
  align-items: center;
  text-align: center;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 3% !important;
  width: 58% !important;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title-s {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #ed1c24;
}
.slideshow .slide .btn::before {
  background: #ed1c24;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

.supertitle-slide {
    font-family: Inter, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.title-slide {
    font-family: Inter, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 900 !important;
    letter-spacing: 0px;
    line-height: 1.1;
    text-align: center;
    text-transform: initial;
}
.title-slide-2 {
    font-family: Inter, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 900 !important;
    letter-spacing: 0px;
    line-height: 1.1;
    text-align: center;
    text-transform: initial;
}
.subtitle-slide {
    font-family: Inter, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: center;
    text-transform: initial;
}

@media screen and (max-width: 1024px) {
.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #ed1c24;
  text-decoration: none;
  position: relative;
  background: rgb(255 255 255 / 69%);
  border: 1px solid #ed1c24;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center !important;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.slideshow .slide .caption {
  padding: 0 0px;
}
.slideshow .slide-content {
  position: absolute;
  top: 9%;
  left: 10% !important;
  width: 80% !important;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: normal;
}

.supertitle-slide {
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.title-slide {
    font-family: Inter, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 900 !important;
    letter-spacing: 0px;
    line-height: 1.1;
    text-align: center;
    text-transform: initial;
}
.title-slide-2 {
    font-family: Inter, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 900 !important;
    letter-spacing: 0px;
    line-height: 1.1;
    text-align: center;
    text-transform: initial;
}
.subtitle-slide {
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    text-transform: initial;
}

#scrollDown {
    margin-top: -20px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  padding-bottom: 15px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white; 
  cursor: pointer;
  padding: 15px; 
  border-radius: 4px;
}

}

#scrollDown {
    margin-top: -20px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  padding-bottom: 15px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white; 
  cursor: pointer;
  padding: 15px; 
  border-radius: 4px;
 font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}


.grecaptcha-badge { visibility: hidden; }
