/* LF Builders Tiktok Theme Oct 2024 with MAC OS compatability */

@font-face {
    font-family: "Allura";
    src: url("/app/fonts/Allura/Allura-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
  --mfb-brand:#20a7ad;
  --mfb-ink:#080b0d;
  --mfb-bg:#fff;
  --mfb-muted:#f5f7f8;
  --mfb-ring:rgba(32,167,173,.35);
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
}

blockquote {
    margin: 20px 0;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #20a7ad;
    color: #555;
    font-style: italic;
}

blockquote::before,
blockquote::after {
    content: "“";
    font-size: 2rem;
    vertical-align: middle;
    color: #20a7ad;
}

hr {
    height: 1px;
    background: #20a7ad;
    margin: 20px 0;
}

.app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--mfb-bg);
    background-image:
      radial-gradient(1px 1px at 16px 16px, rgba(8,11,13,.06) 1px, transparent 1.5px),
      radial-gradient(1200px 600px at 85% -10%, color-mix(in srgb, var(--mfb-brand) 18%, transparent) 0%, transparent 60%),
      radial-gradient(900px 500px at -10% 40%, color-mix(in srgb, var(--mfb-brand) 14%, transparent) 0%, transparent 60%);
    background-size: 32px 32px, auto, auto;
    background-repeat: repeat, no-repeat, no-repeat;
}

#main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
}

.chat-ui {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-bottom: 2px solid #000;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.chat-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.close-chat-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.chat-now-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: white;
    padding: 0px 5px;
    border: 2px solid #20a7ad;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.chat-now-btn:hover {
    background-color: #178086;
}

.garybar-wrapper-lg {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-bottom: 2px solid #000;
    z-index: 9996;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.navigation-wrap {
    width: 80%;
}

.navbar {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navbar-container li {
    list-style: none;
}

.navbar-theme-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 55px;
    max-width: 65px;
}

.navbar-toggler {
    display: none;
    border: 0;
    outline: 0;
}

.navbar-toggler svg {
    fill: #333;
}

.collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.collapse .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.collapse .nav-link {
    color: #333;
    font-weight: 600;
    padding: 0 1rem;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.collapse .nav-link:hover {
    color: #20a7ad !important;
}

.gary-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.follow-text {
    font-size: 14px;
    color: #333;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.social-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.social-icon svg {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    fill: #333;
}

.social-icon svg:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    fill: #20a7ad !important;
}

.nav-burger {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 9998;
}

/*nav-burger stay top left when active*/
.nav-burger.active {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9998;
}

.burger-line {
    width: 100%;
    height: 4px;
    background-color: #080b0d;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-burger:hover .burger-line {
    background-color: #20a7ad;
}

.nav-burger.active .burger-line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.nav-burger.active .burger-line:nth-child(2) {
    opacity: 0;
}

.nav-burger.active .burger-line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.nav-panel {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 5px;
    border-right: 1px solid #000000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    z-index: 9997;
}

.nav-panel.active {
    left: 0;
}

.nav-logo {
    padding: 0.5rem;
    margin-bottom: 60px;
}

.nav-logo img {
    width: 150px;
    float: right;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.nav-logo img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 0 20px;
}

.nav-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    color: #080b0d;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (max-width: 550px) {
    .nav-link {
        font-size: 0.9rem;
    }
}

.nav-link:hover {
    color: #20a7ad;
}

/* --- Intro --- */
#intro {
  position: relative;
  isolation: isolate;
  min-height: clamp(460px, 68vh, 800px);
  display: grid;
  align-items: center;
  padding-block: clamp(28px, 6vw, 72px);
  overflow: hidden;
  background: transparent; 
}

#intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(1px 1px at 16px 16px, rgba(8,11,13,.08) 1px, transparent 1.5px),
    radial-gradient(1200px 600px at 85% -10%, color-mix(in srgb, var(--mfb-brand) 20%, transparent) 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 40%, color-mix(in srgb, var(--mfb-brand) 16%, transparent) 0%, transparent 60%);
  background-size:
    32px 32px,
    auto,
    auto;
  background-repeat:
    repeat,
    no-repeat,
    no-repeat;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 78%, transparent 100%);
}

