.main-menu > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu > ul li {
  margin-top: 0;
}

.dropdown:first-child .mega-menu,
.menu-columns {
  column-count: 2;
}

.menu-footer li {
  margin-top: 0;
  padding-top: 0.4rem;
}

.products-container .column {
  display: flex;
}

.mb-4 {
  margin-bottom: 1rem;
}

.h5 {
  font-weight: 600;
}

.js-hidden {
  display: none;
}

figure {
  margin: 0;
}

.hero {
  margin-bottom: 6rem;
  min-height: 665px;
}

.content--centered {
  margin: 4rem auto;
  max-width: 900px;
  text-align: center;
}

.content--with-image {
  margin: 4rem 0;
}

.content--with-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content__block {
  padding: 3rem;
}

.testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 6rem auto;
  max-width: 1024px;
  background-color: #0d4b87;
}

.testimonial__content {
  padding: 5rem;
  color: #fff;
  text-align: center;
}

.testimonial__image {
  margin-top: -2.5rem;
}

.embed {
  max-width: 900px;
  margin: 4rem auto;
}

.embed h2 {
  margin-bottom: 1.5rem;
}

.embed__code {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.embed__code iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-text-centered {
  text-align: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.grid {
  display: grid;
  justify-content: center;
}

.grid--gap {
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .grid--2col {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .content--image-left figure {
    order: -1;
  }
}

a.btn:not(.btn-link) {
  border-radius: 50px;
}

.cta__content {
  padding: 4rem 0;
}
.cta--landing {
  margin-top: 4rem;
  background: #0d4b87;
}

.cta__heading {
  margin-bottom: 3rem;
  color: #fff;
}

.cta__image {
  margin-top: -4rem;
  text-align: center;
}

.cta__form {
  max-width: 550px;
}

.cta__form input {
  background: inherit;
  border-color: #fff;
  color: #fff;
}
.cta__form label {
  background: unset;
}
.cta__form input::-webkit-input-placeholder {
  color: #fff;
}
.cta__form input:-moz-placeholder {
  color: #fff;
}
.cta__form input::-moz-placeholder {
  color: #fff;
}
.cta__form input:-ms-input-placeholder {
  color: #fff;
}

.cta__form .btn.btn-primary {
  margin-top: 1.5rem;
  border-color: #fff;
}

.cta__form p {
  font-size: 1.5rem;
  color: #fff;
}

.cta__form .ff-form-errors {
  padding: 0;
  border: unset;
  background: unset;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
}
