@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Rowdies:300,400|Manrope:400,700,600|Exo:500,600|Poppins:500");

#sandwitch-menu {
    display: none;
}

.screen textarea:focus,
.screen input:focus {
    outline: none;
}

.screen * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.screen div {
    -webkit-text-size-adjust: none;
}

.screen a {
    display: contents;
    text-decoration: none;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.container-center-horizontal>* {
    flex-shrink: 0;
    pointer-events: auto;
}

@keyframes reveal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

input:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

:root {
    --black: #000000;
    --brown-pod: #3a1700;
    --brown-pod-2: #3a170080;
    --ecru-white: #f3f2e7;
    --mine-shaft: #333333;
    --moon-mist: #dedccd;
    --seashell: #f1f1f1e6;
    --sky: #009eff;
    --storm-dust: #646363;
    --white: #ffffff;
    --white-2: #ffffff80;
    --wild-blue-yonder: #7e89b8;

    --font-size-l: 24px;
    --font-size-m: 22px;
    --font-size-s: 20px;
    --font-size-xl: 26px;
    --font-size-xs: 16px;
    --font-size-xxl: 32px;
    --font-size-xxxl: 46px;

    --font-family-exo: "Exo", Helvetica;
    --font-family-manrope: "Manrope", Helvetica;
    --font-family-poppins: "Poppins", Helvetica;
    --font-family-rowdies: "Rowdies", Helvetica;
}

:root {}


/* screen - desktop-size */

.desktop-size .block-COEEGI {
    background-color: transparent;
    height: 1437px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1440px;
}

.desktop-size .combined-shape-pS6T7O {
    height: 400px;
    left: 0px;
    top: 196px;
    width: 400px;
}

.desktop-size .path-7-pS6T7O {
    background-color: transparent;
    height: 141px;
    left: 23px;
    position: absolute;
    top: 0px;
    width: 239px;
}

.desktop-size .oval-pS6T7O {
    background-color: #e9e7bb;
    border-radius: 114px;
    height: 228px;
    left: 355px;
    position: absolute;
    top: 155px;
    width: 228px;
}

.desktop-size .bitmap-pS6T7O {
    background-color: transparent;
    height: 565px;
    left: 0px;
    position: absolute;
    top: 31px;
    width: 545px;
}

.desktop-size .combined-shape {
    background-color: transparent;
    position: absolute;
}

.desktop-size .pic {
    background-color: transparent;
    position: absolute;
}

body {
    margin: 0;
    background: #ffffff;
}

.desktop-size {
    background-color: var(--white);
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    padding-left: 39px;
    padding-top: 30px;
    align-items: center;
}

.contact-us {
    background-color: transparent;
    border: 1px solid #7e8ab84e;
    border-radius: 24px;
    height: 48px;
    width: 138px;
    background-color: transparent;
    color: #7e8ab8;
    font-family: var(--font-family-rowdies);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.00px;
    line-height: normal;
    align-content: center;
    text-align: center;
    display: block !important;
}


.logo {
    color: var(--brown-pod);
    background-color: transparent;
    font-family: var(--font-family-rowdies);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    height: auto;
    letter-spacing: -1.00px;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    width: auto;
    margin-right: 10px;
}

.top-link {
    color: var(--brown-pod);
    margin-top: 10px;
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    width: 580px;
}

/* Hide the menu by default */
.top-link-container {
    display: none;
}

/* Show the menu when the class 'active' is added */
.top-link-container.active {
    display: block;
}

.top-link a {
    display: flex;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.top-link a:visited {
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}

.sub-menu {
    display: flex;
    align-items: center;
}

/* introduction  */
/* MARK: Introduction   */

.introduction {
    position: relative;
}

.introduction-p {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-content: center;
    padding-left: 10%;
}

.introduction-p p {
    position: relative !important;
    top: unset !important;
    left: unset !important;
}

.help {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    z-index: 1;
}

#jack {
    height: 100vh;
    align-items: center;
    margin-top: 100px;
    position: relative;
}

#introduction-rectangle {
    background-color: var(--ecru-white);
    border-radius: 380px;
    height: 1034px;
    left: 1231px;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    width: 673px;
}


