body {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

* {
    font-family: "Inter";
}

::-webkit-scrollbar-track {
    background-color: #f0f7f4;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3d6b4a;
}

::-webkit-scrollbar-thumb {
    background: #4a7c59;
    border-radius: 4px;
}

header {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #ffffffe6;
    border-color: rgb(229 231 235 / 1);
    border-bottom-width: 1px;
    z-index: 50;
    top: 0;
    position: sticky;
    padding: 16px 48px;
    backdrop-filter: blur(12px);
}

.mobile-menu{
    display: none;
}

.mobile-menu button{
    padding: 8px;
    border-radius: 12px;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
}

.mmneu-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    transition: .3s;
    margin: auto;
    transform: translateX(100dvw);
}

.mmneu-fixed.active{
    transform: translateX(0) !important;
}

.mmneu-fixed.active .maneu-wrabrs{
    transform: translateX(0px);
}

.maneu-wrabrs{
    background-color: white;
    width: 320px;
    height: 100%;
    transition: .3s;
    transform: translateX(420px);
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px;
}

.maneu-wrabrs h3{
    margin: 0 !important;
}

.maneu-wrabrs button{
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mnuew-heaer{
    margin-bottom: 32px;
}

.lis-newuois a{
    color: #5a6b6b;
    font-weight: 500;   
    font-size: 14px;
    line-height: 20px;
    padding: 0px 16px;
    border-radius: 6px;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-fill-available;
    height: 36px;
    display: flex;
    text-decoration: none;
}

.lsiew-newo{
    padding-top: 16px;
    border-top: #e5e5e5 solid 1px;
    margin-top: 13px;
}

.lsiew-newo a{
    text-decoration: none;
}

.lsiew-newo button{
    font-weight: 500;
    width: -webkit-fill-available;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    background-color: #4a7c59;
    gap: 8px;
    color: white !important;
}

.mnuew-heaer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mneu-wrappre{
    min-height: 100vh;
    background-color: #00000080;
    margin: auto;
}

.mobile-menu button:hover{
    background-color: #f0f7f4;
}

header .container {
    max-width: 1536px;
    width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
}

.flex-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 120px;
    height: auto;
}

.header-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header-nabar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-nabar a {
    font-weight: 500;
    color: rgb(90 107 107 / 1);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}

.header-nabar a:hover:not(.cta-hsignin) {
    background-color: #f0f7f4;
}

.cta-hsignin {
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    background-color: #4a7c59;
    gap: 8px;
    color: white !important;
}

