/* Normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

/* Webflow CSS */
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-row:after {
  clear: both
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col-2 {
  width: 16.6667%
}

.w-col-3 {
  width: 25%
}

.w-col-9 {
  width: 75%
}

@media screen and (max-width:991px) {
  .w-col {
    padding-left: 8px;
    padding-right: 8px
  }
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-container:after {
  clear: both
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-nav[data-collapse="medium"] .w-nav-menu {
    display: flex;
}

.w-nav-button {
  display: none
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: none;
  }

 
}

.w-nav-menu {
  position: relative
}

.w-nav-link {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333
}

.w-nav-link.w--current {
  color: #4CAF50
}

.w-inline-block {
  display: inline-block
}

/* Custom CSS for Legal and Thanks Pages */
body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
}

.main-wrapper {
  overflow-x: hidden;
}

.section-fluid-90 {
  max-width: 90%;
  margin: 0 auto;
}


.cta-tag-text {
  font-size: 12px;
  color: #777;
}

.cta-phone-number {
  color: #333;
  text-decoration: none;
}

.legal-section,
.thanks-section {
  padding: 80px 0;
}

.section-inner-vertical-gap-150 {
  padding: 80px 0;
}

.section-content {
  text-align: center;
}

.section-tag-box {
  margin-bottom: 20px;
}

.section-tag-text {
  font-size: 14px;
  color: #4CAF50;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.legal-content,
.thanks-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h2,
.legal-heading {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
}

.legal-content p,
.thanks-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.legal-content ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}

.legal-content ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.legal-content a,
.thanks-content a {
  color: #4CAF50;
  text-decoration: none;
}

.legal-content a:hover,
.thanks-content a:hover {
  text-decoration: underline;
}

.button-primary-green-fill {
  background-color: #4CAF50;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.button-text-icon {
  margin-left: 10px;
  font-size: 18px;
  color: white;
}


@media screen and (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }

  .legal-content,
  .thanks-content {
    padding: 0 20px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .5s ease, transform .5s ease;
  }

  .is-inview {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* Off-canvas helpers */
body.nav-open {
  overflow: hidden;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 66;
}

body.nav-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

.nav-menu.w-nav-menu {
  transition: transform .3s ease;
}

body.nav-open .nav-menu.w-nav-menu {
  transform: translateX(0);
}
