/*
Theme Name: FarmboxRx
Description: FarmboxRx theme.
Author: 10pearls
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: farmboxrx
*/



/* 

GENERAL
COMPONENTS
    - Post Carousel Shortcode
    - Testimonials

HEADER
PAGES
    - Home
SINGLE POST
FOOTER
MEDIA QUERIES
ANIMATIONS
OUR STORY
    Benefits Section
    Meet the Team Section


*/

/* @font-face {
    font-family: 'proxima-novasemibold';
    src: url('fonts/proxima-nova-sbold-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-sbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/proxima-nova-regular-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */



/* GENERAL */
body{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-family: 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.011em;
    color: #43464D;
}
.hide{
    display: none !important;
}

.text-shadow {
 text-shadow: 0px 0px 4px black;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1360px;
    padding: 0;
}

.entry-header a,
.entry-content a{
    transition: ease all 0.4s;
}

.entry-header a:hover,
.entry-content a:hover{
    opacity: 0.8;
}

.entry-content p {
    line-height: 32px;
}

.wp-element-button.has-background {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 40px;
}

/* h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading  {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
} */

h1.wp-block-heading,
h2.wp-block-heading  {
    margin-bottom: 15px;
}

p,
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading  {
    color: #43464D;
}

mark{
    padding: 0;
}

.column-container-sm,
.column-container {
    width: 100%;
    margin: auto;
}

.column-container {
    max-width: 100%;
}
.column-container-sm {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.container-bg {
    max-width: 1360px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px){
    .column-container {
        width: 1140px;
    }
    .column-container-sm {
        width: 1100px;
    }
}

@media screen and (min-width: 1500px){
    .column-container {
        width: 1440px;
    }
    .column-container-sm {
        width: 1130px;
        padding: 0;
    }
}
/*New Background CL*/
.logistics-back-section{
    background: #ffffff url(images/StatsBg.png) center center no-repeat;
    background-size: cover;
}
/* COMPONENTS */

/* Post Carousel Shortcode */
.slick-prev, .slick-next{
    width: 70px;
    height: 60px;
    z-index: 3;
}

/* 
.slick-prev {
    left: -100px;
}

.slick-next {
    right: -100px;
} */

.slick-prev::before, .slick-next::before {
    content: ""; 
    width: 75px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.slick-prev::before {
    background-image: url(images/carousel-left-arrow.svg);
}

.slick-next::before {
    background-image: url(images/carousel-right-arrow.svg);
}

.slick-slide {
    padding: 0 10px; 
    box-sizing: border-box; 
}

.slick-track{
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li button:before {
    content: "";
    width: 18px;
    height: 16.5px;
    background: #DFC6A1;
}

.slick-dots li.slick-active button:before {
    content: "";
    background: #D0A466;
}

.posts-carousel-loop {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 60px !important;
}

.posts-carousel-loop a.learn-more-button {
    display: flex;
    margin: 20px auto 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 15px 40px;
    background: #399E5A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    width: 190px;
}

.posts-carousel-loop .post-thumbnail{
    position: relative;
    margin: -90px auto 20px auto;
    max-width: 290px;
    height: 240px;
    border-radius: 6px;
    display: flex; 
    justify-content: center;
    align-items: center; 
    overflow: hidden;
}

.posts-carousel-loop .post-thumbnail img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.posts-carousel-loop .post-item-wrap {
    background: #F8F4EF;
    padding: 30px 15px;
    border-radius: 12px;
    margin-top: 60px;
    height: calc( 100% - 60px);
}

.posts-carousel-loop h2.post-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.carousel-block-item figure img {
    border-radius: 6px;
}

.carousel-block-item p {
    margin-bottom: 5px;
}

.carousel-block-item p a {
    color: #399E5A;
}

.carousel-block-item pre.wp-block-verse {
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 0;
}

.slick-dots button[aria-label="1 of 1"] {
    display: none;
}

.posts-carousel-more {
    position: relative;
    display: block;
    margin-top: -24px;
    z-index: 9;
    float: right;
}

.posts-carousel-more a {
    font-style: italic;
    color: #399E;
    font-weight: 600;
}

/* Testimonials */
.testimonials-section{
    background: #F8F4EF url(images/testimonials-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 36px;
}

.testimonials-section {
    justify-content: center;
}

.single-slider-section {
    height: 530px;
    justify-content: center;
}

.testimonials-section > .wp-block-group, .single-slider-section > .wp-block-group, .tailored-section > .wp-block-group
{
    width: 100%;
    max-width: 1364px;
    margin: 0 0;
}

hr.wp-block-separator {
    width: 30px;
    margin: 30px auto 30px;
    border: 3px solid #B66B34;
    opacity: 1;
    border-radius: 20px;
}

.single-slider-section{
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.testimonials-section h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.125em;
    color: #b66b34;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonials-section h4{
    margin-bottom: 0;
}

.testimonials-slider{
    position: relative;
}

.testimonials-slider::before{
    content: "";
    width: 121px;
    height: 98px;
    position: absolute;
    top: 50px;
    left: -120px;
    background-image: url(images/testimonials-quote-left.png);
}


.testimonials-slider::after{
    content: "";
    width: 121px;
    height: 98px;
    position: absolute;
    top: 50%;
    right: -120px;
    background-image: url(images/testimonials-quote-right.png);
}


  .testimonials-section .wp-block-group__inner-container
  .home-slider .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-slider h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 55px;
    letter-spacing: -0.011em;
    color: #43464D;
    padding-right: 80px;
}

.home-slider p {
    font-size: 22px;
    letter-spacing: 0px;
}

.testimonials-slider h3,
.testimonials-slider p {
    max-width: 788px;
}
.testimonials-slider p {
    font-weight: 500;
    font-size: 16px;
    line-height: 151.8%;
}

.testimonials-slider p em{
    font-weight: 400;
    font-size: 14px;
}
.client-desc p {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.testimonials-slider h4 {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #43464D;
}

.testimonials-slider .slick-slide,
.home-slider .slick-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

  .testimonials-slider .slide-content {
    margin: 0 20px;
  }
  .testimonials-slider h2 {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #43464D;
}

.home-slider .slide-content {
    max-width: 788px;
    width: 100%;
}

.testimonials-slider .slide-content {
    max-width: 798px;
    width: 100%;
}

.home-slider .slide-content {
    max-width: 600px;
    margin: 0 0 0 60px;
}
div#player {
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
}



  /* .home-slider .slick-list {
    padding: 0px 60px !important;
  } */

 

  .testimonials-slider .quotes {
    width: 121px;
    height: 100%;
  }

  .testimonials-slider .quotes.center-quote .wp-block-group__inner-container {
    justify-content: center;
  }

  .testimonials-slider::before,
  .testimonials-slider::after {
    display: none;
  }

    .testim-slider .slick-prev {
        left: 0;
    }

    .testim-slider .slick-next {
        right: 0;
    }

    .testim-slider .slick-prev, .testim-slider .slick-next{
        top: 34%;
    }

  .slick-dots li button:before {
    height: 12px;
    width: 12px;
  }

  .fixed-img {
    position: relative;
}

.fixed-img img {
    position: absolute;
    top: -260px;
    z-index: 3;
    right: 0;
}


/* HEADER */
header.site-header {
    position: relative;
    z-index: 2;
}

.site-header-top{
    background-color: #43464D;
    padding: 10px 0;
}

.top-header-alert p{
    color: #fff;
    margin-bottom: 0;
}

.top-header-alert a{
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

.site-header-main {
    /* position: relative; */
    padding: 22px 0;
}

.site-header-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: -1;
}

.site-branding {
    max-width: 180px;
}

.site-branding img{
    max-width: 100%;
    height: auto;
}


.menu-contact-menu-item-container ul {
    margin-left: 35px !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-contact-menu-item-container ul a{
    text-decoration: none;
}

.menu-contact-menu-item-container .contact-menu > li > a {
    background: #424040;
    color: #fff;
    border-radius: 4px;
    padding: 7px 10px;
    transition: ease all 0.4s;
}
.menu-contact-menu-item-container .contact-menu > li > a:hover{
    text-decoration: none;
    opacity: 0.8;
}

button.navbar-toggler {
    margin-left: 20px;
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span.navbar-toggler-icon{
    background-image: url(images/icon-mobile-menu.svg);
}

.navbar-toggler-icon {
    width: 40px;
    height: 20px;
}

/* PAGES */
main.site-main {
    position: relative;
    z-index: 1;
}

.top-hero,
.single-hero{
    background-color: #D3CEC9;
    position: relative;
    min-height: 718px;
    margin-top: -108px;
    padding: 0;
    overflow: visible;
    background-attachment: fixed;
    background-size: contain;
}
.top-hero::after {
    display: none;
    position: absolute;
    bottom: -30px;
    min-height: 80px;
    content: url(images/hero-arrow.svg);
    animation: beat .8s infinite alternate;
	transform-origin: center;
}

.top-hero a.wp-element-button {
    padding: 25px 85px 26px 85px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.011em;
}

div.hero-btn-home a{
    font-size: 18px;
}

div#content div.top-hero > img {
    width: fit-content;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
div.top-hero h1.wp-block-heading {
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFF;
    width: 100%;
}


.hero-col {
    flex-wrap: wrap !important;
}


body.single-post .single-post-container::after{
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -40px;
    min-height: 80px;
    content: url(images/hero-arrow.svg);
    z-index: 9;
    animation: beat .8s infinite alternate;
	transform-origin: center;
}


.is-nowrap.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.white-shadow-img img{
    box-shadow: -18px -18px 0px #fff;
    border-radius: 10px;
}

a.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 23px 40px;
    background: #399E5A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
}

.carousel-4-items .wp-block-heading{
    margin-top: 10px;
}

/* HOME */

.programs-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 25px;
    border-radius: 13px;
    max-width: 578px;
}

.programs-block h3 {
    font-size: 24px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 15px;
}

.programs-block p {
    font-size: 16px;
    height: 72px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 35px;
}

.programs-block a.wp-element-button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.011em;
    padding: 18px 51px 18px 52px;
}

.testimonials-home {
    padding-top: 185px;
    padding-bottom: 160px;
    justify-content: center;
}

h3.subt {
    color: #b66b34;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.125em;
}
.test-main-sect {
    padding: 90px 0;
}

div.impact-work-section {
    background: #F8F4EF url(images/testimonials-bg.jpg) center center repeat;
    max-height: 803px;
}

.impact-work-subsection .wp-block-columns {
    background: linear-gradient(0deg, #F5F4F3 9.92%, #ffffff00 83.32%);
    border-radius: 26px;
    position: relative;
    top: 50px;  
}

.impact-work-subsection .container {
    padding-right: 0px;
    padding-left: 65px;
}

.our-work p {
    line-height: 135%;
}

p.our-work-sub {
    font-weight: 600;
    font-size: 22px;
    line-height: 175.85%;
}
.our-work .sec-btn {
    margin-bottom: 50px;
}


.our-work .wp-block-buttons {
    justify-content: left;
}

.why-partner-section {
    position: relative;
    padding-bottom: 0px;
}

div.why-partner-subsection {
    background-repeat: no-repeat;
    position: initial;
    margin-top: -60px !important;
    padding-top: 80px;
    background: linear-gradient(180deg, #FCFAF8 0%, rgba(252, 250, 248, 0) 100%);
    border-radius: 35px;
}

.why-partner-subsection h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 175.85%;
    margin-bottom: 0;
}
.why-partner-subsection p {
    font-size: 18px;
    line-height: 150%;
}

.why-partner-subsection .partner-col p {
    font-size: 16px;
    line-height: 130%;
}

figure.ring-img {
    position: absolute;
    left: -70%;
    top: -404px;
    z-index: 2;
}

.social-media-widget .fa-linkedin:before {
    font-size: 22px;
	margin-left: 7px;
}

.social-media-widget p {
	font-size: 14px;
    font-weight: 100;
	margin-bottom: 5px;
}


.social-media-widget p strong{
    font-weight: 700;
}

p.copy-footer {
    margin-top: 50px;
    margin-bottom: 0;
}

.partner-col > .wp-block-column > figure {
    margin-right: 15px;
}

.partner-col > .wp-block-column {
    align-items: center;
}
p.intro-partner {
    margin-bottom: 50px;
}

.partner-col {
    width: 70%;
}
.partner-col img {
    max-width: none;
}
.partner-btn {
    margin-bottom: 50px;
}
.fixed-img-content{
	position: relative;
}
.ring-img img {
    transform: scale(0.67);
}

.sec-btn .wp-element-button {
    border-radius: 5px;
    background-color: #d0a466;
    width: 250px;
    font-weight: 600;
    padding: 23px 0;
    text-transform: uppercase;
}
.our-work a.wp-element-button {
    font-style: normal;
    font-size: 16px !important;
    line-height: 16px;
    letter-spacing: -0.011em;
}

.our-story-home-section {
    background-color: #fff;
    padding: 90px 0;
}

.our-story-home-section .wp-block-image {
    width: 421px;
    height:  421px;
}

.our-story-home-section .wp-block-image img {
    border-radius: 50%;
    background-color: #f8ece4;
}




/* SINGLE POST */
.single-hero{
    display: flex;
    background-size: cover;
    padding-bottom: 200px;
}

.single-hero h1, .single-hero h1 p{
    font-size: 52px;
}

.single-hero p{
    font-size: 24px;
}

span.single-hero-author {
    display: block;
    margin-bottom: 30px;
}

p.go-back-link {
    margin-bottom: 5px;
}

p.go-back-link a {
    color: #43464D;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

p.go-back-link a:hover{
    opacity: 0.8;
}

p.go-back-link a::before{
    font-family: "Font Awesome 6 Free";
    content: "\f060";
    margin-right: 5px;
    font-size: 16px;
}

body.single .single-post-container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: -120px auto 0 auto !important;
    padding: 110px;
    padding-bottom: 60px;
    background: #F8F4EF;
}

body.single .single-post-container p, body.single .single-post-container h3{
    font-size: 18px;
}

body.single .single-post-container p{
    margin-bottom: 30px;
}

body.single .single-post-container h3{
    margin-bottom: 5px;
}

.single-related-posts {
    padding-top: 240px;
    padding-bottom: 100px;
    background-color: #F5ECE0;
    margin-top: -140px;
}

.single-related-posts h2{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}

.media-content h2.wp-block-post-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.011em;
}

.media-content h2.wp-block-post-title a{
    color: #43464D;
    text-decoration: none;
}

.media-content .taxonomy-post_tag a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175.85%;
    color: #43464D;
    text-decoration: none;
}

