@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Inter", sans-serif;
    --font-tertiary: "Poppins", sans-serif;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Poppins", sans-serif;
    --font-size-base: 16px;
    --font-weight-bold: 700;
    --line-height-normal: 1.5;
    --line-height-tight: 1.2;
    --system-color-primary: #fff;
    --system-color-secondary: #191c25;
    --system-color-text: #848484;
    --system-color-accent: #f05a30;
    --custom-color-color-1: #f5f5f5;
    --custom-color-color-2: #dfdfdf;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --transition-fast: 0.15s ease;
    --transition: 0.3s ease-in-out;
    --transition-slow: 0.5s ease;
}

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

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
html:focus-within {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-normal);
    color: var(--system-color-secondary);
    background-color: var(--system-color-primary);
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
}

a {
    color: var(--system-color-accent);
    text-decoration: none;
    transition: var(--transition);
}
a:hover {
    color: darken-color(var(--system-color-accent), 10%);
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
    all: unset;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img,
picture,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

ul[role=list],
ol[role=list],
ul,
ol,
li {
    list-style-position: inside;
}

input,
textarea,
select {
    font: inherit;
    color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.7;
}

input::placeholder,
textarea::placeholder {
    opacity: 0.7;
}

textarea {
    resize: vertical;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

i,
em {
    font-style: italic;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@keyframes marquee-move {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
html,
body {
    scrollbar-color: var(--system-color-accent) var(--system-color-primary);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 15px;
    height: 8px;
    background-color: var(--system-color-primary);
}

::-webkit-scrollbar-thumb {
    background-color: var(--system-color-accent);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--system-color-accent);
}

html {
    font-size: var(--font-size-base);
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-normal);
    color: var(--system-color-secondary);
    background-color: var(--system-color-primary);
}
body.no-scroll {
    overflow: hidden;
}

* {
    box-sizing: border-box !important;
}

h1,
.h1 {
    font-weight: 600;
    font-size: 4.5rem;
    line-height: 1.18;
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.125rem;
    }
}

h2,
.h2 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.18;
}
@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 1.875rem;
        line-height: 1.27;
    }
}

h3,
.h3 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 140%;
}
@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 1.27;
    }
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.27;
}
@media (max-width: 767px) {
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
}
@media (max-width: 767px) {
    h5,
    h6,
    .h5,
    .h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}

ul li {
    list-style-position: inside;
}
ul li::marker {
    line-height: inherit;
}

ol li {
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: var(--system-color-accent);
    transition: var(--transition);
}
a:hover {
    opacity: 0.8;
}

.page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main {
    flex: 1 1 auto;
}

.wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .wrapper {
        width: calc(100% - 40px);
    }
}
@media (max-width: 639px) {
    .wrapper {
        width: calc(100% - 32px);
    }
}

.noscrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.noscrollbar::-webkit-scrollbar {
    display: none;
}

.hidden {
    display: none !important;
}

.center {
    text-align: center !important;
    justify-content: center !important;
}

.color-accent {
    color: var(--system-color-accent);
}

.text-muted {
    color: var(--system-color-text);
}

.bg-grey {
    background-color: var(--custom-color-color-1);
}

