.hero {
  position: relative;
}
.hero-sticker {
  display: block;
  position: absolute;
  z-index: 4;
  max-width: 15%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .hero-sticker {
    top: auto !important;
    bottom: -3.125rem !important;
    right: calc(50% - 50px) !important;
    left: auto !important;
    transform: none;
    max-width: 100px !important;
    width: 100px !important;
    height: auto !important;
    z-index: 20;
  }
  .block--anchor-submenu .hero-sticker {
    right: 2rem !important;
  }
}
.hero-sticker img {
  display: block;
}
.hero-main {
  position: relative;
}
.hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
  width: 100%;
  max-width: 75.375rem;
  overflow: hidden;
}
.hero-content--align-right {
  text-align: right;
}
.hero-content--align-left {
  text-align: left;
}
.hero-title, .hero-subtitle {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 0.3125rem rgba(30, 30, 30, 0.3);
  max-width: 75.375rem;
  margin: 0 auto;
}
.hero-content--align-right .hero-title, .hero-content--align-right .hero-subtitle {
  margin-left: auto;
  margin-right: 0;
}
.hero-content--align-left .hero-title, .hero-content--align-left .hero-subtitle {
  margin-left: 0;
  margin-right: auto;
}
.hero-title {
  font-size: 1.75rem;
  font-weight: 500;
  display: inline-block;
}
.hero-title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-title--spacer {
  border-bottom: 0.125rem solid #ffc70b;
}
.hero-subtitle {
  font-size: 1.125rem;
}
.hero-title-spacer {
  width: 6.25rem;
  height: 0.125rem;
  display: block;
  margin: 0 auto 2rem auto;
  background-color: #ffc70b;
}
.hero-content--align-right .hero-title-spacer {
  margin-left: auto;
  margin-right: 0;
}
.hero-content--align-left .hero-title-spacer {
  margin-left: 0;
  margin-right: auto;
}
.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 40rem;
}
.hero-image--desktop {
  display: none;
}
.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
}
.hero-anchor-link {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-right: 0.25rem solid white;
  border-bottom: 0.25rem solid white;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(-315deg);
}
.hero-anchor {
  position: absolute;
  z-index: 100;
  bottom: 5.875rem;
  left: 0;
  display: block;
}
@media (min-width: 40rem) {
  .hero-image--mobile {
    display: none;
  }
  .hero-image--desktop {
    display: block;
  }
  .hero-anchor {
    bottom: 6.875rem;
  }
}
@media (min-width: 64rem) {
  .hero-title {
    font-size: 3rem;
    letter-spacing: 0.25rem;
  }
  .hero-title:not(:last-child) {
    margin-bottom: 2rem;
  }
  .hero-title-spacer {
    margin: -0.5rem auto 2rem auto;
  }
  .hero-subtitle {
    font-size: 1.875rem;
    font-weight: 400;
  }
  .hero-anchor-link {
    bottom: 3.75rem;
    border-right: 0.375rem solid white;
    border-bottom: 0.375rem solid white;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 80rem) {
  .hero-sticker {
    max-width: 15.5rem;
  }
  .hero-anchor {
    bottom: 8.125rem;
  }
}

.hero-container {
  max-width: 75.375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
}
.hero-box {
  position: relative;
  z-index: 5;
  margin: -4.75rem auto 1.5rem auto;
  background-color: white;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(54, 61, 67, 0.3);
  padding: 2rem;
  width: 100%;
}
.hero-box__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
.hero-box__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-box__title:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  margin-top: 0.875rem;
  background-color: #ffc70b;
  border-radius: 0.0625rem;
}
.hero-box__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-box__buttons {
  display: flex;
}
.hero-box__buttons .button:not(:last-child) {
  margin-right: 0.625rem;
}
@media (min-width: 64rem) {
  .hero-container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
  }
  .hero-container--align-right {
    justify-content: flex-end;
  }
  .hero--auto-height .hero-image img {
    max-height: 100%;
    min-height: 100vh;
  }
  .hero-box {
    margin: 0;
    box-shadow: none;
    max-width: 50%;
  }
  .hero--auto-height .hero-box {
    color: white;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .hero-box__title {
    font-size: 1.875rem;
  }
  .hero--auto-height .hero-box__title {
    color: white;
  }
}

