/** Shopify CDN: Minification failed

Line 898:8 Expected ":"

**/
/*---- Cusotm Font family  ----*/
@font-face {
    font-family: 'copernicus_trial';
    src: url('/cdn/shop/files/copernicustrial-bold-bf6616045097aac-webfont.woff2?v=1763383518') format('woff2'),
         url('/cdn/shop/files/copernicustrial-bold-bf6616045097aac-webfont.woff?v=1763383518') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'copernicus_trial';
    src: url('/cdn/shop/files/copernicustrial-extrabold-bf661604510c584-webfont.woff2?v=1763383518') format('woff2'),
         url('/cdn/shop/files/copernicustrial-extrabold-bf661604510c584-webfont.woff?v=1763383518') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'copernicus_trial';
    src: url('/cdn/shop/files/copernicustrial-heavy-bf6616045153731-webfont.woff2?v=1763383518') format('woff2'),
         url('/cdn/shop/files/copernicustrial-heavy-bf6616045153731-webfont.woff?v=1763383518') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'copernicus_trial';
    src: url('/cdn/shop/files/copernicustrial-medium-bf66160450d988d-webfont.woff2?v=1763383518') format('woff2'),
         url('/cdn/shop/files/copernicustrial-medium-bf66160450d988d-webfont.woff?v=1763383518') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'copernicus_trial';
    src: url('/cdn/shop/files/copernicustrial-semibold-bf66160451692c7-webfont.woff2?v=1763383518') format('woff2'),
         url('/cdn/shop/files/copernicustrial-semibold-bf66160451692c7-webfont.woff?v=1763383518') format('woff');
    font-weight: 600;
    font-style: normal;

}

/*---- Global styling ----*/

body{
  color: #15171c;
  font-size: 13px;
  background-color: #f2f6f8
}
.custom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.custom-col {
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
}
.custom-col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 15px;
}
.custom-col-8 {
  flex: 0 0 66.6667%;
  width: 66.6667%;
  padding: 0 15px;
}
.custom-col-7 {
  flex: 0 0 60%;
  width: 60%;
  padding: 0 15px;
}
.custom-col-6{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}
.custom-col-5{
  max-width: 40%;
  flex: 0 0 40%;
  padding: 0 15px;
}
.custom-col-4{
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 15px;
}
.custom-col-3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 15px;
}

.collection__title .title {
    color: inherit;
}
h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 400;
  font-family: 'copernicus_trial';
}
.heading {
    color: inherit;
    font-family: 'copernicus_trial';
    margin: 15px 0;
    font-weight: 400;
}

/*---- Custom Button ----*/

.btn-blk {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin: 30px auto 0;
}
.btn-blk .custom-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #008900;
    color: #fff !important;
    border-radius: 12px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .3s ease;
    width: 100%;
    text-align: center;
}
.btn-blk .custom-btn:hover {
  background: #1E3A5F;
}
.btn-blk .button-label-wrapper{
    display: flex;
    margin-top: 10px;
}
.btn-blk .label-blk {
    display: flex;
    align-items: center;
    color: #inherit;
    margin-right: 15px;
    align-items: center;
    font-size: 14px;
    gap:0.6rem;
}
.btn-blk .label-blk:last-child{
    margin-right: 0;
}
.btn-blk .label-blk .circle-check {
    background: #008900;
    color: #fff;
    border-radius: 50%;
    display: flex;
    line-height: 1;
    font-size: 16px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 5px;
}

/*---- Custom rating ----*/

.custom-rating {
  display: inline-block;
  vertical-align: middle;
}
.custom-rating .stars {
  display: inline-block;
  vertical-align: middle;
}
.custom-rating .stars img {
    max-width: 18px;
    display: inline-block;
}
.custom-rating .rating-content {
  margin-left: 5px;
  color:#000000;
}

/*---- Menu ----*/