#intro::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 8%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-8deg);
  transform-origin: center;
  background-image:
    linear-gradient(to right, rgba(8,11,13,.10), rgba(8,11,13,.10)),
    linear-gradient(to right, color-mix(in srgb, var(--mfb-brand) 70%, #0a0a0a) 0%, var(--mfb-brand) 100%),
    linear-gradient(to right, rgba(8,11,13,.10), rgba(8,11,13,.10));
  background-size:
    100% 2px,
    100% 4px,
    100% 2px;
  background-repeat: no-repeat;
  background-position:
    0 14%,
    0 44%,
    0 74%;
}

/* content panel keeps your current look */
#intro .info,
#intro #info {
  position: relative;
  z-index: 2;
  max-width: min(1200px, 94vw);
  margin: 0 auto;
  padding: clamp(16px, 3vw, 28px) clamp(16px, 3.2vw, 36px);
  color: var(--mfb-ink);
  text-shadow: 0 0 #053e41;
  background: color-mix(in srgb, #ffffff 78%, transparent);
  border: 1px solid rgba(8,11,13,.06);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(2,6,23,.08);
  backdrop-filter: saturate(1.05) blur(2px);
}

#intro .info::before,
#intro .info::after {
  content: "";
  position: absolute;
  width: clamp(70px, 12vw, 140px);
  height: clamp(70px, 12vw, 140px);
  pointer-events: none;
  background:
    linear-gradient(var(--mfb-brand), var(--mfb-brand)) left top / 2px 100% no-repeat,
    linear-gradient(var(--mfb-brand), var(--mfb-brand)) left top / 100% 2px no-repeat;
  opacity: .85;
}

#intro .info::before { top: -10px; left: -10px; border-top-left-radius: 8px; }
#intro .info::after  {
  bottom: -10px; right: -10px; border-bottom-right-radius: 8px;
  background:
    linear-gradient(var(--mfb-brand), var(--mfb-brand)) right bottom / 2px 100% no-repeat,
    linear-gradient(var(--mfb-brand), var(--mfb-brand)) right bottom / 100% 2px no-repeat;
}

.header-logo-cursive {
  color: var(--mfb-ink);
  position: relative;
}
.header-logo-cursive::after {
  content: "";
  display: block;
  height: 3px;
  width: clamp(80px, 18vw, 220px);
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--mfb-brand), rgba(32,167,173,0));
  border-radius: 999px;
}

@media (max-width: 900px) {
  #intro { min-height: 520px; }
  #intro::after {
    top: 10%;
    height: 54%;
    background-position: 0 18%, 0 50%, 0 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #intro::after { transform: none; }
}

.header-logo-cursive {
    font-family: "Montserrat", Sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 4rem;
}

@media screen and (max-width: 550px) {
    .header-logo-cursive {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 1100px) {
    #intro {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 800px) and (max-width: 1100px) {
    #intro a {
        margin-bottom: 100px;
    }
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info h1 {
    text-align: center;
    font-size: 2rem;
}

.info p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.company-statement {
    padding: 43px;
    hyphens: auto;
    color: #1b3537;
    font-weight: 400;
}

.company-statement a {
    text-decoration: none;
    color: #1f3e40;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.company-statement a:hover {
    color: #1f3e40;
}

@media screen and (max-width: 550px) {
    .company-statement {
        padding: 3px;
    }
}

.digit-box {
    transition: all 0.6s;
    font-size: 1.7rem;
    text-decoration: underline;
    text-decoration-color: #20a7ad;
}

.license-header {
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #080b0d;
    margin-bottom: 0.2px !important;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.license-text {
    font-size: 0.8rem;
    color: #555;
}

.split-showcase-carousel {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (min-width: 1100px) {
    .split-showcase-carousel {
        height: 60%;
    }
}

.split-showcase {
    display: flex;
    width: calc(250px * 12);
    max-height: 350px;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
}

.showcase {
    width: 250px;
    flex-shrink: 0;
    border-radius: 20px;
    margin-left: 15px;
    border: 3px solid #080b0d;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 3));
        transform: translateX(calc(-250px * 3));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 3));
        transform: translateX(calc(-250px * 3));
    }
}

