/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    min-height: 100vh;
    padding: 8.125em 0 4.375em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0b0b0b;
  }
  #hero:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 45%);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
  }
  #hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    display: block;
  }
  #hero .hero-content {
    width: 92%;
    max-width: 78.75em;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #hero .heroText {
    width: 100%;
    max-width: 42.5em;
  }
  #hero .eyebrow {
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .04em;
    color: #f8d69a;
    background: rgba(246, 170, 28, 0.26);
    border: 1px solid rgba(246, 170, 28, 0.55);
    border-radius: 6.25em;
    padding: 0.75em 1.125em;
    display: inline-flex;
    align-items: center;
    gap: 0.625em;
    margin-bottom: 2.125em;
  }
  #hero .eyebrow span {
    width: 0.4375em;
    height: 0.4375em;
    border-radius: 50%;
    background: #8bd114;
    display: block;
  }
  #hero h1 {
    font-size: 3.875em;
    font-weight: 900;
    line-height: .98em;
    letter-spacing: -0.03225806em;
    color: #fff;
    margin: 0 0 0.41935484em;
    max-width: 10.96774194em;
  }
  #hero h1 span {
    color: #fd6201;
  }
  #hero p {
    font-size: 1.25em;
    line-height: 1.55em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 29.5em;
    margin: 0 0 1.6em;
  }
  #hero .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.875em;
    margin-bottom: 2.125em;
  }
  #hero .button-solid,
  #hero .button-outline {
    font-size: 1.0625em;
    font-weight: 900;
    text-decoration: none;
    line-height: 1em;
    border-radius: 5.88235294em;
    height: 3.76470588em;
    padding: 0 1.76470588em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.58823529em;
    width: fit-content;
  }
  #hero .button-solid img,
  #hero .button-outline img {
    width: 1.05882353em;
    height: 1.05882353em;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }
  #hero .button-solid {
    background: #fd6201;
    color: #fff;
    box-shadow: 0 0.82352941em 1.88235294em rgba(248, 154, 23, 0.28);
  }
  #hero .button-solid img {
    filter: brightness(0) invert(1);
  }
  #hero .button-outline {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(0.58823529em);
  }
  #hero .button-outline img {
    filter: brightness(0) invert(1);
  }
  #hero .hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 1.5em;
  }
  #hero .hero-points span {
    font-size: 1em;
    font-weight: 900;
    color: #fff;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero .hero-buttons {
    flex-direction: row;
  }
  #hero h1 {
    font-size: 5.25em;
    max-width: 9.52380952em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #hero {
    min-height: 51.25em;
    padding: 10.625em 0 5em;
  }
  #hero:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.16) 68%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 42%);
  }
  #hero .hero-bg img {
    background-position: 85% center;
  }
  #hero h1 {
    font-size: 5.75em;
    max-width: 8.26086957em;
  }
  #hero p {
    font-size: 1.625em;
    max-width: 25.38461538em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #hero .hero-content {
    max-width: 82.5em;
  }
  #hero h1 {
    font-size: 6.125em;
    max-width: 7.95918367em;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .services-marquee {
    width: 100%;
    height: 4.125em;
    background: var(--orange);
    overflow: hidden;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    margin: 0;
    border-top: 0.1875em solid #11130d;
    border-bottom: 0.1875em solid #11130d;
  }
  .services-track {
    display: flex;
    width: max-content;
    animation: services-marquee 26s linear infinite;
  }
  .services-group {
    display: flex;
    align-items: center;
    flex: none;
  }
  .services-group span {
    font-size: 0.875em;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1em;
    text-transform: uppercase;
    color: #11130d;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 2.14285714em;
  }
  .services-group span:after {
    content: '';
    width: 0.35714286em;
    height: 0.35714286em;
    border-radius: 50%;
    background: rgba(17, 19, 13, 0.45);
    display: block;
    margin-left: 2.14285714em;
  }
  @keyframes services-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  .services-marquee {
    height: 4.25em;
  }
  .services-group span {
    font-size: 0.9375em;
    padding: 0 2.26666667em;
  }
  .services-group span:after {
    width: 0.33333333em;
    height: 0.33333333em;
    margin-left: 2.26666667em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  .services-marquee {
    height: 4.375em;
  }
  .services-track {
    animation-duration: 34s;
  }
  .services-group span {
    font-size: 1em;
    padding: 0 2.5em;
  }
  .services-group span:after {
    width: 0.3125em;
    height: 0.3125em;
    margin-left: 2.5em;
  }
}
/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .services-track {
    animation: none;
  }
}
/*-- -------------------------- -->
<---         Real Cost          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #real-cost {
    background: #f4efe7;
    padding: 4.375em 0;
    overflow: hidden;
  }
  #real-cost .container {
    width: 92%;
    max-width: 80em;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
  }
  #real-cost .image-group {
    position: relative;
  }
  #real-cost .image {
    width: 100%;
    height: 26.875em;
    border-radius: 1.125em;
    overflow: hidden;
    display: block;
    box-shadow: 0 1.75em 3.75em rgba(0, 0, 0, 0.12);
  }
  #real-cost .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #real-cost .cost-card {
    background: #fff;
    border-radius: 0.875em;
    box-shadow: 0 1.125em 2.375em rgba(0, 0, 0, 0.13);
    padding: 1.25em 1.375em;
    width: 13.75em;
    position: absolute;
    left: -0.5em;
    bottom: 2em;
  }
  #real-cost .cost-card strong {
    font-size: 2.25em;
    font-weight: 900;
    line-height: 1em;
    color: var(--orange);
    display: block;
    margin-bottom: 0.22222222em;
  }
  #real-cost .cost-card span {
    font-size: 1.0625em;
    line-height: 1.45em;
    color: #30271d;
    display: block;
  }
  #real-cost .content {
    max-width: 38.75em;
  }
  #real-cost .topper {
    font-size: 0.9375em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    display: flex;
    align-items: center;
    gap: 0.8em;
    margin-bottom: 1.73333333em;
  }
  #real-cost .topper:before {
    content: '';
    width: 2em;
    height: 0.06666667em;
    background: var(--orange);
    display: block;
  }
  #real-cost h2 {
    font-size: 3.125em;
    font-weight: 900;
    line-height: 1.05em;
    letter-spacing: -0.02em;
    color: #161616;
    margin: 0 0 0.52em;
  }
  #real-cost h2 span {
    display: block;
  }
  #real-cost .intro {
    font-size: 1.25em;
    line-height: 1.55em;
    color: #4e4033;
    margin: 0 0 1.7em;
  }
  #real-cost .cost-list {
    display: grid;
    gap: 1.625em;
  }
  #real-cost .cost-item {
    display: grid;
    grid-template-columns: 2.625em 1fr;
    gap: 1.125em;
    align-items: start;
  }
  #real-cost .cost-item .icon {
    width: 2.125em;
    height: 2.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  #real-cost .cost-item .icon img {
    width: 7em;
    height: 7em;
    object-fit: contain;
    display: block;
  }
  #real-cost .cost-item h3 {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em;
    color: #0f0f0f;
    margin: 0 0 0.25em;
  }
  #real-cost .cost-item p {
    font-size: 1.125em;
    line-height: 1.45em;
    color: #5a4a3c;
    margin: 0;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #real-cost {
    padding: 5.75em 0;
  }
  #real-cost .container {
    grid-template-columns: 38.125em 1fr;
    align-items: center;
    gap: 5.375em;
  }
  #real-cost .image {
    height: 40.5em;
  }
  #real-cost .cost-card {
    width: 17.1875em;
    left: -1.75em;
    bottom: 2.75em;
    padding: 1.5em 1.625em;
  }
  #real-cost .cost-card strong {
    font-size: 2.5em;
  }
  #real-cost h2 {
    font-size: 4em;
    max-width: 9.21875em;
  }
  #real-cost .intro {
    font-size: 1.625em;
    max-width: 25em;
  }
}
/*-- -------------------------- -->
<---        What We Do          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #what-we-do {
    background: #eee4d3;
    padding: 4.375em 0;
  }
  #what-we-do .container {
    width: 92%;
    max-width: 80em;
    margin: auto;
  }
  #what-we-do .section-top {
    text-align: center;
    max-width: 47.5em;
    margin: 0 auto 3em;
  }
  #what-we-do .topper {
    font-size: 0.875em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 0.71428571em;
    margin-bottom: 1.42857143em;
  }
  #what-we-do .topper:before {
    content: '';
    width: 2.14285714em;
    height: 0.14285714em;
    background: var(--orange);
    display: block;
  }
  #what-we-do .title {
    font-size: 3em;
    font-weight: 900;
    line-height: 1.05em;
    letter-spacing: -0.02083333em;
    color: #151515;
    margin: 0 0 0.45833333em;
  }
  #what-we-do .section-top p {
    font-size: 1.25em;
    line-height: 1.55em;
    color: #4e4033;
    margin: 0 auto;
    max-width: 29em;
  }
  #what-we-do .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75em;
  }
  #what-we-do .card {
    background: #fff;
    border-radius: 1.25em;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1.375em 2.8125em rgba(0, 0, 0, 0.08);
  }
  #what-we-do .image {
    width: 100%;
    height: 15.3125em;
    display: block;
    overflow: hidden;
  }
  #what-we-do .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #what-we-do .number {
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 1.25em;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.25em;
    left: 1.25em;
    z-index: 2;
  }
  #what-we-do .text {
    padding: 2.125em 1.75em 2.375em;
  }
  #what-we-do h3 {
    font-size: 1.875em;
    font-weight: 900;
    line-height: 1.15em;
    color: #0f0f0f;
    margin: 0 0 0.6em;
  }
  #what-we-do .card p {
    font-size: 1.1875em;
    line-height: 1.55em;
    color: #4e4033;
    margin: 0;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #what-we-do {
    padding: 5.375em 0;
  }
  #what-we-do .section-top {
    margin-bottom: 4.625em;
  }
  #what-we-do .title {
    font-size: 4em;
  }
  #what-we-do .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125em;
  }
  #what-we-do .image {
    height: 15.3125em;
  }
  #what-we-do .text {
    min-height: 13.4375em;
  }
}
/*-- -------------------------- -->
<---        Three Steps         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #three-steps {
    background: #15130f;
    padding: 5em 0;
  }
  #three-steps .container {
    width: 92%;
    max-width: 76.25em;
    margin: auto;
  }
  #three-steps .section-top {
    text-align: center;
    max-width: 35em;
    margin: 0 auto 3.625em;
  }
  #three-steps .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 0.76923077em;
    margin-bottom: 1.69230769em;
  }
  #three-steps .topper:before {
    content: '';
    width: 1.84615385em;
    height: 0.15384615em;
    background: var(--orange);
    display: block;
  }
  #three-steps h2 {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02083333em;
    color: #f8f7ef;
    margin: 0 0 0.5em;
  }
  #three-steps h2 span {
    display: block;
  }
  #three-steps .section-top p {
    font-size: 1.125em;
    line-height: 1.6em;
    color: rgba(248, 247, 239, 0.72);
    margin: 0 auto;
  }
  #three-steps .steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.625em;
  }
  #three-steps .step-line {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 1.625em;
  }
  #three-steps .step-line:after {
    content: '';
    height: 1px;
    background: rgba(255, 153, 22, 0.28);
    flex: 1;
    display: block;
  }
  #three-steps .step-line span {
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    border: 1px solid rgba(255, 153, 22, 0.62);
    color: var(--orange);
    font-size: 1em;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
  }
  #three-steps .step-line.no-line:after {
    display: none;
  }
  #three-steps h3 {
    font-size: 1.625em;
    font-weight: 900;
    line-height: 1.15em;
    color: #fff;
    margin: 0 0 0.69230769em;
  }
  #three-steps .step p {
    font-size: 1.0625em;
    line-height: 1.55em;
    color: rgba(248, 247, 239, 0.72);
    margin: 0;
    max-width: 22.94117647em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #three-steps {
    padding: 6.125em 0 5.5em;
  }
  #three-steps .section-top {
    margin-bottom: 4.5em;
  }
  #three-steps h2 {
    font-size: 3.375em;
  }
  #three-steps .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 87.5em;
    margin: 0 auto;
    gap: 4.75em;
    padding-left: 8.5em;
    align-items: start;
  }
  #three-steps .step-line {
    margin-bottom: 1.75em;
  }
  #three-steps .step-line:after {
    margin-left: 0.125em;
  }
}
/*-- -------------------------- -->
<---       Why Choose Us        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #why-choose {
    background: #111;
    padding: 4.375em 0;
    overflow: hidden;
  }
  #why-choose .container {
    width: 92%;
    max-width: 78.75em;
    margin: auto;
  }
  #why-choose .content {
    margin-bottom: 3em;
  }
  #why-choose .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.38461538em;
  }
  #why-choose .title {
    font-size: 3.375em;
    font-weight: 900;
    line-height: .96em;
    letter-spacing: -0.01851852em;
    text-transform: uppercase;
    color: #f8f7ef;
    max-width: 6.11111111em;
    margin: 0 0 0.55555556em;
  }
  #why-choose .title span {
    display: block;
    color: var(--orange);
  }
  #why-choose p {
    font-size: 1.0625em;
    line-height: 1.75em;
    color: rgba(248, 247, 239, 0.72);
    margin: 0;
    max-width: 35.88235294em;
  }
  #why-choose .features {
    margin-top: 3.25em;
  }
  #why-choose .feature {
    display: flex;
    gap: 1.25em;
    padding: 0 0 1.75em;
    margin-bottom: 1.75em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  #why-choose .feature:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #why-choose .check {
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    background: rgba(94, 169, 21, 0.18);
    color: #83d232;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
  }
  #why-choose .feature h3 {
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 0.44444444em;
  }
  #why-choose .feature p {
    font-size: 0.9375em;
    line-height: 1.65em;
    color: rgba(248, 247, 239, 0.58);
    max-width: none;
  }
  #why-choose .side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
  #why-choose .info-card {
    background: #191919;
    border: 1px solid rgba(255, 106, 19, 0.18);
    border-radius: 0.3125em;
    padding: 2em 1.75em;
  }
  #why-choose .info-card h3 {
    font-size: 1.875em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--orange);
    margin: 0 0 0.93333333em;
  }
  #why-choose .info-card p {
    font-size: 1.0625em;
    line-height: 1.75em;
    color: rgba(248, 247, 239, 0.72);
    max-width: none;
    margin-bottom: 1.05882353em;
  }
  #why-choose .info-card p:last-of-type {
    margin-bottom: 0;
  }
  #why-choose .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625em 0.75em;
    margin-top: 1.375em;
  }
  #why-choose .tags span {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    color: rgba(248, 247, 239, 0.78);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7.69230769em;
    padding: 0.84615385em 1.15384615em;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #why-choose {
    padding: 5.5em 0;
  }
  #why-choose .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.375em;
    align-items: start;
  }
  #why-choose .content {
    margin-bottom: 0;
  }
  #why-choose .title {
    font-size: 3.875em;
    max-width: 5.80645161em;
  }
  #why-choose .features {
    margin-top: 4.375em;
  }
  #why-choose .side {
    gap: 1.25em;
  }
  #why-choose .info-card {
    padding: 2.625em 2em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #why-choose {
    padding: 5.75em 0;
  }
  #why-choose .container {
    grid-template-columns: 35em 1fr;
    gap: 5em;
  }
  #why-choose .title {
    font-size: 4.125em;
    max-width: 5.60606061em;
  }
  #why-choose .info-card {
    padding: 2.875em 2em;
  }
}
/*-- -------------------------- -->
<---             FAQ            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #faq {
    background: #0b0b0b;
    padding: 4.375em 0;
    overflow: hidden;
  }
  #faq .container {
    width: 92%;
    max-width: 75em;
    margin: auto;
  }
  #faq .heading {
    margin-bottom: 3.25em;
  }
  #faq .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.23076923em;
  }
  #faq .title {
    font-size: 3.125em;
    font-weight: 900;
    line-height: .95em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0;
  }
  #faq .title span {
    color: var(--orange);
  }
  #faq .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
  #faq .faq-item {
    background: #191919;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.3125em;
    overflow: hidden;
    transition: border-color 0.3s, min-height 0.3s;
  }
  #faq .faq-item[open] {
    border-color: rgba(255, 106, 19, 0.22);
  }
  #faq .faq-item[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  #faq .faq-item[open] summary span {
    border-color: var(--orange);
  }
  #faq .faq-item[open] summary span:before {
    background: var(--orange);
  }
  #faq .faq-item[open] summary span:after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
  #faq summary {
    list-style: none;
    cursor: pointer;
    min-height: 4.625em;
    padding: 1.5em 3.625em 1.5em 1.75em;
    position: relative;
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.25em;
    color: #fff;
    display: flex;
    align-items: center;
  }
  #faq summary::-webkit-details-marker {
    display: none;
  }
  #faq summary span {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    position: absolute;
    right: 1.75em;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 0.3s;
  }
  #faq summary span:before,
  #faq summary span:after {
    content: '';
    position: absolute;
    display: block;
    background: #f8f7ef;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  }
  #faq summary span:before {
    width: 0.625em;
    height: 0.125em;
  }
  #faq summary span:after {
    width: 0.125em;
    height: 0.625em;
  }
  #faq .answer {
    padding: 1.375em 1.75em 1.75em;
  }
  #faq .answer p {
    font-size: 1em;
    line-height: 1.75em;
    color: rgba(248, 247, 239, 0.62);
    max-width: 32.5em;
    margin: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #faq {
    padding: 5.5em 0;
  }
  #faq .title {
    font-size: 4em;
  }
  #faq .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
    align-items: start;
  }
  #faq .faq-item {
    min-height: 4.625em;
  }
  #faq .faq-item[open] {
    min-height: 11.25em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #faq {
    padding: 5.75em 0;
  }
  #faq .container {
    max-width: 75em;
  }
  #faq .heading {
    margin-bottom: 4em;
  }
  #faq .title {
    font-size: 4.125em;
  }
  #faq .faq-grid {
    gap: 1.25em 1.25em;
  }
}
/*-- -------------------------- -->
<---     Iguana Damage BG       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #iguana-damage-bg {
    background: #0b0b0b;
    padding: 4.375em 0;
    position: relative;
    overflow: hidden;
  }
  #iguana-damage-bg:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0b0b0b 0%, rgba(11, 11, 11, 0.96) 42%, rgba(11, 11, 11, 0.7) 100%);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #iguana-damage-bg:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 42%;
    background: linear-gradient(0deg, #0b0b0b 0%, rgba(11, 11, 11, 0.72) 40%, rgba(11, 11, 11, 0) 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  #iguana-damage-bg .section-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
  }
  #iguana-damage-bg .section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    display: block;
  }
  #iguana-damage-bg .container {
    width: 92%;
    max-width: 87.5em;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #iguana-damage-bg .content {
    max-width: 33.75em;
    position: relative;
    z-index: 3;
  }
  #iguana-damage-bg .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.23076923em;
  }
  #iguana-damage-bg .title {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02083333em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0 0 0.58333333em;
    max-width: 10.83333333em;
  }
  #iguana-damage-bg .title span {
    display: block;
    color: var(--orange);
  }
  #iguana-damage-bg .intro {
    font-size: 1.0625em;
    line-height: 1.75em;
    color: rgba(248, 247, 239, 0.72);
    margin: 0 0 2em;
    max-width: 29.41176471em;
  }
  #iguana-damage-bg .damage-list {
    display: grid;
    gap: 0;
    margin-bottom: 2.625em;
    max-width: 35em;
  }
  #iguana-damage-bg .damage-item {
    display: grid;
    grid-template-columns: 4em 1fr;
    gap: 1.25em;
    align-items: center;
    padding: 0.75em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  #iguana-damage-bg .damage-item:first-of-type {
    padding-top: 0;
  }
  #iguana-damage-bg .damage-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  #iguana-damage-bg .icon {
    width: 5em;
    height: 5em;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    position: relative;
    z-index: 1;
  }
  #iguana-damage-bg .icon img {
    width: 5em;
    height: 5em;
    object-fit: contain;
    display: block;
  }
  #iguana-damage-bg .text {
    width: 100%;
  }
  #iguana-damage-bg h3 {
    font-size: 1.4375em;
    font-weight: 900;
    line-height: 1.05em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0 0 0.26086957em;
  }
  #iguana-damage-bg .damage-item p {
    font-size: 1em;
    line-height: 1.5em;
    color: rgba(248, 247, 239, 0.76);
    margin: 0;
  }
  #iguana-damage-bg .stats {
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.625em;
    box-shadow: 0 1.5em 3.75em rgba(0, 0, 0, 0.28);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 4;
    overflow: hidden;
  }
  #iguana-damage-bg .stat {
    padding: 1.75em 1.25em;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #iguana-damage-bg .stat:last-of-type {
    border-bottom: none;
  }
  #iguana-damage-bg .stat .stat-icon {
    font-size: 2.5em;
    line-height: 1em;
    color: rgba(255, 106, 19, 0.75);
    display: block;
    margin-bottom: 0.25em;
  }
  #iguana-damage-bg .stat strong {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    color: var(--orange);
    display: block;
    margin-bottom: 0.20833333em;
  }
  #iguana-damage-bg .stat span {
    font-size: 0.875em;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    color: rgba(248, 247, 239, 0.7);
    display: block;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #iguana-damage-bg {
    padding: 5.5em 0;
  }
  #iguana-damage-bg .title {
    font-size: 3.75em;
    max-width: 9.33333333em;
  }
  #iguana-damage-bg .stats {
    grid-template-columns: repeat(4, 1fr);
  }
  #iguana-damage-bg .stat {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  #iguana-damage-bg .stat:last-of-type {
    border-right: none;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #iguana-damage-bg {
    min-height: 53.75em;
    padding: 4.875em 0 5.25em;
  }
  #iguana-damage-bg:before {
    width: 64%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.995) 18%, rgba(0, 0, 0, 0.96) 36%, rgba(0, 0, 0, 0.86) 54%, rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.18) 88%, rgba(0, 0, 0, 0) 100%);
  }
  #iguana-damage-bg:after {
    height: 40%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.88) 28%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0) 100%);
  }
  #iguana-damage-bg .section-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 72vw;
    height: 100%;
    overflow: hidden;
    background: #000;
  }
  #iguana-damage-bg .section-image:before {
    content: '';
    position: absolute;
    display: block;
    width: 52%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.985) 24%, rgba(0, 0, 0, 0.94) 42%, rgba(0, 0, 0, 0.82) 58%, rgba(0, 0, 0, 0.56) 74%, rgba(0, 0, 0, 0.22) 90%, rgba(0, 0, 0, 0) 100%);
  }
  #iguana-damage-bg .section-image:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 26%;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.985) 18%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0) 100%);
  }
  #iguana-damage-bg .section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    transform: scale(0.76) translateX(16%);
    transform-origin: center center;
    display: block;
    filter: brightness(0.72);
  }
  #iguana-damage-bg .container {
    min-height: 43.75em;
  }
  #iguana-damage-bg .content {
    width: 33.75em;
    max-width: 33.75em;
    position: relative;
    z-index: 5;
  }
  #iguana-damage-bg .title {
    font-size: 3.875em;
    max-width: 9.03225806em;
    line-height: .98em;
  }
  #iguana-damage-bg .intro {
    max-width: 29.41176471em;
    margin-bottom: 2.23529412em;
  }
  #iguana-damage-bg .damage-list {
    gap: 0;
    max-width: 35em;
    margin-bottom: 3.625em;
  }
  #iguana-damage-bg .damage-item {
    grid-template-columns: 4.375em 1fr;
    gap: 1.375em;
    padding: 0.5em 0;
  }
  #iguana-damage-bg .icon {
    width: 6.5em;
    height: 6.5em;
    padding-right: 2.625em;
  }
  #iguana-damage-bg .icon img {
    width: 6.5em;
    height: 6.5em;
  }
  #iguana-damage-bg .damage-item p {
    max-width: 26.875em;
  }
  #iguana-damage-bg .stats {
    grid-template-columns: repeat(4, 1fr);
    background: rgba(10, 10, 10, 0.96);
    backdrop-filter: blur(0.625em);
    width: 100%;
    margin-top: 2.125em;
    position: relative;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  #iguana-damage-bg .stat {
    padding: 2.125em 1.25em;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  #iguana-damage-bg .stat:last-of-type {
    border-right: none;
  }
  #iguana-damage-bg .stat .stat-icon {
    font-size: 2.5em;
    margin-bottom: 0.2em;
  }
  #iguana-damage-bg .stat strong {
    font-size: 3.25em;
    margin-bottom: 0.15384615em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #iguana-damage-bg .container {
    max-width: 87.5em;
  }
  #iguana-damage-bg .content {
    width: 33.75em;
    max-width: 33.75em;
  }
  #iguana-damage-bg .section-image {
    width: 86vw;
  }
  #iguana-damage-bg .section-image:before {
    width: 56%;
  }
  #iguana-damage-bg .section-image:after {
    height: 30%;
  }
  #iguana-damage-bg .section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    transform: scale(0.72) translateX(18%);
    transform-origin: center center;
    display: block;
    filter: brightness(0.72);
  }
  #iguana-damage-bg .stats {
    margin-top: 2.875em;
  }
}