.header--middle-left {
    grid-template-columns: auto auto auto !important;
}
.header--middle-left .header__inline-menu {
    text-align: center;
    
}
.header__menu-item{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}
/*---- Custom Banner  ----*/

#custom-banner .for-mob{
    display: none;
}
#custom-banner {
    position: relative;
    background-color: #fff;
    color: #1E3A5F;
    overflow: hidden;
}
#custom-banner .page-width{
    position: relative;
    z-index: 3;
}
#custom-banner .banner-content {
    padding-top: 12rem;
}
#custom-banner .banner-content .static-img-wrapper img {
    width: auto;
    max-width: 80px;
    display: flex;
    justify-content: center;
    height: auto;
}
#custom-banner .banner-content .custom-rating{
    margin-top: -15px;
}
#custom-banner .banner-content .custom-rating .rating-content {
    margin-left: 5px;
    text-transform: uppercase;
}
#custom-banner .banner-content .banner__heading {
    color: inherit;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 42px;
}
#custom-banner .banner-content .banner__text p {
    font-size: 16px;
}
#custom-banner .banner-content .btn-blk {
    margin: 15px 0 0;
}
#custom-banner .banner_image {
    position: relative;
    text-align: center;
}
#custom-banner .dog-main-img {
    max-width: 400px;
    width: 100%;
}
#custom-banner .mask-1 {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 160px;
}
#custom-banner .mask-2 {
    position: absolute;
    right: -20px;
    bottom: 0;
    max-width: 80px;
    width: auto;
    height: auto;
}
#custom-banner .banner-pattren-blue img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: -100px;
    right: 0;
}

/*---- Custom Multirow Section ----*/

#custom-multirow {
    background-color: #F0F9FF;
    position: relative;
    color: #1E3A5F;
    overflow: hidden;
    font-size: 16px
}
#custom-multirow .title-area {
    margin-bottom: 30px;
    text-align: center;
    max-width: 880px;
    margin: 0 auto 30px;
}
#custom-multirow .title-area .heading{
    font-size: 40px;
    font-weight: 700;
}
#custom-multirow .title-area .heading span{
    color: #008900;
    text-transform: uppercase;
    font-weight: 800;
}
#custom-multirow .custom-row{
    align-items: center;
}
#custom-multirow .custom-row.row-reverse {
    flex-direction: row-reverse;
}
#custom-multirow .image-wrapper,
#custom-multirow .content-wrapper{
    position: relative
}
#custom-multirow .image-wrapper{
    display: flex;
}
#custom-multirow .image-wrapper img{
    width: 100%;
}
#custom-multirow .content-wrapper h4{
    margin: 0;
    font-size: 32px;
    color: #1B961D;  font-family: Inter;
    font-weight: 600;
}
#custom-multirow .content-wrapper p {
    margin: 25px 0;
}
#custom-multirow .image-mask {
    position: absolute;
    top: -40px;
    left: 60px;
    max-width: 200px;
}
#custom-multirow .custom-row.block-2 .image-mask {
    left: 50%;
    top: -135px;
    transform: translateX(-50%);
}
#custom-multirow .content-mask {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 240px;
}
#custom-multirow .custom-row.block-3 {
    margin-top: -80px;
}
#custom-multirow .custom-row.block-3 .content-mask {
    position: absolute;
    top: 0;
    right: auto;
    max-width: 240px;
    left: -100px;
    top: auto;
    bottom: -100px;
}
#custom-multirow .research-data-wrapper {
    background-color: #1E3A5F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 810px;
    padding: 10px 15px;
    margin: 30px auto 0;
    text-align: left;
}
 #custom-multirow .research-data-wrapper p {
    margin: 0 25px 0 0 !important;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