.split-showcase-carousel:hover .split-showcase {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.split-beer {
    display: flex;
    flex-direction: row;
}

.beer {
    max-width: 100%;
    width: 250px;
    border-radius: 20px;
    margin-left: 15px;
    border: 3px solid #080b0d;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}

.beer:nth-child(2) {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.pro {
    font-size: 1.5rem;
}

.button,
.close-btn {
    display: inline-block;
    position: relative;
    width: auto;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 1.2rem;
    font-weight: bold;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #20a7ad;
    box-shadow: 0 0 0 2px #20a7ad;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: black;
    color: #fff;
    margin: 25px;
}

@media screen and (max-width: 550px) {
    .button,
    .close-btn {
        width: 70%;
        text-align: center;
    }
}

.button::before,
.close-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #080b0d;
}

.button::after,
.close-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 2.5px;
    top: 2px;
    bottom: 2.5px;
    right: 2px;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button:hover,
.button:focus,
.close-btn:hover,
.close-btn:focus {
    color: #fff;
    /* border: 3px solid #080b0d; */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button:hover::before,
.close-btn:hover::before {
    background: #20a7ad;
}

.button:hover::after,
.close-btn:hover::after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}

.button:active,
.close-btn:active {
    color: #000;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.close-btn {
    text-transform: uppercase;
}

#content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 60px 40px;
    min-height: 100dvh;
    overflow: hidden;
}

.content-header h1 {
    text-align: center;
    font-size: 2rem;
}

.content-header h2 {
    background: transparent;
    color: black;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
}

.scroll-section {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    background-image: radial-gradient(at 9.2% 73.7%, #20a7ad 0, transparent 50%),
        radial-gradient(at 92.3% 7.6%, #20a7ad 0, transparent 50%);
}

.scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.banner-section {
    position: relative;
    padding: 60px 20px;
    text-align: center;
    color: #080b0d;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container-banner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .container-banner {
        max-width: 600px;
    }
}

.banner-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}

.banner-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}

.promo-button {
    padding: 10px 20px;
    background-color: #080b0d;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.promo-button:hover {
    background-color: #20a7ad;
    color: #fff;
}

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

.testimonials-content {
    max-width: 350px;
    position: relative;
    box-shadow: 5px 3px 15px 0px #053e41;
}

@media screen and (max-width: 550px) {
    .fix-small-review-1 {
        margin-top: 75px;
    }

    .fix-small-review-2 {
        margin-top: 140px;
    }
}

.testimonial-rating {
    font-size: 1.5em;
    color: #ffd700;
    margin-bottom: 10px;
}

.testimonial-source {
    font-size: 0.9em;
    color: #777;
}

.google-source {
    color: #4285f4;
}

.homestars-source {
    color: #ff6a00;
}

@media screen and (min-width: 1100px) {
    .testimonials-content {
        max-width: 600px;
    }
}

.swiper {
    padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #20a7ad !important;
}

.testimonial {
    padding: 30px;
    background: transparent;
    border-radius: 20px;
}

@media (max-width: 480px) {
    .testimonial {
        padding: 15px;
        border-radius: 10px;
    }
}

.testimonial-text {
    text-align: -webkit-match-parent;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-cite {
    font-size: 1rem;
    color: #20a7ad;
    font-weight: 600;
}

.testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 10px;
}

.swiper-pagination {
    position: static;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #20a7ad;
}

.promo-section {
    padding: 60px 20px;
    max-width: 800px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .promo-section {
        max-width: 700px;
    }
}

.promo-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #080b0d;
    margin-bottom: 40px;
}

.promotion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.promotion {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 2px solid black;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.promotion:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.promo-icon {
    width: 100px;
    margin-bottom: 20px;
}

.promo-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.promo-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6em;
}

@media (max-width: 800px) {
    .promotion-grid {
        grid-template-columns: 1fr;
    }

    .promo-title {
        font-size: 2rem;
    }
}

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

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 550px) {
    .container {
        padding: 0 10px;
    }
}

.savings-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}

.divider {
  width: min(90px, 22vw);
  height: 2px;
  margin: 22px auto 20px auto;
  background: linear-gradient(90deg, transparent, var(--mfb-brand), transparent);
  border-radius: 999px;
}

.savings-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8em;
    text-align: center;
}

