@font-face {
    font-family: 'lb';
    src: url('/fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    size-adjust: 100%;
    ascent-override: 100%;
    descent-override: 30%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'lb';
    src: url('/fonts/Libre_Baskerville/LibreBaskerville-Italic.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: italic;
    font-display: swap;

    size-adjust: 100%;
    ascent-override: 100%;
    descent-override: 30%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'lb';
    src: url('/fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf') format('truetype');
    font-size: normal;
    font-weight: bold;
    font-style: normal;
    font-display: swap;

    size-adjust: 100%;
    ascent-override: 100%;
    descent-override: 30%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'inter';
    src: url('/fonts/Inter/static/Inter-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    size-adjust: 100%;
    /* ascent-override: 80%; */
    ascent-override: 100%;
    /* descent-override: 8%; */
    descent-override: 30%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'inter';
    src: url('/fonts/Inter/static/Inter-Bold.ttf') format('truetype');
    font-size: normal;
    font-weight: bold;
    font-style: normal;
    font-display: swap;

    size-adjust: 100%;
    /* ascent-override: 80%; */
    ascent-override: 100%;
    /* descent-override: 8%; */
    descent-override: 30%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'ss';
    src: url('/fonts/Story_Script/StoryScript-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    size-adjust: 120%;
    ascent-override: 100%;
    descent-override: 30%;
    line-gap-override: 0%;
}

:root {
    --q: #272727;
        --q2: #27272733;
        --q4: #27272766;
        --q6: #27272799;
        --q8: #272727cc;
    --w: #efefef;
        --w2: #efefef33;
        --w4: #efefef66;
        --w6: #efefef99;
        --w8: #efefefcc;
    --a: #009aeb;
        --a2: #009aeb33;
        --a4: #009aeb66;
        --a6: #009aeb99;
        --a8: #009aebcc;
    /* --s: #ff8127; */
    /* --s: #ff5914; */
    /* --s: #e9d7cb; */
    --s: #e6e2de;
    --d: #575a5d;
        --d2: #575a5d33;
        --d4: #575a5d66;
        --d6: #575a5d99;
        --d8: #575a5dcc;
    --f: #8d9091;
        --f2: #8d909133;
        --f4: #8d909166;
        --f6: #8d909199;
        --f8: #8d9091cc;

    --nav-height: 100px;
}

* {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: normal;
    text-rendering: optimizeSpeed;
    /* outline: 1px solid #ff0000; */
}
*:focus-visible {
    outline: 2px solid var(--q);
    outline-offset: 1px;
}
/* *:focus:not(:focus-visible) {
    outline: none;
} */
/* p {
    line-height: 1.5rem;
} */
button, .button {
    background: none;
    border: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    touch-action: manipulation;
    cursor: pointer;
}
input,select,textarea {
    background: none;
    border: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1;
}
html, body {
    max-width: 100%;
    overflow: visible;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'lb', serif;
    color: var(--q);
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--w);
}

.grecaptcha-badge { visibility: hidden; }
.button {
    text-decoration: none;
    background-color: var(--w);
    /* border: 2px solisd var(--q); */
    /* border-radius: 12px; */
    border-radius: 0;
    font-size: 16px;
    color: var(--q);
    font-family: 'inter', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    /* position: relative;
    isolation: isolate; */
}
.button.clear {
    background: none;
}
.button.fade::before {
    background-color: var(--w);
}
/* .button:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--q);
    transition: 0.2s;
}
.button:hover::before {
    top: 6px;
    left: 6px;
} */
.button.cta {
    background-color: var(--a);
}
.button.fade.cta::before {
    background-color: var(--a);
}
.button.fade {
    /* mask-image: url('/media/photos/rough_fade.png'); */

    /* mask-image: url('/media/photos/rough_fade.png'), linear-gradient(to right, #fff 0%, #fff 100%);
    mask-repeat: no-repeat, no-repeat;
    mask-position: left center, right center;
    mask-size: auto 100%, calc(100% - 68px) 100%; */

    /* clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); */
    /* clip-path: polygon(calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0); */
    /* clip-path: polygon(calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 0 100%, 0 0); */
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    /* transition: padding-left 0.2s; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    isolation: isolate;
}
.button.fade:hover::before {
    opacity: 0.8;
}
.button.fade::before {
    position: absolute;
    z-index: -1;
    content: '';
    inset: 0;
    /* mask: url('/media/photos/rough_edge.png') no-repeat left center / contain, linear-gradient(to right, #fff 0%, #fff 100%) no-repeat right center / calc(100% - 16px) 100%;
    -webkit-mask: url('/media/photos/rough_edge.png') no-repeat left center / contain, linear-gradient(to right, #fff 0%, #fff 100%) no-repeat right center / calc(100% - 16px) 100%; */
    mask: url('/media/photos/rough_edge_negated.png') no-repeat left center / contain, linear-gradient(90deg, #000, #000), no-repeat center center / auto 100%, url('/media/photos/rough_edge_flip_negated.png') no-repeat right center / contain;
    -webkit-mask: url('/media/photos/rough_edge_negated.png') no-repeat left center / contain, linear-gradient(90deg, #000, #000), no-repeat center center / auto 100%, url('/media/photos/rough_edge_flip_negated.png') no-repeat right center / contain;
    mask-composite: exclude;
    transition: opacity 0.2s;
}
.buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.buttons.flex-end {
    justify-content: flex-end;
}

._nav_ {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: var(--nav-height);
    transition: 0.3s ease-in-out;
}
.nav {
    width: 1600px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 35px;
    /* padding: 12px 25px;
    background-color: var(--w);
    border-radius: 50px; */
    transition: 0.3s ease-in-out;
}
.nav .groups {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.nav .groups .group {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    transition: gap 0.2s;
}
.nav .groups .group.first a {
    text-decoration: none;
    color: var(--q);
}
.nav .groups .group.first a p {
    font-size: 25px;
    margin: 0;
}
.nav .groups .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.nav .groups .logo img {
    display: block;
    height: 100%;
    width: auto;
}
.nav .groups .last {

}
.nav .groups .group.last a {
    text-decoration: none;
    color: var(--q);
    padding: 12px;
    transition: color 0.2s;
}
.nav .groups .group.last a:hover {
    /* color: var(--a); */
}
.nav .groups .group.last a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--q);
    transition: width 0.2s;
}
.nav .groups .group.last a:hover::after {
    width: 100%;
}
.nav .groups .group.last a.cta {
    background-color: var(--a);
}
.nav .groups .group.last a.cta::after {
    display: none;
}

.mobile_groups {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mobile_groups > * {
    z-index: 1;
}
.nav .mobile_groups .ham_menu {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav .mobile_groups .ham_menu button {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nav .mobile_groups .ham_menu button span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--q);
}
.nav .mobile_groups a.phone {
    height: 30px;
}
.nav .mobile_groups a.phone svg {
    height: 35px;
    width: auto;
    color: var(--q);
}


.nav_menu {
    position: fixed;
    z-index: 1;

    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding-top: var(--nav-height);
    background-color: var(--w);
    overflow-y: scroll;
    overscroll-behavior: none;
}
.nav_menu.open {
    opacity: 1;
}
.nav_menu .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 50px;
    padding-top: 0;
    margin-bottom: 84px;
}
.nav_menu .links > a > img {
    display: flex;
    width: 80px;
    height: auto;
}
.nav_menu .links a {
    display: inline-block;
    color: var(--q);
    font-size: 25px;
    text-decoration: none;
    outline-color: var(--q);
}
.nav_menu .links a:hover,
.nav_manu .links a:focus {
    text-decoration: underline;
}
.nav_menu .links a.for {
    font-size: 20px;
    margin-left: 25px;
}

/* NAV SCROLL - NAV SCROLL - NAV SCROLL - NAV SCROLL - NAV SCROLL */
._nav_.scroll {
    height: 60px;
    background-color: var(--w8);
    box-shadow: 0px 0px 10px 0px var(--q4);
}
._nav_.scroll .nav {
    padding: 12px 12px;
}
._nav_.scroll .nav .groups .group {
    gap: 12px;
}
/* NAV SCROLL - NAV SCROLL - NAV SCROLL - NAV SCROLL - NAV SCROLL */

._header_ {
    width: 100%;
    /* background-color: var(--a); */
}
.header {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;

    /* background: url('/media/photos/landscape.jpg');
    background-position: center 80%;
    background-size: cover;

    background-image: linear-gradient(135deg, transparent 40%, var(--a6) 60%); */

    /* background-image: linear-gradient(135deg, transparent 40%, var(--a6) 60%), url('/media/photos/landscape_1000.jpg'); */
    background-image: linear-gradient(90deg, var(--w) 0%, var(--w6) 100%), url('/media/photos/landscape_1000.jpg');
    /* background-color: var(--w); */
    background-position: center 80%;
    background-size: cover;

    /* position: relative;
    isolation: isolate; */
}
.header .overlay {
    /* position: absolute; */

    /* width: 800px;
    max-width: 100%; */
    width: 100%;
    /* height: 100%; */
    /* top: 0;
    left: 0; */
    /* left: 50%;
    transform: translateX(-50%); */

    display: flex;
    justify-content: space-between;
    gap: 25px 100px;
    padding: 50px;
    padding-top: var(--nav-height);

    position: relative;
    /* overflow-y: clip; */
    isolation: isolate;
}
.header .overlay svg {
    position: absolute;
    z-index: -1;
    /* inset: 0;
    width: 100%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: var(--w);
    stroke: var(--w8);
    opacity: 0.8;
}
.header .overlay .text {
    flex: 0 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 400px;
}
.header .overlay .simple_text {
    height: auto;
}
.header .overlay .simple_text h1 {
    font-family: 'lb', serif;
    /* font-style: italic; */
    font-size: 50px;
    font-weight: bold;
    /* letter-spacing: 1px; */
    color: var(--q);
    margin: 25px 0 0 0;
}
.header .overlay .text h1 {
    font-family: 'ss', sans-serif;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 25px 0;
    text-align: right;
}
/* NEW LOGO */
.header .overlay .text img {
    display: block;
    width: 500px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.header .overlay .text h1 {
    font-size: 35px;
}
/* NEW LOGO */
.header .overlay .text h1 span {
    padding: 0 12px;
    display: inline;
    background-image: linear-gradient(90deg, var(--a), var(--a));
    /* background-size: 100% 80%;
    background-position: center; */
    background-size: 100% 25px;
    background-position: center 80%;
    background-repeat: no-repeat;
}
.header .get_started_form {
    flex: 0 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .get_started_form form {
    width: 100%;
    background-color: var(--w4);
    padding: 12px;
    font-family: 'inter', sans-serif;

    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* .header .get_started_form form p.t {
    font-size: 25px;
    font-family: 'ss', sans-serif;
    margin: 0;
    margin-bottom: 12px;
} */
.header .get_started_form form div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.header .get_started_form form textarea,
.header .get_started_form form input {
    flex: 1 1 120px;
    width: 100%;
    background-color: var(--w);
    color: var(--q);
    font-family: inherit;
    font-size: 16px;
    padding: 12px;
    border-radius: 0;
}
.header .get_started_form form textarea {
    min-height: 120px;
    resize: vertical;
}
.header .get_started_form form .recaptcha_notice {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: var(--d);
}
.header .get_started_form form .recaptcha_notice a {
    color: var(--a);
}

._reviews_ {
    width: 100%;
}
.reviews {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    /* padding: 50px; */
    /* padding: 50px; */
}
.reviews .all_reviews {
    /* width: 600px; */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;

    display: flex;
    overflow-x: scroll;

    /* mask: url('/media/photos/rough_edge.png') no-repeat left center / auto 100%, url('/media/photos/rough_edge_flip.png') no-repeat right center / auto 100%, linear-gradient(90deg, #000 0%, #000 100%) no-repeat center center / auto 100%; */
    /* -webkit-mask: url('/media/photos/rough_edge.png') no-repeat left center / contain, url('/media/photos/rough_edge_flip.png') no-repeat right center / contain; */

    /* mask-image: url('/media/photos/rough_edge_negated.png'), linear-gradient(90deg, #000, #000), url('/media/photos/rough_edge_flip_negated.png');
    mask-repeat: no-repeat, no-repeat, no-repeat;
    mask-position: left center, center center, right center;
    mask-size: contain, auto 100%, contain; */

    /* mask: url('/media/photos/rough_edge_negated.png') no-repeat left center / contain, linear-gradient(90deg, #000, #000), no-repeat center center / auto 100%, url('/media/photos/rough_edge_flip_negated.png') no-repeat right center / contain;
    -webkit-mask: url('/media/photos/rough_edge_negated.png') no-repeat left center / contain, linear-gradient(90deg, #000, #000), no-repeat center center / auto 100%, url('/media/photos/rough_edge_flip_negated.png') no-repeat right center / contain;

    mask-composite: exclude; */

    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;

    scrollbar-width: none;
    -ms-overflow-style: none;
}
.reviews .all_reviews::-webkit-scrollbar {
    display: none;
}
.reviews .all_reviews .review {
    flex: 1 0 100%;
    max-width: 100%;
    /* padding: 25px 60px; */
    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;

    scroll-snap-align: center;
    scroll-snap-stop: always;

    font-family: 'lb', serif;
}
.reviews .all_reviews .review .text {
    margin: 0;
    font-style: italic;
    text-align: center;
}
.reviews .all_reviews .review .text a {
    color: inherit;
}
.reviews .all_reviews .review .bottom {
    display: flex;
    align-items: center;
    gap: 6px;
}
.reviews .all_reviews .review .bottom .name {
    margin: 0;
    font-family: inherit;
}
.reviews .all_reviews .review .stars {
    display: flex;
    gap: 2px;
}
.reviews .all_reviews .review .stars span {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-5.39 -5.39 64.65 64.65' xml:space='preserve' fill='%2300000'%3E%3Cg%3E%3Cpolygon style='fill:%23EFCE4A;' points='26.934,1.318 35.256,18.182 53.867,20.887 40.4,34.013 43.579,52.549 26.934,43.798 10.288,52.549 13.467,34.013 0,20.887 18.611,18.182 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

._explain_ {
    width: 100%;
    background-color: var(--s);
}
/* ._explain_.border_top {
    border-top: 2px solid var(--a);
} */
.explain {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
}
.explain.bg {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.explain .sides {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 50px;
}
.explain .sides .side {
    flex: 1 1 300px;
}
.explain .sides .side.shadow {
    /* box-shadow: 10px 10px 10px 0px var(--a4); */
    /* border: 4px dashed var(--a); */
}
.explain .sides .side h2 {
    font-family: 'ss', sans-serif;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 0;
    margin-bottom: 12px;
    word-wrap: break-word;
}
.explain .sides .side h2 span {
    font-weight: inherit;
    padding: 0 12px;
    display: inline;
    background-image: linear-gradient(90deg, var(--a), var(--a));
    background-size: 100% 25px;
    background-position: center 80%;
    background-repeat: no-repeat;
}
.explain .sides .side > p {
    font-size: 16px;
    font-family: 'inter', sans-serif;
    line-height: 2;
    margin: 0;
}
.explain .sides .side img {
    display: block;
    width: 100%;
    height: auto;
}
.explain .sides .side img.dashed {
    border: 4px dashed var(--a);
}
.explain .sides .side ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
}
.explain .sides .side ul li {
    margin: 0;
    margin-top: 12px;
    padding-left: 25px;
}
.explain .sides .side ul li::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 -25px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10 20C4.477 20 0 15.523 0 10 0 4.477 4.477 0 10 0 15.523 0 20 4.477 20 10 20 15.523 15.523 20 10 20ZM10 19C14.971 19 19 14.971 19 10 19 5.029 14.971 1 10 1 5.029 1 1 5.029 1 10 1 14.971 5.029 19 10 19ZM13.146 7.146C13.342 6.951 13.658 6.951 13.854 7.146 14.049 7.342 14.049 7.658 13.854 7.854L8.854 12.854C8.658 13.049 8.342 13.049 8.146 12.854L6.146 10.854C5.951 10.658 5.951 10.342 6.146 10.146 6.342 9.951 6.658 9.951 6.854 10.146L8.5 11.793 13.146 7.146Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.explain .sides .side .areas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 25px;
    margin-top: 25px;
}
.explain .sides .side .areas a.area {
    text-decoration: none;
    color: var(--q);
    background-image: linear-gradient(90deg, var(--a6) 0%, var(--a8) 100%);
    border-radius: 12px;
    padding: 12px;
}
.explain .sides .side .areas .area p.t {
    font-family: 'inter', sans-serif;
    /* font-size: 30px; */
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 0;
}
.explain .sides .side .areas .area .b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 6px;
    border-radius: 12px;
    border: 2px solid var(--q);
    background-color: transparent;
    transition: background-color 0.2s;
}
.explain .sides .side .areas .area .b p {
    flex: 1 1;
    font-family: 'inter', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    transition: color 0.2s;
}
.explain .sides .side .areas .area .b svg {
    flex: 0 1 auto;
    width: 35px;
    height: 35px;
    color: var(--q);
    transition: color 0.2s;
}
.explain .sides .side .areas a.area:focus .b,
.explain .sides .side .areas a.area:hover .b {
    background-color: var(--q);
}
.explain .sides .side .areas a.area:focus .b p,
.explain .sides .side .areas a.area:hover .b p {
    color: var(--w);
}
.explain .sides .side .areas a.area:focus .b svg,
.explain .sides .side .areas a.area:hover .b svg {
    color: var(--w);
}



._home_experience_ {
    width: 100%;
}
.home_experience {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-image: linear-gradient(90deg, var(--w) 0%, var(--w6) 100%), url('/media/photos/truck_and_frame_1000.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home_experience h2 {
    font-family: 'ss', sans-serif;
    font-style: italic;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 0;
    word-wrap: break-word;
}
.home_experience h2 span {
    font-weight: bold;
    padding: 0 12px;
    display: inline;
    background-image: linear-gradient(90deg, var(--a), var(--a));
    background-size: 100% 25px;
    background-position: center 80%;
    background-repeat: no-repeat;
}
.home_experience .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin: 25px 0;
}
.home_experience .icons .icon {
    display: flex;
    align-items: center;
    gap: 6px;
}
.home_experience .icons .icon img {
    height: 50px;
    width: auto;
}
.home_experience .icons .icon p {
    font-size: 16px;
    margin: 0;
    font-family: 'inter', sans-serif;
    font-weight: bold;
}


._gallery_ {
    width: 100%;
}
.gallery {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
}
.gallery .photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 12px;
}
.gallery .photos .photo {
    height: 200px;
    background-position: center;
    background-size: cover;
}
.gallery .photos .photo div {
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: 0.2s background-color;
}
.gallery .photos .photo:hover div {
    background-color: var(--a4);
}
.upload_progress_bar {
    width: 100%;
    background-color:
}


._last_call_ {
    width: 100%;
}
.last_call {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-image: linear-gradient(90deg, var(--w) 0%, var(--w6) 100%), url('/media/photos/truck_and_frame_1000.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    text-align: center;
}
.last_call h2 {
    font-family: 'ss', sans-serif;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 0;
    word-wrap: break-word;
}
.last_call h2 span {
    font-weight: bold;
    padding: 0 12px;
    display: inline;
    background-image: linear-gradient(90deg, var(--a), var(--a));
    background-size: 100% 25px;
    background-position: center 80%;
    background-repeat: no-repeat;
}
.last_call .buttons {
    justify-content: center;
}



._services_ {
    width: 100%;
    background-color: var(--w);
}
._services_.s {
    background-color: var(--s);
}
/* ._services_.border_top {
    border-top: 2px solid var(--a);
} */
.services {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}
.services .boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
}
.services .boxes .box {
    padding: 50px;

    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.services .boxes .box:nth-child(even) {
    background-color: var(--s);
}
.services .boxes .box h2 {
    font-family: 'ss', sans-serif;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--q);
    margin: 0;
    margin-bottom: 12px;
    word-wrap: break-word;
}
.services .boxes .box h2 span {
    font-weight: inherit;
    padding: 0 12px;
    display: inline;
    background-image: linear-gradient(90deg, var(--a), var(--a));
    background-size: 100% 25px;
    background-position: center 80%;
    background-repeat: no-repeat;
}
.services .boxes .box > p {
    font-size: 16px;
    font-family: 'inter', sans-serif;
    line-height: 2;
    margin: 0;
}
.services .boxes .box img {
    display: block;
    width: 100%;
    height: auto;
}
.services .boxes .box img.dashed {
    border: 4px dashed var(--a);
}
.services .boxes .box ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
}
.services .boxes .box ul li {
    margin: 0;
    margin-top: 12px;
    padding-left: 25px;
}
.services .boxes .box ul li::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 -25px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10 20C4.477 20 0 15.523 0 10 0 4.477 4.477 0 10 0 15.523 0 20 4.477 20 10 20 15.523 15.523 20 10 20ZM10 19C14.971 19 19 14.971 19 10 19 5.029 14.971 1 10 1 5.029 1 1 5.029 1 10 1 14.971 5.029 19 10 19ZM13.146 7.146C13.342 6.951 13.658 6.951 13.854 7.146 14.049 7.342 14.049 7.658 13.854 7.854L8.854 12.854C8.658 13.049 8.342 13.049 8.146 12.854L6.146 10.854C5.951 10.658 5.951 10.342 6.146 10.146 6.342 9.951 6.658 9.951 6.854 10.146L8.5 11.793 13.146 7.146Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



._contact_form_ {
    width: 100%;
    /* background-color: var(--s); */
}
.contact_form {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-image: linear-gradient(90deg, var(--w) 0%, var(--w6) 100%), url('/media/photos/truck_and_frame_1000.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact_form .contacts {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 25px;
}
.contact_form .contacts .contact {
    flex: 1 1 300px;
    overflow: hidden;
    background-color: var(--w4);
    padding: 12px;
    font-family: 'lb', serif;
}
.contact_form .contacts .contact p.t {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 6px 0;
}
.contact_form .contacts .contact p.s {
    font-size: 16px;
    margin: 0 0 6px 0;
}
.contact_form .contacts .contact a {
    /* width: 100%; */
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    margin-top: 6px;
    color: var(--q);
    font-family: 'inter', sans-serif;
}
.contact_form .contacts .contact a svg {
    flex: none;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: var(--q);
}
.contact_form .contacts .contact a p {
    margin: 0;
    word-wrap: break-word;
}
form.contact_form_form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--w4);
    padding: 12px;
    font-family: 'inter', sans-serif;

    display: flex;
    flex-direction: column;
    gap: 12px;
}
form.contact_form_form p.t {
    font-size: 20px;
    /* font-family: 'ss', sans-serif; */
    font-family: 'lb', serif;
    font-weight: bold;
    margin: 0;
    /* margin-bottom: 12px; */
}
form.contact_form_form div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
form.contact_form_form textarea,
form.contact_form_form input {
    flex: 1 1 120px;
    width: 100%;
    background-color: var(--w);
    color: var(--q);
    font-family: inherit;
    font-size: 16px;
    padding: 12px;
    border-radius: 0;
}
form.contact_form_form textarea {
    min-height: 120px;
    resize: vertical;
}
form.contact_form_form .recaptcha_notice {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: var(--d);
}
form.contact_form_form .recaptcha_notice a {
    color: var(--a);
}





._footer_ {
    width: 100%;
}
footer {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px;
}
.footer_cols {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.footer_cols .left {

}
.footer_cols .left img {
    width: 200px;
    height: auto;
}
.footer_cols .right {

}
.footer_cols .right .links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-bottom: 6px;
}
.footer_cols .right .links a {
    display: inline-block;
    font-size: 16px;
    color: var(--q);
    text-decoration: none;
}
.footer_cols .right .links a:hover,
.footer_cols .right .links a:focus {
    text-decoration: underline;
}
.copy_st {
    color: var(--q);
    font-size: 14px;
    margin: 0;
}




@media (max-width: 1000px) {
    .nav .groups .group {
        gap: 25px;
    }
}
@media (max-width: 880px) {
    .nav {
        padding: 12px 12px;
    }
    .nav .groups {
        justify-content: flex-end;
    }
    .nav .groups .group {
        display: none;
    }
    .mobile_groups {
        display: flex;
    }
}
@media (max-width: 800px) {
    /* :root {
        --nav-height: 120px;
    } */
    .nav .groups .group.first a {
        display: none;
    }

    .header {
        /* background-image: linear-gradient(135deg, var(--a8) 40%, var(--a6) 60%), url('/media/photos/landscape.jpg'); */
    }
    .header .overlay {
        flex-direction: column;
    }
    .header .overlay .text {
        flex: auto;
        min-height: 0;
        align-items: center;
    }
    .header .overlay .text img {
        display: none;
    }
    .header .overlay .text h1 {
        font-size: 36px;
        line-height: 1.3;
        text-align: center;
    }
    .header .overlay .simple_text h1 {
        font-size: 36px;
    }
    .header .overlay .text .buttons {
        justify-content: center;
    }
    .header .get_started_form {
        width: 400px;
        max-width: 100%;
        align-self: center;
        flex: auto;
    }
    .reviews {
        padding: 0;
    }
    .reviews .all_reviews {
        width: 100%;
        mask: none;
        -webkit-mask: none;
    }
    .reviews .all_reviews .review {
        padding: 25px;
    }
    .home_experience h2 {
        font-size: 50px;
        line-height: 1.3;
    }
    .home_experience .icons {
        justify-content: space-between;
    }
}
@media (max-width: 500px) {
    /* :root {
        --nav-height: 100px;
    } */
    .footer_cols {
        flex-direction: column;
        text-align: center;
    }
    .footer_cols .right .links {
        justify-content: center;
    }
}