.media-content .wp-block-post-featured-image img {
    height: 247px;
    border-radius: 7.5px;
}

.media-content ul.wp-block-post-template {
    gap: 43px;
}
.media-slider img {
    border-radius: 7.5px;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: 16px;
}

/*.wp-block-post-template a.wp-block-button__link {
    font-style: italic;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 175.85%;
    text-decoration-line: underline;
    color: #399E5A;
    background: none;
    padding: 0;
} */
.wp-block-post-template a.wp-block-button__link {
    padding: 10px 20px;
    border-radius: 20px;
}

.media-content {
    margin: 40px 0 60px 0;
}
div.media-section p {
    padding: 0;
}


/* .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1050px;
} */


.page-template-fullwidth-page .top-hero p {
    color: #fff;
}

div.top-hero p.hero-desc {
    font-size: 18px;
    color: #43464D;
}

.top-hero p {
    font-size: 18px;
    line-height: 150%;
}
/* FOOTER */
footer.site-footer{
    background-color: #F5ECE0;
}

.footer-form .wpcf7-form input[type="text"],
.footer-form .wpcf7-form input[type="email"],
.footer-form .wpcf7-form textarea{
    width: 100%;
    border: 0;
}

.footer-form .wpcf7-form input[type="text"],
.footer-form .wpcf7-form input[type="email"]{
    height: 45px;
}

.footer-form .wpcf7-form textarea{
    height: 85px;
}

.footer-form .wpcf7-form input[type="submit"]{
    color: #fff;
    background-color: #399E5A;
    height: 45px;
    min-width: 160px;
    padding: 0 20px;
    border: 0;
    font-size: 14.5px;
    transition: ease all 0.4s;
    border-radius: 4px;
}

.footer-form .wpcf7-form input[type="submit"]:hover{
    opacity: 0.8;
}

.footer-form .wpcf7-form p{
    margin-bottom: 0;
    margin-bottom: 5px;
}

.footer-form .wpcf7-form p label{
    font-size: 14px;
    color: #43464D;
}

.footer-form{
    padding: 50px 0;
    background-color: #F8F4EF;
}

.footer-form .wp-block-heading{
    font-size: 40px;
}

.footer-form .widget_text p{
    color: #43464D;
}

.footer-widgets {
    position: relative;
    padding: 40px 0;
    background-color: transparent;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.footer-form-img figure{
    position: relative;
}

.footer-form-img figure img{
    position: absolute;
    top: auto;
    left: 0;
    bottom: -180px;
}
.footer-form-img figure{
    position: inherit;
}
.footer-form-img {
    position: relative;
}

#menu-footer-social-media {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0 auto;
}

#menu-footer-social-media li {
    display: inline-block;
    margin-right: 30px;
}
#menu-footer-social-media li:last-child {
    margin-right: 0;
}

#menu-footer-social-media li a {
    font-size: 30px;
    color: #43464D;
    transition: ease all 0.4s;
}

#menu-footer-social-media li a:hover{
    opacity: 0.8;
}

.footer-widget.social-media-widget {
    display: flex;
    height: 100%;
    justify-content: center;
	flex-direction: column;
}

.menu-footer-social-media-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.social-media-widget a {
    color: #2D2D2D;
    text-decoration: none;
    font-weight: 100;
}

.footer-widget.footer-menu-1 ul.menu, .footer-widget.footer-menu-2 ul.menu {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-widget.footer-menu-1 ul.menu a, .footer-widget.footer-menu-2 ul.menu a {
    text-decoration: none;
    color: #43464D;
	font-weight: 100;
}

.footer-widget.footer-menu-1 ul.menu a:hover, .footer-widget.footer-menu-2 ul.menu a:hover{
    text-decoration: underline;
}

.footer-widget.footer-menu-1 ul.menu li, .footer-widget.footer-menu-2 ul.menu li {
    margin-bottom: 7px;
}

.footer-widgets-col-1{
    position: relative;
}

.footer-widgets-col-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #D0A466;
}

.footer-menus li > a {
    font-size: 14px;
    line-height: 14px;
}

.site-footer .row {
    --bs-gutter-x: 0;
}
.footer-form .col-md-5, .footer-form .col-md-5 .widget_block {
    padding: 0;
}

.wpcf7-spinner {
    display: block;
}

/* .wpcf7-response-output {
    display: none !important;
} */
.ring-img-mob {
    display: none;
}

/* News */
.go-media a {
    text-decoration: none;
    font-size: 20px;
    color: #43464D;
    font-weight: 600;
    background: url(images/carousel-left-arrow-gray.svg) no-repeat left center;
    padding-left: 30px;
}