#custom-multirow .research-data-wrapper p img{
    margin-right: 10px;
}
#custom-multirow .research-data-wrapper .research-btn{
    display: inline-flex;
    padding: 10px 25px;
    background: #008900;
    border: 1px solid #008900;
    color: #fff !important;
    border-radius: 12px;
    font-size: 18px;
    text-decoration: none;
    transition: background .3s  ease;
    border-radius: 0;
    white-space: nowrap;
}
#custom-multirow .research-data-wrapper .research-btn:hover{
    border: 1px solid #1E3A5F ;
    color: #1E3A5F !important;
    background-color: #fff;
    border-radius: 4px;
}
#custom-multirow .research-data-wrapper .research-btn img {
    margin-right: 7px;
    
}

/*---- Our Belief ----*/

#belief {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
#belief .for-mob{
    display: none;
}

#belief .custom-row{
    justify-content:center;
}
#belief .image-wrapper img {
    width: 100%;
}
#belief .content-wrapper .heading{
    font-size: 40px;
    font-weight: 700;
}
#belief .content-wrapper .subtitle {
    font-size: 22px;
    font-family: inherit;
    color: inherit;
    font-weight: 600;
    margin: 25px 0 25px;
}
#belief .content-wrapper p{
    margin: 25px 0
}
#belief .btn-blk {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin: 50px 0 0;
}
#belief .btn-blk .label-blk .circle-check {
    background: #fff;
    color: #1E3A5F;
}
#belief .mask-1.for-desktop {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 30px;
}
#belief .mask-2.for-desktop {
    width: auto;
    height: auto;
    margin: 60px auto 0;
    display: inline-block;
}

/*---- How It Work ----*/

#how--it-work {
    color: #1E3A5F;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -130px;
}
#how--it-work .for-mob{
    display: none;
}
#how--it-work .page-width{ 
    max-width: 1440px;
}
#how--it-work .title-area {
    margin-bottom: 30px;
    text-align: center;
    max-width: 990px;
    margin: 0 auto 30px;
}
#how--it-work .title-area .heading{
    font-size: 40px;
    font-weight: 700;
}
#how--it-work .title-area p{
   color: #008900;
}
#how--it-work .custom-row {
    align-items: center;
    justify-content: space-between;
}
#how--it-work .centerside {
    flex: 0 0 30%;
    padding: 0 15px;
    max-width: 30%;
}
#how--it-work .product-media img {
    width: 100%;
}
#how--it-work .leftside,
#how--it-work .rightside {
    flex: 0 0 35%;
    padding: 0 15px;
    max-width: 35%;
}
#how--it-work .work-blk {
    display: flex;
    padding: 50px 0;
}
#how--it-work .work-blk.row-reverse{
    flex-direction: row-reverse;
}
#how--it-work .work-blk .icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    background-color: #ccc;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
#how--it-work .work-blk .icon img {
    width: auto;
    height: auto;
    max-width: 40px;
}
#how--it-work .work-blk .txt{
  flex: 0 0 calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 10px;
}
#how--it-work .work-blk.row-reverse .txt{
    text-align: right;
    padding-left:0;
    padding-right: 10px;
}
#how--it-work .work-blk .txt h4 {
    margin: 0;
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    color: #1B961D;
} 
#how--it-work .work-blk .txt p {
    margin:  0;
    color: inherit;
}
#how--it-work .work-blk.block-3.row-reverse {
    margin-right: 30px;
}
#how--it-work .work-blk.block-4 {
    margin-left: 30px;
}
#how--it-work .mask-1{
    position: absolute;
    top: 150px;
    right: 0;
}
#how--it-work .mask-2 {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}

/*---- Key Benefits ----*/

#benefits {
    color: #1E3A5F;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#benefits .page-width{
    position: relative;
    z-index: 2;
}