#oval-introduction {
    background-color: #e3e1cd;
    border-radius: 61px;
    height: 122px;
    left: -61px;
    position: absolute;
    top: 69px;
    width: 122px;
}

#oval-blue-introduction {
    background-color: var(--sky);
    border-radius: 105.59px;
    height: 211px;
    left: 345px;
    position: absolute;
    top: 363px;
    width: 211px;
}

#people-introduction {
    background-color: var(--white);
    border-radius: 700px;
    height: 592px;
    right: 10%;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 38%;
}

#people-introduction img {
    background-color: transparent;
    height: 842px;
    left: -0px;
    object-fit: cover;
    position: absolute;
    top: -63px;
    width: 100%;
}

#introduction-pic-group {
    --parent-width: 40%; 
    width: var(--parent-width);
    height: 574px;
    right: 100px;
    top: 52px;
}

#combined-shape-1 {
    height: 370px;
    left: 0px;
    width: 370px;
    top: calc(1 * var(--parent-width));
}

#introduction-path {
    background-color: transparent;
    height: 280px;
    left: 469px;
    position: absolute;
    top: 0px;
    width: 133px;
}

.introduction-p .title {
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 300;
    letter-spacing: -3.00px;
    line-height: 80px;
    background-color: transparent;
    height: auto;
    position: absolute;
    text-align: left;
    white-space: unset;
    width: 45%;
}

.introduction-p .text {
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    position: absolute;
    text-align: left;
    width: 45%;
    color: var(--brown-pod-2);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}

#help-path {
    background-color: transparent;
    height: 330px;
    left: 86px;
    position: absolute;
    top: 446px;
    width: 190px;
}

#help-oval {
    background-color: var(--sky);
    border-radius: 51px;
    height: 102px;
    left: 79px;
    position: absolute;
    top: 390px;
    width: 102px;
}

#help-title-container {
    background-color: transparent;
    left: 135px;
    position: relative;
}

#help-title-container div {
    background-color: transparent;
    height: auto;
    left: 0px;
    letter-spacing: -2.00px;
    line-height: 64px;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
}

#help-description {
    background-color: transparent;
    height: auto;
    left: 137px;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    position: relative;
    margin-top: 30px;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.sedite {
    display: flex;
    justify-content: center;
    margin-top: 110px;
    z-index: inherit;
    width: 100%;
    overflow-x: hidden;
}

.sedit-item {
    padding-top: 55px;
    padding-left: 46px;
    padding-right: 46px;
    margin-right: 25px;
    background-color: var(--ecru-white);
    border-radius: 12px;
    height: 464px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.sedit-title {
    margin-bottom: 40px;
    background-color: transparent;
    height: auto;
    line-height: 32px;
    position: relative;
    text-align: left;
    width: auto;
    letter-spacing: 0.00px;
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
}

.sedit-item p {
    margin-top: 40px;
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    width: 100%;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.title-bar {
    background-color: var(--moon-mist);
    height: 1px;
    width: 100%;
}

.title-shadow {
    background-color: var(--mine-shaft);
    height: 3px;
    width: 64px;
}

#jack .title {
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.00px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    background-color: transparent;
    height: auto;
    margin-bottom: 50px;
}

#jack .card {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    background-color: var(--ecru-white);
    border-radius: 12px;
    height: 290px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 60px;
}

#jack .container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Centers content horizontally */
    align-items: center;
}

#jack .card-container {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers content horizontally */
    align-items: center;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#jack .number {
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: center;
    width: 66px;
    color: var(--black);
    font-family: var(--font-family-manrope);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-right: 30px;
}

#jack .data {
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    min-height: 64px;
}

#jack .row {
    margin-bottom: 20px;
}

#jack .card p {
    margin-top: 10px;
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

#advantages {
    position: relative;
    height: 100vh;
}

