@font-face {
    font-family: 'Gambarino';
    src: url('../fonts/Gambarino-Regular.woff2') format('woff2'),
        url('../fonts/Gambarino-Regular.woff') format('woff'),
        url('../fonts/Gambarino-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

html,
body {
    scroll-behavior: smooth;
    /* Enables smooth scrolling */
    overscroll-behavior: none;
    /* Disables bounce/overscroll */
}

html,
body,
#main {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}


html body {
    background: rgb(246, 246, 246);

    font-family: Gambarino-Regular;
}

body,
input,
textarea,
select,
button {
    font-size: 12px;
    font-family: sans-serif;
}

p,
span,
div {
    white-space: normal;
    /* or pre-line if you want \n to be respected */
}

#content {
    align-content: center;
    align-items: center;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1200px;
}

.text {
    /* font-family: "Geist", "Geist Placeholder", sans-serif; */
    margin: 0px;
    padding: 0px;
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 300;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    text-align: start;
}

.form-input-wrapper {
    border-bottom-width: 1px;
    border-color: #bfbfbf;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: dashed;
    border-top-width: 0px;
    /* focused-border-color: #29292b;
    focused-border-style: solid;
    focused-border-width: 0px 0px 1px 0px; */
    color: #1e1e1f;
    font-family: "Geist";
    letter-spacing: 0em;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 500;
    /* color: #999999; */
    padding: 0px;
    /* placeholder-color: var(--token-7ec448f0-4ad0-4f2b-a32f-0ce331ef7374, #595959); */
    flex: none;
    height: 40px;
    position: relative;
    width: 100%;
}

.form-input {
    padding: 0;
    background: transparent;
    font-family: var(--framer-input-font-family);
    font-weight: var(--framer-input-font-weight);
    font-size: var(--framer-input-font-size);
    font-style: var(--framer-input-font-style);
    color: var(--framer-input-font-color);
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    outline: none;
}

@media (min-width: 810px) and (max-width: 1199px) {
    #contnet {
        width: 810px;
    }
}

.ssr-variant {
    display: contents;
}

.section {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 160px 24px 0;
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 1100px;
}

.section-background {
    bottom: 0;
    flex: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.section-background-image-wrapper {
    flex: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-background-image-wrapper>div {
    position: absolute;
    border-radius: inherit;
    inset: 0px;
}

.section-background-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gambarino", "Gambarino Placeholder", serif;
    font-weight: 400;
    color: #000000;
}

p {
    font-family: "Geist", "Geist Placeholder", sans-serif;
    font-weight: 300;
    color: #1e1e1f;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

.btn {
    place-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    gap: 0px;
    height: 40px;
    overflow: visible;
    padding: 8px 16px;
    position: relative;
    width: min-content;
}

.btn.btn-primary {
    background-color: rgb(30, 30, 31);
    border-radius: 20px;
    will-change: transform;
}

.btn.btn-primary p {
    min-width: 100px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 810px) and (max-width: 1199px) {
    .section-background-image-wrapper {
        height: 112%;
        top: -48px;
    }
}

/* Home page */
.section.hero {
    max-width: 100%;
}

.hero-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.hero-wrapper {
    place-content: center;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 32px;
    height: min-content;
    max-width: 550px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 75%;
}

.hero-text-wrapper {
    place-content: center flex-start;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 8px;
    height: min-content;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
}

.hero-text {

    flex: 0 0 auto;
    height: auto;
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;

    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    align-items: center;
    transform: none;
}

.hero-text h1 {
    font-family: "Gambarino", "Gambarino Placeholder", serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: none;
}

.hero-text p {
    font-family: "Geist", "Geist Placeholder", sans-serif;
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.04em;
    line-height: 1.3em;
    color: #1e1e1f;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

.hero-text .btn {
    margin-top: 24px;
}

.home-page-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.home-page-cta h3 {
    font-size: 20px;
}

/* Pages */

.section-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.section-content {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.section-content-wrap {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    width: calc(100% - 32px);
}

.section-headline {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    max-width: 600px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.section-text-wrap {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
}

.section-text-wrap>div {
    /* --framer-link-text-color: #0099ff;
    --framer-link-text-decoration: underline; */
    flex: 1 0 0px;
    height: auto;
    position: relative;
    white-space: pre-wrap;
    width: 1px;
    word-break: break-word;
    word-wrap: break-word;

    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    opacity: 1;
    transform: none;
}

.section-text-wrap h1 {
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.1em;
    color: #000000;
    text-decoration: none;
    text-transform: none;
}

/* Section how we work */

.section-content-wrap-row {
    flex-direction: row;
    gap: 64px;
}

.section-content-wrap-row .section-headline {
    /* gap: 64px; */

    flex: 180px 0 0;
    width: auto;
}

.section-content-wrap-row .section-headline p {
    font-size: 16px;
    font-style: normal;
    /* font-weight: 400; */
    letter-spacing: -0.04em;
    line-height: 1.3em;
    color: #1e1e1f;
    text-decoration: none;
    text-transform: none;
}


.section-content-wrap-row .section-text-wrap {
    place-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 0.75 0 0px;
    flex-flow: column;
    gap: 80px;
    height: min-content;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 1px;

    flex: 1 0 0px;
    gap: 64px;
}

.section-content-wrap-row .section-text-wrap .section-text-content {
    place-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 80px;
    height: min-content;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;


    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
}

.section-text-content-item {
    place-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-flow: column;
    gap: 10px;
    height: min-content;
    max-width: 350px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 1px;

    width: 100%;
}

.section-text-content-item h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: none;
}

.section-text-content-item p {
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.04em;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: none;
}

@media (max-width: 809px) {
    .section-page {
        padding: 160px 16px 0;
    }

    .section-content-wrap-row .section-text-wrap {
        flex: none;
        gap: 48px;
        width: 100%;
    }

    .section-content-wrap-row .section-headline {
        flex: auto
    }

    .section-content-wrap {
        flex-direction: column;
    }
}

@media (min-width: 810px) and (max-width: 1199px) {
    .section-page {
        padding: 160px 16px 64px;
    }

    .section-headline {
        max-width: 500px;
    }
}