body {
    background: #FAF6FD 0% 0% no-repeat padding-box;
}

p {
    font: normal normal normal 15px/26px Montserrat;
    letter-spacing: 0px;
    color: #333C58;
}

strong {
    font-weight: 800;
}

h1, .landing-page h1 {
    text-align: center;
    font: normal normal 800 45px/55px Montserrat;
    letter-spacing: 0px;
    color: #333C58;
    width: 615px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 0;
    line-height: 1.3;
}

h2 {
    font: normal normal 800 30px/40px Montserrat;
    letter-spacing: 0px;
    color: #333C58;
    font-weight: 800;
}

p.subheading {
    text-align: center;
    font: normal normal bold 24px/34px Montserrat;
    letter-spacing: 0px;
    color: #3ABFB3;
    margin: 0 auto 12px;
}

p.section-body {
    font: normal normal bold 18px/26px Montserrat;
    letter-spacing: 0px;
    color: #333C58;
    width: 992px;
    max-width: 100%;
    margin: 0 auto 20px;
}

/* ============================================================
   HERO
   ============================================================ */

p.hero-body {
    width: 715px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.hero-lp a.hawk-btn {
    font: normal normal 800 16px/40px Montserrat;
}

#hero-area:not(.hero-roi) {
    background-image: url('/wp-content/themes/hawk-sem/images/2026/cloud.png');
    background-repeat: no-repeat;
    background-position: 90% 100%;
}

.hawk-hero--top--inner:not(.hero-roi--inner)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/hawk-sem/images/2026/cloud.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    transform: scaleX(-1) translateX(8rem);
    pointer-events: none;
    z-index: 0;
    -webkit-transform: scaleX(-1) translateX(8rem);
    -moz-transform: scaleX(-1) translateX(8rem);
    -ms-transform: scaleX(-1) translateX(8rem);
    -o-transform: scaleX(-1) translateX(8rem);
}

.hero-video-button, .hero-video-button:active {
    width: 550px;
    max-width: 100%;
    height: 370px;
    position: relative;
    background-size: cover;
    border-radius: 6px;
    overflow: hidden;
}

#hero-area.hawk-hero--top {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.hero-video-button > * {
    position: relative;
    z-index: 3;
}

.hero-video-button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background: rgba(0,0,0,0.3);
    transition: background 150ms linear;
}

.hero-video-button:active::after {
    background: rgba(0,0,0,0.5);
}

.hero-btn-container {
    margin-top: 2rem;
}

h2.lp-hero-subtitle {
    font-size: 1.7rem;
    font-weight: 500;
    padding-bottom: 0;
}

.landing-page .hawk-hero, .hawk-hero, .hawk-hero--top {
    min-height: 0;
    max-height: 100%;
    padding-bottom: 3rem;
}

.hawk-hero--top {
    text-align: initial;
    min-height: 0;
}

#hawk-modal { opacity: 0 }
#hawk-modal.opening {
    display: block;
    animation: 0.05s ease-in 0.3s forwards 1 openmodal;
}

.landing-page h1 {
    font-weight: 700;
    color: var(--darkblue);
    font-size: 2rem;
}

.landing-page h1 small {
    font-weight: 300;
    font-size: 90%;
}

.landing-hero--bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat
}

/* @media(orientation: portrait) and (min-height: 800px) {
    .landing-hero--bottom {
        background-position: 50% 90%;
    }
} */

.lp-hero-grid-item {
	display: flex;
	gap: 1rem;
	align-items: center;
	align-content: center;
	padding: 1rem 1rem 4rem;
}

.lp-hero-grid-item > div:first-of-type {
	flex-basis: 95px;
	flex-shrink: 0;
	flex-grow: 0;
}

.lp-hero-grid-item > div:first-of-type > img {
	max-width: 80px;
	height: auto;
}

