body {
  color: #000;
  font-family: proxima-soft, sans-serif;
  font-size: 18px;
  background: url('../media/img/main-bg.jpg') center center / cover fixed;
}

@media screen and (min-width: 768px) {
	/* body {
		font-size: 12px;
	} */
}

img {
  max-width: 100%;
}

h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2em;
}

p {
  font-weight: 600;
}

.hidden {
  display: none;
  visibility: hidden;
}

.splide__arrow {
  background: transparent;
  border-radius: 0;
}

.splide__arrow--prev svg {
  transform: scale(-3);
}

.splide__arrow--next svg {
  transform: scale(3);
}
.splide__arrow svg {
  fill: #ffe842;
  filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.75));
}

.wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
}

.bold {
  font-weight: 700;
}

.cta {
  color: #fff;
  font-weight: 800;
  border: 4px solid #fff;
  margin: auto;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  /* padding: 1em; */
  background: url('../media/img/common/cta-button-pattern.jpg') center center / cover repeat-x;
  box-shadow: 1px 1px 5px #000;
}

.cta:hover::before {
  content: "";
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* .cta:active {
  transform: scale(0.99);
} */


.section-break {
  background: url('../media/img/common/border-pattern.png') bottom left / contain repeat-x ;
  height: 25px;
  width: 100%;
  position: relative;
  z-index: 8;
}

.section-break.reverse {
  transform: rotate(180deg);
  position: relative;
  z-index: 15;
}

.features-main-thumb{
  background: url(../media/img/features/feature-thumb-bg.png) center center / contain no-repeat;
}

.features-main-thumb img{
  padding: 2em 1em;
}

.logo {
  text-align: center;
  margin-bottom: 3em;
}

.logo img {
  width: 600px;
}

.cta {
  display: inline-block;
  font-size: 1rem;
  height: 40px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  line-height: 32px;
}

.content {
  position: relative;
  z-index: 2;
  padding: 20px 10px 10px;
}

main {
  margin-bottom: 5em;
}