.button.explore.free-quote {
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.button.explore.free-quote:hover {
    background-color: #20a7ad;
}

.card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    border: 2px solid #000;
    width: 400px;
    aspect-ratio: 1/1;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .card {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .card {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .card {
        width: auto;
    }
}

.img-ribbon {
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.card:hover .img-ribbon,
.card:active .img-ribbon {
    opacity: 0;
}

.best-seller-ribbon {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: -45px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.learn-more-ribbon {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: -45px;
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.card:hover .best-seller-ribbon,
.card:active .best-seller-ribbon {
    opacity: 0;
}

.card-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title,
h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    border-radius: 20px 20px 0 0;
    font-size: x-large;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}

.more {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}

.open-icon {
    font-size: 1.25rem;
    color: #080b0d;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-left: 3px;
    z-index: 1;
}

.modal-open {
    text-transform: uppercase;
    color: #080b0d;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
    grid-area: 1 / 2 / span 1 / span 1;
}

.card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 2;
    -webkit-transition: all 450ms ease-in 200ms;
    transition: all 450ms ease-in 200ms;
}

.card:hover > .learn-more-ribbon {
    opacity: 1;
}

body.prevent-background-scroll {
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-animation: openModal 0.3s ease-in-out 1 normal;
    animation: openModal 0.3s ease-in-out 1 normal;
}

.modal-page {
    width: 100%;
    display: block;
    position: relative;
}

@media screen and (min-width: 1100px) {
    .modal-page {
        width: 65%;
    }
}

.modal-page .modal-carousel {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .modal-page .modal-carousel {
        width: 100%;
    }
}

.modal-page h1 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}

@-webkit-keyframes openModal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes openModal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    height: 95%;
    z-index: 30;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-box-shadow: 0 0 0 2px #20a7ad;
    box-shadow: 0 0 0 2px #20a7ad;
}

.modal-content a {
    text-decoration: none;
    color: #20a7ad;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

.modal-content a:hover {
    color: #0000d4;
}

.modal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    height: 55px;
    border-bottom: 2px solid #20a7ad;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
}

.modal-close-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    z-index: 9999;
}

.modal-close-corner:hover {
    transition: font-size 0.2s ease-in-out;
    font-size: 26px;
}

.modal-close-corner::before {
    content: "✕";
    display: block;
    text-align: center;
    line-height: 24px;
}

.modal-header {
    font-weight: 300;
    padding: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #20a7ad;
}

.modal-body {
    padding: 20px;
}

@media screen and (min-width: 1500px) {
    .modal-content {
        width: 30%;
    }
}

@media screen and (max-width: 1100px) {
    .modal-content {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .modal-body {
        padding: 15px;
    }
}

.modal-footer.modal-footer-locker{
  display:block !important;     
  position: sticky;
  bottom: 0;
  background: var(--mfb-bg);
  border-top: 2px solid var(--mfb-brand);
  box-shadow: 0 -10px 24px rgba(0,0,0,.08);
  z-index: 9998;
}

.modal-footer-locker__handle{
  width: 100%;
  border: 0;
  background: linear-gradient(180deg,#ffffff 0%, #f7fbfb 100%);
  color: var(--mfb-ink);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .2px;
  padding: 12px 14px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  gap: 8px;
  border-bottom: 0.3px solid #20a7ad;
}

.modal-footer-locker__title{
  text-align:left;
}

.modal-footer-locker__icons{
  white-space:nowrap;
}

.modal-footer-locker__chev-anim {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.modal-footer-locker__chev{
  display:inline-block;
  /* transform: rotate(185deg); */
  transition: transform .2s ease;
}

.modal-footer-locker__handle[aria-expanded="true"] .modal-footer-locker__chev {
  transform: rotate(-180deg);
}

.modal-footer-locker__body{
  overflow: clip;                   
  transition: grid-template-rows .28s ease, padding .2s ease, max-height .28s ease;
  padding: 12px 14px 16px;
}

.modal-footer-locker[data-state="peek"] .modal-footer-locker__body{
  padding: 0;
  max-height: 0;
}

.modal-footer-locker[data-state="open"] .modal-footer-locker__body{
  max-height: 800px;               
}

.modal-footer-locker[data-state="peek"] .modal-footer-locker__chev{ transform: rotate(185deg); }
.modal-footer-locker[data-state="open"] .modal-footer-locker__chev{ transform: rotate(0deg); }

.modal-footer-row{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
  gap: 10px;
  margin: 6px auto;
}

.modal-footer-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--mfb-ink);
  background: var(--mfb-ink);
  color:#fff !important;           
  font-weight: 800;
  font-size: .98rem;
  line-height: 1;
  padding: 14px 14px;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.modal-footer-btn:hover{ transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0,0,0,.12); }
.modal-footer-btn:active{ transform: translateY(0); box-shadow: none; }
.modal-footer-btn:focus{ outline: 0; box-shadow: 0 0 0 4px var(--mfb-ring); }

.modal-footer-btn--primary{
  border-color: var(--mfb-brand);
  background: linear-gradient(180deg, #000 0%, #0d1a1b 100%);
}

.modal-footer-btn--secondary{
  background:#fff;
  color:var(--mfb-ink) !important;
  border-color: var(--mfb-ink);
}

.modal-footer-btn--ghost{
  background:#fff;
  color:var(--mfb-ink) !important;
  border-color:#d7e2e3;
}

.modal-footer-btn--light{
  background: var(--mfb-muted);
  color: var(--mfb-ink) !important;
  border-color: #cfd9da;
}

.modal-footer-badge{
  display:inline-block;
  font-size:.78rem;
  font-weight:900;
  background: #ff3b30;
  color:#fff;
  padding: 4px 8px;
  border-radius: 999px;
  margin-left: 8px;
}

.modal-footer-more[hidden]{ display:none !important; }

.modal-footer-trust{
  margin: -30px 4px 30px;
  padding: 0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap: 10px 16px;
  justify-content:center;
  color:#4b5a5b;
  
}

.modal-footer-trust p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-size: 10px !important;
}

@media (max-width: 550px){
  .modal-footer-row{ grid-template-columns: 1fr 1fr; }
  .modal-footer-btn{ padding: 13px 10px; font-size: .95rem; }
  .modal-footer-locker__handle{ grid-template-columns: 1fr 1fr 20px; }
  .modal-footer-locker__icons{ text-align:right; }
}

.random-modal-img {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: black;
}

.random-modal-img img {
    width: 50%;
    border-radius: 20px;
}

@media screen and (max-width: 550px) {
    .random-modal-img img {
        width: 100%;
        height: 60%;
    }
}

#video a {
    text-decoration: none;
    color: #080b0d;
    font-weight: 700;
}

