section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 5rem 0;
  max-width: 100vw;
}
section.fixed {
  background-attachment: fixed !important;
}
section.transparent {
  background: none;
}
section .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section .overlay.light {
  background: rgba(255, 255, 255, 0.9);
}
section .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
section .overlay.blur {
  backdrop-filter: blur(4px);
}
section .container {
  position: relative;
  z-index: 1;
}
section .container .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
section .container .section-heading * {
  text-align: center;
  margin: 0;
}
section .container .section-heading .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .container .section-heading span {
  font-weight: 100;
}

/*--------------------------------
  HERO
--------------------------------*/
.section.hero * {
  color: #f1f2f3;
}
.section.hero .icon-box {
  background-color: rgba(0, 0, 0, 0.75);
}
.section.hero .icon-box a {
  color: #f1f2f3;
}

.btn-getstarted, .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}
.btn-getstarted:hover, .btn-getstarted:focus:hover {
  background: var(--accent-color);
}

.bg-gray {
  background-color: #f0f1f2;
}

.wpcf7 form p {
  margin: 0;
}

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