.mt-120 {
    margin-top: 120px;
}
@media (max-width: 991px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mt-1r {
    margin-top: 1rem;
}

.subheading {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
    gap: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}
@media (max-width: 991px) {
    .subheading {
        font-size: 1rem;
    }
}
.subheading:before {
    content: "";
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background-image: url("../../img/screwdriver-and-wrench.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 991px) {
    .subheading:before {
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
        min-height: 1rem;
    }
}

.map iframe {
    border: 0;
    height: 450px;
    width: 100%;
    border: none;
}

.map:not(.active) * {
    pointer-events: none;
    filter: grayscale(1);
}

.btn {
    border-radius: 40px;
    padding: 14px 24px;
    font-weight: 500;
    color: var(--system-color-secondary);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 1;
    width: -moz-max-content;
    width: max-content;
    height: 48px;
    min-height: 48px;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
    .btn {
        height: 40px;
        min-height: 40px;
        padding: 10px 20px;
    }
}
.btn:hover {
    color: var(--system-color-secondary);
}
.btn:after {
    content: "";
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-image: url("../../img/arrow-up-right-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.btn--accent {
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
}
.btn--accent:hover {
    color: var(--system-color-primary);
}
.btn--transparent {
    border: 1px solid var(--system-color-secondary);
}
.btn--transparent:after {
    filter: invert(1);
}
.btn--transparent:hover {
    border-color: var(--system-color-accent);
}
.btn--white {
    background-color: var(--system-color-primary);
    color: var(--system-color-accent);
}
.btn--white:after {
    background-image: url("../../img/arrow-up-right.svg");
}
.btn--white:hover {
    color: var(--system-color-accent);
}
.btn--black {
    background-color: var(--system-color-secondary);
    color: var(--system-color-primary);
}
.btn--black:hover {
    color: var(--system-color-primary);
}
.btn--underline {
    background-color: var(--system-color-primary);
    color: var(--system-color-secondary);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.btn--underline:after {
    content: none;
}

.dots {
    position: relative;
}
.dots:after {
    content: "";
    width: 129px;
    height: 109px;
    min-width: 129px;
    min-height: 109px;
    background-image: url("../../img/dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.dots--over-right-bottom:after {
    z-index: 1;
    bottom: 4rem;
    right: 2.875rem;
}
@media (max-width: 991px) {
    .dots--over-right-bottom:after {
        right: -50px;
        bottom: -10px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}
.dots--behind-right-bottom {
    isolation: isolate;
}
.dots--behind-right-bottom:after {
    content: none;
}
.dots--behind-right-bottom:before {
    content: "";
    width: 129px;
    height: 109px;
    min-width: 129px;
    min-height: 109px;
    background-image: url("../../img/dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    bottom: -14px;
    right: -56.5px;
}
@media (max-width: 991px) {
    .dots--behind-right-bottom:before {
        right: -60px;
        bottom: -25px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}
.dots--over-left-top:after {
    z-index: 1;
    top: 1.6875rem;
    left: -80px;
}
@media (max-width: 991px) {
    .dots--over-left-top:after {
        left: -50px;
        top: -10px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}
.dots--over-left-bottom:after {
    z-index: 1;
    bottom: 4.5rem;
    left: -32px;
}
@media (max-width: 991px) {
    .dots--over-left-bottom:after {
        left: -50px;
        bottom: -10px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}

.slanted-line {
    display: inline-block;
    width: 2px;
    background-color: var(--system-color-text);
    height: calc(100% - 2rem);
    transform: rotate(18deg);
}
.slanted-line--accent {
    background-color: var(--system-color-accent);
}

.accordion-item {
    border: 1px solid var(--custom-color-color-2);
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .accordion-item {
        margin-bottom: 1rem;
    }
}

.accordion-header {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 140%;
    color: var(--system-color-secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}
@media (max-width: 767px) {
    .accordion-header {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
}

.accordion-header:hover {
    color: var(--system-color-accent);
}

.accordion-header.active {
    color: var(--system-color-accent);
    padding-bottom: 2px;
}
@media (max-width: 767px) {
    .accordion-header.active {
        padding-bottom: 10px;
    }
}

.accordion-icon {
    flex-shrink: 0;
    margin-left: 1rem;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--system-color-accent);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .accordion-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
}
.accordion-icon:after, .accordion-icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--system-color-primary);
    display: inline-flex;
    transition: var(--transition);
}
.accordion-icon:before {
    transform: rotate(90deg) translateY(-5px);
}
.accordion-icon:after {
    transform: translateX(-5px);
}

.accordion-header.active .accordion-icon:before {
    transform: rotate(180deg) translateY(0) translateX(-5px);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: transparent;
}

.accordion-content.active {
    max-height: 400px;
}

.accordion-body {
    padding: 0 1.5rem 1.5rem;
    font-family: var(--second-family);
    color: var(--system-color-text);
}
@media (max-width: 767px) {
    .accordion-body {
        font-size: 0.9rem;
    }
}

.breadcrumbs {
    display: inline-flex;
}
.breadcrumbs__list {
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--system-color-text);
    gap: 0 0.5rem;
}
.breadcrumbs__list li {
    text-decoration: none;
    font-size: 20px;
    line-height: 140%;
    color: var(--system-color-text);
    transition: var(--transition);
    list-style-type: none;
}
@media (max-width: 991px) {
    .breadcrumbs__list li {
        font-size: 1rem;
    }
}
.breadcrumbs__list-item {
    display: inline-flex;
}
.breadcrumbs__list-link {
    text-decoration: none;
    font-size: 20px;
    line-height: 140%;
    transition: var(--transition);
}
@media (max-width: 991px) {
    .breadcrumbs__list-link {
        font-size: 1rem;
    }
}
.breadcrumbs__list-link .breadcrumbs__list-link-text {
    color: var(--system-color-text);
}
.breadcrumbs__list-link:hover .breadcrumbs__list-link-text {
    text-decoration: none;
    color: var(--system-color-accent);
}
.breadcrumbs__list-link-text {
    color: var(--system-color-accent);
    font-size: 20px;
    line-height: 140%;
    transition: var(--transition);
}
@media (max-width: 991px) {
    .breadcrumbs__list-link-text {
        font-size: 1rem;
    }
}

.text-wrapper {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    color: var(--system-color-text);
}

.text-wrapper p {
    font-family: var(--second-family);
    margin: 1.5rem 0 2rem;
    line-height: 1.5;
}

.text-wrapper :is(h2, h3, h4, h5) + p {
    margin-top: 0.5rem;
}

.text-wrapper strong,
.text-wrapper b {
    font-weight: 600;
}

.text-wrapper em,
.text-wrapper i {
    font-style: italic;
}

.text-wrapper mark {
    background: #fffb91;
    padding: 0 2px;
}

.text-wrapper del {
    text-decoration: line-through;
}

.text-wrapper sup {
    font-size: 0.8rem;
    vertical-align: super;
}

.text-wrapper sub {
    font-size: 0.8rem;
    vertical-align: sub;
}

.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
    margin: 2rem 0 1.5rem;
    color: #2f2f2f;
    font-weight: 600;
}

.text-wrapper h2 {
    font-size: 28px;
}

.text-wrapper h3 {
    font-size: 24px;
    margin: 0.5rem 0;
}

.text-wrapper h4 {
    font-size: 20px;
}

.text-wrapper ul,
.text-wrapper ol {
    margin: 1rem 0 1.5rem;
    padding-left: 0;
    font-family: var(--second-family);
}

.text-wrapper li {
    margin-bottom: 0.4rem;
    list-style-position: inside;
}

.text-wrapper dl {
    margin: 1.5rem 0;
}

.text-wrapper dt {
    font-weight: 600;
    color: #2f2f2f;
}

.text-wrapper dd {
    margin: 0 0 1rem 1.5rem;
}

.text-wrapper a {
    color: var(--system-color-accent);
    text-decoration: underline;
    transition: all 0.2s;
}

.text-wrapper a:hover {
    opacity: 0.8;
    font-weight: 600;
}

.text-wrapper code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.9rem;
}

.text-wrapper pre {
    background: #272822;
    color: #f8f8f2;
    padding: 1rem;
    overflow-x: auto;
    border-radius: 6px;
    margin: 1.5rem 0;
}

.text-wrapper pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.text-wrapper hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid var(--system-color-text);
}

/* ===== WordPress Image Alignment ===== */
.text-wrapper img,
.text-wrapper video,
.text-wrapper iframe {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.text-wrapper img:not([class]) {
    width: 100%;
    max-height: 530px;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-wrapper .alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    max-width: 50%;
}

.text-wrapper .alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    max-width: 50%;
}

.text-wrapper .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.text-wrapper .alignnone {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    clear: both;
}

/* ===== WordPress Captions ===== */
.text-wrapper .wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.text-wrapper .wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-wrapper .wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
}

.text-wrapper .wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

/* ===== WordPress Galleries ===== */
.text-wrapper .gallery {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-gap: 1.5rem;
}

.text-wrapper .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.text-wrapper .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.text-wrapper .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.text-wrapper .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.text-wrapper .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.text-wrapper .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.text-wrapper .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.text-wrapper .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.text-wrapper .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.text-wrapper .gallery-caption {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

/* ===== Blockquote & Highlights ===== */
.text-wrapper blockquote {
    margin: 2rem 0;
    padding: 68px 0 20px 16px;
    border-left: 4px solid var(--system-color-accent);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    color: var(--system-color-accent);
    font-style: italic;
    font-weight: 500;
}

.text-wrapper blockquote::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 16px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.02747C4.3645 6.02747 1 6.39097 1 9.02747V16.0275C1 17.682 2.3455 19.0275 4 19.0275H6.586L3.517 22.097C2.916 22.6975 2.586 23.496 2.587 24.3445C2.588 25.1905 2.9195 25.985 3.517 26.579L3.98 27.0425C4.579 27.6425 5.376 27.973 6.224 27.973C7.072 27.973 7.869 27.6425 8.467 27.043L13.2915 22.22C14.393 21.1165 15 19.652 15 18.0965V9.02797C15 6.39147 11.6355 6.02747 8 6.02747Z' fill='%23F05A30'/%3E%3Cpath d='M24 6.02747C20.3645 6.02747 17 6.39097 17 9.02747V16.0275C17 17.682 18.3455 19.0275 20 19.0275H22.586L19.517 22.097C18.916 22.6975 18.586 23.496 18.587 24.3445C18.588 25.1905 18.9195 25.985 19.517 26.579L19.98 27.0425C20.579 27.6425 21.376 27.973 22.224 27.973C23.072 27.973 23.869 27.6425 24.467 27.043L29.2915 22.22C30.393 21.1165 31 19.652 31 18.0965V9.02797C31 6.39147 27.6355 6.02747 24 6.02747Z' fill='%23F05A30'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.text-wrapper blockquote p:last-child {
    margin-bottom: 0;
}

/* ===== Status Boxes ===== */
.text-wrapper .error {
    background-color: rgba(178, 34, 34, 0.1);
    border-left: 4px solid rgba(178, 34, 34, 0.8);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 1rem;
    border-radius: 4px;
}

.text-wrapper .warning {
    background-color: rgba(178, 168, 34, 0.1);
    border-left: 4px solid rgba(178, 168, 34, 0.8);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 1rem;
    border-radius: 4px;
}

.text-wrapper .success {
    background-color: rgba(34, 178, 34, 0.1);
    border-left: 4px solid rgba(34, 178, 34, 0.8);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 1rem;
    border-radius: 4px;
}

.text-wrapper :is(.error, .warning, .success) > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.text-wrapper :is(.error, .warning, .success) > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ===== Tables ===== */
.text-wrapper figure {
    margin: 2rem 0;
    text-align: center;
}

.text-wrapper figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    opacity: 0.8;
}

.text-wrapper table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-size: 0.95rem;
    display: inline-block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.text-wrapper th,
.text-wrapper td {
    padding: 0.75rem 1rem;
    border: 1px solid var(--system-color-text);
    text-align: left;
    vertical-align: top;
}

.text-wrapper th {
    font-weight: 600;
    background-color: #f9f9f9;
    color: #2f2f2f;
}

/* ===== Responsive Design ===== */
@media (max-width: 991px) {
    .text-wrapper table {
        white-space: nowrap;
    }
    .text-wrapper .alignleft,
    .text-wrapper .alignright {
        max-width: 100%;
        float: none;
        margin: 1.5rem auto;
        display: block;
    }
    .text-wrapper .gallery-columns-4,
    .text-wrapper .gallery-columns-5,
    .text-wrapper .gallery-columns-6,
    .text-wrapper .gallery-columns-7,
    .text-wrapper .gallery-columns-8,
    .text-wrapper .gallery-columns-9 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .text-wrapper {
        margin: 60px 0;
    }
    .text-wrapper li {
        list-style-position: inside;
    }
    .text-wrapper .alignleft,
    .text-wrapper .alignright {
        max-width: 100%;
        float: none;
        margin: 1.5rem auto;
        display: block;
    }
    .text-wrapper .gallery-columns-3,
    .text-wrapper .gallery-columns-4,
    .text-wrapper .gallery-columns-5,
    .text-wrapper .gallery-columns-6,
    .text-wrapper .gallery-columns-7,
    .text-wrapper .gallery-columns-8,
    .text-wrapper .gallery-columns-9 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .text-wrapper {
        margin: 40px 0;
    }
    .text-wrapper h2 {
        font-size: 1.4rem;
    }
    .text-wrapper h3 {
        font-size: 1.25rem;
    }
    .text-wrapper h4 {
        font-size: 1.125rem;
    }
    .text-wrapper .gallery-columns-2,
    .text-wrapper .gallery-columns-3,
    .text-wrapper .gallery-columns-4,
    .text-wrapper .gallery-columns-5,
    .text-wrapper .gallery-columns-6,
    .text-wrapper .gallery-columns-7,
    .text-wrapper .gallery-columns-8,
    .text-wrapper .gallery-columns-9 {
        grid-template-columns: 1fr;
    }
}
.footer {
    background-color: var(--custom-color-color-1);
}
.footer__wrapper {
    padding: 60px 0;
}
.footer__top {
    display: grid;
    grid-template-columns: 1fr 364px;
    gap: 134px;
}
@media (max-width: 1199px) {
    .footer__top {
        grid-template-columns: 100%;
        gap: 5rem;
    }
}
.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
}
@media (max-width: 767px) {
    .footer__nav {
        flex-wrap: wrap;
    }
}
.footer__nav-heading {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--system-color-text);
}
.footer__nav-links {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}
.footer__nav-link {
    line-height: 1;
    font-weight: 500;
    color: var(--system-color-secondary);
}
.footer__subscribe-form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}
.footer__subscribe-form-heading {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 140%;
    color: var(--system-color-secondary);
}
.footer__subscribe-form-text {
    font-family: var(--second-family);
    line-height: 162%;
    color: var(--system-color-secondary);
}
.footer__subscribe-form-input-wrapper {
    width: 100%;
}
.footer__center {
    margin-top: 5.5rem;
}
@media (max-width: 639px) {
    .footer__center {
        margin-top: 5rem;
    }
}
.footer__socials {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 1rem 84px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footer__socials {
        justify-content: start;
        gap: 1rem 2rem;
    }
}
.footer__socials-link {
    font-weight: 500;
    color: var(--system-color-secondary);
}
.footer__bottom {
    margin-top: 3.9375rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem;
}
@media (max-width: 991px) {
    .footer__bottom {
        margin-top: 5rem;
        flex-wrap: wrap;
    }
}
.footer__logo-img {
    height: 77px;
    min-height: 77px;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__copyrights {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem 100px;
    flex-wrap: wrap;
}
.footer__copyrights-info {
    font-weight: 500;
    color: var(--system-color-text);
}
.footer__copyrights-link {
    font-weight: 500;
    color: var(--system-color-text);
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header {
    position: relative;
    background-color: var(--system-color-primary);
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid var(--system-color-text);
    align-items: center;
}
.header__logo {
    height: 55px;
    min-height: 55px;
}
.header__logo-img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 991px) {
    .header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        transition: all 0.4s ease-in-out;
        max-height: 300px;
        overflow-y: auto;
        background-color: var(--system-color-primary);
    }
    .header__nav:not(.active) {
        max-height: 0;
        overflow: hidden;
    }
}
.header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    align-items: center;
}
@media (max-width: 1199px) {
    .header__nav-list {
        gap: 2rem;
    }
}
@media (max-width: 991px) {
    .header__nav-list {
        flex-direction: column;
        padding: 1rem;
        gap: 0.5rem;
        border-bottom: 1px solid var(--system-color-text);
    }
}
.header__nav-list-item {
    list-style-type: none;
}
.header__nav-list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: var(--system-color-secondary);
    transition: all 0.2s ease-in-out;
}
.header__nav-list-link:after {
    content: "";
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-image: url("../../img/arrow-up-right.svg");
}
.header__nav-list-link:hover {
    color: var(--system-color-accent);
}
.header__btns-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.header__phone-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.header__phone-img-wrapper {
    background-color: var(--custom-color-color-1);
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 639px) {
    .header__phone-img-wrapper {
        display: none;
    }
}
.header__phone-img {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
}
.header__phone-link {
    color: var(--system-color-secondary);
    font-family: var(--third-family);
    text-wrap: nowrap;
}
.header__phone-link:hover {
    color: var(--system-color-accent);
}
.header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
}
.header__burger > * {
    height: 2px;
    width: 23px;
    background-color: var(--system-color-secondary);
    border-radius: 2px;
}
.header__sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background: var(--system-color-primary);
    border-left: 1px solid var(--system-color-text);
    width: 360px;
    max-width: 100%;
    height: 100dvh;
    transition: all 0.2s ease-in-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}