.lp-hero-grid-item > div:last-of-type {
	color: #FFF;
	font-size: 0.875rem;
    line-height: 1.1;
	font-weight: bold;
}

.lp-hero-grid-item div span {
	color: var(--green);
}

.lp-hero-grid-item div span {
    color: var(--green);
}

.hawk-hero--top.hero--updated.hero-social {
    padding-bottom: 0;
    overflow: hidden;
}

.hero-social .hero-grid {
    margin-top: 1rem;
    padding-top: 2rem;
    max-height: 465px;
    overflow: hidden;
    gap: 1rem;
}

.hawk-hero--top--inner {
    position: relative;
    z-index: 1;
}

.grid-2 .grid-left h1,
.grid-2 .grid-left p.subheading {
    text-align: left;
}

.grid-2 .grid-left h4 {
    margin-top: 3rem;
}

.grid-2 .grid-left .grid-4 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.grid-2 .grid-left .grid-4 img {
    max-width: 100%;
    height: auto;
}

/* ============================================================
   COMPONENTS
   ============================================================ */

.w-100 { width: 100% }

.icon-grid {
    margin-top: 2rem;
    align-items: stretch;
}

.icon-grid > div {
    height: 100%;
    align-self: flex-start;
    text-align: left;
    gap: 20px;
    padding: 2rem;
}

.icon-grid > div > div:first-child,
.icon-grid > div > p {
    align-self: flex-start;
}

.icon-grid > div > p:first-of-type {
    font: normal normal bold 18px/22px Montserrat;
}

.timeline-cards {
    margin-top: 0;
    align-items: stretch;
}

.timeline-cards > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.timeline-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--green);
    border-radius: 10px;
    color: #fff;
    font: normal normal 800 24px/1 Montserrat;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.timeline-cards h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.timeline-timeframe {
    font: normal normal bold 18px/22px Montserrat;
    margin-bottom: 0.25rem;
}

.hawksem-90-bg {
    background: url(/wp-content/themes/hawk-sem/images/new-2022/digital-marketing-meeting.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.hawksem-90-bg::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(63,72,100,0.7);
    z-index: 2;
}

.hawksem-90-bg > * {
    position: relative;
    z-index: 3;
}

/* FROM OLD THEME */
main.landing-page .fw-img-showcase .pillars-lg { display: none }
.inner-anchor {
    position: relative;
}
.inner-anchor .anchor-lift {
    height: 0;
    opacity: 0;
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.fw-img-showcase {
    position: relative;
    text-align: center;
    background: #3f4864;
}
.fw-img-showcase img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.mind-madness-bg h2 {
    max-width: 30ch;
    margin: 0 auto 2rem;
}
.mind-madness-bg {
    position: relative;
}
.mind-madness-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    content: "";
    z-index: 1;
}
.mind-madness-bg > * {
    position: relative;
    z-index: 2;
}
.service-body {
    max-height: 100%;
    overflow: visible;
}
.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-top: 3rem;
}
.logo-row > img {
    height: auto;
    max-height: 36px;
    width: auto;
    max-width: 130px;
}

.sticky-toc {
    position: fixed;
    bottom: 0;
    left: 1rem;
    /* height: 5.25rem; */
    width: auto;
    display: none;
    cursor: pointer;
    z-index: 9999;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: var(--green);
    padding: 0.5rem;
    box-shadow: 0 -6px 30px -6px rgba(0,0,0,0.2);
}
.sticky-toc > button {
    font-size: 14px;;
    padding: 6px 16px;
    height: auto;
    width: 100%;
    font-weight: 500;
    border: 2px solid var(--darkblue);
    background: var(--darkblue);
    color: #FFF;;
    cursor: pointer;
    line-height: 1.1;
    display: block;
    margin: 0 0 0 auto;
}
.sticky-toc > button:active {
    font-size: 1rem;
    padding: 0.9rem 2rem;
    height: auto;
    width: auto;
    font-weight: 500;
    background-color: var(--lightdarkblue);
    border: 2px solid var(--darkblue);
    color: #EEE;
    cursor: pointer;
    line-height: 1.1;
    font-family: 'Montserrat', Montserrat, Lato, 'Lato', 'Open Sans', sans-serif;
}
.sticky-toc > ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.sticky-toc.toc-open > ul > li { padding-left: 0;}
.sticky-toc.toc-open {
    height: auto;
}
.sticky-toc.toc-open > ul {
    display: block;
    margin-top: 1rem;
}
.sticky-toc > ul a {
    text-decoration: none;
    color: var(--darkblue);
    font-size: 0.9rem;
}
.sticky-toc > button > svg {
    padding-left: 1rem;
    transform: translateY(3px);
    pointer-events: none;
}