.wp-block-query-pagination > *, .wp-block-query-pagination a {
    font-size: 15px;
    color: #D0A466;
}
.page-numbers, .wp-block-query-pagination a{
    background: #fff;
    padding: 8px 13px 8px 13px;
    float: left;
}

span.current {
    background: #D0A466;
    color: #fff;
}

.wp-block-query-pagination-numbers {
    margin-right: 0 !important;
    float: left;
}

nav.wp-block-query-pagination {
    gap: 0;
    justify-content: center;
    margin-top: 70px;
}
.wp-block-query-pagination a, .wp-block-query-pagination span {
    border: 1px solid #E0E0E0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-decoration: none;
}

nav.wp-block-query-pagination > div.wp-block-query-pagination-numbers span:first-child, a.wp-block-query-pagination-previous {
    border-radius: 4px 0 0 4px !important;
}

nav.wp-block-query-pagination > a:last-child, a.wp-block-query-pagination-next {
    border-radius: 0 4px 4px 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #399e5b;
    color: #399e5b;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block !important;
}
body.home div.top-hero h1 {
        color: #43464D !important;
}
body.home div.top-hero .word-item, body.home div.top-hero .word-item-mobile{
    color: #D40000 !important;
}


/* Home animtation */
.hero-animation{
    position: relative;
}
.hero-animation ul {
    list-style: none;
}
.word-item, .word-item-mobile {
    position: absolute; /* makes words stack on top of each other */
    left: 0;
  }
  
  .letter {
    display: inline-block;
    /* transform-origin: 50% 50% 25px; */
  }
  
  .letter.out {
    /* transform: rotateX(90deg); */
    /* transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19); */
    transition: opacity 0.5s ease-out;
    opacity: 0;
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
    transition: opacity 0.5s ease-out;
    opacity: 1;
    background-color: #d3cec9;
  }
  
  .letter.in {
    /* transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    transition: opacity 0.5s ease-out;
    opacity: 1;
    /* background-color: #d3cec9; */
  }

/* End Home animtation */ 

.tailored-slider h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    background: #F8F4EF;
    padding: 15px;
    width: 90%;
    margin: auto;
    border-radius: 7.5px;
    margin-bottom: -25px;
}

.tailored-slider figure {
    min-height: 314px;
    border-radius: 7.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5ECE0;
}

.tailored-slider .slick-prev, .tailored-slider .slick-next{
    top: auto;
    bottom: -90px;
}
.tailored-slider .slick-prev::before, .tailored-slider .slick-next::before{
    width: 70px;
    height: 61px;
}

.tailored-slider .slick-prev{
    left: 10px;
}

.tailored-slider .slick-next{
    right: 10px;
}

.tailored-section .slideshow {
    margin: auto;
}

.tailored-row p, .tailored-row li {
    font-size: 18px;
}
ul.tailored-list {
    list-style: none;
    padding: 0;
    width: 80%;
}
ul.tailored-list li {
    background: #F8F4EF;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 7.5px;
}

.tailored-slider {
    margin-top: 60px;
}
.tailored-row {
    padding: 100px 0;
}

div.tailored-row div.wp-block-buttons {
    margin-top: 20px;
}
div.footer-menu-3 a {
    color: #2D2D2D;
    text-decoration: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.list-solutions {
    max-width: 1015px;
    gap: 130px;
}
.list-solutions .wp-block-media-text {
    background: #F8F4EF;
    margin-bottom: 20px;
    border-radius: 40px 0 0 40px;
    padding: 21px 0;
}

.list-solutions .wp-block-media-text p{
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
}

.list-solutions .wp-block-media-text__media img {
    width: auto;
    margin-left: 20px;
}
.rewards-intro{
    margin-bottom: 60px;
}

.rewards-box {
    text-align: center;
    border-radius: 9px;
    padding: 10px 0 30px 0;
    min-height: 413px;
    position: relative;
}

.rewards-box, .step-process > .container {
    background: #F5ECE0;
}
.rewards-box h6, .col-benefit h6{
    font-size: 32px;
    font-weight: 600;
}
.rewards-box h6 {
    color: #399E5A;
}

.col-benefit h6{
    color: #D0A466;
    font-size: 20px;
}
.col-benefit h6 strong, .text-float-row h6, .medically-cols h4{
    color: #43464D;
}
.col-benefit h6 strong, .text-float-row h6 {
    font-size: 32px;
}

.medically-main {
    padding: 80px 0 60px 0;
}

.medically-cols .benefit-text {
    padding: 0 20px;
}

.medically-cols h4 {
    font-size: 18px;
    font-weight: 700;
}

.medically-cols h4, .medically-cols p {
    text-align: center;
}

.col-benefit h6 strong{
    margin-left: 10px;
}

.col-benefit p, .text-float-row p{
    line-height: 21px;
    font-weight: 100;
}

.col-benefit p{
    margin-left: 35px;
}


.rewards-box p {
    padding: 0 40px;
    line-height: 27px;
}

.benefits-farmbox{
    padding-top: 100px;
    z-index: 2;
    position: relative;
}

.step-process {
    margin-top: -110px;
}

.step-process > .container {
    padding-top: 130px;
    border-radius: 9px;
    padding-bottom: 60px;
}

.col-benefit {
    background: #fff;
    padding: 47px 43px 40px 28px;
    border-radius: 9px;
    height: 216px;
    box-shadow: 5px 7px 15px rgba(208, 164, 102, 0.25)
}

.row-benefit {
    margin-bottom: 1em;
    gap: 1em;
}

.text-float-row {
    margin-top: -39px;
    z-index: 2;
    position: relative;
}

.text-float-row > *{
    text-align: center;
}

.text-float-row .wp-block-image {
    width: 100%;
    display: inline-block;
}

.right-arrow {
    transform: rotateY(180deg);
}

.medically-main{
    margin-top: 60px !important;
}
div.medically-farmbox {
    margin-bottom: 60px !important;
}

div.benefits-farmbox h2, .medically-main h2{
    font-weight: 500;
}

div.row-benefit-desk{
    display: flex;
}
div.row-benefit-mob{
    display: none;
}

.medically-cols .wp-block-column{
    box-shadow: 0px 4px 15px rgba(67, 70, 77, 0.08);
}

.benefit-block {
    box-shadow: 0px 4px 10px rgba(67, 70, 77, 0.12)
}
.rewards-box img {
    border-radius: 8px;
}
/* Home animation hero text */
.word-hero, .word-hero-mob {display: none;}

div.privacy-section {
	background: #F8F4EF;
    z-index: 2;
	border-radius: 4px;
}
div.privacy-section p{
	font-weight: 400;
}
div.privacy-section p strong{
	font-weight: 700;
}

.btn-read {
	content:"";
	background:url();
}

.rewards-box h3.wp-block-heading {
    font-size: 24px;
}

.rewards-box p {
    font-size: 16px;
}

div#content div.top-hero-privacy > img {
    width: 100%;
}

body.error404 main.site-main {
    min-height: 50vh;
    padding-top: 100px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 768px) {
    body.home div.top-hero h1, .word-item {
        font-size: 96px;
        font-weight: 600;
    }
    body.home h1 mark {
        display: block;
    }
    .hero-desc{
        padding-right: 30%;
    }
    .benefits-container > p {
        max-width: 778px;
    }
    p.intro-partner {
        width: 75%;
    }
    .partner-btn {
        margin-bottom: 150px;
    }
    .our-story-home-section h3 {
        margin-top: 30px;
    }
    .our-story-home-section .sec-btn {
        margin-top: 30px;
    }
    .our-story-home-section p {
        padding-right: 70px;
    }
    .footer-widget .col {
        padding: 0;
    }
    p.media-intro-hero {
        width: 400px;
    }
    .hero-mobile, .mobile-loop, .mobile-img, .mobile-benefits-img, div.mobile-our-work, div.partner-mobile, div.mobile, div.row-benefit-mob{
        display: none !important;
    }
    .desk-benefits-img, div.desk-our-work, .desk-our-work {
        display: block;
    }
    p.go-media {
        margin-top: 70px;
    }
    .mr-100 {
        padding-right: 100px;
    }
    .news-content {
        margin: 55px 0 60px 0;
    }
    .py-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    div.success-stories-content p {
        padding-right: 70px;
        line-height: 175.85%;
    }
    div.success-stories-content p, .intro-media-text{
        font-size: 18px;
    }
    .intro-media-text{
        font-weight: 400;
    }
    .row.btn-send {
        text-align: left;
    }
    .testim-slider .slick-slide, .testim-slider {
        text-align: center;
    }
    .arrows-work {
        margin-bottom: 15px;
    }
    .arrows-work label, input[type="radio"]:checked+.book__page {
        cursor: pointer;
    }
    label.next-arrow-work {
        margin-left: 10px;
    }
    .benefit-text p {
        line-height: 150%;
    }
    body.home div#content div.top-hero > img {
		width: 66%;
		object-position: 65% 100% !important;
	}
	body.home .top-hero{
		min-height: 644px;
	}
	body.home .wp-block-cover__image-background {
		background-position: right -110px center;
	}
   
    .animated-text:after {
        content: "";
        animation: topToBottom 5s infinite 0s;
        display: block;
        color:#D40000;
        transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
        white-space: nowrap;
        /* overflow: hidden; */
        width: 100%;
    }

    div.top-hero p.hero-desc {
        margin-top: 95px;
    }
    div.top-hero p.hero-desc-media {
        margin-top: 0;
    }
    body.home div.top-hero h1 {
        margin: 0;
    }
    body.home div.top-hero .word-item {
        line-height: 75px;
    }
    .mobile-logo, .quote-moblie, .footer-widgets-col-3 p.copy-footer{
        display: none;
    }
    p.our-story-testimonial, p.our-story-client {
        margin-left: -85px;
    } 
    .tailored-section, .tailored-row {
        padding: 100px 20px;
    }
    .top-hero-contact .wp-block-cover__image-background{
        background-position: center top 44px !important;
    }
    .footer-widgets > .container > .row {
        grid-template-columns: 25% 40%;
        display: grid;
    }
    div.our-solutions-section {
        margin: 100px 0;
    }
    .our-solutions-content p {
        font-size: 18px;
    }
    .our-solutions-content p strong{
        font-size: 22px;
    }
    div.our-solutions-content {
        max-width: 874px;
        padding-top: 70px;
    }
    .list-solutions {
        margin-bottom: 60px !important;
    }
    .rewards-box .wp-block-image {
        height: 257px;
    }
    .rewards-box .wp-block-image {
        height: 257px;
        display: grid;
        place-items: self-end;
        padding-bottom: 10px;
    }
    .news-main-content {
        background-color: #F8F4EF;
    }
    .col-md.footer-widgets-col-2 {
        padding-left: 60px;
    }
    .media-cover .wp-block-cover__image-background{
        background-position: 50% bottom !important;
    }
	div.privacy-section {
		margin-top: -105px;
		margin-bottom: 100px;
		padding: 100px 114px;
	}
	div.privacy-section p{
		font-size: 18px;
	}
	p.med-appro-content {
		padding-right: 100px;
	}
	.sec-our-content {
		padding-right: 50px;
	}
	.pad-right{
		padding-right: 30px;
	}
    
}
@media screen and (min-width: 1200px){
    .offcanvas .navbar-nav > li {
        margin-left: 30px;
    }
    .offcanvas .navbar-nav > li.current-menu-item a,
    .offcanvas .navbar-nav > li a:hover{
        text-decoration: underline;
        text-underline-offset: 14px;
    }
}