@media (max-width: 991px) {
    .header__sidebar {
        display: none;
    }
}
.header__sidebar:not(.active) {
    transform: translateX(100%);
}
.header__sidebar-btn-wrapper {
    margin-left: auto;
    padding: 9px 10px 0;
}
.header__sidebar-btn {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--system-color-accent);
}
.header__sidebar-btn img {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
}
.header__sidebar-content-wrapper {
    padding: 0 40px 60px 40px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.header__sidebar-content-wrapper::-webkit-scrollbar {
    display: none;
}
.header__sidebar-img-wrapper {
    margin-top: 3px;
}
.header__sidebar-heading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5rem;
    margin-top: 1rem;
}
.header__sidebar-heading {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 1.75rem;
    color: #1a1a1a;
    line-height: 1;
}
.header__sidebar-subheading {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 1.75rem;
    color: #1a1a1a;
    line-height: 1;
}
.header__sidebar-interactive-wrapper {
    margin-top: 65px;
}
.header__sidebar-interactive-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid var(--custom-color-color-2);
    padding-bottom: 1rem;
}
.header__sidebar-interactive-item:not(:first-of-type) {
    margin-top: 1rem;
}
.header__sidebar-img {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
}
.header__sidebar-label {
    color: var(--system-color-text);
    font-family: var(--second-family);
    margin-top: 0.5rem;
}
.header__sidebar-content {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 140%;
    color: var(--system-color-secondary);
}
.header__sidebar-text {
    margin-top: 65px;
    font-family: var(--font-secondary);
    color: var(--system-color-text);
}
.header__sidebar-form {
    margin-top: 1rem;
}
.form input {
    height: 48px;
    min-height: 48px;
}
.form__input-wrapper {
    position: relative;
}
.form__input-wrapper.form__input-wrapper--absolute-submit-input-wrapper .form__submit-btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    height: 40px;
    min-height: 40px;
}
.form__input {
    border: 1px solid var(--custom-color-color-2);
    border-radius: 24px;
    padding: 4px 4px 4px 24px;
    padding-right: 45px;
    width: 100%;
    font-weight: 500;
}
.form__input--grey-bg {
    background-color: var(--custom-color-color-1);
}
.form__input:invalid {
    outline: none;
}
.form__submit-btn--accent-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--system-color-accent);
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.form__submit-btn img {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
}
.form__submit-btn-img {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
}

.hero {
    margin-top: 2rem;
    overflow: hidden;
}
.hero__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
@media (max-width: 991px) {
    .hero__wrapper {
        grid-template-columns: 100%;
    }
}
.hero__info-wrapper {
    padding: 5.125rem 0 5.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
@media (max-width: 991px) {
    .hero__info-wrapper {
        padding: 2rem 0;
    }
}
.hero__info-subheading {
    margin-bottom: 8px;
}
.hero__info-heading {
    font-size: 4.5rem;
    font-weight: 700;
    text-wrap: balance;
}
.hero__info-heading--thin {
    font-weight: 500;
}
.hero__info-heading--small {
    font-size: 3rem;
}
@media (max-width: 991px) {
    .hero__info-heading {
        font-size: 2.2rem;
    }
}
.hero__info-heading--large {
    font-size: 128px;
}
.hero__info-text {
    margin-top: 1.5rem;
}
.hero__info-btns-wrapper {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hero__info-btns-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
}
@media (max-width: 767px) {
    .hero__info-link {
        padding-inline: 0;
    }
}
.hero__img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 650px;
}
@media (max-width: 991px) {
    .hero__img-wrapper {
        max-height: 400px;
    }
}
.hero__img-wrapper--dots {
    padding-right: 136px;
}
@media (max-width: 1199px) {
    .hero__img-wrapper--dots {
        padding-right: 60px;
    }
}
@media (max-width: 991px) {
    .hero__img-wrapper--dots {
        padding-right: 0;
    }
}
.hero__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__img-banner {
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: 2;
    border: 1px solid var(--custom-color-color-2);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: var(--system-color-primary);
}
@media (max-width: 991px) {
    .hero__img-banner {
        padding: 12px 24px;
        right: -10px;
    }
}
.hero__img-banner-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
@media (max-width: 639px) {
    .hero__img-banner-icon {
        width: 1.2rem;
        height: 1.2rem;
        min-width: 1.2rem;
        min-height: 1.2rem;
    }
}
.hero__img-banner-icon-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.hero__img-banner-content-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
}
@media (max-width: 991px) {
    .hero__img-banner-content-heading {
        font-size: 1.2rem;
    }
}
.hero__img-banner-content-text {
    font-family: var(--second-family);
    line-height: 162%;
}
@media (max-width: 991px) {
    .hero__img-banner-content-text {
        font-size: 0.8rem;
    }
}

