<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: none
}

a:active,
a:focus {
    outline: none;
    text-decoration: none!important;
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
    cursor: pointer;
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Larsseit";
    src: url("fonts/LarsseitRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Larsseit";
    src: url("fonts/LarsseitMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #666;
    background-color: #f9f9f9;
    font-family: Larsseit, sans-serif;
}

@media (max-width:460px) {
    body {
        font-size: 16px;
    }
}

@media (max-width:550px) {
    .service a {
        top: 420px!important;
     }
    .service {
        min-height: 480px!important;
    }
}

@media (max-width:550px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Larsseit", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #000;
}

h1 {
    font-size: 38px;
}

@media (max-width:768px) {
    h1 {
        font-size: 34px
    }
}

@media (max-width:650px) {
    h1 {
        font-size: 30px
    }
    .navbar ul {
        flex-direction: column;
    }
}

@media (max-width:460px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    margin-bottom: 40px;
    font-size: 28px
}

@media (max-width:768px) {
    h2 {
        font-size: 26px
    }
}

@media (max-width:550px) {
    h2 {
        font-size: 24px
    }
}

@media (max-width:460px) {
    h2 {
        font-size: 22px
    }
    .navbar {
        padding-left: 3%!important;
    }
}

li,
p {
    line-height: 1.5
}

@media (max-width:768px) {

    li,
    p {
        line-height: 1.2
    }
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #F4F9E2;
    color: #ee5533;
    padding: 20px;
    text-align: center;
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

footer nav ul li {
    margin: 0 10px;
}

footer nav ul li a {
    color: #ee5533;
    text-decoration: none;
}

nav ul{
    text-align: center;
}
nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none!important;
    color: #000000;
    transition: border-bottom 0.3s ease-in-out;
}

nav ul li a:hover {
    border-bottom: 2px solid #000000;
}

.container {
    margin: 0 auto;
    max-width: 1400px;
}

header {
    max-width: 1400px;
    width:100%;
    background-color: transparent;
    z-index: 15;
    padding: 20px;
}

header nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

header nav ul li {
    margin: 0 10px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none!important;
}

.navbar {
    display: flex;
    align-self: stretch;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 9%;
    padding-right: 9%;
    box-sizing: border-box;
    gap: 10px 30px;
    width: 100%;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    max-width: 1400px;
    min-height: 600px;
    padding: 30px 12% 80px 12%;
    gap: 40px;
}

.hero h1 {
    padding-top: 50px;
    padding-left: 3%;
    color: #FFFFFF;
}

.hero p {
    max-width: 400px;
    color: #FFFFFF;
}

.hero__banner {
    text-decoration: none;
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    z-index: -20;
}

.stat {
    padding-top: 112px;
    padding-bottom: 80px;
    -webkit-perspective: 200px;
    perspective: 200px;
    background-color: #f8f6f2;
}

.stat__wrapper {
    width: 100%;
    max-width: 1272px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}

.stat__block {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.norm {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.stat__title {
    width: 100%;
    max-width: 580px;
}

.stat__title.gridy {
    max-width: 474px;
}

.stat__text {
    margin-bottom: 21px;
    color: #111;
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.stat__button {
    margin-top: 28px;
}

.stat__button.flexy.marg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stat__button.flexy.marg a {
    border-color: #333333;
    color: #333333;
}

.flexy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.marg {
    margin-right: auto;
    margin-left: auto;
}

.stat__block {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

@media (max-width: 1070px) {
    .hero {
        min-height: auto;
        padding: 10px 12% 10px 12%;
        gap: 20px;
    }
}

@media (max-width: 835px) {
    .fresh__ingredients img, .benefits img {
        display: none;
    }
    .benefits {
        padding-left: 9%;
        padding-right: 3%;
    }
}

@media (max-width: 430px) {
    .hero__banner {
        height: 500px;
    }
}

@media (max-width: 470px) {
    .stat__text {
        font-size: 34px;
        line-height: 42px;
        font-weight: 500;
    }
}

.thanks__container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 600px;
    padding: 20px;
    background-color: #ef6351;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 0;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.stat__item {
    padding-left: 28px;
    border-left: 1px solid rgba(17, 17, 17, 0.2);
}

.stat__text-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.text-block__numbers {
    margin-bottom: 7px;
}

.text-block__info-text {
    font-size: 16px;
    line-height: 24px;
}


.fresh-wrapper, .facts-wrapper {
    max-width: 1400px;
    padding-left: 9%;
    background: #605770;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.fresh__ingredients {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.fresh-wrapper img {
    width: 500px;
    height: 800px;
}

.fresh__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
    padding: 60px 0 50px 0;
}

.facts-wrapper img {
    width: 500px;
    height: 1100px;
}

.fresh__text-wrapper h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.216px;
    margin-bottom: 10px;
}

.fresh__text-wrapper h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.fresh__text-wrapper p {
    width: 90%;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.benefits-wrapper {
    max-width: 1400px;
    background: #ef6351;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.benefits {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: start;
    gap: 50px;
}

.benefits-wrapper img {
    width: 500px;
    height: 800px;
}

.fresh__text-wrapper h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.216px;
    margin-bottom: 10px;
}

.fresh__text-wrapper h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.fresh__text-wrapper p {
    width: 90%;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

#testimonials {
    padding-bottom: 40px;
}

#service {
    max-width: 1400px;
    background-color: #f9f9f9;
    padding: 50px 10%;
    text-align: center;
}

.faq-container p {
    color: #666;
    font-size: 1.2em;
    margin-bottom: 50px;
}

.faq-container h3 {
    color: #333;
    margin-bottom: 40px;
}

.faq-container {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-block {
    padding: 2% 20px 20px 20px;
    width: 70%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.faq-block:hover {
    background-color: #f5f5f5;
}

.faq-block.active {
    background-color: #f5f5f5;
}

.faq-block h3 {
    margin-bottom: 10px;
}

.faq-block .text {
    display: none;
    color: #666;
}

.faq-block .text.active {
    display: block;
}

.service__container p {
    color: #666;
    font-size: 1.2em;
    margin-bottom: 50px;
}

.service__container h2 {
    color: #333;
    margin-bottom: 40px;
}

.services-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    grid-gap: 40px 60px;
}

.service {
    position: relative;
    width: 280px;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    border: 3px solid #ee5533;
}

.service img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.service h3 {
    margin-bottom: 10px;
}

.service p {
    color: #666;
}

.service a {
    position: absolute;
    top: 510px;
    color: #ee5533;
    border-color: #ee5533;
    width: 200px;
}

#reviews {
    padding: 50px 0;
    text-align: center;
}

.review-item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
}

.reviews-container {
    padding-top: 80px;
    padding-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    max-width: 80%;
}

.reviews-container p {
    color: #666;
    margin-bottom: 50px;
    font-size: 1.2em;
}

.reviews-container h2 {
    color: #333;
    margin-bottom: 40px;
    font-size: 36px;
}

.review__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-item .review__text-block p {
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

.review-item .review__text-block .name {
    color: #333;
    font-weight: bold;
    font-style: italic;
    display: block;
}

.contacts-btn {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 150px;
}

.contacts-btn:hover {
    background-color: rgba(248, 103, 70, 0.73);
    color: #FFFFFF;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.logo img {
    width: 50px;
}

.logo__text {
    color: #ee5533;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.nav__text {
    color: #ee5533;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.contact-block h2 {
    color: #ee5533;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.216px;
}

.contact-us {
    background-color: #CCD7C5;
    padding: 40px 0;
    position: relative;
    max-width: 1400px;
}

form .button:hover {
    background-color: rgba(243, 88, 69, 0.73);
    color: #FFFFFF;
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
    align-items: center;
}

.contact-us form {
    color: #ee5533;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.contact-info {
    color: #ee5533;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact-info a {
    color: #ee5533;
}

form a {
    margin-top: 10px;
}

.contact-us form label {
    margin-top: 10px;
}

.contact-us form input,
.contact-us form textarea {
    padding: 10px;
    margin-top: 5px;
    font-size: 1em;
    border-radius: 15px;
    width: 280px;
    overflow: hidden;
}

.checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-us form button {
    width: 120px;
    padding: 10px;
    margin-top: 10px;
    background: #ee5533;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
}

.contact-info p {
    margin: 10px 0;
}

.contact-info img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.privacy__title {
    max-width: 1400px;
    color: #ee5533;
}

.privacy__name {
    text-align: center;
    font-size: 74px;
    font-weight: 700;
    line-height: 89px;
    color: #333;
    background-color: #F4F9E2;
    padding-top: 150px;
    max-width: 1400px;
}

.privacy__nav {
    background-color: #f9f9f9;
}


.terms__name {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #333;
    background-color: #F4F9E2;
    padding-top: 50px;
}

.privacy__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1400px;
    padding-top: 50px;
    gap:20px;
    background-color: #F4F9E2;
}

.privacy__container-last {
    padding-bottom: 80px;
}

.privacy__text {
    width: 95%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}
</pre></body></html>