.form {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
  max-width: 75.375rem;
  position: relative;
  z-index: 5;
}
.block.bg-white .form {
  color: #363d43;
}
.block.bg-gray .form, .block.bg-gray-dark .form {
  color: white;
}
.form .gform_button:hover,
.form .gform_next_button:hover {
  color: #000000 !important;
  background-color: #dddddd !important;
}
.form-box {
  padding: 1.5rem 1.125rem;
  color: white;
  background-color: #000000;
}
@media (min-width: 64rem) {
  .block--first .form-box {
    padding-top: 5rem;
  }
}
.form-box:not(:last-child) {
  margin-bottom: 2rem;
}
.form-box--bg-yellow {
  color: #000000;
  background-color: #ffc70b;
}
.form-box--bg-yellow .button,
.form-box--bg-yellow .gform_button,
.form-box--bg-yellow .gform_next_button {
  color: white;
  background-color: #000000;
}
.form-box--bg-yellow .button:hover,
.form-box--bg-yellow .gform_button:hover,
.form-box--bg-yellow .gform_next_button:hover {
  cursor: pointer;
  color: #000000 !important;
  background-color: #dddddd !important;
}
.form-box--bg-black {
  color: white;
  background-color: #000000;
}
.form-box--bg-black .button,
.form-box--bg-black .gform_button,
.form-box--bg-black .gform_next_button {
  color: #000000;
  background-color: #ffc70b;
}
.form-box--bg-white {
  color: #000000;
  background-color: white;
}
.form-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 25.875rem) {
  .form-title {
    font-size: 1.6875rem;
  }
}
.form-title:not(:last-child) {
  margin-bottom: 0.875rem;
}
.form-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.form-box .form-subtitle {
  font-size: 0.9375rem;
}
.form-quote {
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 500;
  max-width: 28.875rem;
}
.form-quote:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-content {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 40rem) {
  .block--first .form-content {
    padding-top: 5.625rem;
  }
}
.block--after-sticker .form-content {
  padding-top: 4.5rem;
}
.form-content-image {
  margin-left: auto;
  padding-top: 1.5rem;
}
.form-content-image--hide-mobile {
  display: none;
}
@media (min-width: 40rem) {
  .form-content-image--hide-mobile {
    display: block;
  }
}
.form-content-image--spacing {
  margin-bottom: -1.5rem;
}
.form-content-image a {
  display: block;
}
.form-content-image img {
  display: block;
}
.form-sidebar {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding-bottom: 2rem;
}
.form-gallery {
  display: block;
  position: relative;
  max-width: 100%;
  margin-top: 1.5rem;
}
.form-gallery img {
  display: block;
}
.form-gallery-slider {
  margin-bottom: 0.625rem;
}
.form-gallery-thumbs {
  position: relative;
}
.form-gallery-thumbs-next, .form-gallery-thumbs-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  background-color: #ffc70b;
  opacity: 0.75;
  transition: opacity 250ms ease;
}
.form-gallery-thumbs-next:hover, .form-gallery-thumbs-prev:hover {
  opacity: 1;
  cursor: pointer;
}
.form-gallery-thumbs-next:before, .form-gallery-thumbs-prev:before {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 0.125rem 0.125rem 0 0;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.form-gallery-thumbs-next {
  right: 0;
}
.form-gallery-thumbs-next:before {
  left: -0.1875rem;
  transform: rotate(45deg);
}
.form-gallery-thumbs-prev {
  left: 0;
}
.form-gallery-thumbs-prev:before {
  left: 0.1875rem;
  transform: rotate(-135deg);
}
.form-gallery-thumb {
  opacity: 0.5;
  transition: opacity 250ms ease;
}
.form-gallery-thumb:hover {
  cursor: pointer;
}
.form-gallery-thumb.swiper-slide-thumb-active {
  opacity: 1;
}
.form-reviews {
  border-top: 1.5625rem solid #000000;
  padding: 2rem;
  color: #000000;
  background-color: #f4f4f4;
}
.form-reviews-title {
  font-size: 1.5rem;
  line-height: 1.2;
}
.form-reviews-title span {
  color: #ffc70b;
}
.form-reviews-items {
  border-top: 0.0625rem solid #000000;
  margin-top: 1.125rem;
  padding-top: 1.125rem;
}
.form-form--btn-center .gform_footer,
.form-form--btn-center .gform_page_footer {
  text-align: center;
}
.form--type-none {
  text-align: center;
}
.form--type-none, .form--type-quote {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 40rem) {
  .form-box {
    padding: 2.5rem;
  }
  .form-wrap {
    max-width: 34.625rem;
    margin: 0 auto;
  }
  .form-gallery-slider {
    margin-bottom: 0.9375rem;
  }
  .block--after-sticker .form-content {
    padding-top: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .form-container {
    display: flex;
    align-items: flex-start;
  }
  .form--full-height .form-container {
    align-items: stretch;
  }
  .form--full-height .form-box {
    height: 100%;
  }
  .form-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1;
    min-width: 0;
    padding-top: 2.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
  .block--after-sticker .form-content {
    padding-top: 2.5rem;
  }
  .form-content-image {
    margin-top: auto;
  }
  .form-sidebar {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .form--has-hero .form-sidebar {
    margin-top: -25rem;
  }
  .form--full-height .form-sidebar {
    padding-bottom: 0;
  }
  .form-wrap {
    max-width: 100%;
    width: 50%;
  }
  .form--offset .form-sidebar {
    align-self: stretch;
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
    padding-bottom: 0;
  }
  .form--type-quote {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form--type-none {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.form .form-select {
  margin-bottom: 1rem;
}
.form .form-target {
  height: 0;
  opacity: 0;
}
.form .form-target.show {
  height: 100%;
  opacity: 1;
}