.advantages__wrapper {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .advantages__wrapper {
        padding: 60px 0;
    }
}
.advantages__heading-wrapper {
    text-align: center;
}
.advantages__subheading {
    justify-content: center;
}
.advantages__heading {
    margin-top: 0.5rem;
}
.advantages__items-wrapper {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1199px) {
    .advantages__items-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 639px) {
    .advantages__items-wrapper {
        grid-template-columns: 100%;
    }
}
.advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
}
.advantages__img {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 991px) {
    .advantages__img {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        min-height: 2.5rem;
    }
}
.advantages__item-heading {
    margin-top: 1.5rem;
}
.advantages__text {
    margin-top: 1rem;
}
.advantages__progress-line {
    margin-top: 3.5rem;
    height: 1px;
    width: 100%;
    background-color: var(--system-color-text);
    position: relative;
}
@media (max-width: 991px) {
    .advantages__progress-line {
        margin-top: 2rem;
    }
}
.advantages__progress-line::before {
    content: "";
    display: block;
    height: 2px;
    width: var(--width, 100%);
    z-index: 1;
    background-color: var(--system-color-accent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.about {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .about {
        padding: 60px 0;
    }
}
.about__wrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 2rem 65px;
}
@media (max-width: 991px) {
    .about__wrapper {
        grid-template-columns: 100%;
    }
}
.about__info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: stretch;
}
.about__text {
    margin-top: 1rem;
}
.about__btn {
    margin-top: 2rem;
}
.about__img-wrapper {
    max-height: 410px;
}
.about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: right top;
}
.about__line {
    margin-top: 4.875rem;
    height: 2px;
    width: 690px;
    max-width: 100%;
    background-color: var(--custom-color-color-2);
    margin-left: auto;
    margin-right: 102px;
    position: relative;
}
@media (max-width: 991px) {
    .about__line {
        margin-top: 2rem;
    }
}
.about__line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--system-color-accent);
    width: 230px;
    z-index: 1;
}
.about__numbers-wrapper {
    margin-top: 4.875rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem 56px;
    place-items: center;
    place-content: center;
}
@media (max-width: 1199px) {
    .about__numbers-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .about__numbers-wrapper .slanted-line {
        display: none;
    }
}
@media (max-width: 991px) {
    .about__numbers-wrapper {
        margin-top: 2rem;
        grid-template-columns: repeat(3, 1fr);
    }
}
.about__numbers-item {
    text-align: center;
}
.about__numbers-item-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--system-color-secondary);
    text-wrap: nowrap;
}
.about__numbers-item-text {
    margin-top: 6px;
    font-family: var(--second-family);
    text-wrap: nowrap;
}

.about-full {
    padding: 120px 0 20px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .about-full {
        padding: 60px 0 20px;
    }
}
.about-full__top-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
}
@media (max-width: 991px) {
    .about-full__top-wrapper {
        grid-template-columns: 100%;
        gap: 2rem;
    }
}
.about-full__text-cols-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
    gap: 3rem;
}
@media (max-width: 639px) {
    .about-full__text-cols-wrapper {
        flex-direction: column;
        gap: 2rem;
        padding-top: 0;
    }
}
.about-full__text-col {
    font-family: var(--second-family);
}
.about-full__middle-wrapper {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.about-full__item {
    border-radius: 24px;
    padding: 24px;
    background-color: var(--custom-color-color-1);
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    width: 384px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .about-full__item {
        width: 100%;
    }
}
@media (max-width: 639px) {
    .about-full__item {
        flex-direction: column;
        text-align: center;
    }
}
.about-full__item:hover {
    color: var(--system-color-primary);
    background-color: var(--system-color-accent);
}
.about-full__item:hover .about-full__item-img-wrapper {
    background-color: var(--system-color-primary);
}
.about-full__item:hover img {
    filter: unset;
}
.about-full__item-img-wrapper {
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--system-color-accent);
    transition: all 0.2s ease-in-out;
}
.about-full__item-img {
    transition: all 0.2s ease-in-out;
    filter: grayscale(1) brightness(1.8) contrast(1.2);
}
.about-full__item-text {
    margin-top: 8px;
    font-family: var(--second-family);
}
.about-full__video-wrapper {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    max-height: 560px;
    aspect-ratio: 2/1;
}
.about-full__video-wrapper:after {
    right: -40px;
}
.about-full__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-full__video-play-btn {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--system-color-accent);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.about-full__video-pay-btn-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.about-full__numbers-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
}
@media (max-width: 767px) {
    .about-full__numbers-wrapper {
        flex-wrap: wrap;
    }
}
.about-full__numbers-line {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: var(--custom-color-color-2);
}
.about-full__numbers-line::before {
    content: "";
    height: 100%;
    width: 30%;
    background-color: var(--system-color-accent);
    position: absolute;
    top: 0;
    left: 0;
}
.about-full__numbers-items-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
}
@media (max-width: 767px) {
    .about-full__numbers-items-wrapper {
        margin: 0 auto;
    }
}
@media (max-width: 639px) {
    .about-full__numbers-items-wrapper {
        grid-template-columns: 100%;
        gap: 1rem;
    }
    .about-full__numbers-items-wrapper .slanted-line {
        display: none;
    }
}
.about-full__numbers-item {
    text-align: center;
}
.about-full__numbers-item-heading {
    font-weight: 700;
    font-size: 48px;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .about-full__numbers-item-heading {
        font-size: 32px;
    }
}
.about-full__numbers-item-text {
    font-family: var(--second-family);
    white-space: nowrap;
}

.services {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .services {
        padding: 60px 0;
    }
}
.services__heading-wrapper {
    text-align: center;
}
.services__subheading {
    justify-content: center;
    margin-bottom: 8px;
}
.services__list {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}
.services__item {
    position: relative;
    border-top: 1px solid var(--custom-color-color-2);
    display: grid;
    grid-template-columns: 500px auto;
    gap: 1rem;
    width: 100%;
    align-items: center;
    padding: 2rem;
    transition: all 0.2s ease-in-out;
}
.services__item:last-of-type {
    border-bottom: 1px solid var(--custom-color-color-2);
}
@media (max-width: 991px) {
    .services__item {
        padding: 2rem;
        grid-template-columns: auto 60px;
        gap: 0;
    }
}
@media (max-width: 639px) {
    .services__item {
        padding: 1rem;
    }
}
.services__item.active {
    background-color: var(--system-color-accent);
    border-color: var(--system-color-accent);
    color: var(--system-color-primary);
}
.services__item.active::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    background-color: var(--custom-color-color-2);
}
.services__item.active .services__icon {
    transform: rotate(90deg);
    border-color: transparent;
}
.services__item.active .services__icon svg path {
    fill: var(--system-color-accent);
}
.services__item.active .services__item-text {
    color: var(--system-color-primary);
}
.services__item.active .services__item-img {
    width: 219px;
    height: 246px;
    transform: rotate(-7deg);
    opacity: 1;
}
.services__item-text {
    margin-top: 1rem;
}
.services__image {
    position: absolute;
    right: 210px;
    z-index: 1;
}
@media (max-width: 991px) {
    .services__image {
        display: none;
    }
}
.services__item-img {
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}
.services__icon {
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid var(--system-color-secondary);
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--system-color-primary);
    transition: all 0.2s ease-in-out;
}
.services__cta-item {
    background-color: rgba(25, 28, 37, 0.65);
    color: var(--system-color-primary);
    padding: 57px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}