@media screen and (max-width: 1515px){
/*     .ring-img img {
        width: 30vw;
    } */
}


@media screen and (max-width: 1360px) and (min-width: 320px){
	.footer-widget.social-media-widget {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1250px) and (min-width: 768px){
	.footer-widgets {
		background-position: bottom right -120px;
	}
	
}
@media screen and (max-width: 1199px){
    body.single .single-post-container {
        padding: 50px 15px;
    }
    .carousel-4-items .slick-prev, .carousel-4-items .slick-next,
    .posts-carousel-loop .slick-prev, .posts-carousel-loop .slick-next{
        top: inherit;
        bottom: -85px;
        z-index: 9;
        width: 40px;
        height: 35px;
    }
    .carousel-4-items .slick-next,
    .posts-carousel-loop .slick-next {
        right: 12px;
    }
    .carousel-4-items .slick-prev,
    .posts-carousel-loop .slick-prev {
        left: 12px;
    }
    .slick-prev::before, .slick-next::before{
        width: 40px;
        height: 35px;
    }
    .testimonials-slider::after{
        display: none;
    }
    .testimonials-slider::before{
        top: -12px;
        left: 41px;
        width: 65px;
        height: 53px;
        background-size: 100%;
    }
    .testimonials-slider .slick-prev::before, .testimonials-slider .slick-next::before{
        width: 18px;
        height: 35px;
    }
    .testimonials-slider .slick-prev::before {
        background-image: url(images/arrow-left-testimonials.svg);
    }
    .testimonials-slider .slick-next::before {
        background-image: url(images/arrow-right-testimonials.svg);
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px){
    .carousel-4-items {
        margin-bottom: 100px !important;
    }
    .success-stories-content {
        padding-left: 20px;
    }
    div.success-stories-content p {
        padding-right: 0;
    }
    .testim-slider .wp-block-embed iframe {
        max-width: 80%;
    }
    p.our-story-testimonial, p.our-story-client {
        margin-left: 0;
    }
    .footer-widgets {
        padding: 40px 0 140px 0;
    }
    .footer-widgets > .container > .row {
        grid-template-columns: 33% 33% 33%;
        display: grid;
    }
    .hero-animation {
        flex-basis: 100% !important;
    }
    .col-benefit {
        height: 288px;
    }
	body.home div#content div.top-hero > img {
		object-position: 40% 100% !important;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-widgets{
        padding-bottom: 170px;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .our-story-home-section .wp-block-image {
        width: 100%;
        height: auto;
    }
    .home-slider {
        padding: 0 20px;
    }
    .home-slider .slide-content {
        max-width: 350px;
    }
    .testimonials-slider .slick-list{
        padding: 0 !important;
    }
    .quotes img {
        width: 87px !important;
        height: 70px !important;
    }
    .partner-col {
        width: 100%;
    }
    .our-story-home-section {
        padding: 90px 20px;
    }
    .footer-form {
        padding: 50px 20px;
    }
    .footer-form-img {
        width: 40%;
    }
    .footer-contact-form {
        width: 60%;
    }
    .footer-widget.social-media-widget {
        justify-content: center;
    }
    .slick-dots {
        margin: 0 -20px !important;
    }
    .site-header-main {
        padding: 22px 20px;
    }
    .programs-block{
        align-self: self-start !important;
    }
    .programs-block p {
        height: auto;
    }
    .footer-widgets-col-1::after{
        display: none;
    }
    .rewards-intro {
        margin-bottom: 150px;
    }
    .clear-col{
        flex-basis: 135px !important;
    }
}

@media screen and (max-width: 782px){
    .top-hero, .single-hero {
        flex-direction: column;
        background-color: #F5ECE0;
    }
    .top-hero img, .single-hero img{
        order: 3;
        object-fit: none !important;
        position: relative !important;
        margin-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-form{
        padding: 50px 20px 64px 20px;
    }
    .col-md.footer-form-img {
        order: 2;
    }
    .footer-form-img figure img {
        max-width: 230px;
    }
    .footer-widgets-col-1::after, .footer-widgets-col-1 p.copy-footer{
        display: none;
    }
	.footer-widgets-col-3 p.copy-footer{
        display: block;
		margin-top: 20px;
    }

    .footer-widgets-col-1 {
        display: flex;
        justify-content: start;
		margin-top: 100px;
		text-wrap: nowrap;
    }
    .col-md.footer-widgets-col-2 {
        border-top: 1px solid #D0A466;
        margin: 40px auto 0 auto;
        width: 100%;
        padding: 40px 50px 0 50px;
    }
    .footer-widget.social-media-widget {
        max-width: 50%;
        padding-left: 30px;
    }
    ul#menu-footer-social-media {
        text-align: center;
        column-count: 2;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-right: 30px;
    }
    #menu-footer-social-media li {
        margin-right: 10px;
        width: 40px;
    }
    .top-hero, .single-hero{
        padding-top: 150px;
    }
    .testimonials-slider h2.wp-block-heading {
        font-size: 22px !important;
        line-height: 22px;
        letter-spacing: -0.025em;
    }
    .testimonials-slider p {
        font-size: 14px !important;
        line-height: 18px;
    }
    .testimonials-slider p em {
        font-weight: 400;
    }
    .testimonials-slider .slick-next {
        right: 0;
    }
    .testimonials-slider .slick-prev {
        left: 0;
    }

    .testimonials-slider .slick-prev, .testimonials-slider .slick-next{
        width: 35px;
        height: 45px;
    }
    .testim-slider iframe {
        height: revert-layer;
        width: revert-layer;
    }
    
    .ring-img, div#content div.top-hero > img {
        display: none;
    }
    .top-hero img{
        padding: 0 !important;
    }
    .our-story-home-section .wp-block-image {
        width: 100%;
        height: auto;
    }
    .our-story-home-section .wp-block-image img {
        width: 100%;
    }
    .ring-img-mob {
        display: block;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-prev, .slick-next {
        top: 30%;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .home-slider p {
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        letter-spacing: -0.02em;
        width: 90%;
        margin-bottom: 50px;
    }
    body.home h1 {
        line-height: 90%;
        letter-spacing: -0.025em;
    }
    p.hero-desc {
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.025em;
    }
    .top-hero {
        background: url(/wp-content/uploads/2023/11/hero-fambox-m.jpg) no-repeat left bottom;
        background-size: cover;
        padding: 150px 0 170px 0;
    }
    .top-hero a.wp-element-button {
        padding: 17px 60px;
        font-size: 14px !important;
    }
    .home-slider .slick-slide {
        flex-direction: column;
    }
    .home-slider .img-container {
        order: 2;
    }
    .home-slider .slide-content {
        order: 1;
    }
    .btn-slider{
        order: 2;
        margin-bottom: 5px;
    }
    .tags-slider{
        order: 3;
    }
    .home-slider h3, h2, .footer-form .wp-block-heading {
        font-size: 32px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -0.011em;
    }
    .home-slider .slide-content {
        max-width: 450px;
        width: 100%;
        margin: 0 !important;
    }
    .home-slider h3 {
        padding-right: 0;
    }
    .single-slider-section {
        height: auto;
        padding-top: 70px;
    }
    .site-branding {
        max-width: 125px;
    }
    button.navbar-toggler {
        padding: 0;
    }
    .site-header-main {
        padding: 17px 20px;
    }
    div.top-hero h1.wp-block-heading {
        font-size: 54px;
    }
    body.home p {
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.025em;
    }

    div.top-hero p.hero-desc {
        padding-right: 118px;
    }
    .home-slider .img-container img {
        width: 75%;
        margin: auto;
    }
    .container-bg {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .programs-block h3{
        font-size: 20px;
    }
    .programs-block {
        margin: 5px 15px !important;
        padding: 30px 25px;
    }
    .menu-contact-menu-item-container .contact-menu > li.contact-menu-item a {
        font-size: 12px;
    }
    .footer-form-content{
        order: 1;
    }
    .footer-form-img {
        order: 2;
    }
    .footer-widgets {
        padding: 20px 0 120px 0;
        background-size: initial;
		z-index: 1;
    }
    .top-hero, .desk-loop, .desk-img, div.desk {
        display: none;
    }
    .hero-mobile, .mobile-loop, .mobile-img, div.mobile{
        display: block;
    }
    .hero-mobile{
        padding-top: 190px;
        padding-bottom: 0;
        min-height: 526px;
    }
    .top-hero .wp-block-cover__inner-container {
        position: relative;
    }
    div.hero-mobile h1.wp-block-heading {
        font-weight: 600;
        font-size: 36px;
        line-height: 100%;
        padding-right: 180px;
    }
    div.hero-mobile p.hero-desc{
        font-size: 14px;
    }
    .left-alg{
        text-align: left;
    }
    .news-main-content {
        padding: 50px 15px !important;
    }
    .news-main-content p {
        line-height: 140%;
    }
    .media-content {
        margin: 40px 27px 60px 27px;
    }
    .media-content h2, .slick-slide h2.wp-block-post-title {
        text-align: left;
    }
    .slick-slide h2.wp-block-post-title {
        font-size: 20px;
        word-break: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.011em;
    }
    .media-slider {
        width: 90%;
        margin: auto;
    }
    .logos-img {
        margin: 100px 0 40px 0;
    }
    .mobile-loop .slick-dots {
        bottom: -50px;
    }

    .mobile-loop .slick-prev, .mobile-loop .slick-next {
        bottom: -100px;
        top: auto;
    }
    .mobile-loop .slick-prev {
        left: -35px;
    }
    .mobile-loop .slick-next {
        right: -35px;
    }
    .slick-prev::before, .slick-next::before {
        width: 18px;
        height: 38px;
    }
    
    .slick-prev::before {
        background-image: url(images/arrow-left-testimonials.svg);
    }
    .slick-next::before {
        background-image: url(images/arrow-right-testimonials.svg);
    }
    h3.subt {
        font-size: 12px;
        text-align: center;
    }
    .our-story-home-section {
        padding: 50px 0 40px 0;
    }
    div.mobile-img {
        width: 100%;
        display: inline-block;
    }
    
    div.mobile-img img {
        width: 220px !important;
        margin: auto;
    }
    div.logos-img > figure > img {
        width: 100% !important;
        margin-top: 20px;
    }
    .media-slider .slick-dots li, .media-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .media-slider .slick-dots li button:before {
        height: 8px;
        width: 8px;
    }
    .media-inquiries-content p{
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.025em;
    }
    .media-inquiries-content .sec-btn {
        margin: 20px auto auto auto;
    }
    .media-inquiries-content .sec-btn a.wp-block-button__link {
        width: 238px;
        padding: 14px 0 15px 0;
    }
    div.bottom-content h1, div.bottom-content .hero-desc {
        padding: 0 !important;
    }
    .bottom-content {
        padding-top: 0;
    }
    .bottom-content .wp-block-columns {
        height: 526px;
        align-content: end;
        gap: 0;
        padding: 0 30px;
        text-align: center;
    }
    .news-main-content .left-alg {
        text-align: left;
    }
    .news-main-content .logos-img {
        margin: 85px 0 40px 0;
    }
    .news-loop h2.wp-block-post-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.011em;
        text-align: left;
    }
    .news-loop {
        padding: 0 28px;
    }
    .news-loop .wp-block-post-featured-image img {
        border-radius: 7.5px;
    }
    .news-loop li.wp-block-post {
        margin-bottom: 30px;
    }
    .mobile-loop nav.wp-block-query-pagination {
        gap: 0;
        justify-content: center;
        margin-top: 10px;
    }
    .footer-form h2.wp-block-heading {
        text-align: left;
    }
    div.hero-mobile.hero-testimonials {
        padding-top: 120px;
        min-height: 560px;
    }

    div.hero-mobile.hero-testimonials .wp-block-cover__image-background{
        background-position: right 22px;
    }
    div.hero-mobile.hero-testimonials h1.wp-block-heading {
        padding-right: 130px;
        font-size: 32px;
        margin-bottom: 5px;
    }
    div.hero-mobile.hero-testimonials p {
        padding-right: 125px;
        font-size: 14px;
    }
    div.hero-mobile.hero-testimonials .wp-block-buttons {
        position: absolute;
        bottom: -105px;
        left: 0;
        right: 0;
        justify-content: center;
    }
    div.hero-mobile.hero-testimonials .wp-block-columns {
        gap: 0;
    }
    .benefits-container {
        padding: 50px 20px;
    }
    .benefits-container h2 {
        padding: 0 30px;
    }
    .testimonials-slider .slick-slide .quotes img {
        display: none;
    }
    .testimonials-section h3:before {
        content: "";
        background: url(/wp-content/uploads/2023/11/testimonial-mobile.png);
        width: 65px;
        height: 53px;
        position: absolute;
        left: 20px;
        top: -20px;
    }
    .testimonials-slider .slick-slide {
        padding: 0 30px;
        height: 100% !important;
    }
    .testimonials-slider .slick-slide p {
        padding: 0 20px;
    }
    .testimonials-slider .slick-prev, .testimonials-slider .slick-next {
        top: 50%;
    }
    .testimonials-section {
        padding: 90px 0 60px 0;
    }
    .testimonials-slider .slick-list.draggable {
        padding: 0 !important;
    }
    .testimonials-slider .slide-content {
        margin: 0;
    }
    .testimonials-slider .quotes {
        width: auto;
        height: 100%;
    }
    .row.btn-send {
        text-align: right;
    }
    .testimonials-section h3 {
        font-size: 12px;
    }
    .testimonials-slider p em {
        font-size: 12px !important;
    }

    .desk-benefits-img, div.desk-our-work, .partner-desk, div.desk, div.row-benefit-desk {
        display: none !important;
    }
    .mobile-benefits-img, div.mobile-our-work {
        display: block;
        padding-top: 50px !important;
    }
    .mobile-benefits-img, div.mobile-our-work {
        background: #F8F4EF;
    }
    .testimonials-section .slick-dots li {
        margin: 0 3px;
    }

    div.our-work-intro p {
        padding-right: 25px;
    }

    .testimonials-section .slick-dots li button, .testimonials-section .slick-dots li, .testim-slider .slick-dots li{
        width: 7px;
        height: 7px;
    }
    .testimonials-section .slick-dots li button:before, .testim-slider .slick-dots li button:before {
        height: 7px;
        width: 7px;
    }
    .testimonials-section .slick-dots {
        bottom: -10px;
    }
    .slick-slider .slick-track, .slick-slider .slick-list{
        margin-bottom: 30px;
    }
    .testim-slider .slick-dots {
        bottom: 55px;
    }
    .testim-slider .slick-next:before, .home-slider .slick-next:before{
        background-image: url(images/arrow-right-testimonials.svg);
    }
    .testim-slider .slick-prev:before, .home-slider .slick-prev:before {
        background-image: url(images/arrow-left-testimonials.svg);
    }
    div.benefit-block img {
        width: 80px;
        height: 80px;
    }
    .benefit-text p {
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.02em;
        padding: 0 20px;
    }
    div.benefit-block:before {
        left: calc(50% - 24px);
        top: -28px;
        transform: rotateZ(90deg);
    }
    ul.word-list {
        height: 47px;
    }
    div.custom-list-icon:after {
        left: calc(50% - 48px);
        top: -51px;
        transform: rotate(90deg);
    }
    .benefit-block:last-child {
        padding-top: 60px;
        margin-bottom: 50px;
    }
    .benefits-container .wp-block-columns.are-vertically-aligned-center {
        gap: 20px;
    }

    .benefits-container {
        padding: 40px 20px 0px 20px;
    }
    .benefits-container .wp-block-columns.are-vertically-aligned-center {
        margin-bottom: 0;
    }
    .test-main-sect {
        padding: 40px 20px 0px 20px;
    }
    .test-main-sect > .wp-block-columns-is-layout-flex {
        gap: 0;
    }
    .testim-slider .slick-list {
        margin-bottom: 20px;
    }
    .success-stories-content h3.subt, .success-stories-content h2 {
        text-align: left;
    }

    .success-stories-conten p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .testim-slider .slick-prev, .testim-slider .slick-next {
        bottom: 5px;
        top: auto;
    }
    .fixed-img img {
        top: -95px;
    }
    .benefits-container > p{
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
    }

    .testim-slider .slick-slide {
        padding: 0;
    }

    .hero-animation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 50px;
        display: block;
    }
    body.home div.hero-mobile h1.wp-block-heading, .word-item-mobile {
        font-size: 54px;
        padding-right: 0;
        margin-bottom: 0;
    }

    body.home .top-hero {
        background-position: initial;
        padding-top: 140px;
    }
    body.home div.top-hero p.hero-desc {
        padding-right: 154px;
        margin-top: 0;
    }
    body.home .top-hero a.wp-element-button {
        padding: 13px 21px;
    }
    body.home .single-slider-section .slick-prev, body.home .single-slider-section .slick-next {
        top: 38%;
    }
    .programs-bg {
        background: #fff;
        margin-top: -60px;
    }
    .home-slider .slick-dots {
        display: none !important;
    }
    .programs-block .wp-block-buttons > .wp-block-button {
        padding: 13px 28px 13px 28px;
    }
    .programs-block p {
        height: auto;
    }
    div.impact-work-subsection .container {
        padding: 0px;
    }
    .impact-work-subsection .wp-block-columns {
        top: 0;
        gap: 0;
    }
    .our-work-img-mobile figure {
        overflow: hidden;
        margin: 0 !important;
    }
    .our-work-img-mobile img {
        margin-left: -8px;
        max-width: 130%;
    }
    .home .our-work p {
        padding-right: 25px;
    }
    .mobile-our-work .our-work {
        padding-left: 20px;
    }
    .impact-work-subsection .wp-block-columns {
        background: none;
    }

    div.impact-work-subsection div.our-work-bg-mobile {
        background: none;
        border-radius: 0;
    }
    .impact-work-section h2 {
        padding: 0px 90px;
        margin: 0px 0 -25px 0;
    }
    .our-work-slider {
        width: 308px;
        min-height: 311px;
        background: #fff;
        padding: 30px 20px 10px 20px;
        align-items: start !important;
        margin-bottom: 60px;
        border-radius: 7.5px;
    }
    .our-work {
        background: url(../farmbox/images/shadow.svg)no-repeat right 15px bottom 10px;
    }
    .our-work-slider h5 {
        font-weight: 700;
        font-size: 80px;
        line-height: 60px;
        align-items: center;
        letter-spacing: -0.05em;
        color: #FE8023;
    }
    .our-work-slider h6 {
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        color: #43464D;
        padding-right: 50px;
        margin-top: 15px;
    }
    .our-work-slider p {
        font-weight: 500;
        font-size: 14px;
        line-height: 135%;
    }
    .our-work-slider button.slick-next, .our-work-slider button.slick-prev {
        bottom: 5px;
        top: auto;
        padding: 0;
        width: auto;
        height: auto;
    }
    .our-work-slider .slick-prev::before, .our-work-slider .slick-next::before {
        width: 17px;
        height: 15px;
    }
    .our-work-slider button.slick-next {
        right: 20px;
    }
    .our-work-slider button.slick-prev.slick-arrow {
        right: 50px;
        left: auto;
    }
    .slick-next::before {
        background-image: url(../farmbox/images/next-arrow-work.svg);
    }
    .slick-prev::before {
        background-image: url(../farmbox/images/prev-arrow-work.svg);
    }
    .our-work-intro {
        padding-left: 20px;
    }

    .sec-btn .wp-element-button {
        width: 237px;
        padding: 14px 0 15px 0;
        margin-left: 20px;
    }
    div.impact-work-subsection div.slider-content-our {
        background: #F5ECE0;
        border-radius: 0;
        padding-top: 40px;
    }

    body.home p.our-work-sub {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .impact-work-subsection .wp-block-buttons{
        background: #F5ECE0;
        margin-bottom: 40px;
    }
    .testimonials-home {
        margin-top: 45px;
        padding-top: 125px;
    }
    .partner-mobile{
        display: block;
    }
    div.why-partner-subsection {
        margin: -60px 20px 0 20px;
        padding-top: 45px;
    }
    .why-partner-subsection p.intro-partner {
        padding-left: 30px;
    }
    .mobile-partner {
        gap: 0;
    }
    .partner-col {
        width: 100%;
        padding: 0 28px;
    }
    .partner-col img {
        width: 64px;
        height: auto;
    }
    div.partner-btn-mobile{
        justify-content: center !important;
    }
    div.partner-btn-mobile div.sec-btn a, div.our-story-content-mobile  div.sec-btn a{
        margin-left: 0;
    }
    .our-story-home-section.mobile .wp-block-image img {
        width: 220px;
        height: auto;
    }
    div.our-story-content-mobile {
        padding: 0 20px;
        margin-top: 60px;
    }
    .ring-img-mob img {
        right: 0;
        position: absolute;
        top: 25px;
    }
    .mobile-partner {
        margin-bottom: 50px !important;
    }
    a.custom-logo-link{
        display: none;
    }
    .site-branding {
        padding-left: 20px;
    }
    div.our-story-box h1.wp-block-heading {
        padding: 0;
        text-align: center;
        font-size: 28px;
    }
    .our-story-hero-mob {
        padding-top: 130px !important;
    }
    .our-story-hero-mob .wp-block-cover__inner-container {
        position: absolute; 
    }
    .our-story-box .wp-block-button {
        position: absolute;
        bottom: -280px;
        margin: auto;
        left: 0;
        right: 0;
        width: 238px;
    }
    .our-story-hero-mob .wp-block-cover__image-background {
        background-position: center top;
        background-size: contain;
    }
    .our-story-hero-mob a.wp-element-button {
        padding: 17px 40px;
    }
    div.our-story-section {
        padding: 25px 20px !important;
        margin-bottom: 125px !important;
        background: linear-gradient(273deg, rgba(252, 250, 248, 0) 35.78%, #FCFAF8 87.65%);
    }
    div.our-story-section h3 {
        text-align: left;
    }
    div.our-story-col-img {
        margin-bottom: -100px;
    }
    div.our-story-benefits p{
        font-size: 14px;
    }
    div.hero-tailored h1 {
        padding-right: 0 !important;
    }
    div.hero-tailored {
        padding-top: 192px;
        min-height: 572px;
    }
    .hero-tailored .wp-block-buttons {
        position: absolute;
        bottom: -135px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .hero-tailored .wp-block-buttons>.wp-block-button {
        margin: auto;
    }
    div.hero-tailored h1.wp-block-heading {
        margin-top: 35px;
        font-size: 32px;
        text-align: center;
    }
    div.hero-tailored p {
        font-size: 14px;
        text-align: center;
    }
    div.hero-tailored div.wp-block-cover__image-background{
        background-position: center top 44px;
    }
    .tailored-section {
        padding-top: 50px;
        background: #F8F4EF;
    }
    .tailored-section .slideshow h2 {
        padding: 0 20px;
    }
    .tailored-section .slideshow p {
        padding: 0 50px;
        text-align: center;
        line-height: 140%;
    }
    .tailored-slider .item {
        padding: 0 42px;
    }
    
    div.tailored-slider button.slick-prev:before, div.tailored-slider button.slick-next:before, div.tailored-slider button.slick-prev, div.tailored-slider button.slick-next {
        width: 18px;
        height: 35px;
    }
    div.tailored-slider button.slick-prev, div.tailored-slider button.slick-next {
        top: 43%;
        bottom: auto;
    }
    div.tailored-slider button.slick-next:before, .media-slider button.slick-next:before  {
        background-image: url(images/arrow-right-testimonials.svg);
    }
    div.tailored-slider button.slick-prev:before, .media-slider button.slick-prev:before  {
        background-image: url(images/arrow-left-testimonials.svg);
    }
    div.tailored-slider .slick-dots {
        bottom: 30px;
    }
    .tailored-row {
        padding: 40px 0;
    }
    .tailored-col-img {
        order: 2;
    }
    .tailored-col-content {
        order: 1;
    }
    .tailored-col-content > * {
        text-align: left;
    }
    .tailored-cols {
        padding: 0 15px;
    }
    ul.tailored-list {
        width: 100%;
    }
    .tailored-cols .wp-block-button__link {
        padding: 15px 59px;
    }
    .tailored-row p, .tailored-row li {
        font-size: 14px;
        line-height: 140%;
    }
    .footer-form .widget_text p{
        font-weight: 400;
    }
    .col-md.footer-widgets-col-3 {
        padding: 20px 50px 50px 50px;
    }
    .hero-sol-mob .wp-block-cover__image-background {
        background-size: cover;
        background-position: center top !important;
    }
    .hero-sol-mob .wp-block-button {
        bottom: -190px;
    }
    .list-solutions {
        gap: 0;
    }
    div.rewards-box:before, div.col-benefit:before {
        left: calc(50% - 24px);
        top: -50px;
        transform: rotate(90deg);
    }

    div.col-benefit:before {
        top: -40px;
    }

    .row-benefit-mob .col-benefit:last-child:before {
        display: none;
    }
    div.rewards-box h6 {
        padding-top: 15px;
    }
    .benefits-farmbox {
        padding-top: 0px;
    }
    .step-process {
        margin: 0 20px;
    }
    .step-process > .container {
        padding: 25px 0;
    }
    .rewards-intro {
        margin-bottom: 30px;
    }
    div.row-benefit-desk{
        display: none;
    }
    div.row-benefit-mob{
        display: block;
    }
    .arrow-col{
        position: relative;
        text-align: center;
        padding: 30px 50px;
    }
    .top-arrow {
        padding: 30px 50px 10px 50px;
    }
    .bottom-arrow {
        padding: 30px 50px 4px 50px;
    }
    .arrow-col figure.wp-block-image{
        position: absolute;
        z-index: 2;
    }
    .bottom-arrow figure.wp-block-image{
        top: -10px;
        right: 0;
    }

    .top-arrow figure.wp-block-image{
        top: 5px;
        right: 20px;
    }
    .arrow-col h6 {
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
    }
    .arrow-col p, .medically-main p {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }
    
    div.col-benefit-top-icon:before {
        top: auto !important;
        bottom: -25px !important;
    }

    .medically-main {
        margin-top: 40px;
        padding: 20px 0 0 0;
    }

    div.medically-farmbox {
        margin-bottom: 0;
    }

    .medically-icons-list .benefits-container {
        padding: 20px 20px 0px 20px;
    }
    div.intro-media > h2.left-alg, div.intro-media p.left-alg {
        text-align: left;
    }
    .news-main-content {
        background-color: #f5ece0;
    }
    body.home div.top-hero .word-item-mobile {
        left: 20px;
        line-height: 47px;
    }
    .testimonials-section .slideshow {
        position: relative;
    }
    .quote-moblie img {
        width: 65px !important;
        height: 53px !important;
        position: absolute;
        top: -15px;
        left: 30px;
    }
    .tailored-cols h2 {
        text-align: left;
    }
    
    ul.media-slider div.slick-track{
        display: block !important;
    }

    ul.media-slider .slick-slider .slick-list {
        margin-bottom: 15px;
    }
	div.privacy-section {
		margin: -84px 16px 40px 16px;
		padding: 32px 14px 35px 14px;
	}
	div.privacy-section p{
		font-size: 14px;
		line-height: 25px;
	}
	div.privacy-hero-mob h1.wp-block-heading{
		margin-top: 30px;
	}
	div.privacy-hero-mob .wp-block-cover__image-background {
    	background-position: center top 17px !important;
	}
	.hero-mobile-media {
		padding-top: 300px;
	}
	.hero-mobile-media .wp-block-columns {
    	margin-bottom: 0;
    	padding-bottom: 0;
	}
	div.hero-mobile-media p.hero-desc{
    	margin-bottom: 0;
	}
}

@media screen and (max-width: 600px){
    .hero-sol-mob .wp-block-button {
        bottom: -285px;
    }
    div.hero-sol-mob h1.wp-block-heading {
        font-size: 32px;
    }
    div.hero-sol-mob p {
        font-size: 14px;
        line-height: 17px;
    }
    div.hero-sol-mob {
        min-height: 685px;
    }
    .our-solutions-content {
        padding: 30px 0 0 0;
    }
    .our-solutions-content h2{
        font-size: 32px !important;
    }
    .our-solutions-content p, .benefits-farmbox p{
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
    }
    .list-solutions .wp-block-media-text p{
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        padding-right: 30px;
    }

    .our-solutions-section {
        padding-bottom: 15px;
    }
    div.rew-inc-farmbox{
        padding-top: 0;
    }
    .rewards-intro {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
    }
    .rewards-intro figure.wp-block-media-text__media {
        order: 2;
    }
    .rewards-intro .wp-block-media-text__content {
        order: 1;
    }
    .rewards-intro .wp-block-media-text__content , .rewards-intro p {
        padding: 0;
    }
    .col-md.footer-widgets-col-3 {
        padding: 0px 90px 0;
		text-align: center;

    }
    .hero-mobile-contact .wp-block-cover__image-background, .hero-mobile-media .wp-block-cover__image-background{
        top: 34px !important;
    }


}

@media screen and (max-width: 480px){
    .footer-widget.social-media-widget{
        max-width: 55%;
    }

    .footer-form-img figure img {
        max-width: 190px;
        top: -30px;
		bottom: 0;
    }
    .home-slider .slide-content {
        max-width: 330px;
    }

    .footer-widgets {
        background-size: contain;
    }
    .hero-sol-mob .wp-block-button {
        bottom: -316px;
    }
}


/* ANIMATIONS */
.fade-scale img,
.fade-in,
.fade-in-down,
.fade-in-up,
.fade-in-left,
.fade-in-right,
.fade-in-downshort,
.fade-in-upshort,
.fade-in-leftshort,
.fade-in-rightshort,
.scalex-in,
.scale-out-in,
.fade-scale-in,
.fade-scale-out-in,
.fade-rotate-in{
    opacity: 0;
}

.animation-delay-0{
    animation-delay: 0s;
}

.animation-delay-1{
    animation-delay: 0.15s;
}

.animation-delay-2{
    animation-delay: 0.3s;
}

.animation-delay-3{
    animation-delay: 0.45s;
}

.animation-delay-4{
    animation-delay: 0.6s;
}

 :root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.wow,
.wow-menubar,
.wow-p{
    opacity: 0.001;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);  
}
html:not(.mobile) .wow, 
html:not(.mobile) .wow-menubar, 
html:not(.mobile) .wow-p{
    will-change: opacity, transform;
}
.appear-animate .wow.scaleOutIn{
    opacity: 1;
    transform: scale(1.2);
}
.appear-animate .wow.animated,
.appear-animate .wow.scaleOutIn.animated,
.appear-animate .wow-p.amimated,
.appear-animate .wow-menubar.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p{
    opacity: 1;
    transform: scale(1.0);
}
@media (prefers-reduced-motion:reduce), print{
    .wow,
    .wow.scaleOutIn,
    .wow-menubar,
    .wow-p{
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown{
    0%{
        opacity: 0;
        transform: translate3d(0,-37px,0)
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInDown{
    animation-name: fadeInDown
}
@keyframes fadeInUp{
    0%{
        opacity: 0;
        transform: translate3d(0,37px,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInUp{
    animation-name: fadeInUp;
}
@keyframes fadeInLeft{
    0%{
        opacity: 0;
        transform: translate3d(37px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInLeft{
    animation-name: fadeInLeft;
}
@keyframes fadeInRight{
    0%{
        opacity: 0;
        transform: translate3d(-37px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInRight{
    animation-name: fadeInRight;
}
@keyframes fadeInDownShort{
    0%{
        opacity: 0;
        transform: translate3d(0,-12px,0)
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInDownShort{
    animation-name: fadeInDownShort
}
@keyframes fadeInUpShort{
    0%{
        opacity: 0;
        transform: translate3d(0,12px,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInUpShort{
    animation-name: fadeInUpShort;
}
@keyframes fadeInLeftShort{
    0%{
        opacity: 0;
        transform: translate3d(12px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInLeftShort{
    animation-name: fadeInLeftShort;
}
@keyframes fadeInRightShort{
    0%{
        opacity: 0;
        transform: translate3d(-12px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
.fadeInRightShort{
    animation-name: fadeInRightShort;
}
@keyframes scalexIn{
    0%{
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center;        
    }
    to{
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left center;
    }
}
.scalexIn{
    animation-name: scalexIn;
}
@keyframes fadeScaleIn{
    0%{
        opacity: 0;
        transform: scale(.95) translateZ(0.1px);
    }
    to{
        opacity: 1;
        transform: scale(1.00);
    }
}
.fadeScaleIn{
    animation-name: fadeScaleIn;
}
@keyframes scaleOutIn{
    0%{
        transform: scale(1.2) translateZ(0.1px);      
    }
    to{
        transform: scale(1.0);
    }
}
.scaleOutIn{
    animation-name: scaleOutIn;
    animation-timing-function: var(--ease-out-short);
}
@keyframes fadeScaleOutIn{
    0%{
        opacity: 0;
        transform: translateY(10px) translateZ(0.1px) scale(1.1);      
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}
.fadeScaleOutIn{
    animation-name: fadeScaleOutIn;
}
@keyframes clipRightIn{
	0% {
		clip-path: inset(0 100% 0 0);
	}

	to {
		clip-path: inset(0);
	}
}
.clipRightIn{
	animation-name: clipRightIn;
    animation-timing-function: var(--ease-out-medium);
}
@keyframes fadeRotateIn{
    0%{
        opacity: 0;
        transform: rotateX(60deg) rotateY(10deg) rotateZ(-10deg);
        transform-origin: top;
        animation-timing-function: var(--ease-out-short);        
    }
    to{
        opacity: 1;
        transform: none;
    }
}
.fadeRotateIn{
    animation-name: fadeRotateIn;  
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.1); }
}

.heartBeat {
	animation: beat .25s infinite alternate;
	transform-origin: center;
}












/* OUR STORY
    Benefits Section
    Meet the Team Section
*/

/* ----------------- OUR STORY ----------------- */

.our-story-section {
    border-radius: 26px;
    padding: 100px 115px;
    max-width: 1362px;
    margin: 50px auto !important;
    background: linear-gradient(288.47deg, rgba(252, 250, 248, 0) 35.78%, #FCFAF8 87.65%);
}

.our-story-content p {
    font-size: 18px;
    line-height: 150%;
    color: #43464D;
    font-weight: 400;
}

p.our-story-testimonial {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}

p.our-story-client{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

/* Benefits Section */

.benefits-container .wp-block-button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: unset;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #FFFFFF;
}


.benefits-container > p {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.benefits-container .wp-block-columns.are-vertically-aligned-center {
    gap: 10px;
}

.benefit-block {
    display: flex;
    flex-direction: column;
    padding: 50px 28px;
    border-radius: 13px;
}

.benefit-block img {
    width: 121px;
    height: 121px;
}

.benefit-block figure {
    text-align: center;
}
.benefit-text {
    max-width: 368px;
    display: flex;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.benefit-block figure {
    text-align: center;
}
.col-benefit {
    position: relative;
}

.custom-list-icon:after {
    content: '';
    width: 96px;
    height: 96px;
    background-image: url(../farmbox/images/custom-list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -55px;
    z-index: 2;
    top: calc(50% - 53px);
}

.benefit-block:before, .rewards-box:before, .col-benefit:before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-image: url(../farmbox/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -31px;
    z-index: 2;
    top: calc(50% - 30px);
}
.benefit-block:before {
    background-color: #FF9120;
}
.rewards-box:before, .col-benefit:before {
    background-color: #D0A466;
}
.rewards-box:before{
    left: -60px;
}

.col-benefit:before {
    left: -35px;
}


.benefit-block:first-child:before, .rewards-box:first-child:before, .col-benefit:first-child:before {
    display: none;
}

.row-benefit-mob .col-benefit:first-child:before {
    display: block;
}

/* Meet the Team Section */

.meet-team-carousel .carousel-block-item figure {
    position: relative;
    margin-bottom: -110px;
}

.meet-team-carousel figure img {
    border-radius: 50%;
    max-height: 181px;
    max-width: 181px;
}

.meet-team-carousel .slick-slide {
    padding: 0 0px;
    width: 1130px;
}

.meet-team-carousel .slick-slide {
    padding: 0 30px;
}

.meet-team-carousel .slick-slide > div {
    display: flex;
    justify-content: space-between;
}

.meet-team-carousel .slick-slide.slick-current.slick-active > div:nth-child(2) {
    margin-top: 50px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    border-radius: 50%;
}

.meet-team-carousel .carousel-block-item,
.meet-team-carousel .carousel-block-item .wp-block-image,
.meet-team-carousel .carousel-block-item .team-person-block {
    max-width: 366px; 
}

.meet-team-carousel .carousel-block-item .team-person-block {
    border-radius: 4px;
    max-height: 345px;
    padding: 40px 50px;
    padding-top: 150px;
    border: 1px solid;
    border-color: #D0A466;
}

.meet-team-img {
    margin-top: 238px !important;
}



/* ----------------- Our Story Page END ----------------- */

@media only screen and (max-width: 640px) {

    .pd-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .team-person-block h3 {
        font-size: 18px !important;
    }

    .team-person-block p {
        font-size: 16px;
    }

    .wp-block-group:has(> .our-story-section) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-story-section {
        padding: 30px 0px;     
    }

    .carousel-2-items {
        justify-content: center;
    }

    .benefit-block {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .benefit-block p {
        text-align: center;   
    }

    .our-story-section .wp-block-columns:nth-of-type(2) {
        flex-direction: column-reverse;
    }

    .carousel-6-items {
        display: none !important;
    }

    .one-time {
        display: block !important;
    }

    .meet-team-img {
        margin-top: 126px !important;
    }

    .meet-team-img img {
        width: 180px !important;
        height: 180px !important;
    }

    .img-between-sections img {
        width: 164px !important;
        height: 205px !important;
        margin-top: 122px;
    }

    .wp-block-columns.one-time.meet-team-carousel ul.slick-dots {
        position: initial;
        width: 80%;
    }

    .meet-team-carousel .carousel-block-item figure {
        margin-bottom: -150px;
    }

    .meet-team-carousel .carousel-block-item,
    .meet-team-carousel .carousel-block-item .wp-block-image,
    .meet-team-carousel .carousel-block-item .team-person-block{
        max-width: inherit;
    }

    .team-person-block p {
        text-align: justify;
    }

    .prev-arrow, 
    .next-arrow {
        flex-basis: inherit !important;
        background-repeat: no-repeat;
        height: 37px;
        max-width: 20px;
    }

    .team-slides .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: inherit !important;
    }

    .team-slides  .slick-dotted.slick-slider {
        margin-bottom: 45px;
    }

    .prev-arrow {
        background-image: url('/wp-content/uploads/2023/10/prev-arrow.png');
    }

    .next-arrow {
        background-image: url('/wp-content/uploads/2023/10/next-arrow.png');
    }

    .dots .slick-dots {
        position: inherit;
    }

    .dots li,
    .dots li button {
        width: 7px;
        height: 7px;
    }

    .dots li button:before,
    .dots li.slick-active button:before {
        border-radius: 50% !important;
        width: 7px;
        height: 7px;
    }

    

}
.hide-cont{
	display: none!important
}

/* .parallax-section {
    position: relative;
    border-radius: 26px;
    padding: 105px 115px;
    max-width: 1362px;
}

.parallax {
    padding-right: 115px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.parallax img {
    float: right;
} */

/* Animations */

/* .parallax-img {
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 200px; 
    
    
    background-image: url("/wp-content/uploads/2023/10/ProduceHeartWhite-Background.png");
    
 
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 488px 458px;
     
}

*/
/* 
@keyframes show {
	from {
		opacity: 0;
		scale: 25%;
	}

	to {
		opacity: 1;
		scale: 100%;
	}
}


@keyframes show {
	from {
		opacity: 0;
		scale: 25%;
	}

	to {
		opacity: 1;
		scale: 100%;
	}
}

.zoom-on-scroll {
	view-timeline-name: --image;
	view-timeline-axis: block;

	animation-timeline: --image;
	animation-name: show;

	animation-range: entry 25% cover 30%;
	animation-fill-mode: both;
}
 */


/* 
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
*/
/* 
.ct-animate-fadein {
    opacity: 0;
    animation: fadeInAnimation ease 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-range: entry 25% cover 30%;
}
 
 @keyframes fadeInAnimation
 {
    0%
    { 
    opacity: 0;
    }
 
    100% 
    {
    opacity: 1;
    }
 }

.animation-delay-1s{
    animation-delay: 1s;
} */


/* 

.testimonial-slider {

}

.testimonials-slider .slick-slide {
    overflow: hidden;
}
    

    
.testimonials-slider .slick-active {
    img {
    transform: scale(1, 1);
    }
}
  
  
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    display: block;
    width: 70px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    @at-root {
      .slick-prev {
        right: 70px;
      }
    }
} */
/* 
.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 600px;
    margin: 50px auto;
  }

  .slideshow * {
    outline: none;
  }
  .slideshow .testimonials-slider {
    box-shadow: 0 20px 50px -25px black;
  }
  .slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .slideshow .item.slick-active img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
  }
  
  @keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  }
  @-webkit-keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  } */

/* 
  .testimonials-slider .slick-slide::before {
    content: "";
    width: 121px;
    height: 98px;
    position: absolute;
    top: 50px;
    left: -120px;
    background-image: url(images/testimonials-quote-left.png);
  }

  .testimonials-slider .slick-slide::after {
    content: "";
    width: 121px;
    height: 98px;
    position: absolute;
    top: 50%;
    right: -120px;
    background-image: url(images/testimonials-quote-right.png);
  }
   */


  
  /* .testimonials-slider .slick-center>div {
    transform: scale(1);
  } */
  
  /* .testimonials-slider .item>img {
    width: 100%;
    height: auto;
  } */
  
  
  
  /*****************************************************
  
  POPUP
  
  *****************************************************/
  
  .pum-overlay.pum-active,
	.pum-overlay.pum-active .popmake.active {
    		display: block !important;
	}



@font-face {
    font-family: ClarendonBlkBTBlack;
    src: url(fonts/ClarendonBlkBTBlack.ttf);
}


#popmake-3688 {
	background-size: cover;
    background-image: url('/wp-content/uploads/2026/03/popup-background-3.png');
    width: 876px;
    height: 493px;
}

#popmake-3688 .pum-title::before {
    content: 'Pyx Health is excited to announce:';
    position: absolute;
    top: -63px;
    color: #fff;
    font-family: arial;
    left: 106px;
    font-size: 16px;
    letter-spacing: normal;
    font-family: 'proxima-nova', sans-serif;
}

#popmake-3688 .pum-title {
    top: 54px;
    left: 19px;
    font-size: 60px;
    font-family: ClarendonBlkBTBlack, serif;
    color: #252262;
    line-height: 54px;
    width: 640px;
    letter-spacing: 1.5px;
}

#popmake-3688 .pum-content {
    top: 96px;
    left: 40px;
    width: 420px;
    text-align: center;
	color: #fff;
    font-size: 14px !important;
    font-family: 'proxima-nova', 'sans-serif' !important;
}
#popmake-3688 .pum-content strong {
    font-family: ClarendonBlkBTBlack, serif;
    font-size: 20px;
    line-height: 26px;
}
#popmake-3688 .pum-content p {
	color: #fff;
    margin-bottom: 12px;
}

#popmake-3688 .pum-content div {
	display: flex;
    justify-content: center;
    margin-top: 10px;
}
#popmake-3688 .pum-content div a {
	background-color: #fff;
	color: #252262;
    padding: 8px 20px;
    margin: 0 10px;
    border-radius: 5px;
    text-decoration: none;
}

#popmake-3688 .pum-close.popmake-close {
	background-color: #252262;
    color: #fff;
    padding: 0 12px 6px 12px;
    font-size: 30px;
    font-weight: bold;
}


@media screen and (max-width: 970px){
    #popmake-3688 {
        background-image: url('/wp-content/uploads/2026/03/popup-background-tablet-3.png');
        width: 500px;
        height: 420px;
    }
    
     #popmake-3688 .pum-title {
        top: 30px;
        left: 19px;
        font-size: 40px;
        line-height: 38px;
        width: 440px;
    }
    
   #popmake-3688 .pum-title::before {
        font-size: 15px;
        top: -44px;
        left: 110px;
    }
    
    #popmake-3688 .pum-content {
        top: 62px;
        left: 20px;
    }
    
    #popmake-3688 .pum-content div {
    	flex-direction: column;
    	width: 200px;
        margin-top: 24px;
        margin-left: 20px;
    }
    
    #popmake-3688 .pum-content div a {
        padding: 4px 10px;
        margin-top: -10px;
    }
	
}

@media screen and (max-width: 540px){
    #popmake-3688 {
        background-image: url('/wp-content/uploads/2026/03/popup-background-mobile-3.png');
        width: 380px;
        height: 319px;
    }
    
   #popmake-3688 .pum-title {
        top: 20px;
        left: 8px;
        font-size: 31px;
        line-height: 28px;
        width: 340px;
    }
    
   #popmake-3688 .pum-title::before {
        font-size: 14px;
        top: -33.5px;
        left: 60px;
    }
    
    #popmake-3688 .pum-content {
        width: 340px;
        top: 37px;
        left: 0px;
        font-size: 11px !important;
        line-height: 15px !important;
    }
    
    #popmake-3688 .pum-content strong {
        font-size: 16px;
    }

    #popmake-3688 .pum-content div {
    	width: 156px;
    }
    #popmake-3688 .pum-content div a {
        padding: 3px 10px;
        margin-top: -8px;
    }

    #popmake-3688 .pum-close.popmake-close {
        padding: 0 8px 5px 8px;
        font-size: 26px;
        line-height: 26px;
    }
}