#benefits .title-area {
    margin-bottom: 30px;
    text-align: center;
    max-width: 990px;
    margin: 0 auto 30px;
}
#benefits .title-area .heading{
    font-size: 40px;
    font-weight: 700;
}
#benefits .custom-row {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 50px 0
}
#benefits .custom-row.row-reverse {
    flex-direction: row-reverse;
}
#benefits .custom-row:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    background-color: #008900;
    width: 2px;
    height: 50%;
    transform: translateX(-50%);
}
#benefits .custom-row:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    background-color: #008900;
    width: 2px;
    height: 50%;
    transform: translateX(-50%);
}
#benefits .custom-row.block-1 {
    padding-top: 0;
}
#benefits .custom-row.block-1 .checkmark {
    top: 0;
    transform: translate(-50%, 0);
}
#benefits .custom-row.block-4 {
    padding-bottom: 0;
}
#benefits .custom-row.block-4 .checkmark {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
}
#benefits .custom-col-1,
#benefits .custom-col-2{
    max-width: 440px;
    flex: 0 0 440px;
    padding: 0 15px;
}
#benefits .benefit-title {
    display: flex;
    align-items: center;
}
#benefits .benefit-title h3 {
    font-size: 26px;
    color: #008900;  font-family: Inter;
    margin: 0;
    margin-left: 15px;
}
#benefits .checkmark {
    position: absolute;
    left: 48.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 2;
}
#benefits .benefit-blk {
    border: 4px solid #1E3A5F;
    border-radius: 8px;
    color: #008900;
    padding: 25px 15px;
}
#benefits .benefit-blk h4{
    font-size:20px;
    margin: 0;
    font-family: Inter;
    color: inherit;
}
#benefits .benefit-blk p {
    font-size: 16px;
    margin: 5px 0 0;
}
#benefits .btn-blk {
    margin: 60px auto 0;
}
#benefits .mask-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 220px;
}
#benefits .mask-img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 460px;
}
#benefits .mask-img-3{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 220px;
}
#benefits .mask-img-4{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 460px;
}
#benefits .mask-img-5{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 220px;
}

/*---- How It Work ----*/

#wording {
    color: #1E3A5F;
    position: relative;
    background-color: #E3EECC;
    font-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
#wording .content-wrapper{
    position: relative;
    z-index: 2;
}
#wording .page-width{
    position: relative;
}
#wording .custom-row {
    justify-content: center;
    flex-direction: row-reverse;
}
#wording .custom-row .custom-col-6:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
#wording .title-area {
    text-align: center;
    max-width: 990px;
    margin: 0 auto 30px;
}
#wording .title-area .heading{
    font-size: 40px;
    font-weight: 600;
}
#wording .title-area .heading span{
    font-weight: 800;
}
#wording .comment-box-wrapper {
    display: flex;
    padding: 30px 0;
}
#wording .custom-row .custom-col-6:nth-child(1) .comment-box-wrapper {
    max-width: 535px;
}
#wording .comment-box-wrapper .icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}
#wording .comment-box-wrapper .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#wording .comment-box-wrapper .content {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #1E262A; 
}
#wording .comment-box-wrapper .content h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: inherit
}
#wording .comment-box-wrapper .content h4 span{
    color: #1A62D7;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
#wording .comment-box-wrapper .content p{
    margin: 0;
    color: inherit;
}
#wording .comment-box-wrapper .box-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
}
#wording .comment-box-wrapper .box-bottom .thumb{
    display: inline-flex;
    width: 25px;
    height: 25px;
    background-color: #1577F5;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
}
#wording .comment-box-wrapper .box-bottom .heart{
    display: inline-flex;
    width: 25px;
    height: 25px;
    background-color: #F93B4A;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    margin-left: -10px;
}
#wording .comment-box-wrapper .box-bottom .hide {
    color: #6f7564;
    margin-right: 15px;
}
#wording .comment-box-wrapper .box-bottom .reply {
    color: #6f7564;
}
#wording .comment-box-wrapper .box-bottom .love{
    color: #F93B4A;
    margin-right: 15px;
}
#wording .mask-img-1 {
    position: absolute;
    top: 40px;
    left: -20px;
}
#wording .mask-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
#wording .fullwidth-img {
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
}
#wording .fullwidth-img img{
    width: 100%;
}
#wording .custom-col-6:nth-child(1) .comment-box-wrapper{
    max-width: 535px;
}