@media (max-width: 991px) {
    .services__cta-item {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        align-items: start;
        justify-content: start;
    }
}
@media (max-width: 639px) {
    .services__cta-item {
        padding: 1rem;
    }
}
.services-list {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .services-list {
        padding: 60px 0;
    }
}
.services-list__heading-wrapper {
    text-align: center;
}
.services-list__subheading {
    justify-content: center;
}
.services-list__items-wrapper {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(390px, 100%), 1fr));
    gap: 40px 24px;
}
@media (max-width: 991px) {
    .services-list__items-wrapper {
        margin-top: 40px;
    }
}
.services-list__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.services-list__img-wrapper {
    width: 100%;
}
.services-list__img {
    width: 100%;
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
}
.services-list__item-info-wrapper {
    position: relative;
    border: 1px solid var(--custom-color-color-2);
    margin: -60px auto 0;
    width: calc(100% - 2rem);
    flex: 1;
    background-color: var(--system-color-primary);
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem 3.5rem;
}
@media (max-width: 639px) {
    .services-list__item-info-wrapper {
        flex-direction: column;
        width: calc(100% - 1rem);
        padding: 1rem;
    }
}
.services-list__item-info-wrapper:hover {
    background-color: var(--system-color-accent);
    opacity: 1;
}
.services-list__item-info-wrapper:hover * {
    color: var(--system-color-primary);
}
.services-list__item-info-wrapper:hover .services-list__item-info-btn {
    transform: rotate(90deg);
    background-color: var(--system-color-primary);
}
.services-list__item-info-wrapper:hover .services-list__item-info-btn:after {
    background-image: url("../../img/arrow-up-right.svg");
    filter: none;
}
.services-list__item-info-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}
.services-list__item-info-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--system-color-secondary);
}
.services-list__item-info-text {
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.services-list__item-info-btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    transition: all 0.2s ease-in-out;
    margin-block: auto;
}
.services-list__item-info-btn:after {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.service-detail {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .service-detail {
        padding: 60px 0;
    }
}
.service-detail__description {
    margin-top: 24px;
}
.service-detail__img-wrapper {
    width: 100%;
    margin-top: 40px;
}
.service-detail__img {
    border-radius: 18px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px;
}
.service-detail__content-section {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 368px;
    gap: 40px;
}
@media (max-width: 991px) {
    .service-detail__content-section {
        grid-template-columns: 100%;
    }
}
.service-detail__text-wrapper > :first-child {
    margin-top: 0;
}
.service-detail__sidebar {
    position: relative;
    height: 100%;
}
.service-detail__sidebar-form-wrapper {
    background-color: transparent !important;
    position: sticky !important;
    top: 100px;
    padding-top: 0;
}
.service-detail__sidebar-form-wrapper::before {
    background-color: transparent !important;
}
.service-detail__sidebar-form {
    background: none;
    margin: 0;
    padding: 37px 29px !important;
}
@media (max-width: 991px) {
    .service-detail__sidebar-form {
        padding: 2rem 1.5rem;
    }
}

.steps {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .steps {
        padding: 60px 0;
    }
}
.steps__heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem 2rem;
}
@media (max-width: 767px) {
    .steps__heading-wrapper {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}
.steps__subheading {
    margin-bottom: 8px;
}
.steps__heading-percents-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.steps__heading-percents-number {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 4px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 72px;
    color: var(--system-color-secondary);
    line-height: 1;
}
.steps__heading-percents-percent-symbol {
    font-size: 48px;
}
.steps__heading-percents-line {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: var(--system-color-text);
}
.steps__heading-percents-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--system-color-accent);
    width: 47%;
}
.steps__heading-percents-text {
    font-family: var(--second-family);
    line-height: 162%;
}
.steps__img-wrapper {
    margin-top: 3.5625rem;
}
@media (max-width: 991px) {
    .steps__img-wrapper {
        margin-top: 2rem;
    }
}
.steps__img-wrapper img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}
.steps__items-wrapper {
    margin-top: 3.5625rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    place-items: center;
}
@media (max-width: 991px) {
    .steps__items-wrapper {
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .steps__item {
        min-width: 272px;
    }
}
@media (max-width: 991px) {
    .steps__item {
        width: 272px;
        max-width: 100%;
    }
}
@media (max-width: 639px) {
    .steps__item {
        width: 100%;
    }
}
.steps__item-counter {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 800;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: rgba(240, 90, 48, 0.3);
    margin-bottom: 8px;
}
.steps__item-text {
    margin-top: 0.875rem;
}

.works {
    background: linear-gradient(227deg, #fff 59.62%, #ffeae4 100%);
    padding: 120px 0;
    overflow: hidden;
}
.works--no-bg {
    background: none;
}
@media (max-width: 991px) {
    .works {
        padding: 60px 0;
    }
}
.works__heading-wrapper {
    text-align: center;
}
.works__subheading {
    justify-content: center;
}
.works__items-wrapper {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
}
@media (max-width: 991px) {
    .works__items-wrapper {
        margin-top: 40px;
        gap: 60px;
        grid-template-columns: 100%;
    }
}
.works__items-wrapper--all-items {
    margin-top: 2rem;
}
@media (max-width: 991px) {
    .works__items-wrapper--all-items {
        margin-top: 1.5rem;
    }
}
.works__items-wrapper--all-items .works__item.has-dots-left, .works__items-wrapper--all-items .works__item.has-dots-right {
    position: relative;
    isolation: isolate;
}
.works__items-wrapper--all-items .works__item.has-dots-left:after, .works__items-wrapper--all-items .works__item.has-dots-right:after {
    content: "";
    width: 129px;
    height: 109px;
    min-width: 129px;
    min-height: 109px;
    background-image: url("../../img/dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}
.works__items-wrapper--all-items .works__item.has-dots-left:after {
    top: 30%;
    left: -44px;
}
@media (max-width: 991px) {
    .works__items-wrapper--all-items .works__item.has-dots-left:after {
        top: 10%;
        left: -32px;
    }
}
.works__items-wrapper--all-items .works__item.has-dots-right:after {
    top: 50%;
    right: -44px;
}
@media (max-width: 991px) {
    .works__items-wrapper--all-items .works__item.has-dots-right:after {
        right: -32px;
        top: 10%;
    }
}
.works__items-col {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
@media (max-width: 991px) {
    .works__items-col {
        gap: 60px;
    }
}
.works__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}
.works__item-img-wrapper {
    width: 100%;
    max-height: 540px;
    min-height: 320px;
    position: relative;
}
@media (max-width: 991px) {
    .works__item-img-wrapper {
        max-height: 520px;
    }
}
@media (max-width: 767px) {
    .works__item-img-wrapper {
        max-height: 500px;
    }
}
@media (max-width: 639px) {
    .works__item-img-wrapper {
        max-height: 480px;
    }
}
.works__item-tag {
    position: absolute;
    z-index: 1;
    top: 23px;
    left: -19px;
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
    padding: 0.5rem 1rem;
    font-weight: 500;
}
@media (max-width: 767px) {
    .works__item-tag {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}
.works__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.works__item-info-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(25, 28, 37, 0.75);
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 1rem 76px;
}
@media (max-width: 767px) {
    .works__item-info-wrapper {
        flex-wrap: wrap;
        padding: 20px;
    }
}
.works__item-text {
    font-family: var(--second-family);
    color: var(--system-color-primary);
}
.works__item-link {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}
.works__item-heading {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 140%;
    color: var(--system-color-secondary);
}
@media (max-width: 767px) {
    .works__item-heading {
        font-size: 1.2rem;
    }
}
.works__item-cta-wrapper {
    background-color: var(--custom-color-color-1);
    border-radius: 18px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 58px;
}
@media (max-width: 767px) {
    .works__item-cta-wrapper {
        padding: 20px;
        gap: 30px;
    }
}
.works__item-cta-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--system-color-text);
}
.works__item-cta-text :is(b, strong) {
    color: var(--system-color-secondary);
}
@media (max-width: 767px) {
    .works__item-cta-text {
        font-size: 1.1rem;
    }
}
.works__btns-wrapper {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.works__btns-wrapper::-webkit-scrollbar {
    display: none;
}
@media (max-width: 991px) {
    .works__btns-wrapper {
        margin-top: 40px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
}
.works__btn {
    white-space: nowrap;
}
.works__btn:after {
    content: none;
}
.works__btn.active {
    border-color: var(--system-color-accent);
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
}
.works__external-btn-wrapper {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
}
@media (max-width: 991px) {
    .works__external-btn-wrapper {
        margin-top: 32px;
    }
}
.works__external-btn-row {
    width: 100%;
    height: 2px;
    background-color: var(--custom-color-color-2);
    position: relative;
}
.works__external-btn-row::before {
    content: "";
    width: 30%;
    height: 2px;
    background-color: var(--system-color-accent);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.works__external-btn {
    white-space: nowrap;
}

.work-detail-gallery {
    padding: 120px 0 50px;
}
@media (max-width: 991px) {
    .work-detail-gallery {
        padding: 60px 0 25px;
    }
}
.work-detail-gallery__wrapper {
    display: grid;
    grid-template-columns: 1fr 368px;
    gap: 40px;
}
@media (max-width: 991px) {
    .work-detail-gallery__wrapper {
        grid-template-columns: 100%;
    }
}
.work-detail-gallery .aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 37px 29px;
    width: 100%;
    background-color: var(--custom-color-color-1);
}
@media (max-width: 767px) {
    .work-detail-gallery .aside {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}
.work-detail-gallery .aside__heading {
    color: var(--system-color-secondary);
}
.work-detail-gallery .aside__text {
    margin-top: 1rem;
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.work-detail-gallery .aside__info-wrapper {
    margin-top: 2rem;
}
.work-detail-gallery .aside__info-item {
    margin-top: 1rem;
}
.work-detail-gallery .aside__info-label {
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.work-detail-gallery .aside__info-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-top: 8px;
    color: var(--system-color-secondary);
}
.work-detail-gallery .gallery-slider-wrapper {
    background: white;
    overflow: hidden;
    display: inline-block;
}
.work-detail-gallery .gallery-main {
    position: relative;
    overflow: hidden;
}
.work-detail-gallery .gallery-main-image {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: all 0.2s ease-in-out;
}
.work-detail-gallery .gallery-thumbs {
    display: flex;
    gap: 1.5rem;
    background: white;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 1.5rem;
}
.work-detail-gallery .gallery-thumbs::-webkit-scrollbar {
    display: none;
}
.work-detail-gallery .gallery-thumb {
    flex-shrink: 0;
    width: 180px;
    height: 111px;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    transition: var(--transition);
    opacity: 0.7;
}
.work-detail-gallery .gallery-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.work-detail-gallery .gallery-thumb:hover {
    opacity: 0.9;
}
.work-detail-gallery .gallery-thumb.active {
    border-color: #f05a30;
    opacity: 1;
}
@media (max-width: 767px) {
    .work-detail-gallery .gallery-main-image {
        height: 300px;
    }
    .work-detail-gallery .gallery-thumb {
        width: 90px;
        height: 55px;
    }
    .work-detail-gallery .gallery-thumbs {
        gap: 8px;
    }
}

.pricing {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .pricing {
        padding: 60px 0;
    }
}
.pricing__heading-wrapper {
    text-align: center;
}
.pricing__subheading {
    justify-content: center;
}
.pricing__btns-wrapper {
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background-color: var(--custom-color-color-1);
    border: 1px solid var(--custom-color-color-2);
    border-radius: 40px;
    padding: 4px;
}
.pricing__button {
    border-radius: 24px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.pricing__button.active {
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
}
.pricing__items-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.pricing__items-wrapper:not(.active) {
    display: none;
}
.pricing__item {
    width: 384px;
    max-width: 100%;
    background: var(--custom-color-color-1);
    padding: 2.3125rem;
    border-radius: 40px;
}
@media (max-width: 639px) {
    .pricing__item {
        padding: 1.5rem;
    }
}
.pricing__item--accent {
    background-color: var(--system-color-accent);
    color: var(--system-color-primary) !important;
}
.pricing__item--accent :is(.pricing__item-text) {
    color: var(--system-color-primary) !important;
}
.pricing__item--accent .pricing__item-list ::marker {
    color: var(--system-color-primary);
}
.pricing__item--accent .pricing__item-btn {
    background-color: var(--system-color-primary);
    color: var(--system-color-accent);
}
.pricing__item-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
}
.pricing__item-text {
    font-family: var(--second-family);
    color: var(--system-color-text);
    margin-top: 1rem;
}
.pricing__item-price-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}
.pricing__item-price-number {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 72px;
}
.pricing__item-price-text {
    font-size: 20px;
    line-height: 140%;
}
.pricing__item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}
.pricing__item-btn:after {
    content: none;
}
.pricing__item-list {
    margin-top: 2.5rem;
    list-style-type: disc;
}
.pricing__item-list ::marker {
    color: var(--system-color-accent);
}
.pricing__item-list-item:not(:first-child) {
    margin-top: 1rem;
}
.reviews {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .reviews {
        padding: 60px 0;
    }
}
.reviews__wrapper--with-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(550px, 100%), 1fr));
    gap: 64px;
}
.reviews__img-wrapper {
    position: relative;
    isolation: isolate;
    max-height: 400px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    padding: 1rem;
}
.reviews__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: right bottom;
    z-index: -1;
}
.reviews__rating-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-color: var(--system-color-primary);
    border: 1px solid var(--custom-color-color-1);
    border-radius: 24px;
    padding: 24px;
}
.reviews__rating-number {
    font-family: var(--second-family);
    font-size: 72px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.reviews__stars-wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.reviews__star-img {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
}
.reviews__heading-wrapper--center {
    text-align: center;
}
.reviews__heading-wrapper--center .reviews__subheading {
    justify-content: center;
}
.reviews__items-wrapper--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 80px;
}
@media (max-width: 991px) {
    .reviews__items-wrapper--grid {
        margin-top: 40px;
        grid-template-columns: 100%;
    }
}
.reviews__items-wrapper--grid .reviews__item {
    background-color: var(--system-color-primary);
    border: 1px solid var(--custom-color-color-2);
}
.reviews__items-wrapper--grid .reviews__item:hover {
    background-color: var(--custom-color-color-1);
}
.reviews__items-wrapper--slider {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 0;
    scroll-padding: 0;
    margin-top: 60px;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.reviews__items-wrapper--slider::-webkit-scrollbar {
    display: none;
}
.reviews__items-wrapper--slider.active {
    cursor: grabbing;
}
@media (max-width: 991px) {
    .reviews__items-wrapper--slider {
        margin-top: 30px;
    }
}
.reviews__items-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1.5rem;
}
@media (min-width: 992px) {
    .reviews__items-col:nth-child(2) {
        margin-top: 2.4375rem;
    }
}
.reviews__items-col .reviews__item {
    flex: unset;
}
.reviews__item {
    flex: 0 0 calc(50% - 12px);
    scroll-snap-align: start;
    background-color: var(--custom-color-color-1);
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 639px) {
    .reviews__item {
        flex: 0 0 100%;
    }
}
.reviews__item-pseudo-img {
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    z-index: 1;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}
.reviews__item-text {
    font-style: italic;
    font-weight: 500;
}
.reviews__item-person-wrapper {
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    gap: 14px;
}
.reviews__item-person-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews__item-person-name {
    font-weight: 500;
    line-height: 1;
}
.reviews__item-person-place {
    margin-top: 4px;
    font-family: var(--second-family);
    font-size: 12px;
}
.reviews__items-progress {
    margin-top: 28px;
    height: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    background-color: var(--custom-color-color-2);
}
.reviews__items-progress::after {
    content: "";
    display: block;
    height: 100%;
    background: var(--system-color-accent);
    width: var(--progress);
    transition: all 0.2s linear;
    position: absolute;
    left: 0;
    bottom: 0;
}
.reviews__line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--custom-color-color-2);
    margin-top: 88px;
}
@media (max-width: 991px) {
    .reviews__line {
        margin-top: 40px;
    }
}
.reviews__line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--system-color-accent);
    height: 2px;
    width: 33.3333333333%;
}