#video a:hover {
    color: #20a7ad;
}

.video-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 15px 0px #053e41;
}

.plain-video {
    height: 100%;
    border-radius: 20px;
}

@media screen and (max-width: 550px) {
    .plain-video {
        width: 90%;
    }
}

.youtube-video-placeholder {
    cursor: pointer;
    /* background-size: cover; */
    height: 360px;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
}

.modal-cta-pop {
    -webkit-animation: move 5s linear infinite;
    animation: move 5s linear infinite;
    background-image: linear-gradient(
        to right,
        #77f,
        #33d0ff,
        #0061fc,
        #33d0ff,
        #0000d4
    );
    background-size: 200% auto;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0 !important;
}

@-webkit-keyframes move {
    to {
        background-position: 200% center;
    }
}

@keyframes move {
    to {
        background-position: 200% center;
    }
}

.modal-body p {
    font-size: 1.1rem;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.modal-body h1 {
    font-size: x-large;
    font-weight: 600;
    line-height: 4em;
    text-align: center;
}

.modal-body h2 {
    color: black;
    background: white;
    margin-bottom: 20px;
}

.modal-body ul {
    list-style-type: none;
}

.modal-body li {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333;
    -webkit-transition:
        background-color 0.3s ease,
        color 0.3s ease;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

@media (max-width: 550px) {
    .modal-body li {
        font-size: 0.9rem;
        padding: 8px;
        margin: 8px 0;
    }
}

.exit-intent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    color: white;
    text-align: center;
    padding-top: 200px;
}

.exit-intent-overlay p {
    padding: 10px 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.exit-intent-overlay a {
    background-color: #20a7ad;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
}

.exit-overlay-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}

.exit-overlay-close-btn:hover {
    color: #20a7ad;
}

.modal-carousel {
    width: 100%;
    height: 40%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.carousel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel-service {
    background: #000;
    border: 5px solid #115356;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    background: black;
    width: 100%;
    height: 100%;
}

.carousel-images img {
    background: black;
    width: 100%;
    flex-shrink: 0;
    object-fit: contain;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.close-icon {
    font-size: 1.6rem;
    color: #080b0d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.free-quote {
    margin: 25px;
}

.footer-social {
    margin-bottom: 85px;
}

.experts-section {
    padding: 40px 20px;
    text-align: center;
}

.experts-section h1 {
    font-size: 2.5rem;
}

.expert-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.expert-logo {
    flex: 1 1 200px;
    padding: 10px;
}

.expert-logo img {
    max-width: 100%;
    height: auto;
    -webkit-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
}

.expert-logo img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#social {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    width: 100%;
    display: grid;
    place-items: center;
}

.button-social {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}

#social a {
    margin: 2.5px;
}

.button-social:hover {
    background-color: inherit;
    color: inherit;
}

.button-social .icon i {
    font-size: 25px;
    line-height: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-social:hover i {
    color: #fff;
}

a.button-social {
    text-decoration: none;
    color: inherit;
    background-color: white !important;
}

.button-social {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.button-social span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
}

.button-social:hover {
    width: 200px;
}

.button-social:nth-child(1):hover .icon {
    background: #e1306c;
}

.button-social:nth-child(2):hover .icon {
    background: #4267b2;
}

.button-social:nth-child(3):hover .icon {
    background: #f30000;
}

.button-social:nth-child(4):hover .icon {
    background: #a7f21d;
}

.button-social:nth-child(1) span {
    color: #e1306c;
}

.button-social:nth-child(2) span {
    color: #4267b2;
}

.button-social:nth-child(3) span {
    color: #f30000;
}

.button-social:nth-child(4) span {
    color: #a7f21d;
}

.button-social .icon {
    width: 60px;
    height: 60px;
    border: 3px solid black;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-social:hover i {
    color: #fff;
}

footer {
    color: #333;
    text-align: center;
}

.footer-highlight {
    font-size: 1.4rem;
    font-weight: bold;
    color: #20a7ad;
    margin-top: 10px;
}

.footer-text {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-text a {
    color: #000;
    text-decoration: none;
}

.footer-text a:hover {
    color: #115356;
}

.footer-bottom {
    font-size: x-small;
}

@media (max-width: 1100px) {
    .beer {
        width: 200px;
    }

    #content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    #intro {
        padding: 30px;
    }

    .beer {
        width: 150px;
    }

    .info {
        gap: 20px;
        padding: 30px 5px;
    }

    .outro {
        padding: 20px 40px;
    }

    .info h1 {
        font-size: 2.5rem;
    }

    .info p {
        font-size: 1.3rem;
    }

    #content {
        gap: 30px;
        padding: 60px 20px;
    }

    .modal-content {
        width: 98%;
    }

    footer > p {
        font-size: 1.1rem;
    }
}

@media (max-width: 550px) {
    #intro {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "split-beer" "info";
    }

    .info {
        grid-area: info;
    }

    .split-beer {
        grid-area: split-beer;
        margin: 20px auto;
    }

    .beer {
        width: 100px;
    }

    #content {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 40px;
    }

    footer > p {
        font-size: 1rem;
    }
}