/*---- Custom Multirow Section ----*/

#story {
    background-color: #F0F9FF;
    position: relative;
    color: #1E3A5F;
    overflow: hidden;
    font-size: 16px;
}
#story .page-width{
    position: relative;
    z-index: 2;
}
#story .title-area {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 30px;
}
#story .title-area .heading{
    font-size: 40px;
    font-weight: 700;
}
#story .title-area .heading span{
    color: #008900;
    text=transform: uppercase;
    font-weight: 800;
}
#story .custom-row{
    align-items: center;
}
#story .custom-row.row-reverse {
    flex-direction: row-reverse;
}
#story .image-wrapper,
#story .content-wrapper{
    position: relative
}
#story .image-wrapper{
    display: flex;
}
#story .image-wrapper img {
    width: auto;
    max-width: 100%;
    margin: auto;
    height: 100%;
}
#story .content-wrapper {
    display: flex;
}
#story .content-wrapper .count {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
}
#story .content-wrapper h4{
    margin: 0;
    font-size: 32px;
    font-family: Inter;
    color: inherit;
    margin-bottom: 25px; 
    font-weight: 400;
}
#story .content-wrapper p {
    margin: 0;
    color: #494949;
}
#story .content-wrapper .custom-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #008900;
    color: #fff !important;
    border-radius: 12px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .3s ease;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
#story .content-wrapper .custom-btn:hover {
  background: #1E3A5F;
}
#story .mask-img-2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#story .mask-img-1 {
    position: absolute;
    top: 0;
    left: 0;
}

/*---- Static Features ----*/

#static-feat {
  position: relative;
  color: #fff;
  background-color: #1E3A5F;
  overflow: hidden;
}
#static-feat .static-feat-item .items {
    display: flex;
    align-items: center;
    justify-content: center;
}
#static-feat .static-feat-item img {
    width: auto;
    height: autopx;
    max-width: 100%;
    margin-right: 8px;
}
#static-feat .static-feat-item h4 {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    margin: 0;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 5px;
}

/*---- How It works Steps ----*/

#step{
    color: #1E3A5F;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
}
#step.page-width{
    position: relative;
    z-index: 2;
}
#step .title-area {
    text-align: center;
    max-width: 990px;
    margin: 0 auto 30px;
}
#step .title-area .heading{
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px;
}
#step .title-area p{
    margin: 0 0;
    color: #008900;
}

#step .work-blk {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; gap:1rem;
}
#step .work-blk .step {
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    background-color: #008900;
    color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index:2;
}
#step .work-blk .image {
    width: 100%;
    margin-top: 25px;
}
#step .work-blk .image  img{
    width: 100%;
}
#step .work-blk .txt p {
    margin: 25px 0 0 ;
    color: #008900;
}
#step .custom-row {
    position: relative;
    display:flex;
    flex-wrap: wrap;
    
    gap: 0rem;
}
@media (max-width: 768px) {
   #step .custom-row {
    position: relative;
    display:flex;
    flex-wrap: wrap;
    
    gap: 4rem;
} 
}

#step .custom-row:before {
    position: absolute;
    content: "";
    background: #008900;
    width: 100%;
    height: 2px;
    top: 25px;
    left: 0;
}
#step .custom-row .dott-left,
#step .custom-row .dott-right {
    width: 20px;
    display: inline-block;
    position: absolute;
    height: 20px;
    background-color: #1E3A5F;
    top: 15px;
    transform: rotate(45deg);
}
#step .custom-row .dott-left{
    left: 0;
}
#step .custom-row .dott-right{
    right: 0;
}
#step .mask-1 {
    position: absolute;
    top: -180px;
    left: 0;
}
#step .mask-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*---- Science Behind ----*/