.linking-map {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .linking-map {
        padding: 60px 0;
    }
}
.linking-map__heading-wrapper {
    text-align: center;
}
.linking-map__subheading {
    justify-content: center;
}
.linking-map__map-wrapper {
    margin-top: 40px;
}
@media (max-width: 639px) {
    .linking-map__map-wrapper {
        display: none;
    }
}
.linking-map__map-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.linking-map__links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 1026px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.linking-map__link {
    padding: 4px 16px;
    font-family: var(--second-family);
    font-weight: 400;
    height: 34px;
    min-height: 34px;
    border-color: var(--system-color-text);
    color: var(--system-color-text);
}
.linking-map__link:hover {
    color: var(--system-color-accent);
    border-color: var(--system-color-accent);
}
.linking-map__link:after {
    content: none;
}

.faq {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .faq {
        padding: 60px 0;
    }
}
.faq__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(460px, 100%), 1fr));
    gap: 2.5rem 24px;
}
.faq__wrapper--vertical {
    grid-template-columns: 100%;
    gap: 80px;
}
@media (max-width: 991px) {
    .faq__wrapper--vertical {
        gap: 40px;
    }
}
.faq__wrapper--vertical .faq__subheading {
    justify-content: center;
}
.faq__wrapper--vertical .faq__heading {
    text-align: center;
}
.faq__text {
    margin-top: 1.5rem;
    color: var(--system-color-text);
}
@media (min-width: 992px) {
    .faq__text {
        max-width: 90%;
    }
}
.faq__btn {
    margin-top: 2rem;
}
.contact-form {
    position: relative;
    isolation: isolate;
    padding: 25px 0 0;
}
.contact-form--accent-before:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 85%;
    width: 100%;
    background-color: #d9d9d9;
}
.contact-form--accent-before .contact-form__form {
    background-color: var(--system-color-primary);
    margin-bottom: 200px;
}
.contact-form__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr));
    gap: 2rem 52px;
}
.contact-form__form {
    border: 1px solid var(--custom-color-color-2);
    border-radius: 40px;
    padding: 40px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .contact-form__form {
        margin-bottom: 0 !important;
        padding: 2rem 1.5rem;
    }
}
.contact-form__form-text {
    font-family: var(--second-family);
    color: var(--system-color-text);
    margin-top: 1rem;
}
.contact-form__form-inputs-wrapper {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (max-width: 639px) {
    .contact-form__form-inputs-wrapper {
        grid-template-columns: 100%;
    }
}
.contact-form__form-inputs-wrapper--column {
    grid-template-columns: 100%;
}
.contact-form__form-input, .contact-form__form-select, .contact-form__form-textarea {
    background-color: var(--custom-color-color-1);
    border: 1px solid var(--custom-color-color-2);
    border-radius: 24px;
    padding: 14px 24px;
    width: 100%;
    font-weight: 500;
}
.contact-form__form-select {
    color: var(--system-color-text);
}
.contact-form__form-input:focus, .contact-form__form-textarea:focus {
    outline: none;
    border-color: var(--system-color-accent);
    color: var(--system-color-accent);
}
.contact-form__form-select {
    margin-top: 1rem;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3151 0.181194C12.0701 -0.0620557 11.6743 -0.0600555 11.4313 0.185195L6.26084 5.40169L1.06734 0.200694C0.823594 -0.0433059 0.428094 -0.0438056 0.183344 0.200194C-0.0609062 0.444194 -0.0611561 0.839944 0.182844 1.08419L5.82009 6.72969C5.93734 6.84719 6.09634 6.91294 6.26234 6.91294H6.26334C6.42984 6.91269 6.58909 6.84594 6.70609 6.72794L12.3188 1.06544C12.5618 0.820444 12.5601 0.424694 12.3148 0.181694L12.3151 0.181194Z' fill='%23848484'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    outline: none !important;
}
.contact-form__form-select:focus {
    border-color: var(--system-color-accent);
    color: var(--system-color-accent);
}
.contact-form__form-select option {
    color: var(--system-color-text);
}
.contact-form__form-textarea {
    margin-top: 1rem;
    height: 120px;
    resize: none;
}
.contact-form__form-btn {
    margin-top: 2rem;
    height: unset;
    min-height: 48px;
}
@media (max-width: 991px) {
    .contact-form__form-btn {
        width: 100%;
    }
}
.contact-form__img-wrapper {
    margin-top: -41px;
}
@media (max-width: 991px) {
    .contact-form__img-wrapper {
        margin-top: 2rem;
    }
}
.contact-form__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .contact-form__img {
        max-height: 450px;
    }
}