.carousel-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.carousel-section h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.info-section {
    margin-top: 37px;
    width: 86%;
}

.column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.column-one,
.column-two {
    flex: 1 1 45%;
    padding: 20px;
    box-sizing: border-box;
}

.column-one {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.column-one img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 400px;
    max-height: 420px;
}

.column-two {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.column-two a {
    width: auto;
    margin: 25px auto 0;
}

.page-video h2 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 20px;
    text-align: center;
    background: transparent;
}

.page-video h1 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    background: transparent;
}

.final-words {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 40px;
    min-height: 100dvh;
    overflow: hidden;
}

@media (max-width: 768px) {
    .column-wrapper {
        flex-direction: column;
    }

    .column-one,
    .column-two {
        flex: 1 1 100%;
        padding: 15px;
    }

    .column-one img {
        max-width: 100%;
        max-height: none;
    }

    .column-two a {
        margin-top: 20px;
    }

    .expert-logos {
        flex-direction: column;
    }

    .expert-logo {
        margin-bottom: 20px;
    }

    .expert-logo img {
        max-width: 200px;
    }
    .navbar-container {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }

    .navbar-brand img {
        height: 45px;
        width: 55px;
    }

    .social-icon svg {
        width: 25px;
        height: 25px;
    }

    #navbarResponsive {
        display: none;
    }

    .navbar-brand {
        display: none;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-subtitle {
        font-size: 1.2rem;
    }

    .promo-form {
        flex-direction: column;
        gap: 15px;
    }

    .promo-input {
        max-width: 100%;
    }

    .testimonial {
        padding: 20px;
        border-radius: 15px;
    }

    .testimonial {
        padding: 50px;
    }

    .testimonial-image img {
        width: 50px;
        height: 50px;
    }

    .banner-title {
        font-size: 2.1rem;
    }

    .savings-text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1100px) {
    .outro {
        padding: 20px 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
  #intro::after { transform: none; }
  .testimonials-section::before,
  .plain-video::before,
  #content::before,
  .promo-section::before,
  .experts-section::before,
  .savings-section::before,
  #social::before,
  footer::before { transform: none; }
}

/* animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}