html {
  scroll-behavior: smooth;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
.wp-site-blocks {
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  border: 1px solid #e5e5e9;
  border-radius: 10px;
  padding: 12px 8px;
  width: calc(100% - 16px);
  max-width: 100%;
}
textarea {
  height: 8vh;
  max-height: 100px;
}
select {
  border: 1px solid ;
  min-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  width: 100%;
}
label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (min-width: 1920px) {
  label {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  label {
    font-size: 12px;
  }
}
[type="checkbox"], [type="radio"] {
  margin-right: 8px;
}
::placeholder {
  /* Firefox */
  opacity: 0.3;
  font-weight: 300;
  font-size: smaller;
}
:-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 300;
  font-size: smaller;
}
::-ms-input-placeholder {
  opacity: 0.3;
  font-weight: 300;
  font-size: smaller;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 p:last-child {
  margin-bottom: 0;
}
.wpcf7-list-item-label {
  color: ;
  font-size: 11px;
}
.wpcf7-form-control-wrap {
  margin-top: 3px;
  display: block;
}
span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7 .ajax-loader {
  position: absolute;
  left: 80%;
  bottom: 1rem;
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  right: 10px;
  position: absolute;
  top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  border-radius: 8px;
}
.button {
  border-width: 0;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.085rem;
  background: #4aad26;
  line-height: 1;
  padding: 1rem 30px;
  text-align: center;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: block;
}
.button:hover {
  background: #0d3482;
  color: #fff;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.7;
}
.hero-heading {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-heading {
    font-size: 6rem !important;
  }
}
.line-1, .line-2, .line-3, .line-4 {
  position: absolute;
}
@media (max-width: 1024px) {
  .line-1, .line-2, .line-3, .line-4 {
    display: none;
  }
}
.line-1 {
  right: 0;
}
.line-2 {
  left: 0;
}
.line-3 {
  left: 0;
}
.line-4 {
  right: 0;
}