.marquee {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background-color: var(--system-color-accent);
    display: flex;
    gap: 40px;
}
@media (max-width: 767px) {
    .marquee {
        padding: 20px 0;
        gap: 20px;
    }
}
.marquee__track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    flex-shrink: 0;
    animation: marquee-move linear infinite;
    will-change: transform;
}
@media (max-width: 767px) {
    .marquee__track {
        gap: 20px;
    }
}
.marquee__item {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 48px;
    font-weight: 700;
    flex-shrink: 0;
    color: var(--system-color-primary);
    line-height: 1;
}
@media (max-width: 767px) {
    .marquee__item {
        gap: 20px;
        font-size: 24px;
    }
}
.marquee__item::before {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: url("../../img/screwdriver-and-wrench-white.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
    .marquee__item::before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

.blog-list {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .blog-list {
        padding: 60px 0;
    }
}
.blog-list__heading-wrapper {
    text-align: center;
}
.blog-list__subheading {
    justify-content: center;
}
.blog-list__items-wrapper {
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 384px);
    gap: 3rem 1.5rem;
    justify-content: center;
}
@media (max-width: 1399px) {
    .blog-list__items-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        gap: 3rem 1.5rem;
        justify-content: center;
        align-items: start;
    }
}
@media (max-width: 991px) {
    .blog-list__items-wrapper {
        margin-top: 40px;
    }
}
.blog-list__items-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 40px;
    width: 100%;
}
@media (max-width: 1399px) {
    .blog-list__items-col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}
@media (max-width: 991px) {
    .blog-list__items-col {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
        gap: 3.75rem 1.5rem;
        justify-content: start;
        align-items: start;
    }
    .blog-list__items-col .blog-list__item {
        width: 100%;
    }
}
.blog-list__items-col .blog-list__item-img {
    aspect-ratio: unset;
}
@media (max-width: 767px) {
    .blog-list__items-col .blog-list__item-img {
        max-height: 400px;
    }
}
.blog-list__item {
    width: 384px;
    max-width: 100%;
}
@media (min-width: 1400px) {
    .blog-list__item:nth-of-type(2n) .blog-list__item-img {
        aspect-ratio: 1/1;
    }
}
.blog-list__item-img-wrapper {
    position: relative;
}
.blog-list__item-tag {
    position: absolute;
    top: 23px;
    left: -16px;
    z-index: 2;
    padding: 8px 16px;
    font-weight: 500;
    color: var(--system-color-primary);
    background-color: var(--system-color-accent);
}
@media (max-width: 767px) {
    .blog-list__item-tag {
        left: 0;
        top: 0;
    }
}
.blog-list__item-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4/3;
}
.blog-list__item-info-wrapper {
    margin-top: 1.5rem;
}
.blog-list__item-tech-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.blog-list__item-date {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
}
.blog-list__item-comments {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
}
.blog-list__item-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--system-color-secondary);
    margin-top: 8px;
    display: block;
}
.blog-list__item-name:hover {
    color: var(--system-color-accent);
}
.blog-list__item-text {
    font-family: var(--second-family);
    margin-top: 1rem;
}
.blog-list__line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--custom-color-color-2);
    margin-top: 88px;
}
@media (max-width: 991px) {
    .blog-list__line {
        margin-top: 40px;
    }
}
.blog-list__line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--system-color-accent);
    height: 2px;
    width: 33.3333333333%;
}