.expertise-grid a {
    display: block;
    text-decoration: none;
    color: var(--darkblue);
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid transparent;
}
.expertise-grid a h3 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    padding-bottom: 1px;
    margin-bottom: 1rem;
}
.expertise-grid a:hover {
    background: rgba(55, 179, 168, 0.3);
    border: 1px solid var(--green);
}

body, html {
    scroll-behavior: smooth;
}

.lp-toc {
    position: relative;
    z-index: 3;
    margin-top: -3rem;
    border-radius: 6px;
    margin-bottom: 3rem;
    box-shadow: 0 8px 40px -12px rgba(0,0,0,0.175);
}
.lp-toc > div:first-of-type {
    display: flex;
    align-content: center;
    align-items: center;
}
.lp-toc > div:first-of-type h2 {
    margin: 1rem 0;
}

.lp-toc ul.arrow-list {
    margin: 1rem 0 1rem 2rem;
}
.lp-toc .arrow-list a {
    color: var(--darkblue);
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}
.lc-toc .arrow-list a:hover { text-decoration: underline}

.deliverables-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
ul.deliverables-list li {
    display: flex;
    gap: 1rem;
    align-items: center;
    align-content: center;
}
ul.deliverables-list li div:first-of-type {
    flex-basis: 70px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
}
ul.deliverables-list li div:first-of-type img {
    width: 65px;
    height: auto;
}
#deliverables {
    margin-bottom: 3rem;
}
#deliverables h2 {
    margin-top: 2rem;
}

.container-sm {
    width: 840px;
}
main.landing-page .fw-img-showcase .pillars-sm { width: 100%; height: auto }
#modal-content form .hs-button:hover {
    background: var(--darkgreen);
    color: #FFF;
    height: auto;
    text-indent: 0;
    display: inline-block;
    font-size: 11px;
}

.cost-top-section.v-pad.margin-bottom-large {
	padding-bottom: 3rem;
	border-radius: 6px;
}
.cost-card {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	background: rgba(0,0,0,0.1);
    border-radius: 6px;
}
.line-heading-section h2 {
    padding-bottom: 1.333rem;
}
.line-heading-section hr {
    margin: 0 auto 1.25rem;
}
.line-heading-section > div {
    margin: 0 auto 2.5rem;
    line-height: 1.4;
}
.line-heading-section > div.text-lead {
    margin: 0 auto 1.75rem;
}
.line-heading-section > div:not(.text-lead) {
    font-size: 14px;
}
.cost-card--title {
	font-size: 2rem;
	line-height: 1;
}

.m-bottom, .m-bottom-large {
		margin-bottom: 2rem !important;
	}

.cost-card--body p:last-of-type {
	margin-bottom: 0;
}

.cost-top-section .cost-middle ul {
	justify-content: center;
	margin-bottom: 0;
}

.cost-top-section .cost-middle ul li {
	padding-left: 0;
    margin-bottom: 0;
    margin-left: 3.5rem;
}