.group-advantages {
    margin-left: 186px;
    position: relative;
    margin-top: 60px;
}

#oval-advantages {
    background-color: var(--sky);
    border-radius: 114px;
    height: 228px;
    width: 228px;
    position: absolute;
    left: calc(100% - 114px);
    top: 60px;
}

.filltimeline {
    background-color: transparent;
    height: 609px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 609px;
}

.pic-advantages-container {
    height: 653px;
    left: 0px;
    top: 0px;
    width: 652px;
}

.combined-shape-advantages {
    height: 400px;
    left: 0px;
    top: 0px;
    width: 400px;
}

.path-advantages {
    background-color: transparent;
    height: 333px;
    left: 329px;
    position: absolute;
    top: 321px;
    width: 323px;
}

.text-advantages {
    top: 112px;
    height: auto;
    position: absolute;
    right: 0px;
    width: 785px;
    display: grid;
    place-items: center;
    text-align: center;
}

.advantages-title {
    background-color: transparent;
    letter-spacing: -2.00px;
    line-height: 64px;
    text-align: left;
    white-space: nowrap;
    width: auto;
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 50px;
}

.advantages-description {
    background-color: transparent;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 650px;
    left: 40%;
}

#advantages-percent {
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
}

#advantages-sub-title {
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.text-advantages .description {
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 0.00px;
    line-height: 36px;
    align-self: stretch;
}

.polygon-advantages {
    background-color: transparent;
    height: 39px;
    left: 603px;
    position: absolute;
    top: 629px;
    width: 40px;
}

#tiles {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
}

#tile-containers {
    display: grid;
    place-items: center;
    flex-direction: column;
}

.tile-row {
    display: flex;
    margin-bottom: 40px;
    width: calc(90%);
}

.big-tile {
    width: 66%;
}

.small-tile {
    width: 33%;
}

.tile-img {}

.tile-text {
    display: flex;
    flex-direction: column;
}

.tile-text p {
    color: var(--brown-pod-2);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
}

.tile-text-title {
    background-color: transparent;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.tile {
    padding-top: 40px;
    background-color: var(--seashell);
    border-radius: 12px;
    min-height: 233px;
    margin-right: 25px;
    display: flex;
    align-items: flex-start;
}

#address {
    display: flex;
    position: relative;
    width: 100%;
}

.address-item {
    width: 33.33%;
    display: flex;
    height: 192px;
    align-items: center;
    padding: 50px;
}

.address-title {
    letter-spacing: 0.00px;
    line-height: 32px;
    white-space: nowrap;
    color: var(--brown-pod-2);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}

.address-description {
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.icon-container {
    background-color: var(--ecru-white);
    border-radius: 48px;
    height: 96px;
    width: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.item1 {
    background-color: #eae8d9;
}

.item2 {
    background-color: #e3e1ca;
}

.item3 {
    background-color: #cac8ac;
}

#contact {
    position: relative;
}

#contact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    padding-top: 50px;
    height: 100vh;
    text-align: center;
    flex-direction: column;
}

.contact-title {
    background-color: transparent;
    color: #2a2a2a;
    font-family: var(--font-family-exo);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.00px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    margin-bottom: 20px;
}

.form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.form-item span {
    background-color: transparent;
    color: #8f8f8f;
    font-family: var(--font-family-exo);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.00px;
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.form-item input {
    width: 100%;
    height: 53px;
    border: 0;
    border-radius: 5px;
}

.form-item textarea {
    width: 100%;
    height: 154px;
    border: 0;
    border-radius: 5px;
}

form {
    width: 750px;
    display: flex;
    flex-direction: column;
}

.row .form-item:last-child {
    margin-left: 25px;
}

input[type="submit"] {
    background-color: var(--sky);
    border: 0;
    border-radius: 5px;
    color: var(--white);
    font-family: var(--font-family-exo);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    height: 53px;
    letter-spacing: 0.00px;
    line-height: 53px;
    text-align: center;
    width: 270px !important;
    margin-top: 20px;
}

#pavel {
    position: relative;
    height: 89vh;
    display: flex;
    background-color: #f3f2e7;
}