.cta-with-graph {
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
.cta-with-graph__wrapper {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 3rem 120px;
}
@media (max-width: 991px) {
    .cta-with-graph__wrapper {
        grid-template-columns: 100%;
    }
}
.cta-with-graph__img-wrapper {
    margin-left: -120px;
}
@media (max-width: 991px) {
    .cta-with-graph__img-wrapper {
        position: absolute;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.25;
    }
}
@media (max-width: 639px) {
    .cta-with-graph__img-wrapper {
        top: unset;
        bottom: 0;
    }
}
.cta-with-graph__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cta-with-graph__info-wrapper {
    padding: 126px 0;
}
@media (max-width: 991px) {
    .cta-with-graph__info-wrapper {
        padding: 60px 0;
    }
}
.cta-with-graph__text {
    margin-top: 1rem;
}
.cta-with-graph__btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.story {
    padding: 120px 0 50px;
}
@media (max-width: 991px) {
    .story {
        padding: 60px 0 30px;
    }
}
.story__wrapper {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}
.story__heading-wrapper {
    text-align: center;
}
.story__subheading {
    justify-content: center;
}
.story__heading-text {
    margin-top: 1.5rem;
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.story__years-wrapper {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
@media (max-width: 991px) {
    .story__years-wrapper {
        margin-top: 40px;
    }
}
.story__year-arrow {
    position: relative;
}
.story__year-arrow::before, .story__year-arrow:after {
    content: "";
    width: 2px;
    height: 19px;
    background-color: var(--system-color-secondary);
    display: inline-flex;
}
.story__year-arrow::before {
    transform: rotate(45deg) translateX(-8px);
}
.story__year-arrow:after {
    transform: rotate(-45deg) translateX(8px);
}
.story__year-arrow--rotate {
    transform: rotate(180deg);
    margin-top: 12px;
}
.story__year-line {
    min-height: 72px;
    background-color: var(--system-color-secondary);
    width: 2px;
    height: 100%;
    display: inline-flex;
}
@media (max-width: 639px) {
    .story__year-line {
        display: none;
    }
}
.story__year-number {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}
.story__item {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 1rem;
    place-items: center;
}
@media (max-width: 639px) {
    .story__item {
        display: flex;
        flex-direction: column;
        border-top: 2px solid var(--system-color-accent);
        border-bottom: 2px solid var(--system-color-accent);
        padding: 1rem 0;
    }
}
.story__item-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 639px) {
    .story__item-img {
        max-height: 300px;
    }
}
.story__item-line {
    background-color: var(--system-color-secondary);
    width: 2px;
    height: 100%;
    display: inline-flex;
}
.story__item-info-heading {
    font-weight: 600;
    font-size: 20px;
}
.story__item-info-text {
    font-family: var(--second-family);
    color: var(--system-color-text);
    margin-top: 1rem;
}
.team {
    padding: 120px 0 170px;
}
@media (max-width: 991px) {
    .team {
        padding: 60px 0;
    }
}
.team__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem 3rem;
}
@media (max-width: 991px) {
    .team__header {
        flex-direction: column;
        align-items: start;
    }
}
.team__items-wrapper {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 991px) {
    .team__items-wrapper {
        margin-top: 40px;
        grid-template-columns: 100%;
    }
}
.team__items-wrapper--no-margin {
    margin-top: 0;
    gap: 55px 24px;
}
.team__item {
    padding-right: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background-color: var(--custom-color-color-1);
}
@media (max-width: 639px) {
    .team__item {
        grid-template-columns: 100%;
        padding-right: 0;
        padding-bottom: 2rem;
        gap: 1rem;
    }
}
.team__item-img-wrapper {
    width: 245px;
    /*margin-top: -20px;*/
}
@media (max-width: 639px) {
    .team__item-img-wrapper {
        margin-top: 2rem;
        width: 100%;
        aspect-ratio: 1/1;
        max-height: 250px;
    }
}
.team__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.team__item-info-wrapper {
    padding: 1rem 0;
}
@media (max-width: 639px) {
    .team__item-info-wrapper {
        text-align: center;
    }
}
.team__item-position {
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.team__item-name {
    margin-top: 8px;
}
.team__item-socials-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    gap: 8px;
}
@media (max-width: 639px) {
    .team__item-socials-wrapper {
        justify-content: center;
    }
}
.team__item-socials-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--system-color-text);
}
.team__item-socials-item:hover {
    background-color: var(--system-color-accent);
    border-color: var(--system-color-accent);
}
.team__item-socials-item:hover img {
    filter: grayscale(1) brightness(1.8) contrast(1.2);
}
.team__item-socials-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.team__footer {
    margin-top: 1.5rem;
}
.team__cta {
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 40px;
}
@media (max-width: 991px) {
    .team__cta {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        align-items: start;
        justify-content: start;
    }
}
.team__cta-desc {
    margin-top: 1rem;
}
@media (max-width: 991px) {
    .team__cta-desc {
        margin-top: 0;
    }
}
.team__cta-with-item {
    display: grid;
    grid-template-columns: 1fr 282px;
    gap: 24px;
    margin-top: 55px;
}
@media (min-width: 992px) {
    .team__cta-with-item .team__item {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 42px;
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .team__cta-with-item {
        grid-template-columns: 100%;
    }
}
.team__cta-with-item-accent-wrapper {
    background-color: var(--system-color-accent);
    padding: 54px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px 24px;
}
@media (max-width: 639px) {
    .team__cta-with-item-accent-wrapper {
        padding: 2rem 1rem;
    }
}
.team__cta-with-item-accent-img-wrapper {
    background-color: var(--system-color-primary);
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team__cta-with-item-accent-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.team__cta-with-item-accent-text {
    color: var(--system-color-primary);
    font-family: var(--second-family);
}
.team__cta-with-item-accent-link {
    color: var(--system-color-primary);
    margin-top: 8px;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
}

.team-detail {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .team-detail {
        padding: 60px 0;
    }
}
.team-detail__wrapper {
    display: grid;
    grid-template-columns: 384px auto;
    gap: 32px 64px;
}
@media (max-width: 991px) {
    .team-detail__wrapper {
        grid-template-columns: 100%;
    }
}
.team-detail__person-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 24px;
}
.team-detail__img-wrapper {
    position: relative;
    isolation: isolate;
    min-height: 492px;
    padding: 0 14px;
}
@media (max-width: 991px) {
    .team-detail__img-wrapper {
        min-height: unset;
        max-height: 450px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .team-detail__img-wrapper::before {
        content: "";
        background-image: url("../../img/subtract.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        inset: 24px 0 1px;
        z-index: -1;
    }
}
.team-detail__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991px) {
    .team-detail__img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (max-width: 991px) {
    .team-detail__name-wrapper {
        text-align: center;
        margin-inline: auto;
    }
}
.team-detail__position {
    font-family: var(--second-family);
}
@media (max-width: 991px) {
    .team-detail__info-wrapper {
        margin-top: 40px;
    }
}
.team-detail__info-text h2:not(:first-child) {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .team-detail__info-text h2:not(:first-child) {
        margin-top: 20px;
    }
}
.team-detail__info-text :is(p, li, span) {
    font-family: var(--second-family);
    color: var(--system-color-text);
    margin-top: 1rem;
}
.team-detail__info-list-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 24px;
}
.team-detail__info-list-item {
    width: 100%;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 8px solid var(--custom-color-color-1);
}
.team-detail__info-list-item-label {
    font-weight: 500;
    max-width: 50%;
}
.team-detail__info-list-item-percent-number {
    position: absolute;
    bottom: 8px;
    right: calc(100% - var(--progress));
    font-weight: 500;
}
.team-detail__info-list-item-percent-line {
    height: 8px;
    width: var(--progress);
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: var(--system-color-accent);
}

.contact-us {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .contact-us {
        padding: 60px 0;
    }
}
.contact-us__subheading {
    justify-content: center;
}
.contact-us__heading {
    text-align: center;
}
.contact-us__info-wrapper {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    place-content: space-between;
    align-items: center;
}
.contact-us__info-wrapper > * {
    margin-inline: auto;
}
.contact-us__info-wrapper .slanted-line {
    max-height: 125px;
}
@media (max-width: 1199px) {
    .contact-us__info-wrapper .slanted-line {
        display: none;
    }
}
@media (max-width: 1199px) {
    .contact-us__info-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .contact-us__info-wrapper {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }
}
.contact-us__item {
    position: relative;
    width: 344px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-bottom: 2px solid var(--system-color-text);
    padding-bottom: 58px;
}
.contact-us__item:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--system-color-accent);
    position: absolute;
    top: 100%;
    left: 0;
}
.contact-us__item:nth-child(1):before, .contact-us__item:nth-child(5):before {
    width: 30%;
}
@media (max-width: 1199px) {
    .contact-us__item {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .contact-us__item {
        width: 320px;
        max-width: 100%;
    }
}
.contact-us__item-img-wrapper {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-us__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.contact-us__item-name {
    margin-top: 24px;
    text-align: center;
}
.contact-us__item-text {
    font-family: var(--second-family);
    color: var(--system-color-text);
    margin-top: 1rem;
    text-align: center;
}
.contact-us__item-link {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--system-color-secondary);
    text-align: center;
}

.single-post {
    padding: 120px 0 50px;
}
@media (max-width: 991px) {
    .single-post {
        padding: 60px 0 25px;
    }
}
.single-post__header {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0.5rem;
}
.single-post__tag {
    padding: 8px 16px;
    background-color: var(--system-color-accent);
    color: var(--system-color-primary);
    line-height: 1;
}
.single-post__info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    gap: 1rem;
}
.single-post__info-item {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.single-post__info-item svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}
.single-post__item-text {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: var(--system-color-text);
}
.single-post__text-wrapper {
    margin-top: 40px;
}
.single-post__text-wrapper > :first-child {
    margin-top: 0;
}
.single-post__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid var(--system-color-text);
}
.single-post__tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    gap: 1rem;
}
.single-post__tag-btn {
    border-color: var(--system-color-text);
    line-height: 1;
    font-family: var(--second-family);
    color: var(--system-color-text);
    padding: 4px 16px;
    height: unset;
    min-height: 34px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}
.single-post__tag-btn:hover {
    border-color: var(--system-color-accent);
    color: var(--system-color-accent);
}
.single-post__tag-btn:after {
    content: none;
}
.single-post__share-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    white-space: nowrap;
    gap: 0.5rem;
    font-family: var(--second-family);
    color: var(--system-color-text);
}
.single-post__share-btn:hover {
    color: var(--system-color-accent);
}
.single-post blockquote {
    padding: 10px 16px 10px 64px;
    color: var(--system-color-text);
}
.single-post blockquote p {
    color: var(--system-color-accent);
    margin: 8px 0 0;
}
.single-post blockquote:before {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    top: 10px;
    left: 19px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: #f0f0f0;
}

.gallery-item img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: contain!important;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

.gallery-number {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
}

/* Для 2 колонок */
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

/* Для 3 колонок */
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
	.gallery {
		grid-template-columns: 1fr;
	}
	
	.gallery-columns-2,
	.gallery-columns-3 {
		grid-template-columns: 1fr;
	}
}