.cost-top-section.v-pad {
	padding-bottom: 0;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.cost-top-section.v-pad.no-bottom {
	padding-bottom: 2rem;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cost-top-section.v-pad {
    padding-bottom: 0;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bg-blue-design {
    background-color: var(--darkblue);
    background-image: url(/wp-content/themes/hawk-sem/css/service-blue-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.cost-bottom-section {
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.cost-bottom-section .cost-card {
	text-align: center;
}

.cost-bottom-section .cost-card h3 {
	margin-top: 1rem;
	min-height: 60px;
}

.cost-bottom-section .cost-card {
	background: transparent;
}

.cost-card > img {
	align-self: center;
}

.card-link--outer {
	position: relative;
	padding: 0.75rem;
	border-radius: 6px;
	border: 1px solid transparent;
}

.card-link--outer:hover {
	background: rgba(55,179,168,.3);
    border: 1px solid var(--green);
}

.card-link--outer img {
	display: block;
	margin: 0 auto 0.5rem auto;
	border-radius: 3px;
    overflow: hidden;
}

.card-link--outer h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.card-link--outer .card-link--inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.reviews-images {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.reviews-images > img {
	max-width: 100%;
	height: auto;
}

.testimonial-callout, .hero-roi .hero-callout {
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
    padding: 1.5rem 1rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.testimonial-callout.grid-image-right, .hero-roi .hero-callout {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-callout .grid-content {
    padding: 1.5rem 0;
}
.testimonial-callout .grid-content h2 {
    padding-bottom: 1rem;
}
.testimonial-callout .grid-content .green-divider {
    margin-bottom: 1rem;
}

.card-link--outer:hover a {
	color: #ECECEC;
	text-decoration: none;
	text-shadow: 2px 0px 6px 2px rgba(0,0,0,0.2);
    align-items: flex-start;
}

.grid-image img {
    max-width: 100%;
    height: auto;
}
.grid-image video {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}
.grid-image.video-col {
    padding-left: clamp(2rem, 7.5vw, 6rem);
    padding-right: clamp(2rem, 7.5vw, 6rem);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-image.video-col::before {
    content: '';
    position: absolute;
    width: 80%;
    aspect-ratio: 1;
    background: #37b3a8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.grid-image.video-col::after {
    content: '';
    position: absolute;
    width: 84%;
    aspect-ratio: 1;
    background: transparent;
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.number-callouts {
    margin: 2rem 0;
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.number-callouts .number-callouts--block {
    padding: 0.5rem 0 0.5rem;
}
.number-callouts .number-callouts--block .number-callouts--number {
    font: normal normal 800 40px/55px Montserrat;
    letter-spacing: 0px;
    color: #333C58;
    text-align: left;
}
.number-callouts .number-callouts--block .number-callouts--text {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #3ABFB3;
    padding-right: 0.5rem;
}
.grid-image img {
    object-fit: contain;
}
.platform-grid img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* ============================================================
   SERVICE MAIN SIDE (part-difference.php)
   ============================================================ */

.service-main-side {
    margin-bottom: 3rem;
}

.service-main-side .service-main-side--side {
    position: relative;
    overflow: hidden;
}

#content .service-main-side {
    border-radius: 6px;
    overflow: hidden;
}

.service-main-side--main p,
.service-main-side p {
    margin-bottom: 0.65rem;
}

.service-main-side .service-main-side--side.side-image img {
    max-width: 100%;
    height: auto;
}

.service-main-side--side-image-overlay {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 2rem 2.5rem;
}

.service-main-side--side-image-overlay.service-main-side--side-top {
    top: 0;
    height: 100%;
    z-index: 9;
    color: #FFF;
    font-weight: 700;
    font-size: 2rem;
    padding-right: 20%;
    line-height: 1.2;
    width: 420px;
    max-width: 100%;
}

.heading-divider h2,
.heading-divider h3 {
    padding-bottom: 0.75rem;
}

.heading-divider .green-divider {
    margin-bottom: 1.25rem;
}

.social-grid {
    gap: 2rem;
}

.social-grid p {
    margin-bottom: 0.875rem;
}

.social-grid p,
.social-grid li {
    font-size: 14px;
}

.bg-img.cta-bg {
    background-position: center top;
    background-size: cover;
    background-image: url(/wp-content/themes/hawk-sem/images/new-2023/services/bg-hawk-whitepink.jpg);
}

.reviews-images img {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.ugc-video-section video {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}

.partnering-section .bg-blue-design {
    padding: 2rem;
    border-radius: 1rem;;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    align-items: center;
}

.partnering-section .grid-2 > div {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.partnering-section .grid-2 > div > img {
    max-width: 100%;
    height: auto;
}

.partnering-section .grid-2 > div > h2,
.partnering-section .grid-2 > div > .subheading,
.partnering-section .grid-2 > div > p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.partnering-section .grid-2 > div > p:not(.subheading) {
    font-size: 14px;
}

br.mobile {
    display: none;
}

.resources-item--body {
    color: var(--darkblue);
    font-size: 14px;
    line-height: 1.2;
}

/* ============================================================
   MEDIA QUERIES - Organized from smallest to largest breakpoints
   ============================================================ */

/* Mobile (max-width: 799px) */
@media(max-width: 768px) {
    br.mobile {
        display: block;
    }
    .arrow-list.d-flex {
        flex-direction: column;
    }
    .lp-hero-grid-item {
        padding: 2rem;
    }
    .lp-hero-grid-item:last-of-type {
        padding-bottom: 5rem;
    }
    .lp-toc {
        width: calc(100% - 2rem);
        margin: -2.5rem 1rem 3rem 1rem;
    }
    .hero-video-button {
        margin-top: 3rem;
    }
}

@media(max-width: 799px) {
    .sticky-toc {
        width: 100%;
        bottom: 0;
        left: 0.5rem;
        right: 0.5rem;
        width: calc(100% - 1rem);
        height: 6rem;
        transition: height 240ms ease-in;
    }
    .sticky-toc.toc-open {
        height: 397px;
    }
    .sticky-toc > ul {
        text-align: center;
    }
    .sticky-toc > button,
    .sticky-toc.toc-open button,
    .sticky-toc > button:active {
        width: 100%;
    }
    main.landing-page .sticky-toc > button:active {
        background: #000;
        border-color: #000;
        color: #FFF;
    }
    .hero-social .hero-grid.ugc-video-section {
        max-height: none;
        overflow: visible;
        position: relative;
        height: 280px;
        padding: 0;
        margin-top: 2rem;
    }
    .hero-social .ugc-video-section > div {
        position: absolute;
        bottom: -30%;
        left: 50%;
        margin-left: -70px;
        transform-origin: bottom center;
    }
    .hero-social .ugc-video-section > div:nth-child(1) {
        transform: translateX(-15%) rotate(-18deg) scale(1.4);
        z-index: 1;
        -webkit-transform: translateX(-15%) rotate(-18deg) scale(1.4);
        -moz-transform: translateX(-15%) rotate(-18deg) scale(1.4);
        -ms-transform: translateX(-15%) rotate(-18deg) scale(1.4);
        -o-transform: translateX(-15%) rotate(-18deg) scale(1.4);
}
    .hero-social .ugc-video-section > div:nth-child(2) {
        transform: rotate(0deg) scale(1.5);
        z-index: 3;
        -webkit-transform: rotate(0deg) scale(1.5);
        -moz-transform: rotate(0deg) scale(1.5);
        -ms-transform: rotate(0deg) scale(1.5);
        -o-transform: rotate(0deg) scale(1.5);
}
    .hero-social .ugc-video-section > div:nth-child(3) {
        transform: rotate(18deg) translateX(15%) scale(1.4);
        z-index: 1;
        -webkit-transform: rotate(18deg) translateX(15%) scale(1.4);
        -moz-transform: rotate(18deg) translateX(15%) scale(1.4);
        -ms-transform: rotate(18deg) translateX(15%) scale(1.4);
        -o-transform: rotate(18deg) translateX(15%) scale(1.4);
}
    .hero-social .ugc-video-section video {
        width: 140px;
        height: auto;
        display: block;
        border-radius: 30px;
    }
    .service-main-side--side.side-image {
        position: relative;
        min-height: 375px;
    }
    .service-main-side--side.side-image img,
    .service-main-side .service-main-side--side.side-image img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 2;
    }
    #content .service-main-side {
        border-radius: 0;
    }
    .service-main-side .service-main-side--side {
        margin-bottom: 0;
    }
    .ugc-video-section video,
    .grid-image video {
        border-radius: 26px;
    }
    .grid-image.video-col::before {
        width: 115%;
    }
    .grid-image.video-col::after {
        width: 140%;
    }
    .grid-image.video-col {
        padding-left: clamp(1rem, 3vw, 3rem);
        padding-right: clamp(1rem, 3vw, 3rem);
    }
}

/* Small phones and up (min-width: 480px) */
@media(min-width: 480px) {
    .landing-hero--bottom {
        background-image: url(/wp-content/themes/hawk-sem/images/new-2023/landing/hero%20img.png);
    }
}

/* Tablet landscape (min-width: 710px and max-width: 991px) */
@media(min-width: 710px) and (max-width: 991px) {
    .hero-video-button {
        margin: 3rem auto 1rem;
    }
}

/* Tablet and up (min-width: 767px) */
@media(min-width: 767px) {
    main.landing-page .fw-img-showcase .pillars-lg {
        display: block;
    }
    main.landing-page .fw-img-showcase .pillars-sm {
        display: none;
    }
    main.landing-page .split-grid {
        display: block;
    }
    .timeline-line {
        top: 99px;
    }
}

/* Tablet range (min-width: 767px and max-width: 1159px) */
@media(min-width: 767px) and (max-width: 1159px) {
    main.landing-page .leaf-2 {
        display: none;
    }
}

/* Medium tablets (min-width: 769px) */
@media(min-width: 800px) {
    .grid-2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1rem;
    }
    .grid-2.social-grid {
        gap: 4rem;
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    ul.deliverables-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .number-callouts.grid-dividers .number-callouts--block:not(:last-of-type) {
        border-right: 1px solid #E3E3E3;
    }
    .white-bg-8 {
        top: 5268px;
    }
    .white-bg-4 {
        top: 6550px;
    }
    .white-bg-5 {
        top: 7670px;
    }
    .white-bg-6 {
        top: 15000px;
        background: url(/wp-content/themes/hawk-sem/images/new-2023/bg/white-bg-6.jpg);
    }
    .white-bg-7 {
        top: 10022px;
    }
    .lp-hero-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .lp-toc {
        display: grid;
        grid-template-columns: 0.5fr 1fr 1fr 1fr;
        gap: 1rem;
    }
    .lp-hero-grid-item {
        border-right: 1px solid var(--lightgray);
    }
    .lp-hero-grid-item:last-of-type {
        border-right: none;
    }
    .landing-page h1 {
        font-size: 3.5vw;
    }

    .sticky-toc {
        left: 0;
        right: initial;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 115px;
        text-align: right;
        transition: width 240ms ease-out;
    }
    .sticky-toc.toc-open {
        width: 320px;
        border-top-left-radius: 0;
        padding: 1rem;
    }
    .sticky-toc.toc-open > ul {
        text-align: left;
    }
    .sticky-toc ul li {
        height: 0;
        display: none;
        opacity: 0;
    }
    .sticky-toc.toc-open ul li {
        display: block;
        animation: 100ms ease-in 160ms forwards 1 opengrid;
    }
    .sticky-toc.toc-open ul li a {
        font-size: 1.1rem;
    }
    .sticky-toc.toc-open #show-toc {
        width: auto;
        display: block;
        margin: 0 0 0 auto;
    }
    .reviews-images,
    .reviews-clutch {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }
    .reviews-images > img:nth-of-type(odd) {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .reviews-images > img:nth-of-type(even) {
        grid-column-start: 2;
        grid-column-end: 5;
    }
    .service-main-side {
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 1rem;
    }
    .service-main-side:not(.bg-white) .service-main-side--side.side-image {
        border-radius: 6px;
        overflow: hidden;
    }
    .service-main-side.side-first {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .service-main-side .service-main-side--side.side-image {
        position: relative;
        align-self: stretch;
        max-height: 840px;
        min-height: 500px;
    }
    .service-main-side .service-main-side--side.side-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Large desktop (min-width: 992px) */
@media(min-width: 992px) {
    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-image-right .grid-image img {
        transform: translateX(3rem);
        -webkit-transform: translateX(3rem);
        -moz-transform: translateX(3rem);
        -ms-transform: translateX(3rem);
        -o-transform: translateX(3rem);
    }
    .lp-hero-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    main.landing-page .split-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .lp-hero-grid-item:first-of-type > div:first-of-type {
        flex-basis: 80px;
    }
    .lp-hero-grid-item:first-of-type > div:first-of-type > img {
        width: 80px;
    }
    .grid-image img {
        max-width: 100%;
        height: auto;
        object-fit: none;
        overflow: visible;
    }
}

/* Extra large desktop (min-width: 1200px) */
@media(min-width: 1200px) {
    .landing-page h1 {
        font-size: 2.6em;
    }
    .testimonial-callout {
        padding: 2rem 3rem;
    }
}

/* Extra large desktop with min height (min-width: 1200px and min-height: 540px) */
@media(min-width: 1200px) and (min-height: 540px) {
    .sticky-toc {
        border-bottom-right-radius: 6px;
        bottom: 25%;
    }
}

/* Ultra large desktop (min-width: 1300px) */
@media(min-width: 1300px) {
    .hawk-hero--top {
        padding-top: clamp(5.5rem, 12vh, 11rem);;
    }
}

@media(max-width: 1300px) {
    .white-bg-1 {
        display: none;
    }
}

/* Ultra wide screens (min-width: 1907px) */
@media(min-width: 1907px) {
    .fw-img-showcase:before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 10vw;
        content: "";
        background: rgb(63, 72, 100);
        background: linear-gradient(270deg, rgba(63, 72, 100, 1) 0%, rgba(63, 72, 100, 1) 25%, rgba(63, 72, 100, 0.9) 50%, rgba(63, 72, 100, 0) 100%);
        z-index: 11;
    }
    .fw-img-showcase:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 10vw;
        content: "";
        background: rgb(63, 72, 100);
        background: linear-gradient(90deg, rgba(63, 72, 100, 1) 0%, rgba(63, 72, 100, 1) 25%, rgba(63, 72, 100, 0.9) 50%, rgba(63, 72, 100, 0) 100%);
        z-index: 11;
    }
}

/* Extra ultra wide screens (min-width: 2000px) */
@media(min-width: 2000px) {
    .fw-img-showcase:before,
    .fw-img-showcase:after {
        width: 20vw;
    }
}

/* Maximum width (min-width: 2100px) */
@media(min-width: 2100px) {
    .fw-img-showcase:before {
        right: calc((100% - 1907px) / 2);
    }
    .fw-img-showcase:after {
        left: calc((100% - 1907px) / 2);
    }
}

/* ============================================================
   KEYFRAME ANIMATIONS
   ============================================================ */


@keyframes openmodal {
    from {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    to {
        opacity: 1;
        box-shadow: 0 0 2400px 1200px rgba(0, 0, 0, 0.6);
    }
}

@keyframes opengrid {
    from {
        opacity: 0;
        height: 0;
    }
    to {
        opacity: 1;
        height: 30px;
    }
}