#pavel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    max-width: 30%;
}

#pavel-pic {
    position: relative;
    margin-left: 10%;
}

.pavel-title {
    color: var(--sky);
    font-family: var(--font-family-rowdies);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3.00px;
    background-color: transparent;
    height: auto;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
    width: auto;
    margin-bottom: 20px;
}

#pavel-pic-mobile-container {
    display: none;
}

.pavel-name {
    background-color: transparent;
    height: auto;
    text-align: left;
    white-space: nowrap;
    width: auto;
    letter-spacing: -2.00px;
    line-height: 64px;
    color: var(--brown-pod);
    font-family: var(--font-family-rowdies);
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
}

.pavel-introduction p {
    background-color: transparent;
    color: var(--brown-pod);
    font-family: var(--font-family-manrope);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.00px;
    line-height: 32px;
    text-align: left;
    width: 457px;
    margin-bottom: 40px;
}

.social-links {
    width: 100%;
    max-width: 300px;
}

.link-image {
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

.link-item {
    display: flex;
    margin-bottom: 15px;
}

.conntect-title {
    background-color: transparent;
    color: #0d0d0d;
    font-family: var(--font-family-exo);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.00px;
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    width: auto;
    margin-bottom: 30px;
}
.p-linkedin{
    text-decoration: none;
    color: #252525;
    margin-left: 10px;
}
.play{
    width: 24px;
    margin-right: 10px;
}

/* give media query for tablet  devices */
/* MARK: Responsive   */
@media only screen and (max-width: 1220px) {
    #people-introduction img {
        height: 591px;
        width: 100%;
    }
    #people-introduction {
        height: 392px;
        width: 392px;
    }
    .introduction-p .title {
        font-size: 36px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 550px) {
    #jack .data {
        font-size: 20px;
    }
}
@media only screen and (max-width: 910px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        align-items: center;
        background-color: #F3F2E7;
        border-bottom: 2px solid #7e8ab84e;
    }

    .top-link {
        display: none;
        max-width: 450px;
        width: 450px;
    }

    .navbar {
        align-items: flex-start;
        padding: 20px;
    }

    .navbar .sub-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar .top-link {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .navbar .contact-us {
        display: none !important;
    }

    #sandwitch-menu path {
        fill: var(--brown-pod);
    }

    #sandwitch-menu {
        fill: var(--brown-pod);
        width: 48px;
        height: 48px;
        display: block;
    }

    .top-link-mobile a {
        display: flex;
        color: var(--brown-pod);
        font-family: var(--font-family-manrope);
        font-size: var(--font-size-xs);
        font-style: normal;
        font-weight: 400;
    }

    .top-link-mobile a:visited {
        color: var(--brown-pod);
        font-family: var(--font-family-manrope);
        font-size: var(--font-size-xs);
        font-style: normal;
        font-weight: 400;
    }

    .top-link-mobile a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    /* MARK: product */
    #introduction-pic-group {
        height: auto;
        left: unset;
        top: unset;
        width: 100%;
        position: relative;
    }

    #combined-shape-1 {
        height: 194px;
        left: 0px;
        top: 75px;
        width: 194px;
    }

    #introduction-path {
        background-color: transparent;
        height: 142px;
        left: 80%;
        position: absolute;
        top: 0px;
        width: 67px;
    }

    #people-introduction {
        background-color: var(--white);
        border-radius: 141px;
        height: 282px;
        left: 10%;
        overflow: hidden;
        position: absolute;
        top: 2px;
        width: 282px;
    }

    #produktu {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    #introduction-pic-group{
        height: 300px;
    }

    #introduction-path{
        display: none;
    }

    #produktu .introduction-p {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }

    #produktu .introduction-p .title{
        letter-spacing: unset !important;
    }

    #produktu .introduction-p p {
        font-size: var(--font-size-m);
        width: 100%;
    }

    #produktu .introduction-p .text {
        width: 80%;
    }

    #produktu #oval-introduction,
    #produktu #oval-blue-introduction {
        display: none;
    }

    #produktu #people-introduction img {
        width: 100%;
        height: auto;
    }

    /* MARK: help */
    .help {
        margin-top: 30px;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .help #help-title-container {
        text-align: center;
        left: unset;

    }


    .help #help-description {
        text-align: center;
        padding: 10px;
        left: unset;
    }
    #help-path,#help-oval{
        display: none;
    }
    .help .sedite {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .help .sedit-item {
        margin-bottom: 20px;
        max-width: 30%;
        width: 30%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 390px;
    }

    .sedit-title{
        white-space: unset;
        font-size: 21px;
        min-height: 55px;
        margin-bottom: 10px;
    }

    .sedit-item p{
        width: 100%;
        margin-top: 10px;
        font-size: var(--font-size-xs);
    }

    /* MARK: jack */
    #jack {
        margin-top: 50px;
        padding: 20px;
        height: auto;
    }

    #jack .title {
        font-size: var(--font-size-xxl);
        text-align: center;
    }

    #jack .container {
        align-items: center;
    }

    #jack .card-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    #jack .card {
        width: 45%;
        margin-bottom: 20px;
        min-width: 45%;
        max-width: 45%;
        padding: 15px;
        height: 230px;
        margin-right: 10px;
    }

    #jack .data{
        font-size: var(--font-size-xl);
    }
    /* MARK: advantages */
    #advantages {
        padding: 20px;
        text-align: center;
        height: auto;
    }

    .combined-shape-advantages{

    }

    .text-advantages{
        width: 95%;
        left: 0px;
    }

    .group-advantages{
        margin-left: 0px;
    }

    #oval-advantages{
        display: none;
    }

    .path-advantages{
        display: none;
    }

    .polygon-advantages{
        display: none;
    }

    #advantages .group-advantages {
        flex-direction: column;
        align-items: center;
        height: 620px;
    }

    #advantages .pic-advantages-container {
        margin-bottom: 20px;
        height: 400px;
    }

    #advantages .text-advantages {
        font-size: var(--font-size-m);
    }

    #advantages .advantages-description {
        font-size: var(--font-size-s);
        position: relative;
        top: unset;
        left: unset;
    }

    #advantages #oval-advantages {
        width: 100px;
        height: 100px;
    }

    #advantages .polygon-advantages {
        width: 50px;
        height: 50px;
    }

    /* MARK: tiles */
    #tiles {
        padding: 0px;
    }

    #tiles .tile-row {
        display: flex;
        align-items: baseline;
    }

    #tiles .tile {
        margin-bottom: 10px;
        padding-top: 20px;
        min-height: 300px;
        padding-right: 20px;
    }
    .tile-text-title{
        font-size: var(--font-size-m);
    }

    .tile-text p {
        font-size: var(--font-size-xs);
    }

    .tile-img{
        width: 64px;
        height: 64px;
    }

    .small-tile{
        width: 45%;
    }

    /* MARK: contact */
    #contact {
        padding: 20px;
        text-align: center;
    }

    #contact-form {
        margin: 0 auto;
        width: 80%;
        height: auto;
    }

    form{
        width: 80%;
    }

    .contact-title {
        font-size: var(--font-size-m);
    }

    input[type="submit"] {
        width: 100%;
        font-size: var(--font-size-s);
    }

    /* MARK: pavel */
    #pavel {
        margin-top: 20px;
        height: auto;
        flex-direction: column-reverse;
        background-color: #f3f2e7;
    }
    .pavel-name{
        white-space: unset;
        font-size: 32px;
    }
    #pavel-info {
        text-align: center;
        flex-direction: row;
        justify-content: space-around;
    }
    
    #pavel {
        margin-top: 15px;
        padding: 10px;
        background-color: #f3f2e7;
    }

    #pavel-info {
        text-align: left;
        font-size: var(--font-size-m);
        max-width: unset;
        margin-left: unset;

    }
    .pavel-introduction p{
        width: 100%;
    }
    #pavel-pic-mobile-container{
        display: block;
        background-color: var(--sky);
        border-radius: 80px;
        height: 1293px;
        position: absolute;
        transform: rotate(45deg);
        width: 508px;
        left: 710px;
        top: -650px;
    }

    .combined-shape-pS6T7O{
        width: 400px;
    }
    .bitmap-pS6T7O{
        z-index: 2;
    }
    .path-7-pS6T7O{
        display: none;
    }

    .desktop-size{
        height: auto;
    }

    #pavel-pic {
        height: 600px;
    }

    /* MARK: address */
    #address {
        width: 100%;
        padding: 0;
        margin: 0 ;
    }

    #address .address-item {
        font-size: var(--font-size-s);
        text-align: center;
        padding: 10px;
        flex-direction: column;
    }

    .address-description{
        white-space: unset;
        text-align: center;
    }

    .icon-container{
        margin-right: 0px;
        height: 64px;
        width: 64px;
    }
}

