@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before {
    content: "";
    content: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.bg-white {
    background-color: #fff !important;
}
.bg-color-cream {
    background-color: #f1f0ec !important;
}
.bg-color-p {
    background-color: #076e40 !important;
}
.bg-color-s {
    background-color: #9cad4c !important;
}
.bg-color-brown {
    background-color: #67550b !important;
}
.text-white {
    color: #fff !important;
}
.text-color-p {
    color: #076e40 !important;
}
.text-color-s {
    color: #9cad4c !important;
}
.text-color-cream {
    color: #f1f0ec !important;
}
.text-black {
    color: #111 !important;
}
.text-brown {
    color: #67550b !important;
}
a {
    color: #076e40;
    text-decoration: none;
}
a:hover {
    color: #9cad4c;
}
a:focus {
    outline: 0;
}
a.link-p {
    color: #076e40;
    transition: all 0.3s ease-out;
}
a.link-p:hover {
    color: #9cad4c;
}
a.link-s {
    color: #9cad4c;
    transition: all 0.3s ease-out;
}
a.link-s:hover {
    color: #076e40;
}
a.link-black {
    color: #111;
    transition: all 0.3s ease-out;
}
a.link-black:hover {
    color: #076e40;
}
a.underlined {
    border-bottom: thin solid #fcd3d5;
    transition: all 0.3s ease-out;
}
a.underlined:hover {
    color: #076e40;
}
a.link-white {
    color: #fff;
    transition: all 0.3s ease-out;
}
a.link-white:hover {
    color: #fff;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
embed,
iframe,
object {
    max-width: 100%;
    display: block;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.komili-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.komili-table-responsive table {
    width: 100%;
    word-break: keep-all;
    border: 1px solid #e7e7e7;
}
.komili-table-responsive table th {
    font-weight: 700;
    font-style: 0.833rem;
    color: #076e40;
    text-transform: capitalize;
}
.komili-table-responsive table td,
.komili-table-responsive table th {
    padding: 16px;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
}
.komili-table-responsive table td.va-top,
.komili-table-responsive table th.va-top {
    vertical-align: top;
}
.komili-table-responsive table td.va-bottom,
.komili-table-responsive table th.va-bottom {
    vertical-align: bottom;
}
.komili-table-responsive table tr {
    border-bottom: 1px solid #e7e7e7;
}
.komili-table-responsive table tr:last-child {
    border-bottom: none;
}
.komili-table-responsive table tr:not(th):hover {
    background-color: rgba(7, 110, 64, 0.04);
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-none {
    display: none !important;
}
.d-flex {
    display: flex !important;
}
.d-flex.row {
    flex-flow: row wrap;
}
.d-flex.col {
    flex-flow: column wrap;
}
.d-flex.column {
    flex-flow: column wrap;
}
.d-flex.align-center {
    align-items: center;
}
.d-flex.align-start {
    align-items: flex-start;
}
.d-flex.align-end {
    align-items: flex-end;
}
.d-flex.justify-center {
    justify-content: center;
}
.d-flex.justify-space {
    justify-content: space-between;
}
.d-flex.justify-around {
    justify-content: space-around;
}
.d-flex.justify-end {
    justify-content: flex-end;
}
.d-flex.justify-start {
    justify-content: flex-start;
}
.flex-grow-vert {
    flex: 1 0 auto;
}
.align-self-start {
    align-self: flex-start;
}
.komili-col-1 {
    width: 100%;
}
.komili-col-2 {
    width: 50%;
}
@media (max-width: 48em) {
    .komili-col-2 {
        width: 100%;
        margin: 0;
    }
}
.komili-col-3 {
    width: calc(100% / 3);
}
@media (max-width: 48em) {
    .komili-col-3 {
        width: 100%;
    }
}
.komili-col-1-3 {
    width: calc(100% / 3);
}
@media (max-width: 37.5em) {
    .komili-col-1-3 {
        width: 100%;
    }
}
.komili-col-2-3 {
    width: calc(100% / 3 * 2);
}
@media (max-width: 37.5em) {
    .komili-col-2-3 {
        width: 100%;
    }
}
.komili-col-1-4 {
    width: calc(100% / 12 * 3);
}
@media (max-width: 37.5em) {
    .komili-col-1-4 {
        width: 100%;
    }
}
.komili-col-3-4 {
    width: calc(100% / 12 * 9);
}
@media (max-width: 37.5em) {
    .komili-col-3-4 {
        width: 100%;
    }
}
.komili-col-7 {
    width: calc(100% / 12 * 7);
}
@media (max-width: 37.5em) {
    .komili-col-7 {
        width: 100%;
    }
}
.komili-col-5 {
    width: calc(100% / 12 * 5);
}
@media (max-width: 37.5em) {
    .komili-col-5 {
        width: 100%;
    }
}
.flex-1 {
    flex: 1;
}
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
@media (max-width: 48em) {
    .w-50 {
        width: 100% !important;
    }
}
.w-30 {
    width: 30% !important;
}
.min-height-100 {
    min-height: 100vh;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}
.btn {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 16px 24px;
    outline: 0;
    border: 0;
    border-radius: 6px;
    letter-spacing: 0.01em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.btn.small {
    padding: 8px 16px;
}
.btn.color-p {
    background-color: #076e40;
    color: #fff;
}
.btn.color-p:hover {
    background-color: #9cad4c;
}
.btn.color-s {
    background-color: #9cad4c;
    color: #fff;
}
.btn.color-s:hover {
    background-color: #076e40;
}
.btn.color-black {
    background-color: #111;
    color: #fff;
}
.btn.color-black:hover {
    background-color: #076e40;
}
.btn.color-white {
    background-color: #fff;
    color: #9cad4c;
}
.btn.color-white:hover {
    background-color: #fff;
    color: #9cad4c;
}
.btn.disabled {
    cursor: default;
    opacity: 0.5;
}
.btn-block {
    display: flex !important;
    justify-content: center;
    width: 100%;
}
.btn-w-icon {
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
}
.btn-w-icon .btn-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-border {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 14px 22px;
    outline: 0;
    border: 1.5px solid #111;
    border-radius: 4px;
    background: 0 0;
    transition: all 0.3s ease-out;
}
.btn-border.small {
    font-size: 14px;
    padding: 8px 10px;
}
.btn-border.color-p {
    border-color: #076e40;
    color: #076e40;
}
.btn-border.color-p.w-loading {
    padding: 12px 40px;
}
.btn-border.color-p.w-loading .givlon-loader {
    height: 24px;
}
.btn-border.color-p:hover {
    border-color: #076e40;
    background-color: #076e40;
    color: #fff;
}
.btn-border.color-s {
    border-color: #9cad4c;
    color: #9cad4c;
}
.btn-border.color-s:hover {
    background-color: #9cad4c;
    color: #fff;
    border-color: #9cad4c;
}
.btn-border.color-white {
    border-color: #fff;
    color: #fff;
}
.btn-border.color-white:hover {
    background-color: #fff;
    color: #9cad4c;
    border-color: #fff;
}
.btn-border i {
    font-size: 22px;
}
.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-disabled.color-p:hover {
    background-color: #076e40;
    color: #111;
}
.btn-disabled.color-p:hover {
    color: #fff;
    background: #076e40;
}
button:disabled,
button[disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}
button:disabled.color-p:hover,
button[disabled].color-p:hover {
    color: #fff;
    background: #076e40;
}
.cursor-pointer {
    cursor: pointer;
}
.m-auto {
    margin: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-2 {
    margin-left: 2px !important;
}
.ml-4 {
    margin-left: 4px !important;
}
.ml-6 {
    margin-left: 6px !important;
}
.ml-8 {
    margin-left: 8px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-12 {
    margin-left: 12px !important;
}
.ml-14 {
    margin-left: 14px !important;
}
.ml-16 {
    margin-left: 16px !important;
}
.ml-18 {
    margin-left: 18px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-24 {
    margin-left: 24px !important;
}
.ml-32 {
    margin-left: 32px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-64 {
    margin-left: 64px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-96 {
    margin-left: 96px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-6 {
    margin-top: 6px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-12 {
    margin-top: 12px !important;
}
.mt-14 {
    margin-top: 14px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-64 {
    margin-top: 64px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-96 {
    margin-top: 96px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.mb-14 {
    margin-bottom: 14px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-64 {
    margin-bottom: 64px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-96 {
    margin-bottom: 96px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-2 {
    margin-right: 2px !important;
}
.mr-4 {
    margin-right: 4px !important;
}
.mr-6 {
    margin-right: 6px !important;
}
.mr-8 {
    margin-right: 8px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-12 {
    margin-right: 12px !important;
}
.mr-14 {
    margin-right: 14px !important;
}
.mr-16 {
    margin-right: 16px !important;
}
.mr-18 {
    margin-right: 18px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-24 {
    margin-right: 24px !important;
}
.mr-32 {
    margin-right: 32px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-64 {
    margin-right: 64px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-96 {
    margin-right: 96px !important;
}
.mr-100 {
    margin-right: 100px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-2 {
    padding-left: 2px !important;
}
.pl-4 {
    padding-left: 4px !important;
}
.pl-6 {
    padding-left: 6px !important;
}
.pl-8 {
    padding-left: 8px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-12 {
    padding-left: 12px !important;
}
.pl-14 {
    padding-left: 14px !important;
}
.pl-16 {
    padding-left: 16px !important;
}
.pl-18 {
    padding-left: 18px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-24 {
    padding-left: 24px !important;
}
.pl-32 {
    padding-left: 32px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-64 {
    padding-left: 64px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-96 {
    padding-left: 96px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-2 {
    padding-top: 2px !important;
}
.pt-4 {
    padding-top: 4px !important;
}
.pt-6 {
    padding-top: 6px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-12 {
    padding-top: 12px !important;
}
.pt-14 {
    padding-top: 14px !important;
}
.pt-16 {
    padding-top: 16px !important;
}
.pt-18 {
    padding-top: 18px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-24 {
    padding-top: 24px !important;
}
.pt-32 {
    padding-top: 32px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-64 {
    padding-top: 64px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-96 {
    padding-top: 96px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-2 {
    padding-bottom: 2px !important;
}
.pb-4 {
    padding-bottom: 4px !important;
}
.pb-6 {
    padding-bottom: 6px !important;
}
.pb-8 {
    padding-bottom: 8px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.pb-14 {
    padding-bottom: 14px !important;
}
.pb-16 {
    padding-bottom: 16px !important;
}
.pb-18 {
    padding-bottom: 18px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-24 {
    padding-bottom: 24px !important;
}
.pb-32 {
    padding-bottom: 32px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-64 {
    padding-bottom: 64px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-96 {
    padding-bottom: 96px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.pr-4 {
    padding-right: 4px !important;
}
.pr-6 {
    padding-right: 6px !important;
}
.pr-8 {
    padding-right: 8px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-12 {
    padding-right: 12px !important;
}
.pr-14 {
    padding-right: 14px !important;
}
.pr-16 {
    padding-right: 16px !important;
}
.pr-18 {
    padding-right: 18px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-24 {
    padding-right: 24px !important;
}
.pr-32 {
    padding-right: 32px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-64 {
    padding-right: 64px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-96 {
    padding-right: 96px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-2 {
    padding: 2px !important;
}
.p-4 {
    padding: 4px !important;
}
.p-6 {
    padding: 6px !important;
}
.p-8 {
    padding: 8px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-12 {
    padding: 12px !important;
}
.p-14 {
    padding: 14px !important;
}
.p-16 {
    padding: 16px !important;
}
.p-18 {
    padding: 18px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-24 {
    padding: 24px !important;
}
.p-32 {
    padding: 32px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-64 {
    padding: 64px !important;
}
.p-80 {
    padding: 80px !important;
}
.p-96 {
    padding: 96px !important;
}
.p-100 {
    padding: 100px !important;
}
.m-0 {
    margin: 0 !important;
}
.m-2 {
    margin: 2px !important;
}
.m-4 {
    margin: 4px !important;
}
.m-6 {
    margin: 6px !important;
}
.m-8 {
    margin: 8px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-12 {
    margin: 12px !important;
}
.m-14 {
    margin: 14px !important;
}
.m-16 {
    margin: 16px !important;
}
.m-18 {
    margin: 18px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-24 {
    margin: 24px !important;
}
.m-32 {
    margin: 32px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-64 {
    margin: 64px !important;
}
.m-80 {
    margin: 80px !important;
}
.m-96 {
    margin: 96px !important;
}
.m-100 {
    margin: 100px !important;
}
.w-100 {
    width: 100%;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100vh;
}
.hr {
    margin: 2em 0;
    height: 1px;
    width: 100%;
    background: #9cad4c;
}
.pos-abs-top-right {
    position: absolute;
    top: -10px;
    right: -10px;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
html.html-no-scroll {
    overflow-y: hidden;
    overscroll-behavior: none;
}
body {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background: #fff;
    color: #212529;
    line-height: 1.5;
}
body.body-no-scroll {
    overflow: hidden;
    overscroll-behavior: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, Arial, serif;
    line-height: 1.3;
}
.h1,
h1 {
    font-size: 1.802rem;
}
.h2,
h2 {
    font-size: 1.602rem;
}
.h3,
h3 {
    font-size: 1.424rem;
}
.h4,
h4 {
    font-size: 1.266rem;
}
.h5,
h5 {
    font-size: 1.125rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1.5rem;
}
i {
    font-style: italic;
}
b {
    font-weight: 700;
}
blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 20px;
    max-width: calc(100% - 54px);
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0 0 0 46px;
    margin: 32px 0;
    z-index: 1;
}
blockquote:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: -16px;
    z-index: 0;
    color: #9cad4c;
    font-size: 100px;
    line-height: 1;
    font-family: Montserrat, Arial, serif;
    font-style: normal;
    width: 50px;
    height: 50px;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.bold,
strong {
    font-weight: 600;
}
.bolder {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-not-uppercase {
    text-transform: initial !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-line-through {
    text-decoration: line-through !important;
}
.cursor-default {
    cursor: default !important;
}
ul.unordered {
    list-style: disc;
    list-style-position: inside;
}
ul.unordered li {
    margin-bottom: 10px;
}
ol.ordered {
    list-style: decimal;
    list-style-position: inside;
}
ol.ordered li {
    margin-bottom: 20px;
}
.text-12 {
    font-size: 12px !important;
}
.text-13 {
    font-size: 13px !important;
}
.text-14 {
    font-size: 14px !important;
}
.text-16 {
    font-size: 16px !important;
}
.text-18 {
    font-size: 18px !important;
}
.text-20 {
    font-size: 20px !important;
}
.text-24 {
    font-size: 24px !important;
}
.text-32 {
    font-size: 32px !important;
}
.text-bold-space {
    font-weight: 700;
    letter-spacing: 0.04em;
}
.text-404 {
    font-size: 18rem;
    font-weight: 400;
    color: #076e40;
}
@media (max-width: 48em) {
    .text-404 {
        font-size: 10rem;
    }
}
.lh-1 {
    line-height: 1;
}
.lh-1-3 {
    line-height: 1.3;
}
.ls-1 {
    letter-spacing: 1px;
}
.ls-2 {
    letter-spacing: 2px;
}
.str-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.op-50 {
    opacity: 0.5;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.font-body {
    font-family: Montserrat, Arial, sans-serif;
}
.font-header {
    font-family: Montserrat, Arial, serif;
}
@font-face {
    font-family: givlon;
    src: url("../fonts/givlon.eot?3cuspp");
    src: url("../fonts/givlon.eot?3cuspp#iefix") format("embedded-opentype"),
    url("../fonts/givlon.ttf?3cuspp") format("truetype"),
    url("../fonts/givlon.woff?3cuspp") format("woff"),
    url("../fonts/givlon.svg?3cuspp#givlon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: givlon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-account-01-orders:before {
    content: "\e917";
}
.icon-account-02-review:before {
    content: "\e918";
}
.icon-account-03-discount:before {
    content: "\e919";
}
.icon-account-04-givlon:before {
    content: "\e91a";
}
.icon-account-05-user:before {
    content: "\e91b";
}
.icon-account-06-location:before {
    content: "\e91c";
}
.icon-account-07-communicate:before {
    content: "\e91d";
}
.icon-account-08-list:before {
    content: "\e91e";
}
.icon-account-09-list-url:before {
    content: "\e91f";
}
.icon-account-10-invite:before {
    content: "\e920";
}
.icon-arrow-left:before {
    content: "\e909";
}
.icon-arrow-right:before {
    content: "\e90a";
}
.icon-arrow-top:before {
    content: "\e90b";
}
.icon-best-price:before {
    content: "\e90c";
}
.icon-close:before {
    content: "\e90d";
}
.icon-free-return:before {
    content: "\e90e";
}
.icon-plus:before {
    content: "\e90f";
}
.icon-s-facebook:before {
    content: "\e910";
}
.icon-s-instagram:before {
    content: "\e911";
}
.icon-s-pinterest:before {
    content: "\e912";
}
.icon-star:before {
    content: "\e913";
}
.icon-star-filled:before {
    content: "\e914";
}
.icon-s-twitter:before {
    content: "\e915";
}
.icon-truck:before {
    content: "\e916";
}
.icon-drag:before {
    content: "\e908";
}
.icon-trash:before {
    content: "\e907";
}
.icon-menu-mobile:before {
    content: "\e906";
}
.icon-arrow-down:before {
    content: "\e900";
}
.icon-bag:before {
    content: "\e901";
}
.icon-check:before {
    content: "\e902";
}
.icon-present:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}
.icon-user:before {
    content: "\e905";
}
.form-label {
    display: block;
    line-height: 1;
    user-select: none;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
fieldset {
    position: relative;
}
fieldset .icon-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #076e40;
    font-size: 18px;
}
fieldset .form-input.with-icon-link {
    width: calc(100% - 24px);
}
.form-input,
.form-select,
.form-textarea {
    background-color: #fff;
    border: thin solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: Montserrat, Arial, sans-serif;
    outline: 0;
    outline-style: none;
    padding: 14px;
    position: relative;
    -webkit-appearance: none;
}
.form-input.w-border,
.form-select.w-border,
.form-textarea.w-border {
    border: 1px solid #9cad4c;
}
.form-input.error,
.form-select.error,
.form-textarea.error {
    border: 2px solid #d33838;
}
.form-input.small,
.form-select.small,
.form-textarea.small {
    padding: 8px 10px;
}
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    padding-right: 30px;
    padding: 14px 30px 14px 12px;
    font-weight: 400;
}
.form-select:after {
    color: #000;
    content: "▾";
    display: block;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 26px;
    width: 14px;
}
.form-textarea {
    font-size: 16px;
    min-height: 140px;
    line-height: 1.6;
}
.file-upload {
    position: relative;
    display: inline-block;
}
.file-upload .file-upload__label {
    display: block;
    padding: 12px 30px;
    color: #076e40;
    background: #9cad4c;
    border-radius: 4px;
    transition: background 0.3s;
}
.file-upload .file-upload__label:hover {
    cursor: pointer;
    background: #076e40;
    color: #9cad4c;
}
.file-upload .file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}
.file-upload.disabled {
    opacity: 0.5;
    cursor: default;
}
.file-upload.disabled .file-upload__label:hover {
    cursor: default;
    color: #076e40;
    background: #9cad4c;
}
.form-checkbox,
.form-radio {
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: thin solid #076e40;
    color: #666;
    top: 10px;
    height: 24px;
    width: 24px;
    border-radius: 0;
    cursor: pointer;
    margin-right: 7px;
    outline: 0;
    transition: all 0.3s ease-out;
}
.form-checkbox.top-0,
.form-radio.top-0 {
    top: 0;
}
.form-checkbox:checked::before,
.form-radio:checked::before {
    position: absolute;
    left: 7px;
    top: 2px;
    content: "\02143";
    transform: rotate(40deg);
}
.form-checkbox:hover,
.form-radio:hover {
    border-color: #9cad4c;
}
.form-checkbox:checked,
.form-radio:checked {
    background-color: #076e40;
    border-color: #076e40;
    color: #fff;
    z-index: 2;
}
.form-radio {
    border: 2px solid #076e40;
    border-radius: 50%;
    top: 6px;
    transition: all 0.3s ease-out;
}
.form-radio:before {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}
.form-radio:checked {
    background-color: transparent;
    border-color: #076e40;
    color: #fff;
    z-index: 2;
    transition: all 0.3s ease-out;
}
.form-radio:checked:before {
    content: "";
    background: #076e40;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form-checkbox {
    border-radius: 3px;
}
.error-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #d33838;
    margin-top: 0.25rem;
}
button {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
}
button:focus {
    outline: 0;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    padding: 1rem 0;
    box-sizing: border-box;
    background-color: rgba(156, 173, 76, 0.75);
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 900px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 16px;
    text-align: left;
}
.modal.column {
    flex-flow: column wrap;
}
.modal-400 {
    max-width: 400px;
}
.modal a.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
}
.modal a.close-modal:after {
    content: "×";
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #111;
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.komili-header {
    background: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid #076e40;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease-out;
}
.komili-header.nav-up {
    top: -200px;
}
.komili-header.nav-down {
    position: sticky;
    top: 0;
}
.komili-header .komili-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 64em) {
    .komili-header {
        padding: 0.75rem 0;
    }
}
.komili-mobile-hamb {
    display: none;
}
@media (max-width: 64em) {
    .komili-mobile-hamb {
        display: block;
        width: 32px;
        height: 32px;
    }
}
.komili-nav ul {
    display: flex;
    align-items: center;
}
.komili-nav li {
    display: inline-block;
    position: relative;
}
.komili-nav li:not(:last-child) {
    margin-right: 1.75rem;
}
.komili-nav a {
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.komili-nav .komili-search {
    margin: 0 2rem 0 0;
    border-left: 1px solid rgba(17, 17, 17, 0.25);
    padding-left: 2rem;
}
.komili-nav .komili-search-box {
    position: absolute;
    right: -2rem;
    z-index: 1;
    top: 2rem;
    background-color: #fff;
    border: 1px solid #9cad4c;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(156, 173, 76, 0.25);
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.komili-nav .komili-search-box.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.komili-nav .komili-lang a {
    display: flex;
    align-items: center;
}
.komili-nav .komili-lang img {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    margin-left: 4px;
}
.komili-nav .komili-lang ul {
    position: absolute;
    top: 2rem;
    right: 0;
    z-index: 1;
    display: block;
    text-align: right;
    padding: 1rem;
    font-size: 0.875rem;
    background-color: #fff;
    border: 1px solid #9cad4c;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(156, 173, 76, 0.25);
    min-width: 120px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.komili-nav .komili-lang ul.opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.komili-nav .komili-lang ul a,
.komili-nav .komili-lang ul li {
    display: block;
    margin: 0 0 0.25rem;
}
.komili-nav .komili-hamb-close {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
@media (max-width: 64em) {
    .komili-nav {
        position: fixed;
        right: -100vw;
        width: 100vw;
        top: 0;
        bottom: 0;
        z-index: 10;
        border-left: 1px solid #9cad4c;
        box-shadow: 0 0 20px rgba(7, 110, 64, 0.25);
        background: #fff;
        padding: 3rem 1rem 1rem;
        min-width: 50vw;
        transition: all 0.3s ease-out;
    }
    .komili-nav ul {
        flex-flow: column wrap;
        text-align: right;
        align-items: flex-end;
    }
    .komili-nav li {
        margin: 0;
        display: block;
        width: 100%;
    }
    .komili-nav li:not(:last-child) {
        margin: 0;
        display: block;
        border-bottom: 1px solid #9cad4c;
    }
    .komili-nav li a {
        display: block;
        padding: 1rem;
    }
    .komili-nav .komili-search {
        border: 0;
        padding-left: 0;
    }
    .komili-nav .komili-search a {
        display: none;
    }
    .komili-nav .komili-search-box {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 1rem 0;
        box-shadow: none;
        border: 0;
    }
    .komili-nav .komili-search-box input {
        width: 100%;
    }
    .komili-nav .komili-lang a {
        display: none;
    }
    .komili-nav .komili-lang ul {
        position: relative;
        top: auto;
        right: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        border: 0;
        box-shadow: none;
        padding: 0;
    }
    .komili-nav .komili-lang ul a {
        line-height: 1;
    }
    .komili-nav.opened {
        right: 0;
    }
    .komili-nav.opened .komili-hamb-close {
        display: block;
        opacity: 0.5;
        transition: all 0.3s ease-out;
    }
    .komili-nav.opened .komili-hamb-close:hover {
        opacity: 1;
    }
}
.komili-header-right {
    display: flex;
    align-items: center;
}
.komili-social {
    margin-right: 1rem !important;
}
.komili-social a {
    display: block;
}
@media (max-width: 64em) {
    .komili-social {
        display: flex !important;
        justify-content: flex-end !important;
        margin-right: 0 !important;
    }
    .komili-social img {
        margin-left: auto;
    }
}
.komili-footer {
    padding: 4rem 0 2rem;
    background-color: #fff;
    border-top: 1px solid #9cad4c;
}
.komili-footer .komili-footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}
.komili-footer ul li:not(:last-child) {
    margin: 0 0 1rem;
}
.komili-footer ul li a {
    display: block;
    font-weight: 600;
}
.komili-footer .komili-footer-bottom {
    border-top: 1px solid #9cad4c;
    margin-top: 3rem;
    padding-top: 1rem;
    text-align: center;
}
@media (max-width: 48em) {
    .komili-footer {
        padding: 3rem 0;
    }
    .komili-footer .komili-footer-top {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
}
.givlon-loader {
    height: 40px;
    width: 20%;
    text-align: center;
    display: inline-block;
}
.givlon-loader svg path,
.givlon-loader svg rect {
    fill: #076e40;
}
.komili-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 1rem;
}
.komili-wrapper.komili-wrapper-full {
    max-width: 100%;
}
@media (max-width: 64em) {
    .komili-wrapper {
        padding: 0 1rem;
    }
}
.komili-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #9cad4c;
    color: #fff;
    z-index: 10;
    padding: 2rem;
}
.komili-home-hero {
    height: 600px;
}
.komili-home-hero .hero-item {
    position: relative;
    height: 600px;
}
.komili-home-hero .hero-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.komili-home-hero .owl-nav .owl-next,
.komili-home-hero .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(17, 17, 17, 0.15);
    line-height: 1;
}
.komili-home-hero .owl-nav .owl-next span,
.komili-home-hero .owl-nav .owl-prev span {
    font-size: 48px !important;
    display: block;
    margin-top: -4px;
}
.komili-home-hero .owl-nav .owl-next {
    right: 0;
    margin-right: 2%;
}
.komili-home-hero .owl-nav .owl-prev {
    left: 0;
    margin-left: 2%;
}
@media (max-width: 48em) {
    .komili-home-hero {
        height: 30vh;
    }
    .komili-home-hero .hero-item {
        height: 30vh;
    }
    .komili-home-hero .hero-item img {
        position: relative;
    }
    .komili-home-hero .owl-nav .owl-next,
    .komili-home-hero .owl-nav .owl-prev {
        display: none;
    }
}
.komili-home-products {
    background: #f1f0ec url("../img/bg-1.svg") no-repeat -4rem 4rem;
    padding: 5rem 0 4rem;
}
.komili-home-products.cat-products {
    background: #f1f0ec url("../img/bg-2.svg") no-repeat bottom right;
}
.komili-home-products h2 {
    margin-bottom: 2rem;
}
@media (max-width: 37.5em) {
    .komili-home-products {
        padding: 4rem 0 3rem;
    }
}
.komili-home-products-slider a {
    display: flex;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem;
    transition: all 0.3s ease-out;
    height: 90%;
}
.komili-home-products-slider a:hover {
    box-shadow: 0 0 25px rgba(7, 110, 64, 0.25);
}
.komili-home-products-slider a figure {
    width: 33% !important;
}
.komili-home-products-slider a .text {
    flex: 1;
    margin-left: 1rem;
}
.komili-home-products-slider a .text-black {
    font-size: 14px;
}
@media (max-width: 37.5em) {
    .komili-home-products-slider a {
        flex-flow: column wrap;
        margin: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .komili-home-products-slider a figure {
        width: 100% !important;
    }
    .komili-home-products-slider a img {
        margin: 0 auto 1rem;
    }
}
.komili-home-products-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.komili-home-products-slider .owl-nav .owl-next,
.komili-home-products-slider .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.komili-home-products-slider .owl-nav .owl-next span,
.komili-home-products-slider .owl-nav .owl-prev span {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    padding: 0 1rem;
}
.komili-home-videos {
    background: #fff url("../img/bg-3.svg") no-repeat left bottom;
    padding: 5rem 0;
}
.komili-home-videos h2 {
    margin-bottom: 3rem;
}
.komili-home-videos .komili-home-products-item {
    width: 80%;
    margin: 0 auto;
}
.komili-home-videos .owl-nav .owl-next,
.komili-home-videos .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}
.komili-home-videos .owl-nav .owl-next span,
.komili-home-videos .owl-nav .owl-prev span {
    font-size: 60px !important;
    display: block;
    margin-top: -4px;
}
.komili-home-videos .owl-nav .owl-next {
    right: 0;
    margin-right: 2%;
}
.komili-home-videos .owl-nav .owl-prev {
    left: 0;
    margin-left: 2%;
}
@media (max-width: 37.5em) {
    .komili-home-videos {
        padding: 4rem 0 3rem;
    }
    .komili-home-videos h2 {
        margin-bottom: 2rem;
    }
    .komili-home-videos .owl-nav .owl-next {
        margin-right: -4%;
    }
    .komili-home-videos .owl-nav .owl-prev {
        margin-left: -4%;
    }
}
.komili-home-blog {
    background: #f1f0ec url("../img/bg-2.svg") no-repeat right top;
    padding: 5rem 0;
}
.komili-home-blog h2 {
    margin-bottom: 3rem;
}
.komili-home-blog .komili-home-blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2%;
}
.komili-home-blog .komili-home-blog-posts li {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease-out;
}
.komili-home-blog .komili-home-blog-posts li:hover {
    box-shadow: 0 0 25px rgba(7, 110, 64, 0.25);
}
.komili-home-blog .komili-home-blog-posts a {
    display: block;
    border-radius: 8px;
}
@media (max-width: 37.5em) {
    .komili-home-blog {
        padding: 4rem 0 3rem;
    }
    .komili-home-blog h2 {
        margin-bottom: 2rem;
    }
    .komili-home-blog .komili-home-blog-posts {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
.komili-product-page-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 48em) {
    .komili-product-page-products {
        grid-template-columns: 1fr;
    }
}
.komili-cat-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}
.komili-cat-products-item {
    background-color: #fff;
    padding: 1.5rem;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease-out;
}
.komili-cat-products-item:hover {
    box-shadow: 0 0 25px rgba(7, 110, 64, 0.25);
}
@media (max-width: 48em) {
    .komili-cat-products {
        grid-template-columns: repeat(2, 1fr);
    }
    .komili-cat-products .h4 {
        font-size: 1.2rem;
    }
}
@media (max-width: 37.5em) {
    .komili-cat-products {
        grid-template-columns: 1fr;
    }
}
.komili-product-detail {
    padding: 5rem 0;
    background-color: #f1f0ec;
}
.komili-product-detail .komili-product-detail-box {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(7, 110, 64, 0.15);
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 2rem;
}
@media (max-width: 48em) {
    .komili-product-detail {
        padding: 3rem 0;
    }
    .komili-product-detail .komili-product-detail-box {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }
}
.komili-blog-detail {
    padding: 5rem 0;
    background: #f1f0ec url("../img/bg-3.svg") no-repeat bottom right;
}
.komili-blog-detail-box {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(7, 110, 64, 0.15);
}
.komili-blog-detail-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
@media (max-width: 48em) {
    .komili-blog-detail-box-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 48em) {
    .komili-blog-detail {
        padding: 3rem 0;
    }
}
.komili-pagination {
    text-align: center;
}
.komili-pagination li {
    display: inline-block;
    margin: 0 2px;
}
.komili-pagination a {
    width: 32px;
    height: 32px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #f1f0ec;
    color: #076e40;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}
.komili-pagination a:hover {
    background-color: #9cad4c;
    color: #fff;
}
.komili-pagination a.active {
    background-color: #076e40;
    color: #fff;
}
.komili-product-amount {
    display: flex;
    flex-flow: row wrap;
    margin: 1rem 0 2rem;
}
.komili-product-amount li {
    margin-bottom: 4px;
}
.komili-product-amount li:not(:last-child) {
    margin-right: 4px;
}
.komili-product-amount a {
    width: 100px;
    height: 40px;
    border: 1px solid #076e40;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.komili-product-amount a.selected {
    background-color: #076e40;
    color: #fff;
}
@media only screen and (min-width: 600px) {
    .komili-product-page-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .komili-home-products-item {
        flex: 0 0 calc(50% - 0px);
    }
}

.komili-home-hero {
    height: auto;
}
.komili-home-hero .hero-item {
    height: auto;
}
.komili-home-hero .hero-item img {
    position: relative;
    object-fit: contain;
    height: auto;
}
.komili-home-hero .owl-dots {
    display: none;
}