#science {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
#science .content-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
#science .content-wrapper .heading,
#science .result-title .heading{
    font-size: 40px;
    font-weight: 600;
    margin: 0 ;
}
#science .content-wrapper p,
#science .stats p,
#science .result-title p{
    margin: 0;
}
#science .content-wrapper .heading span,
#science .result-title .heading span{
    font-weight: 800;
}
#science .stats {
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
}
#science .stats .num {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}
#science .result-title {
    text-align: center;
    margin: 50px 0 30px;
}
#science .result-list {
    padding: 0;
    list-style: none;
    max-width: 450px;
    text-align: left;
    margin: 40px auto 0;
}
#science .result-list li {
    margin: 15px 0 ;
    position: relative;
    padding-left: 35px;
}
#science .result-list li:before {
    position: absolute;
    content: "✓";
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 6px;
}
#science .mask-1 {
    position: absolute;
    left: 0;
    bottom: 120px;
}
#science .mask-2 {
    position: absolute;
    right: 0; width: 32rem;
    bottom: -120px;
}

/*---- Super Food ----*/

#super-food{
    color: #1E3A5F;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    font-size: 18px;
}
#super-food .custom-col-3{
    padding: 15px;
}
#super-food .title-area {
    text-align: center;
    max-width: 990px;
    margin: 0 auto 30px;
}
#super-food .title-area .heading{
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
#super-food .title-area .heading span{
    font-weight: 800;
}
#super-food .title-area p{
    margin:0;
}
#super-food .supper-item {
    position: relative;
    height: 330px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
}
#super-food .supper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 25px 15px;
}
#super-food .supper-item-title {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    color: inherit;
}
#super-food .supper-item-text {
  margin: 0;
  line-height: 1.4;
}

/*---- Custom Icon With Text ----*/

#custom-icon-with-text {
  position: relative;
  color: #fff;
  background-color: #209523;
  overflow: hidden;
}
#custom-icon-with-text .custom-icon-with-text-item .items {
    display: flex;
    align-items: center;
}
#custom-icon-with-text .custom-icon-with-text-item img {
    width: 30px;
    height: 30px;
    object-fit:contain;
    margin-right: 8px;
}
#custom-icon-with-text .custom-icon-with-text-item h4 {
    font-size: 18px;
    font-weight:600;
    color: inherit;
    margin: 0;
    margin-bottom:-2px;
}

/*---- Footer ----*/

.footer-menu-items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.footer-menu-items li{
  padding: 15px 0;
}
.footer-menu-items li a {
    font-size: 18px;
    padding: 0 25px;
    border-right: 1px solid #fff;
}
.footer-menu-items li:last-child a{
  border-right: none;
}
.newsletter-form__field-wrapper {
    margin-top: 20px;
}
.newsletter-form__field-wrapper .field {
    border-radius: 8px;
    overflow: hidden;
}
.newsletter-form__field-wrapper .field__input{
    background-color: rgba(255, 255, 255, 0.2);
}
.newsletter-form__field-wrapper .field:after,
.newsletter-form__field-wrapper .newsletter-form__button:after{
    box-shadow: none;
}
.newsletter-form__field-wrapper .newsletter-form__button {
   background-color: #fff !important;
    color: #000;
}
.footer-bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 50px;
    padding-top: 40px;
}
.footer-bottom-wrapper .custom-row{
  align-items: center;
}
.footer-bottom-wrapper .copy-right-wrapper {
    display: flex;
    align-items: center;
}
.footer-bottom-wrapper .footer__copyright-text {
    margin-right: 30px;
}
.footer-bottom-wrapper .list-social__link{
    align-items: center;
    display: flex;
    padding: 1.1rem;
    color: rgb(var(--color-foreground));
    background-color: green;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.footer-bottom-wrapper .copyright__content {
    font-size: 14px;
}
.footer-bottom-wrapper .footer__payment {
    padding: 0 !important;
}
.footer-bottom-wrapper .list-payment {
  margin: 0;
  padding-top: 0;
}
.footer-bottom-wrapper .footer__payment .list-payment__item {
    align-items: center;
    display: flex;
    padding: 0;
    margin: 2px;
}