.slider-sec {
    background-color: #fbfaf9;
    padding: 0px 48px;
    padding-top: 40px;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.seca-slidrimga {
    position: relative;
    min-height: 600px;
    align-items: center;
    display: flex;
}

.seca-slidrimga img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flex-slider {
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1536px;
    margin: auto;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.fwc-waonacb {
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    padding: 24px;
    border-radius: 16px;
    background-color: white;
    width: fit-content;
}

.sacew-heaie {
    color: #2d3a3a;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 0 !important;
    margin: 0 !important;
}

.swimagra {
    border-radius: 24px;
    overflow: hidden;
    max-width: 600px;
    height: 600px;
}

.sacew-smowp {
    font-size: 14px;
    line-height: 20px;
    color: #5a6b6b;
    padding: 0 !important;
    margin: 0 !important;
}

.sefx-psart {
    position: absolute;
    bottom: -12px;
}

.cwewio-rnd {
    border-radius: 100%;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8f5e9;
}

.seca-slidew {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a7c59;
    background-color: rgb(232 245 233 / 1);
    width: fit-content;
    padding: 8px 16px;
    border-radius: 100px;
}

.seca-he1 {
    margin: 32px 0px;
    font-size: 60px;
    color: #2d3a3a;
    letter-spacing: -1.5px;
    font-weight: 300;
}

.seca-he1 span {
    color: #4a7c59 !important;
    font-weight: 500 !important;
}

.seca-hwpe1 {
    font-size: 20px;
    line-height: 28px;
    color: #5a6b6b;
    max-width: 512px;
    margin-bottom: 32px;
}

.secac-flexsr {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.secac-flexsr a {
    color: #4a7c59;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 32px;
    border: #4a7c59 solid 1px;
    border-width: 2px;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    height: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.secac-flexsr .acsecas,
.secac-flexsr a:hover {
    background-color: #4a7c59;
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgb(74 124 89 / .2), 0 4px 6px -4px rgb(74 124 89 / .2);
}

.sfx-hiw {
    background-color: white;
    padding: 96px 0px;
}

.sfx-hiw .container {
    padding: 0px 48px;
    margin: auto;
    max-width: 1536px;
}

.sefx-headeop {
    text-align: center;
    text-align: -webkit-center;
}

.sefx-p {
    color: #5a6b6b;
    font-size: 18px;
    line-height: 28px;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}

.sefx-box-chilwe {
    max-width: 480px;
    text-align: center;
    text-align: -webkit-center;
}

.sefx-chiico {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.sefx-flex {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.pas-hiw-nums {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: white;
    background-color: #2d3a3a;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
}

.sefx-hwemio {
    color: #2d3a3a;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.sedf-xpweara {
    color: #5a6b6b;
}

.sefx-headeop h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2d3a3a;
    font-weight: 300;
    margin-bottom: 16px;
}

.sefx-headeop h2 span {
    font-weight: 500;
    color: #4a7c59;
}

.vyout-outsop {
    padding: 96px 0px;
    background-color: #f0f7f4;
    background-image: linear-gradient(to bottom, #f0f7f4, #fff);
}

.bcmw-baowhi {
    padding: 48px;
    background-color: white;
    border-radius: 24px;
    max-width: 720px;
    margin: auto;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(74 124 89 / .05), 0 8px 10px -6px rgb(74 124 89 / .05);
}

.bcmw-baowhi-p {
    color: #4a7c59;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-align: center;
    text-align: -webkit-center;
    margin-top: 32px;
}

.bcmw-baowhi-p a {
    color: inherit;
}

.bcmw-baowhi-iarea {
    display: flex;
    gap: 16px;
}

.bcmw-baowhi-iarea input {
    font-size: 14px;
    line-height: 20px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    padding: 4px 48px 4px 24px;
    background-color: transparent;
    border: #e0e5e5 solid 2px;
    border-radius: 16px;
    width: 100%;
    height: 56px;
}

.bcmw-baowhi-iarea input::-webkit-input-placeholder {
    color: #737373;
    font-family: "Inter";
}

.bcmw-baowhi-iarea button {
    flex-shrink: 0;
    font-weight: 500;
    font-family: "Inter";
    font-size: 16px;
    line-height: 24px;
    padding: 8px 32px;
    background-color: #4a7c59;
    border-radius: 16px;
    border: none;
    color: white;
    cursor: pointer;
}

.vywo-labyp {
    padding: 8px 16px;
    background-color: white;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 100px;
    margin-bottom: 24px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    color: #4a7c59;
    font-size: 14px;
    line-height: 20px;
}

.vywo-ipweu {
    margin-bottom: 48px;
    text-align: center;
}

.vywo-ipweu h1 {
    font-weight: 300;
    color: #2d3a3a;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
}

.vywo-ipweu h1 span {
    color: #4a7c59;
    font-weight: 500;
}

.vywo-p {
    font-size: 18px;
    line-height: 28px;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    color: #5a6b6b;
}

.op-sec-gp {
    background-color: white;
    padding: 96px 0px;
}

.op-sec-gp .container {
    max-width: 1536px;
    width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 24px;
}

.opsechgp-cta {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 24px;
    background-color: white;
    border: #2d3a3a solid 2px;
    border-radius: 100px;
    gap: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2d3a3a;
}

.heade-opsechgp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.opsechgp-items {
    display: grid;
    gap: 25px;
    margin-top: 48px;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hgp-item-wraper {
    background-image: linear-gradient(transparent, transparent, rgb(45 58 58 / .8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.hpwe-conten {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: -webkit-fill-available;
}

.hpwe-ecf {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    opacity: .8;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

.hpwe-h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: white;
    margin-top: 0px !important;
    margin-bottom: 4px;
}

.hpwe-p {
    font-size: 14px;
    line-height: 20px;
    opacity: .8;
    color: white;
    padding: 0 !important;
    margin: 0 !important;
}

.hgp-item {
    border-radius: 24px;
    overflow: hidden;
    height: 320px;
    position: relative;
    width: -webkit-fill-available;
    background-color: black;
}

.hgp-item img {
    transition: .2s;
}

.hgp-item:hover img {
    transform: scale(1.05);
}

.sonhover-svhocp {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #fff3;
    justify-content: center;
    align-items: center;
}

.opsechgp-cheads h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2d3a3a;
    font-weight: 300;
    margin-bottom: 16px !important;
}

.opsechgp-cheads h2 span {
    font-weight: 500;
    color: #4a7c59;
}

.opsechgp-cheads p {
    color: #5a6b6b;
    font-size: 18px;
    line-height: 28px;
    max-width: 576px;
    margin: 0;
    padding: 0;
}

.hgp-item:hover .sonhover-svhocp {
    display: flex;
}

.subsc-sec {
    padding: 96px 0px;
    background-color: #2d3a3a;
}

.subsc-sec .container {
    padding: 0px 48px;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.cwmew-grapocw {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #ffffffe6;
    margin-bottom: 16px;
}

.cwmoe-ewpius {
    height: 40px;
    width: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4a7c594d;
}

.cta-cwmew-grapocw {
    color: #2d3a3a;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
    text-decoration: none;
    padding: 5px 32px;
    border-radius: 100px;
    height: 40px;
    display: block;
    width: fit-content;
    align-items: center;
    display: flex;
}

.cw-weiuw {
    backdrop-filter: blur(4px);
    padding: 32px;
    background-color: #ffffff0d;
    border: #ffffff1a solid 1px;
    border-radius: 24px;
}

.subsc-ocimp {
    padding: 96px 0px;
    background-color: #faf9f7;
}

.subsc-ocimp .container {
    padding: 0px 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
}

.ocimp-radorwe {
    border-radius: 16px;
    height: 56px;
    width: 56px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ocimp-cwitme {
    background-color: white;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
}

.ocimp-cwitme:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.ocimp-he32eoce {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #2d3a3a;
    margin-bottom: 8px;
}

.ocimp-paew {
    color: #5a6b6b;
}

.ociewm-feirem {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 64px;
}

.flex-subsc {
    display: flex;
    align-items: center;
    gap: 48px;
}

.scubs-fleitem {
    width: 50%;
}

.h3ew-cwpweihc {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
    color: white;
}

.paw-ewcmeiw {
    color: #fff9;
    font-size: 14px;
    line-height: 20px;
}

.cwl-nums-subc {
    text-decoration-line: line-through;
    color: #fff9;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
}

.cwl-numscmwi {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #a8d5ba;
    text-align: right;
}

.flex-cweiw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #ffffff1a solid 1px;
    padding-bottom: 24px;
}

.cwcmw-lissub {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fffc;
    margin-bottom: 8px;
}

.cwmew-grabg {
    padding: 16px;
    background-color: #4a7c5933;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.bb-animctaew-subs {
    opacity: .3;
    background-color: #d4a574;
    width: 64px;
    height: 64px;
    left: -16px;
    bottom: -16px;
    position: absolute;
    transform: rotate(-12deg);
    border-radius: 12px;
}

.bt-animctaew-subs {
    opacity: .3;
    background-color: #d4a574;
    width: 96px;
    height: 96px;
    top: -16px;
    right: -16px;
    position: absolute;
    transform: rotate(12deg);
    border-radius: 16px;
}

.cwecw-h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #a8d5ba;
}

.cwipew-p {
    color: #fff9;
    font-size: 12px;
    line-height: 16px;
}

.lin-incwpakce {
    padding: 24px 0px;
}

.welink-tsubrev {
    padding: 96px 0px;
    background-color: white;
}

.welink-tsubrev .container {
    padding: 0px 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
}

.tsip-scirouw {
    background-color: #fff;
    border-radius: 12px;
    height: 48px;
    width: 48px;
    margin-bottom: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsip-boeewiu {
    padding: 24px;
    background-color: #faf9f7;
    border-radius: 16px;
}

.tsip-boeewiu:hover {
    background-color: #f0f7f4;
}

.tsip-ncwikbh {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #2d3a3a;
}

.tsip-cnwparu {
    color: #5a6b6b;
    font-size: 14px;
    line-height: 20px;
}

.tsip-griddf {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 690px;
}

.tsiprecom {
    margin-top: 32px;
    padding: 24px;
    border: none;
    background-color: #f0f7f4;
    border-left: #4a7c59 solid 4px;
    border-radius: 16px;
    color: #2d3a3a;
    font-style: italic;
}

.welin-cdwhirt {
    min-width: 45%;
}

.welink-grflex {
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

footer {
    background-color: #2d5a3d;
    padding: 64px 48px;
}

footer .container {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.fo-gri-swbio {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.foig-abbewio img {
    width: 120px;
}

.foig-abbewio p {
    color: #fff9;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
}

.qlminkew-hei {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
    color: white;
}

.qlminkew-linkwe {
    display: flex;
    margin-bottom: 12px;
}

.qlminkew-linkwe a {
    gap: 12px;
    display: flex;
}

.qlminkew-linkwe a {
    color: #fff9;
    text-decoration: none;
}

.grip-fotclrm {
    color: #fff6;
    font-size: 14px;
    line-height: 20px;
    padding: 32px 0px;
    border-top: #ffffff1a solid 1px;
    margin-top: 48px;
}

.cta-wrfstickwp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    border-radius: 100px;
    color: white;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(37 211 102 / .3), 0 4px 6px -4px rgb(37 211 102 / .3);
    transition: .2s;
}

.cta-wrfstickwp:hover {
    transform: scale(1.04);
}

.cta-wrfstickwp a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 12px 20px;
    color: white;
}


@media screen and (min-width: 1200px) {
    .seca-slidrimga {
        max-width: 50%;
        min-width: auto;
    }

    .swimagra {
        max-width: -webkit-fill-available;
    }

    .slider-sec {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 800px) {
    .seca-slidrimga {
        display: none !important;
    }
}

.hacbwe-bnrei {
    padding: 8px;
    border-radius: 12px;
    margin-left: 8px;
    position: relative;
    transition: .3s;
    background-color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hacbwe-icart {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    background-color: #e91e63;
    height: 20px;
    width: 20px;
    top: -4px;
    right: -4px;
    border-radius: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hacbwe-bnrei:hover {
    background-color: #f0f7f4;
    cursor: pointer;
}

/* wrapper */

.swesh-pcartwrap {
    background-color: #0006;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    backdrop-filter: blur(4px);
    display: none !important;
}

.swesh-pcartwrap.active {
    display: block !important;
}

.swesh-rbar {
    max-width: 448px;
    background-color: white;
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    z-index: 100;
    transform: translateX(500px);
    transition: .3s;
}

.swesh-rbar.active {
    transform: translateX(0) !important;
}

.scwwhea-cenwo {
    display: flex;
    align-items: center;
    color: #2d3a3a;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    gap: 12px;
}

.cww-btewpkc {
    padding: 8px;
    border-radius: 12px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swesh-glece {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: #e0e5e5 solid 1px;
}

.swesh-bobar-body {
    overflow-y: auto;
    padding: 24px;
    max-height: 45dvh;
}

.swesh-scirmw {
    border-radius: 16px;
    gap: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    background-color: #faf9f7;
    margin-bottom: 16px;
}

.swesh-scirmw:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.scirmw-csw-h4 {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2d3a3a;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.scirmw-csw-h4 span {
    width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swesh-footwer {
    padding: 24px;
}

.swesh-cewgren {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    color: #4a7c59;
    justify-content: center;
    align-items: center;
    background-color: #e8f5e9;
}

.cwoewn-ewppppi {
    color: #2d3a3a;
    font-size: 24px;
    line-height: 32px;
}

.cwmeow-label {
    color: #5a6b6b;
}

.swesh-ncwoue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ncwoue-cta:hover {
    background-color: #3d6b4a;
}

.ncwoue-cta {
    color: #fafafa;
    transition: .2s;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    font-weight: 500;
    background-color: #4a7c59;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 56px;
    cursor: pointer;
    width: -webkit-fill-available;
    border: none;
}

.scirmw-csw-h4 button {
    background-color: transparent;
    border: none;
    padding: 0;
    flex-shrink: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.cwewhic-qeuka {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.cw-ewocjwo {
    color: #2d3a3a;
    font-weight: 500;
}

.scirmw-rewid {
    width: -webkit-fill-available;
    overflow: hidden;
}

.scirmw-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scirmw-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.cww-btewpkc:hover {
    background-color: #f0f7f4;
}

.cenwo-cntoew {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 10px;
    background-color: #4a7c59;
    border-radius: 6px;
    color: white;
}

.cewe-quafui {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 4px;
    border-radius: 8px;
    font-weight: 500;
}

.cewe-quafui span {
    width: 24px;
    text-align: center;
    font-size: 14px;
}

.cewe-quafui button {
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.cewe-quafui button:hover {
    background-color: #f0f7f4;
}

.swes-clform {
    background-color: white;
    border-radius: 24px;
    max-width: 512px;
    height: fit-content;
    max-height: 90vh;
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / .25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    transform: scale(0);
    transition: .3s;
    overflow-y: auto;
}

.enjiwo-qerp {
    color: rgb(250, 250, 250);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: rgb(74, 124, 89);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    cursor: pointer;
    width: -webkit-fill-available;
    transition: 0.2s;
    padding: 8px 16px;
    border-radius: 12px;
    gap: 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin-top: 24px;
}

.swes-clform.active {
    transform: scale(1) !important;
}

.sclfor-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: #e0e5e5 solid 1px;
}

.swes-wrpdmglace.active {
    background-color: #00000066;
    padding: 1rem;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 99;
}

.sclfor-h2 {
    font-weight: 400;
    color: #2d3a3a;
    font-size: 20px;
    line-height: 28px;
}

.swes-bocform {
    padding: 24px;
}

.bocform-asecpa {
    margin-top: 16px;
}

.bocform-asecpa:nth-child(1) {
    margin-top: 0 !important;
}

.bocform-asecpa label {
    color: #2d3a3a;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.bocform-asecpa textarea,
.bocform-asecpa input {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px;
    background-color: transparent;
    border: #e0e5e5 solid 1px;
    border-radius: 12px;
    height: 48px;
    margin-top: 6px;
    width: -webkit-fill-available;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
}

.bocform-asecpa textarea {
    min-height: 100px;
}

.rncgw-stare {
    padding: 16px;
    background-color: #faf9f7;
    border-radius: 16px;
    margin-top: 24px;
}

.rncgw-asdke {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #2d3a3a;
}

.encqg-tal {
    margin-top: 12px;
    padding-top: 12px;
    border-top: #e0e5e5 solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2d3a3a;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.scew-ciwr {
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    flex-direction: column;
}

.scew-ciwr h2 {
    color: #2d3a3a;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
    margin-top: 0;
    text-align: center;
    text-align: -webkit-center;
}

.scew-ciwr p {
    color: #5a6b6b;
    margin: 0 !important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-align: -webkit-center;
}

.success-animation {
    margin: 0px auto 30px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

@media (max-width: 600px) {
    .sefx-flex {
        flex-wrap: wrap !important;
    }

    .opsechgp-items {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .ociewm-feirem {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .welink-grflex {
        flex-direction: column;
    }

    .tsip-griddf {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .fo-gri-swbio {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .flex-subsc {
        flex-wrap: wrap;
        width: -webkit-fill-available;
    }

    .scubs-fleitem {
        width: -webkit-fill-available;
    }

    .vyout-outsop {
        padding: 96px 15px;
    }

    .bcmw-baowhi-iarea {
        flex-wrap: wrap;
    }

    .bcmw-baowhi-iarea button {
        width: -webkit-fill-available;
    }

    .header-nabar {
        display: none;
    }

    .mobile-menu{
        display: flex !important;
        gap: 6px;
    }

    header{
        padding: 10px 10px !important;
    }

    .swesh-rbar{
        width: -webkit-fill-available;
    }
}