/* MARK: Mobile */
@media only screen and (max-width: 425px) {
    .navbar {
        display: flex;
        justify-content: center;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        align-items: center;
        border-bottom: 2px solid #7e8ab84e;
    }

    .top-link {
        display: none;
    }

    .contact-us {
        display: none !important;
    }

    .navbar {
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px;
    }

    #introduction-rectangle {
        background-color: var(--ecru-white);
        border-radius: 39px;
        height: 360px;
        left: 70%;
        position: absolute;
        top: 11px;
        transform: rotate(45deg);
        width: 240px;
    }

    .introduction-p .text {
        width: unset !important;
        text-align: center;
    }

    .introduction-p .title {
        text-align: center;
        letter-spacing: unset;
        margin-top: 20px;
        font-size: 32px !important;
        max-width: 300px;
        white-space: normal;
        line-height: 30px !important;
        margin-bottom: 20px;
    }

    .top-link-container {
        position: absolute;
        z-index: 1000;
        top: 60px;
        /* Adjust based on your navbar height */
        right: 0;
        background-color: #F3F2E7;
        /* Adjust based on your design */
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding-top: 5px;
    }

    .top-link-mobile a {
        display: flex;
        color: var(--brown-pod);
        font-family: var(--font-family-manrope);
        font-size: var(--font-size-xs);
        font-style: normal;
        font-weight: 400;
    }

    .top-link-mobile a:visited {
        color: var(--brown-pod);
        font-family: var(--font-family-manrope);
        font-size: var(--font-size-xs);
        font-style: normal;
        font-weight: 400;
    }

    .top-link-mobile a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .navbar .sub-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar .top-link {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }

    .navbar .top-link a {
        margin-bottom: 10px;
    }

    .navbar .contact-us {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    #produktu {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    /* MARK: product */
    .introduction-p {
        height: auto !important;
        padding-left: unset !important;
        margin-top: 320px;
    }

    #produktu {
        display: flex;
    }

    #produktu .introduction-p {
        padding-left: 10px;
        padding-right: 10px;
    }

    #produktu .introduction-p p {
        font-size: var(--font-size-s);
    }

    

    #produktu #oval-introduction,
    #produktu #oval-blue-introduction {
        display: none;
    }

    #produktu #people-introduction img {
        width: 100%;
        height: auto;
    }

    /* MARK: help */
    .help {
        margin-top: 20px;
        padding: 0 !important;
        flex-direction: column;
        align-items: center;
    }

    .help #help-title-container {
        text-align: center;
    }

    .help #help-description {
        text-align: center;
        padding: 5px;
        left: unset;
    }

    #help-path {
        display: none;
    }

    .help .sedite {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    #help-title-container {
        left: unset !important;
    }

    #help-title-container div {
        text-align: center;
        white-space: unset;
        font-size: 36px;
    }

    .help .sedit-item {
        margin-bottom: 15px;
        width: 320px;
        max-width: unset;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .sedit-title{
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 300;
    }
    /* MARK: jack */
    #jack .data {
        color: var(--brown-pod);
        font-family: var(--font-family-rowdies);
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        min-height: 26px;
    }

    #jack {
        margin-top: 30px;
        padding: 0px !important;
        height: unset !important;
    }

    #jack .title {
        font-size: var(--font-size-xl);
        text-align: center;
    }

    #jack .container {
        flex-direction: column;
        align-items: center;
    }

    #jack .card-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #jack .card {
        width: 320px;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 320px;
        min-width: 320px;
        margin-right: 0 !important;
    }

    /* MARK: advantages */
    #advantages {
        padding: 10px;
        text-align: center;
        height: unset;
    }

    .filltimeline {
        display: none;
    }

    #oval-advantages {
        display: none;
    }

    #advantages-sub-title {
        font-size: 24px;
    }

    #advantages .group-advantages {
        flex-direction: column;
        align-items: center;
    }

    #advantages .pic-advantages-container {
        display: none;
    }

    #advantages .text-advantages {
        font-size: var(--font-size-s);
        top: unset;
        height: auto;
        left: unset;
        position: relative;
        width: 95%;
    }

    #advantages .advantages-description {
        font-size: var(--font-size-xs);
        display: none;
    }

    #advantages #oval-advantages {
        width: 80px;
        height: 80px;
    }

    .group-advantages {
        margin-left: 0px;
        position: relative;
        margin-top: 10px;
    }

    #advantages .polygon-advantages {
        width: 40px;
        height: 40px;
    }

    .advantages-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #advantages-percent {
        font-size: 32px;
    }

    /* MARK: tiles */
    #tiles {
        padding: 10px;
    }

    #tiles .tile-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    #tiles .tile {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
        padding-right: 15px;
        margin-right: 0px;
        text-align: center;
    }

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

    .tile-text-title {
        font-size: 16px;
    }

    .tile-text p {
        font-size: 16px;
        text-align: center;
    }

    /* MARK: contact */
    #contact {
        padding: 10px;
        text-align: center;
    }

    #contact-form {
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

    .contact-title {
        font-size: var(--font-size-l);
    }

    form .row {
        flex-direction: column;
    }

    form {
        width: 95%;
    }

    input[type="submit"] {
        width: 100% !important;
        font-size: var(--font-size-xs);
    }

    /* MARK: pavel */
    
    #pavel-pic-mobile-container{
        display: block;
        background-color: var(--sky);
        border-radius: 80px;
        height: 1372px;
        position: absolute;
        transform: rotate(45deg);
        width: 894px;
        left: 474px;
        top: -650px;
    }

    #pavel-pic-mobile {
        
        width: 244px;
        height: 244px;
        border-radius: 122px;
    }
    .combined-shape-pS6T7O{
        width: 200px !important;
        height: 200px !important;
        top: 88px !important;
    }
    .pavel-combine {
        width: 200px;
        height: 200px;
        top: 30px;
    }

    .pavel-name {
        font-size: 42px;
    }

    #pavel {
        margin-top: 10px;
        padding: 5px;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 10px;
        align-items: center;
        height: auto;
        background-color: #f3f2e7;
    }

    .path-7-pS6T7O {
        display: none;
    }

    #pavel-info {
        font-size: var(--font-size-s);
        text-align: center !important;
        margin-left: unset;
        max-width: 98% !important;
        flex-direction: column;
    }

    .bitmap-pS6T7O{
        width: 240px !important;
        height: 240px !important;
        border-radius: 120px;
        z-index: 2;
    }

    .pavel-introduction p {
        width: 98%;
    }
    #pavel-pic{
        height: 350px;
        width: 100%;
    }
    /* MARK: address */
    #address {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    #address .address-item {
        font-size: var(--font-size-xs);
        text-align: center;
        width: 100%;
    }

    .icon-container {
        border-radius: 37px;
        height: 74px;
        width: 74px;
    }

    .address-description {
        max-width: 175px;
        white-space: unset;
        text-align: center;
    }
}