@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', 'sans-serif';
    height: auto !important;
}

html {
    scroll-behavior: smooth;
}

.is-root-container.block-editor-block-list__layout h1,
.is-root-container.block-editor-block-list__layout h2,
.is-root-container.block-editor-block-list__layout h3,
.is-root-container.block-editor-block-list__layout h4,
.is-root-container.block-editor-block-list__layout h5,
.is-root-container.block-editor-block-list__layout h6,
.is-root-container.block-editor-block-list__layout p {
    font-family: 'Poppins';
}

.content-area {
    background-image: url('../images/background.png');
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    /*overflow-x: hidden;*/
}


.img-movement-on-scroll {
    position: relative;
}

/* .section-1-alt .img-movement-on-scroll,
.section-3-alt .img-movement-on-scroll {
    position: static;
} */

.chemx {
    position: relative;
    z-index: 1;
    width: 225px;
    height: 186px;
    margin: 0 auto;
    left: -2px;
    top: -2px;
}

.bean1 {
    position: relative;
    width: 182px;
    height: 173px;
    left: -50px;
    margin: 0 auto;
    z-index: 2;
}

.bean2 {
    position: relative;
    width: 182px;
    height: 173px;
    right: -122px;
    top: -110px;
    margin: 0 auto;
    z-index: 2;
}

#fore-foreground,
#beans1,
#beans2 {
    position: absolute;
}

.abx:not(:hover) #fore-foreground {
    inset: -30% -20% !important;
    transition: .5s ease-in-out;
}

.abx:not(:hover) #beans1 {
    inset: -102.724% -19.6004%;
    transition: .5s ease-in-out;
}

.abx:not(:hover) #beans2 {
    inset: -107.635% -13.4665%;
    transition: .5s ease-in-out;
}

span.typed-cursor {
    display: none;
}

h1 {
    font-size: 120px;
}

h2 {
    font-size: 57px;
}

h4 {
    font-size: 32px;
}

p {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

/* .row {
    --bs-gutter-x: 80px;
} */

.shake-effect-container:hover .shake-horizontal {
    animation: shake-horizontal 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake-horizontal {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
header.site-header{
    position: relative;
    z-index: 50;
}
.cofee-navbar {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 2;
}

.cofee-navbar-alt {
    background: #fff;
    top: 0;
    padding: 19px 0;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.07));
    position: fixed;
}

.cofee-navbar-alt ul li {
    list-style-type: none;
    position: relative;
}

.cofee-navbar-alt ul li:not(:last-child) {
    margin-right: 50px;
}

.cofee-navbar-alt ul li a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.cofee-navbar-alt ul li a.active::before {
    content: url(../images/diamond-icon.svg);
    position: absolute;
    left: -20px;
}

.cofee-navbar-alt ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
    margin-top: 2px;
}

.cofee-navbar-alt ul li a:hover::after {
    width: 100%;
}

.cofee-navbar-alt ul li.current_page_item.active::before {
    content: url("../images/diamond-icon.svg");
    position: absolute;
    left: -15px;
}

.link-with-arrow a {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 2px solid #000000;
    border-radius: 200px;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
    text-align: center;
    transition: .2s all ease-in-out;
    position: relative;
}

.link-with-arrow .hover-image {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
}

.link-with-arrow.link-with-arrow-alt .hover-image {
    right: 25px;
}

.link-with-arrow .hover-image img {
    width: 30px;
    height: 30px;
}

.link-with-arrow a:hover {
    background-color: #000;
    color: #fff;
}

.link-with-arrow a:hover .hover-image {
    display: block;
}

.link-with-arrow {
    width: 100%;
    max-width: 175px;
    margin-left: auto;
}

.link-with-arrow-alt {
    margin-left: 0;
    max-width: 270px;
}

.link-with-arrow-alt a {
    font-size: 24px;
    line-height: 38px;
    padding-block: 18px;
}

.link-with-arrow a span {
    margin-left: 10px;
}

.link-with-arrow-alt.link-bottom {
    max-width: 300px;
}

.cofee-navbar-alt .dropdown {
    position: relative;
    display: inline-block;
}

.cofee-navbar-alt .dropdown .dropdown-btn::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    display: block;
    left: 0;
    right: 0;
    top: 0px;
    bottom: -28px;
}

.cofee-navbar-alt .dropdown-content {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: -30px;
    z-index: -1;
    padding: 0;
    transition: .3s all ease-in-out;
}

.cofee-navbar-alt .dropdown-content li a {
    padding: 20px 30px;
    display: block;
}

.cofee-navbar-alt .dropdown-content:hover {
    background-color: #F2F2F2;
}

.cofee-navbar-alt .dropdown-content li:not(:last-child) {
    margin-right: 0;
    padding-bottom: 5px;
}

.cofee-navbar-alt .dropdown-content a::after {
    display: none;
}

.cofee-navbar-alt .dropdown:hover .dropdown-content {
    display: block;
}

.hero-section {
    /*background-image: url('../images/hero-bg.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;

}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1{
    position: relative;
    padding: 210px 0;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index:999;
    border:2px solid white;
    background-color: white;
    opacity: .2;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span:hover {
    opacity: .6;
    cursor: pointer;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::before{
    position: absolute;
    content: url("../images/angle-down.svg");
    background-size: 10px 20px;
    width: 50px;
    height: 50px;
    left: 25px;
    bottom: 175px;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    animation-name: scroll;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::after{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index:999;
    border:2px solid white;
}

@keyframes scroll{
    0%   {bottom: 175px;}
    10%  {bottom: 175px;}
    20%  {bottom: 175px;}
    30%  {bottom: 175px;}
    40% {bottom: 175px;}
    50% {bottom: 175px;}
    60% {bottom: 175px;}
    70% {bottom: 175px;}
    80% {bottom: 180px;}
    90% {bottom: 175px;}
    100% {bottom: 175px;}
}
@media (max-width: 990px){
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::before{
        display: none;
    }
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::after{
        display: none;
    }
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span{
        display: none;
    }}
.hero-section .container{
    position: relative;z-index: 2;
}
.hero-section .background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hero-section .background-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section-alt {
    background-image: url(../images/purpose-hero.png);
    min-height: 690px;
}

.sourcing-section {
    background-image: url(../images/sourcing-hero.png);
}

.brands-hero-section {
    background-image: url(../images/brands-hero.png);
}

.grow-with-us-section {
    background-image: url(../images/grow-with-us-hero-image.png);
}

.expertise-hero {
    background-image: url(../images/expertise-hero-image.png);
}

.hero-section.contact-us-hero {
    background-image: url(../images/contact-us-hero-image.png);
    min-height: 835px;
    padding:86px 15px;
}

.hero-section-alt h4 {
    width: 100%;
    max-width: 655px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-top: 25px;
}

/* .hero-section h1 {
    padding: 270px 0;
} */

.contact-us-hero h1 {
    margin-bottom: 30px;
}

.contact-us-hero h4 {
    width: 100%;
    max-width: 990px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 0;
}

.contact-us-hero .link-with-arrow {
    max-width: 234px;
    margin-left: 0;
    margin-top: 30px;
}

.contact-us-hero.form-tree-hero .link-with-arrow {
    max-width: 167px;
    margin-top: 80px;
}

.contact-us-hero .link-with-arrow a {
    background: #FFFFFF;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 221px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding-block: 18px;
}
#map{
    min-height:590px;
}
.contact-us-hero .link-with-arrow a:hover {
    background: rgba(255, 255, 255, .9) !important;
    color: #000000 !important;
}

.contact-us-hero .link-with-arrow a:hover svg path {
    fill: #000 !important;
}

.contact-us-hero .link-with-arrow a:hover svg rect {
    stroke: #000 !important;
}

.hero-section .logo-img {
    height: auto;
    width: 100%;
    margin-top: 50px;
    max-width: 278px;
}

.section-1-purpose {
    padding: 100px 0 0;
}

.section-1-purpose .text-block {
    width: 100%;
    max-width: 1110px;
    margin-bottom: 100px;
}

.section-1-grow .text-block {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 100px;
}

.section-1-img-2 img {
    margin-top: 150px;
}

.section-1-purpose .text-block h6 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.section-1-purpose .text-block h2 {
    color: #000000;
    padding: 0;
    margin-bottom: 0;
}

.section-1-sourcing .text-block h6 {
    padding-bottom: 30px;
}

.section-1-sourcing .text-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding-top: 30px;
    margin-bottom: 0;
    width: 100%;
    max-width: 755px;
}

.section-1-sourcing .video-block a {
    position: relative;
    display: block;
}
.section-1-sourcing .video-block a::before {
    content: url(../images/play-icon.svg);
}

.section-1-sourcing .video-block a::after {
    content: '';
    border: 2px solid #FFFFFF;
    border-radius: 110px;
    width: 126px;
    height: 129px;
}

.section-1-sourcing .video-block a::before,
.section-1-sourcing .video-block a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    line-height: 0;
}

.section-1-bottom {
    padding: 100px 0;
}

.section-1-bottom .section-1-list {
    padding: 0;
    width: 100%;
    max-width: 585px;
}

.section-1-bottom .content-block {
    margin-bottom: 100px;
}

.section-1-img {
    position: relative;
    margin-top: 100px;
}

.section-1-img .chemex {
    position: absolute;
    top: -168px;
    left: 145px;
    width: 40%;
}

.section-1 .img-2 {
    height: 335px;
    object-fit: cover;
    object-position: center;
}

.section-1 h2 {
    padding: 130px 0 100px;
}

.section-1-alt .content-block {
    margin-bottom: 80px;
    width: 100%;
    max-width: 650px;
}

.section-1-alt .content-block h2 {
    padding-top: 50px;
}

.section-1-alt .content-block h2,
.section-3-alt .content-block h2,
.section-3-alt .content-block p {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.section-1-list {
    padding: 100px 0;
}

.section-1-list div {
    padding-bottom: 50px;
}
.our-purpose-list .section-1-list div {
    align-items: center;
}


.section-1-list img {
    width: 110px;
    height: 108px;
}

.contact-section-4 .section-1-list img {
    width: 50px;
    height: 50px;
}

.section-4-grow.contact-section-4 .section-1-list {
    margin-top: 40px;
    margin-left: 65px;
}

.section-4-grow.contact-section-4 .title-top h2 {
    margin-bottom: 0;
    color: #1C1918;
    margin-left: 65px;
}

.section-4-grow.contact-section-4 .section-1-list .block-meta {
    padding-bottom: 0;
}

.section-4-grow.contact-section-4 .section-1-list .block-meta h4 {
    margin-bottom: 0;
}

.section-1-list h4 {
    padding: 12px 50px 12px 34px;
}

.section-1-expertise .text-block h5 {
    max-width: 770px;
}

.section-2 {
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.section-2 .bg-img {
    background-image: url('../images/section-2-bg.png');
    background-size: cover;
    background-position: center;
    height: 610px;
    padding-top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.section-2-alt .bg-img {
    background-image: url('../images/section-2-alt-bg.png');
}

.section-2-alt .text-block {
    width: 100%;
    max-width: 1100px;
}

.section-2-alt .text-block h2 {
    color: #000000;
}

.section-2-alt .text-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    width: 100%;
    max-width: 770px;
}

.section-2-alt .text-block-alt h5 {
    max-width: 670px;
}

.section-2-alt .text-block-alt {
    margin-top: 100px;
}

.section-2-alt .right-image {
    position: absolute;
    right: 0;
    top: calc(50% - 70px);
}

.image-with-image {
    padding: 0 0 100px;
}

.image-with-image .container-lg {
    max-width: 1440px;
}

.image-with-image .left-image-block {
    margin-left: -15px;
}

/* @-webkit-keyframes ticker {
    0% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  } */
.TickerNews,
.TickerNewsSmall {
    width: 100%;
    height: 150px;
    line-height: 120px;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: none;
    transform: translate3d(0, 0, 0);
    /* enables hardware acceleration to fix firefox issues. */
}

.ti_news {
    float: left;
}

.ticker-wrap {
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
}

.ticker-text {
    display: inline-block;
    padding: 0 2rem;
    font-size: 140px;
    font-weight: 500;
    color: #fff;
    height: 204px !important;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.ticker2-text-size {
    font-size: 60px;
    line-height: 20px;
}

.section-3 .btn-wrapper {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 80px;
}

.section-3-purpose {
    padding: 30px 0 60px;
}

.section-3-purpose .tab-wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.section-3-purpose .tab-wrapper .tab-block {
    text-decoration: none;
}

.section-3-tab {
    padding: 30px 70px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}

.section-3-tab.sticky {
    position: fixed;
    top: 88px;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.section-3-purpose .tab-wrapper .tab-block span {
    margin-right: 20px;
}

.section-3-purpose .tab-wrapper .tab-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-3-purpose .content-block {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.section-3-purpose .content-block h4 {
    margin-bottom: 0;
    position: relative;
}

.section-3-purpose .content-block h4 span {
    margin-bottom: 0;
    position: absolute;
    left: -137px;
    top: -30px;
}

.section-3-purpose .accordion-body .content-block h4 span {
    position: static;
}

.section-3-purpose .accordion-body .image-block img {
    width: 100%;
}

.section-3-purpose .content-block p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.section-3-purpose .accordion {
    background-color: #1C1918;
    padding-block: 50px;
    margin-block: 50px;
    --bs-accordion-bg: none;
}

.section-3-purpose .accordion .accordion-header .accordion-button {
    background-color: #1C1918;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    padding-inline: 0;
    border-bottom: 1px solid #fff;
    position: relative;
    display: block;
    z-index:1;
}

.section-3-purpose .accordion .accordion-header .accordion-button span {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 20px;
}

.section-3-purpose .accordion-button::after {
    content: url(../images/plus-icon.png);
    background-image: none;
    position: absolute;
    top: 20px;
    right: 10px;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0;
}

.section-3-purpose .accordion-button:not(.collapsed)::after {
    content: url(../images/minus-circle-icon.png);
    transform: none;
    background-image: none;
}

.section-3-purpose .accordion-button:focus {
    box-shadow: none;
}

.section-3-purpose .accordion-item:last-of-type .accordion-collapse {
    background-color: #1C1918;
    border-radius: 0;
}

.section-3-purpose .accordion .accordion-body {
    padding: 50px 0 0;
}

.section-3-purpose .accordion .accordion-body .content-block h4 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.section-3-purpose .accordion .accordion-body .content-block span {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-3-purpose .accordion .accordion-body .content-block p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}


.image-with-button .title-top h2 {
    color: #000;
    margin-bottom: 20px;
}

.image-with-button .title-top p {
    color: #000;
    margin-bottom: 30px;
}

.image-with-button .image-block img {
    width: 100%;
}

.image-with-button .btn-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-with-button .btn-block a {
    background: #fff;
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    padding: 19px 114px;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.image-with-button .btn-block a:hover {
    background: #000;
    color: #fff;
}

.section-4-alt .content-block {
    margin-top: 100px;
}

.section-4-alt .content-block h2 {
    color: #000000;
    margin-bottom: 0;
}

.section-4-alt .content-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-4-alt .section-1-list {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-4-alt .section-1-list div {
    padding-bottom: 30px;
}

.theme-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 220px;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 38px;
}

.theme-button svg {
    margin-left: 10px;
    width: 20px;
}

.theme-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.theme-button:hover svg path {
    fill: #fff !important;
}

.theme-button:hover svg rect {
    stroke: #fff !important;
}

.section-3 p {
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.section-3-img {
    position: relative;
}

.section-3-img .bean-3 {
    position: absolute;
    top: 79%;
    width: 182px !important;
    left: 17.2%;
}

.section-3-img .bean-2 {
    position: absolute;
    top: 72%;
    width: 182px !important;
    left: 50%;
}
.navbar .container .navbar-brand img{
    z-index:999;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1{
    position: relative;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index:999;
    border:2px solid white;
    background-color: white;
    opacity: .2;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span:hover {
    opacity: .6;
    cursor: pointer;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::before{
    position: absolute;
    content: url("../images/angle-down.svg");
    background-size: 10px 20px;
    width: 50px;
    height: 50px;
    left: 25px;
    bottom: 175px;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    animation-name: scroll;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
.home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::after{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index:999;
    border:2px solid white;
}
@keyframes scroll{
    0%   {bottom: 175px;}
    10%  {bottom: 175px;}
    20%  {bottom: 175px;}
    30%  {bottom: 175px;}
    40% {bottom: 175px;}
    50% {bottom: 175px;}
    60% {bottom: 175px;}
    70% {bottom: 175px;}
    80% {bottom: 180px;}
    90% {bottom: 175px;}
    100% {bottom: 175px;}
}
@media (max-width: 990px){
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::before{
        display: none;
    }
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1::after{
        display: none;
    }
    .home .content-area .wp-block-fairwave-hero-section .hero-section .container h1 span{
        display: none;
    }
}

.coffee-slider-controls .right-column {
    width: 100%;
    max-width: 155px;
}

.coffee-slider-controls .right-column button {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 155px;
}

.coffee-slider-controls button {
    border: none;
    background-color: black;
    margin-bottom: 20px;
    padding: 0;
    margin-right: 20px;
    border-radius: 50%;

}

.coffee-slider-controls button:hover {
    background-color: transparent;
    border-radius: 50%;
}
.coffee-slider-controls button svg path{
    fill: #fff;
}

.coffee-slider-controls button:hover svg path {
    fill: #000;
}

.stories-slider .coffee-slider-controls {
    text-align: right;
}

.stories-slider .coffee-slider-controls button {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.stories-slider .coffee-slider-controls button:hover {
    background-color: #fff;
}

.stories-slider .coffee-slider-controls button:hover svg path {
    fill: #000;
}

.stories-slider .coffee-slider-controls .slick-executive-prevv:hover,
.stories-slider .coffee-slider-controls .slick-executive-nextt:hover{
    background-color: #000;
}

.stories-slider .coffee-slider-controls .slick-executive-prevv:hover svg path,
.stories-slider .coffee-slider-controls .slick-executive-nextt:hover svg path {
    fill: #fff;
}

.stories-slider .coffee-slider-controls .slick-prevv, .stories-slider .coffee-slider-controls .slick-executive-prevv {
    margin-right: 95px;
}

.section-4 {
    margin-bottom: 0px;
    padding-bottom: 50px;
    margin-top: 6.8rem;
}

.section-5 {
    padding: 50px 0 80px;
}

.section-5.careers-setion {
    padding: 130px 0 50px !important;
}

.section-5.careers-setion .container {
    max-width: 1360px;
}

.section-5.careers-setion .content-block h2 {
    color: #1C1918;
    margin-bottom: 30px;
}

.section-5.careers-setion .content-block h4 {
    width: 100%;
    max-width: 500px;
    color: #000000;
    margin-bottom: 0;
}

.section-5.content-with-image .content-block .link-with-arrow {
    margin-top: 30px;
}

.section-5.content-with-image .container-fluid .img-fluid {
    margin-left: -15px;
}

.section-5 .content-block .link-with-arrow-sourcing {
    margin-left: 0;
    margin-top: 30px;
    max-width: 220px;
}

.section-5 .content-block .link-with-arrow-sourcing a {
    font-size: 24px;
    line-height: 38px;
    padding-block: 18px;
}

.section-5 .content-block h2 {
    color: #000000;
    margin-bottom: 0;
}

.section-5 .content-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-5-alt .content-block .link-with-arrow-brands {
    max-width: 100%;
}

.wp-block-fairwave-brandmap .image-with-button .section-5-alt .content-block .link-with-arrow-brands a {
    border: none;
    padding-inline: 22px !important;
    text-align: left;
}

.bottom-content {
    scroll-margin-top: 200px;
}

.content-with-image {
    padding: 50px 0;
}

.content-with-image .content-block h4 {
    color: #000000;
    line-height: 42px;
    margin-top: 30px;
}

.content-with-image .content-block .content-link-bottom {
    max-width: 357px;
    margin-top: 30px;
    margin-left: 0;
}

.content-with-image .content-block .content-link-bottom a {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding-block: 18px;
}

.section-4-grow .title-top h2 {
    width: 100%;
    max-width: 1100px;
    margin-bottom: 0;
    color: #000000;
}

.section-4-grow .section-1-list {
    margin-top: 100px;
}

.section-4-grow .section-1-list div {
    padding-bottom: 0;
}

.section-4-grow .section-1-list .section-1-list-block {
    padding-bottom: 30px;
}

.section-4-grow .section-1-list h4 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px;
}

.section-4-grow .section-1-list p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.section-4-grow .section-1-list .block-meta {
    padding-bottom: 50px;
    padding-left: 50px;
}

.section-4-grow .section-4-img img {
    margin-left: auto;
}

.stories-slider {
    background-color: #000;
    padding: 100px 0;
    margin: 100px 0;
}

.stories-slider .wrapper .top-text {
    position: absolute;
    top: 0;
    color: #fff;
}

.stories-slider .wrapper .top-text h2 {
    margin-bottom: 0;
}

.stories-slider .slider-container {
    position: relative;
    width: 100%;
}

.stories-slider .slider-container .item {
    outline: none;
    position: relative;
    border-top: 1px solid #fff;
    margin-top: 40px;
}

.stories-slider .slider-container .item .slider-wrapper {
    border: 1px solid #fff;
    padding: 50px 38px;
    margin-top: 50px;
}


.stories-slider .slider-wrapper .left-column .content-block {
    margin-top: 30px;
}

.stories-slider .slider-wrapper .left-column .content-block h3 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 57px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.stories-slider .slider-wrapper .left-column .content-block p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stories-slider .slider-wrapper .left-column .content-block p span {
    font-weight: 400;
    margin-right: 10px;
}

.stories-slider .slider-container .item .slider-content {
    width: 100%;
    max-width: 510px;
    margin-left: auto;
}

.stories-slider .slider-container .item .slider-content p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.stories-slider .slides-numbers {
    display: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    right: 45px;
    position: absolute;
    top: 20px;
}

.stories-slider.stories-slider-alt .slides-numbers {
    color: #000;
}

.stories-slider .slides-numbers .active {
    color: #9fa5ac;
}

.stories-slider .slides-numbers .total {
    margin-left: -5px;
}

.stories-slider .slick-next:before {
    content: url(../images/site-arrow-right-white.svg);
}

.stories-slider .slick-prev:before {
    content: url(../images/site-arrow-left-white.svg);
}

.stories-slider.president-slider .slick-next:before {
    content: url(../images/site-arrow-right-white.svg) !important;
}

.stories-slider.president-slider .slick-prev:before {
    content: url(../images/site-arrow-left-white.svg) !important;
}

.stories-slider.stories-slider-alt .slick-next:before {
    content: url(../images/site-arrow-right-1.svg);
}

.stories-slider.stories-slider-alt .slick-prev:before {
    content: url(../images/site-arrow-left.svg);
}

.stories-slider .slick-prev:before,
.stories-slider .slick-next:before {
    font-size: 0;
    line-height: 0;
}

.stories-slider .slick-arrow {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    position: absolute;
    top: 10px;
    z-index: 5;
    cursor: pointer;
    display: none !important;
}

.stories-slider .slick-slide img {
    width: 100%;
}

.stories-slider .slick-arrow.slick-next {
    right: 15px;
}

.stories-slider .slick-arrow.slick-prev {
    right: 150px;
    left: auto;
}

.stories-slider.executive-team-slider {
    background-color: #fff;
}

.stories-slider.executive-team-slider .wrapper .top-text {
    color: #000;
    position: static;
}
.stories-slider.executive-team-slider .wrapper .slider-top {
    position: sticky;
    top: 86px;
    /*top: 118px;*/
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    z-index: 5;
    margin: 0 10px;
}
.stories-slider.executive-team-slider .wrapper .slider-top .coffee-slider-controls{
    position: absolute;top:50%;transform: translate3d(0,-50%,0); right:0;
}
.stories-slider.executive-team-slider .wrapper .slider-top .coffee-slider-controls button{margin-top: 0;}
.stories-slider.executive-team-slider .wrapper .slider-top .slides-numbers{
    position: absolute;top:50%;transform: translate3d(0,-50%,0);
}

.stories-slider.president-slider .slider-container .item,
.stories-slider.president-slider .slider-container .item .slider-wrapper {
    border-color: #fff !important;
}

.stories-slider.executive-team-slider .slider-container .item,
.stories-slider.executive-team-slider .slider-container .item .slider-wrapper {
    border-color: #000;
}
.stories-slider.executive-team-slider .slider-container .item{
    border:none;
    margin-top: 0;
}
.stories-slider.executive-team-slider .slider-container .item .slider-content p {
    color: #000;
}

.stories-slider.executive-team-slider .slider-wrapper .left-column .content-block h3,
.stories-slider.executive-team-slider .slider-wrapper .left-column .content-block p {
    color: #000;
}

.stories-slider-alt .item .slider-wrapper .left-column {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
}

.stories-slider-alt .slider-container .item .slider-content {
    max-width: 600px;
    margin-left: 0;
}

.stories-slider-alt .slider-container .item .slider-content p {
    margin-bottom: 0;
    color: #000;
}

.stories-slider.stories-slider-alt .slider-wrapper .left-column .content-block h3 {
    color: #000;
}

.stories-slider-alt .author-meta {
    margin-top: 30px;
}

.stories-slider-alt .author-meta .image-block {
    width: 100%;
    max-width: 110px;
    margin-right: 30px;
    text-align: center;
}

.stories-slider-alt .author-meta .image-block img {
    margin-bottom: 10px;
}

.stories-slider-alt .author-meta .image-block span,
.stories-slider-alt .item .slider-wrapper .left-column .content-block span {
    color: #1C1918;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stories-slider-alt .author-meta .author-detail h5 {
    color: #1C1918;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

.case-studies {
    padding: 100px 0 50px;
    position: relative;
}

.case-studies .title-block {
    width: 100%;
    max-width: 655px;
    margin-bottom: 100px;
}

.case-studies .title-block h2 {
    color: #000;
}

.case-studies .bttom-column.bttom-right-col {
    margin: 50px 0 0 50px;
}

.case-studies .bttom-column .content-block,
.case-studies .right-column .content-block {
    padding-top: 30px;
}

.case-studies .bttom-column .content-block p,
.case-studies .right-column .content-block p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.case-studies .bttom-column .content-block h5,
.case-studies .right-column .content-block h5 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    width: 100%;
    max-width: 315px;
    margin-bottom: 0;
}

.case-studies .right-column .content-block h5 {
    max-width: 415px;
}

.case-studies .right-column .image-block img {
    width: 100%;
}

.case-studies .right-column .case-studies-top-image {
    position: absolute;
    top: 0;
    right: 0;
}

.case-studies .right-column .case-studies-bottom-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.our-brands {
    padding: 80px 0 100px;
}
.our-brands .row > div {
    margin-bottom: 30px;
}
.our-brands .title-top {
}

.our-brands .title-top h2 {
    color: #000;
    margin-bottom: 20px;
}

.our-brands .title-top h5 {
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

.our-brands .title-top span {
    margin-left: 20px;
}

.our-brands .brands-block {
    margin-bottom: 30px;
    position: relative;
}

.our-brands .brands-block a {
    background: #1C1918;
}

.our-brands .brands-block a .brands-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.our-brands .brands-block a .hover-image {
    opacity: 0;
    transition: .3s all ease-in-out;
}
.our-brands .brands-block a .hover-image img{
    object-fit: cover;
    object-position:center center;
}

.our-brands .brands-block a:hover .hover-image {
    opacity: 1;
}

.text-with-button {
    padding: 170px 0 80px;
}

.text-with-button .content-block {
    width: 100%;
    max-width: 990px;
}

.text-with-button .content-block h2 {
    color: #1C1918;
    margin-bottom: 30px;
}

.text-with-button .content-block h4 {
    color: #1C1918;
    line-height: 42px;
    margin-bottom: 30px;
}

.news-articles {
    padding: 0 0 100px;
}

.news-articles .article-block {
    width: 100%;
    max-width: 400px;
    margin-bottom: 100px;
}

.news-articles .article-block .image-block img {
    width: 100%;
}

.news-articles .block-content {
    margin-top: 30px;
}

.news-articles .block-content p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.news-articles .block-content h4 {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 30px;
}

.news-articles .block-content .article-link {
    max-width: 215px;
}

.news-articles .block-content .article-link a:hover .hover-image {
    display: none;
}

.news-articles .block-content .article-link a {
    padding: 0;
    border: none;
    text-align: left;
}

.news-articles .block-content .article-link a:hover {
    background-color: transparent;
    color: #000;
}

.news-articles .block-content .article-link a:hover span svg {
    background-color: #000;
    border-radius: 50%;
}

.news-articles .block-content .article-link a:hover span svg path {
    fill: #fff;
}

/*
pagination
*/
.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.pagination li {
    list-style: none;
    cursor: pointer;
}

.pagination li:not(:last-child) {
    margin-right: 30px;
}

.pagination li.pageNumber {
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    opacity: 0.5;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
}

.pagination li.pageNumber:hover,
.pagination li.pageNumber.active {
    opacity: 1;
}

/*End*/

.image-with-text {
    padding: 30px 0 120px;
}

.image-with-text .container {
    max-width: 1360px;
}

.image-with-text .image-wrapper .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-with-text .image-wrapper .text-block h2 {
    color: #000000;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.image-with-text .image-wrapper .text-block h3 {
    color: #000000;
    font-size: 40px;
    line-height: 57px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.post-template {
    padding: 135px 0 100px;
    margin-bottom: 0;
}

.post-template .post-template-wrapper {
    width: 100%;
    max-width: 825px;
    padding: 0 15px;
    margin: 0 auto;
}

.post-template .post-template-wrapper .title-top h6 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.post-template .post-template-wrapper .title-top h3 {
    color: #1C1918;
    font-size: 40px;
    line-height: 57px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
}

.post-template .post-template-wrapper .sub-heading-block {
    margin-block: 50px;
}

.post-template .post-template-wrapper h4 {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.post-template .post-template-wrapper p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.post-template .post-template-wrapper .link-with-arrow {
    margin-left: 0;
    max-width: 100%;
    margin-top: 50px;
}

.post-template .post-template-wrapper .nav-links .nav-next img {
    width: 34px;
}

.post-template .post-template-wrapper .nav-links .nav-next a{
    text-align: right;
}

.post-template .post-template-wrapper .single-para, .post-template .post-template-wrapper .single-title {
    margin-top: 20px;
}

.post-template .post-template-wrapper .nav-links .nav-next, .post-template .post-template-wrapper .nav-links .nav-previous {
    width: 100%;
}


.post-template .post-template-wrapper .nav-links {
    display: flex;
    justify-content: space-between;
}
.post-template .post-template-wrapper .link-with-arrow {
    display: inline-block !important;
}

.post-template .post-template-wrapper .link-with-arrow a {
    border: none;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.post-template .post-template-wrapper .link-with-arrow a:hover {
    background: transparent;
}

.post-template .post-template-wrapper .link-with-arrow a span {
    margin-left: 0;
    margin-right: 20px;
}

.brand-left-image {
    background-image: url("../images/case-studies-beans.png");
    background-repeat: no-repeat;
    background-position: right;
}

.brand-left-image .content-block {
    margin-left: 48px;
}

/* Checkbox Start */
.checkbox {
    position: relative;
    overflow: hidden;
    display: flex;
}

.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox__inner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #626262;
    background: transparent no-repeat center;
}

.checkbox__input:checked+.checkbox__inner {
    border-color: #52C6C4;
    background-color: #52C6C4;
    background-size: 14px 10px;
}

/* Checkbox End */

/* Modal Start */
.modal.show .modal-dialog {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    height: 100vh;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-content .modal-body {
    padding: 50px 0;
    background-image: url(../images/background-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}

/* .modal-content .modal-body .container {
    max-width: 1370px;
} */

.modal-content .modal-body .image-block img {
    min-height: 800px;
    object-fit: cover;
    object-position: center center;
}

.modal-content .modal-body .close {
    position: absolute;
    right: 50px;
    top: 50px;
}

.modal-content .modal-body .close .btn-close {
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    padding: 0;
}

.modal-content .modal-body .close .btn-close img {
    width: 30px;
    height: 28px;
}

.modal-content .modal-body .content-block {
    width: 100%;
    max-width: 600px;
}

.modal-content .modal-body .content-block h2 {
    color: #1C1918;
    font-size: 120px;
    line-height: 130px;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal-content .modal-body .content-block h5 {
    color: #1C1918;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 30px;
}

.modal-content .modal-body .content-block .social-links {
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    min-height: 105px;
}

.modal-content .modal-body .content-block .social-links li {
    list-style-type: none;
    display: flex;
}

.modal-content .modal-body .content-block .social-links li:not(:last-child) {
    margin-right: 30px;
}

.modal-content .modal-body .content-block .social-links li a{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 36px;
    transition: .3s all ease-in-out;
}

.modal-content .modal-body .content-block .social-links li a:hover {
    background-color: #000;
}

.modal-content .modal-body .content-block .social-links li a:hover path {
    fill: #fff;
}

/* Modal End */

a.brand_url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

/*.slick-list {*/
/*    padding: 0 3% 0 0 !important;*/
/*}*/
.slick-slide {
    margin: 0 10px;
}

.slide-item {
    position: relative;
}

.slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-inner img {
    width: 100%;
    height: auto;
    padding: 0 20%;
}

footer {
    position: relative;
    top: -10px;
}

.footer-img {
    padding-bottom: 10px;
    padding-top: 20px;
}

.footer-text {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.site-footer {
    border-top: 2px solid #1C1918;
    padding-block: 35px;
    top: 0;
}

.site-footer .content-block {
    margin-top: 50px;
}

.site-footer .footer-img {
    padding: 0;
    margin: 0 auto;
}

.site-footer .links-block .footer-links {
    padding-left: 0;
    margin-bottom: 0;
    columns: 2;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    column-gap: 100px;
}

.site-footer .links-block .footer-links:not(:last-child) {
    margin-right: 100px;
}

.site-footer .links-block .footer-links li {
    list-style: none;
}

.site-footer .links-block .footer-links li:not(:last-child) {
    margin-bottom: 10px;
}

.site-footer .links-block .footer-links li a {
    color: #1C1918;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

.site-footer .links-block .footer-links li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1C1918;
    transition: width .3s;
    margin-top: 2px;
}

.site-footer .links-block .footer-links li a:hover::after {
    width: 100%;
}

.section-3-wrapper .image-block.text-end img {
    width: 100%;
    max-width: 550px;
    height: 100%;
}

.links-block {
    justify-content: flex-end;
}
.contact-us-hero .step .content {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 50px;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
}
@media screen and (max-width: 768px){
    .contact-us-hero .step .content {
        padding: 0;
    }
}
.contact-content-block {
    width: 40%;
    max-width: 460px;
    padding: 0 15px;
}
@media screen and (max-width: 768px){
    .contact-content-block {
        width: 100%;
    }
}
.wpcf7{
    width: 60%;
}
@media screen and (max-width: 768px){
    .wpcf7 {
        padding:0 20px;
        width: 100%;
    }
}
.wpcf7-form-control-wrap{
    display: inline-block;
    position: relative;
        width: 100%;
}
.contact-content-block label {
    font-size: 57px;
    line-height: 67px;
    font-weight: 500;
}

.contact-content-block .prev-next-block {
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 150px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-content-block .prev-next-block img {
    opacity: .5;
    cursor: pointer;
}

.contact-content-block .prev-next-block span {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    padding:0 10px;
}

.contact-content-block .prev-next-block svg {
    cursor: pointer;
}

.contact-content-block .prev-next-block svg:hover {
    border-radius: 50%;
    background: #fff;
}

.contact-content-block .prev-next-block svg:hover g {
    opacity: 1 !important;
}

.contact-content-block .prev-next-block svg:hover g path {
    fill: #000 !important;
}

.contact-content-block .wpcf7-submit,
.contact-btn.mobile-btn .wpcf7-submit {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    width: 100%;
    max-width: 170px;
    border: 2px solid #000000;
    border-radius: 221.429px;
    transition: .2s all ease-in-out;
}

.contact-content-block .wpcf7-submit:hover,
.contact-form .contact-btn .wpcf7-submit:hover,
.contact-btn.mobile-btn .wpcf7-submit:hover {
    background: rgba(255, 255, 255, .9);
}

.contact-content-block .contact-btn {
    position: relative;
    margin-bottom: 0;
    margin-top: 80px;
}

.contact-btn.mobile-btn {
    display: none;
}

.contact-content-block .contact-btn::after,
.contact-btn.mobile-btn::after {
    content: url("../images/right-arrow-contact-us.svg");
    position: absolute;
    left: 103px;
    bottom: 25px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.contact-checkbox {
    width: 60%;
    max-width: 615px;
    padding: 0 15px;
}
@media screen and (max-width: 768px){
    .contact-checkbox {
        width: 100%;
    }
}
.contact-checkbox .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
    display: block;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-top: 50px;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item.first {
    padding-top: 0;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item.last {
    border: none;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item label input[type="radio"] {
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item label input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    background-color: transparent;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item label input[type="radio"]:checked::before {
    position: absolute;
    content: url("../images/tick-icon.svg");
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}

.contact-checkbox .wpcf7-form-control .wpcf7-list-item label span {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-left: 20px;
}

.contact-form {
    width: 100%;
    max-width: 800px;
}
.contact-form .form-field {
    display: flex;
}

.contact-form label,
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 20px;
    color: #fff;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control:focus-visible {
    outline: none;
}

.contact-form p label {
    max-width: 100%;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
    max-width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    background-color: transparent;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select option {
    color: #fff;
    background-color: #000;
    padding-bottom: 20px;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.contact-form label .text-field {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 20px;
    display: inline-block;
}

.contact-form label:not(:last-child) {
    margin-right: 80px;
}

.contact-form .contact-btn {
    text-align: right;
    position: relative;
}

.contact-form .contact-btn::after {
    content: url("../images/right-arrow-contact-us.svg");
    position: absolute;
    right: 25px;
    bottom: 23px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.contact-form .contact-btn .wpcf7-submit {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 221.429px;
    padding: 18px 30px;
    width: 100%;
    max-width: 240px;
    text-align: left;
    transition: .2s all ease-in-out;
}

.contact-form .contact-btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 30%;
}

/*.wpcf7 form .wpcf7-response-output {*/
/*    position: absolute;*/
/*    right: 64px;*/
/*    bottom: 230px;*/
/*    width: 100%;*/
/*    max-width: 770px;*/
/*    margin: 0;*/
/*}*/

.wpcf7 form.sent .wpcf7-response-output {
    position: static;
    max-width: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
}

.wpcf7-previous {
    display: none;
}

/*@media screen and (min-width: 1445px) {*/
/*    .section-5.content-with-image .container-fluid {*/
/*        max-width: 1320px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1399px) {
    .container {
        max-width: 1260px;
    }

    .section-3-img .bean-3 {
        top: 79%;
        width: 170px !important;
        left: 16%;
    }

    .section-3-img .bean-2 {
        top: 70.4%;
        width: 168px !important;
        left: 48.6%;
    }

    .section-4 {
        margin-bottom: 0px;
        padding-bottom: 50px;
        margin-top: 8.3rem;
    }

    .section-1-img .chemex {
        top: -143px;
        left: 137px;
    }

    .cofee-navbar-alt ul li:not(:last-child) {
        margin-right: 27px;
    }

    .link-with-arrow {
        margin-left: auto;
    }

    .link-with-arrow-alt {
        margin-left: 0;
    }

    .section-3-tab {
        padding: 30px 30px;
    }

    .section-3-purpose .tab-wrapper .tab-block h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .section-3-purpose .content-block h4 span {
        left: -65px;
        top: -10px;
    }

    .section-3-purpose .content-block h4 span img {
        max-width: 50px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button {
        font-size: 26px;
        line-height: 36px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button span {
        font-size: 22px;
        line-height: 28px;
    }

    .stories-slider .wrapper .top-text h2 {
        font-size: 50px;
    }

    /* .modal.show .modal-dialog {
        top: 90px;
    } */
}

@media screen and (max-width: 1199px) {
    .section-3-img .bean-3 {
        top: 80%;
        width: 139px !important;
        left: 16%;
    }

    .section-3-img .bean-2 {
        top: 72.4%;
        width: 135px !important;
        left: 49.2%;
    }

    .section-4 {
        margin-bottom: 0px;
        padding-bottom: 50px;
        margin-top: 11.3rem;
    }

    .section-1-img .chemex {
        top: -120px;
        left: 115px;
    }

    .link-with-arrow-alt a {
        padding-block: 12px;
    }

    .cofee-navbar-alt ul li:not(:last-child) {
        margin-right: 27px;
    }

    .cofee-navbar-alt ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    .cofee-navbar-alt .navbar-brand img {
        max-width: 240px;
    }

    .link-with-arrow {
        max-width: 160px;
    }

    .link-with-arrow a {
        padding: 8px;
    }

    .cofee-navbar-alt .dropdown-content {
        top: 58px;
    }

    .link-with-arrow-alt {
        max-width: 240px;
    }

    .link-with-arrow-alt a {
        font-size: 22px;
        line-height: 32px;
    }

    .link-with-arrow-alt.link-bottom {
        max-width: 270px;
    }

    .section-3-purpose .content-block {
        margin-left: 0;
    }

    .section-3-purpose .accordion-body .content-block {
        margin-left: 40px;
    }

    .section-3-purpose .content-block h4 span {
        display: none;
    }

    .section-3-tab {
        padding: 30px 15px;
    }

    .section-3-purpose .tab-wrapper .tab-block span {
        margin-right: 10px;
    }

    .section-3-purpose .tab-wrapper .tab-block h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button span {
        font-size: 20px;
        line-height: 26px;
        margin-right: 10px;
    }

    .section-4-alt .content-block {
        margin-top: 30px;
    }

    h2 {
        font-size: 45px;
    }

    .section-2-alt .right-image {
        top: calc(50% - 130px);
    }

    .hero-section.hero-section-alt h1 {
        padding: 0;
    }

    .hero-section.hero-section-alt {
        min-height: 690px;
    }

    .section-1-img-2 img {
        margin-top: 0;
    }

    .case-studies .bttom-column .image-block img {
        max-width: 100%;
    }

    .case-studies .bttom-column .content-block h5,
    .case-studies .right-column .content-block h5 {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%;
    }

    .section-1-list h4 {
        font-size: 25px;
    }

    .image-with-button {
        padding: 0 0 50px;
    }

    .case-studies .right-column .case-studies-bottom-image {
        top: calc(50% + 200px);
    }

    .image-with-button .btn-block a {
        padding: 19px 55px;
    }

    .image-with-image .image-block img {
        max-width: 100%;
    }

    .stories-slider .wrapper .top-text {
        top: -7px;
    }

    .stories-slider .wrapper .top-text h2 {
        font-size: 38px;
    }

    .stories-slider .slider-wrapper .left-column .content-block h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .stories-slider .slider-container .item .slider-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .image-with-text .image-wrapper .image-block img {
        width: 100%;
    }

    .image-with-text .image-wrapper .text-block h2 {
        font-size: 50px;
    }

    .image-with-text .image-wrapper .text-block h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-content .modal-body .content-block h2 {
        font-size: 100px;
        line-height: 110px;
    }

    .contact-checkbox .wpcf7-form-control .wpcf7-list-item label span {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-content-block {
        max-width: 350px;
    }

    .contact-content-block label {
        font-size: 45px;
        line-height: 55px;
    }

    .contact-form label:not(:last-child) {
        margin-right: 30px;
    }

    .wpcf7 form .wpcf7-response-output {
        max-width: 545px;
    }

    .brand-left-image {
        background-position: bottom right;
    }

    .section-4-alt .content-block {
        padding-bottom: 50px;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 57px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    .hero-section {
        min-height: 435px;
    }

    .hero-section h1 {
        padding: 165px 0 134px;
    }

    .hero-section.contact-us-hero h1 {
        padding: 0;
    }

    .section-1 {
        padding-top: 50px;
    }

    .section-1-img {
        margin-top: 0;
    }

    .section-1-img .chemex {
        display: none !important;
    }

    .section-1 h2 {
        padding: 50px 0;
    }

    .section-1-list {
        padding: 0 0;
    }

    .section-1-list div {
        padding-bottom: 30px;
    }

    .section-1-list img {
        width: 75px;
        height: 75px;
    }

    .section-1-list h4 {
        padding: 12px 0px 12px;
    }

    .section-2 .bg-img {
        padding: 0px 0 110px;
    }

    .section-3 {
        padding-top: 0 !important;
    }

    .section-3 .heading-1 {
        padding-top: 30px !important;
    }

    .section-3 .section-3-img1 {
        padding-top: 0 !important;
    }

    .section-3-img .bean-3 {
        /*top: 76%;
        width: 200px !important;
        left: 17%;*/
        display: none;
    }

    .section-3-img .bean-2 {
        top: 68.4%;
        width: 196px !important;
        left: 50%;
    }

    .section-3-img1 {
        width: 100vw;
        object-fit: cover;
        object-position: bottom;
    }

    .section-3-img2 {
        padding-top: 50px !important;
        width: 100vw;
        object-fit: cover;
        object-position: center;
    }

    .section-4 {
        margin-top: 50px;
    }

    .link-with-arrow-alt {
        margin-bottom: 40px;
    }

    .cofee-navbar-alt .navbar-brand img {
        max-width: 150px;
    }

    .cofee-navbar-alt ul li a {
        font-size: 14px;
    }

    .link-with-arrow {
        max-width: 145px;
    }

    .link-with-arrow a {
        font-size: 12px;
        line-height: 22px;
        padding: 6px;
    }

    .link-with-arrow-alt,
    .link-with-arrow-alt.link-bottom {
        max-width: 190px;
    }

    .link-with-arrow-alt a,
    .link-with-arrow-alt.link-bottom a {
        font-size: 14px;
        line-height: 28px;
    }

    .site-footer .links-block .footer-links:not(:last-child) {
        margin-right: 50px;
    }

    .section-3-tab.sticky {
        top: 83px;
    }

    .section-2-alt .text-block-alt {
        margin-bottom: 30px;
    }

    .section-3-purpose .content-block {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .section-3-purpose .accordion-body .content-block {
        margin-left: 0;
        margin-top: 30px;
    }

    .section-4.section-4-alt .section-4-img img {
        width: 100%;
    }

    .section-4-alt .section-1-list,
    .section-4-alt .content-block {
        padding-inline: 30px;
    }

    .section-5 img.img-fluid {
        width: 100%;
        margin-top: 50px;
    }

    .section-3-purpose .content-block {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .section-3-purpose .tab-wrapper .tab-block span img {
        max-width: 15px;
    }

    .section-3-purpose .tab-wrapper .tab-block h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button {
        font-size: 16px;
        line-height: 25px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button span {
        font-size: 16px;
        line-height: 25px;
    }

    .case-studies .right-column .image-block img {
        margin-top: 30px;
    }

    .image-with-button .image-block img {
        min-height: 550px;
    }

    .image-with-button .btn-block a {
        font-size: 25px;
        line-height: 35px;
        padding: 15px 55px;
    }

    .section-1-purpose.section-1-sourcing .video-block {
        margin-bottom: 50px;
    }

    .section-1-purpose.section-1-sourcing .video-block img {
        min-height: 600px;
    }

    .section-5-alt .content-block .link-with-arrow-brands {
        max-width: 280px;
    }

    .section-5.section-5-alt .content-block {
        margin-top: 30px;
    }

    .image-with-image .image-block {
        margin-bottom: 30px;
    }

    .image-with-image .image-block img {
        width: 100%;
    }

    .stories-slider .slider-container .item .slider-content {
        max-width: 100%;
        margin-top: 30px;
    }

    .section-6.content-with-image .text-end {
        text-align: left !important;
        margin-top: 40px;
    }

    .section-6.content-with-image .text-end .img-fluid {
        width: 100%;
    }

    .stories-slider .slider-container .item .slider-wrapper {
        padding: 20px 20px;
    }

    .stories-slider .wrapper .top-text h2 {
        font-size: 25px;
    }

    .stories-slider .wrapper .top-text {
        top: 0;
    }

    .stories-slider {
        margin: 50px 0;
    }

    .stories-slider-alt .item .slider-wrapper .left-column {
        max-width: 100%;
    }

    .post-template .post-template-wrapper {
        max-width: 650px;
    }

    .post-template .post-template-wrapper .image-block img {
        width: 100%;
    }

    .post-template .post-template-wrapper .image-block .left-col {
        margin-right: 30px;
    }

    .modal-content .modal-body .image-block {
        margin-top: 60px;
    }

    .modal-content .modal-body .image-block img {
        width: 100%;
        min-height: auto;
        height: 100%;
    }

    .modal-content .modal-body .close {
        right: 11px;
    }

    .modal.show .modal-dialog {
        max-width: 920px;
    }

    .modal-content .modal-body {
        min-height: auto;
        height: 100%;
    }

    .modal-content .modal-body .content-block {
        padding: 69px 0;
    }

    .contact-content-block {
        max-width: 350px;
    }

    .contact-content-block label {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-checkbox .wpcf7-form-control .wpcf7-list-item label input[type="radio"]:checked::before {
        height: 30px;
        width: 30px;
    }

    .contact-checkbox .wpcf7-form-control .wpcf7-list-item label input[type="radio"] {
        width: 30px;
        height: 30px;min-width: 30px;
    }

    .contact-checkbox .wpcf7-form-control .wpcf7-list-item label span {
        font-size: 14px;
        line-height: 22px;
    }

    .wpcf7 form .wpcf7-response-output {
        max-width: 500px;
        font-size: 12px;
    }

    .section-3-wrapper .image-block.text-end img {
        max-width: 100%;
    }

    .brand-left-image .content-block {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .wp-block-fairwave-our-purpose-list .our-purpose-list .content-block  {
        padding-inline: 30px !important;
    }

    .section-3-img .bean-2 {
        top: 69.4%;
        width: 139px !important;
        left: 51.2%;
    }

    .footer-link {
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-link a {
        color: #000000;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        padding-block: 19px;
    }

    .links-block {
        justify-content: center;
        padding: 20px 0;
    }

    .site-footer .content-block {
        margin-top: 0;
        text-align: center;
    }

    .footer-text {
        display: inline-block;
    }

    .bottom-border {
        margin-top: 20px;
        border-bottom: 2px solid #000;
    }

    .our-brands .title-top h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .news-articles .article-block {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .text-with-button {
        padding: 50px 0;
    }

    .image-with-text .image-wrapper .text-block h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .modal.show .modal-dialog {
        max-width: 660px;
        margin-left: 0;
    }

    .site-footer .links-block .footer-links {
        margin: 0 auto;
    }

    .section-4-grow.contact-section-4 .section-1-list {
        margin-left: 0;
    }

    {
        flex-direction: column;
    }

    .contact-content-block {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .contact-form .form-field {
        flex-direction: column;
    }

    .contact-form label,
    .contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
        max-width: 100%;
    }

    .wpcf7 form .wpcf7-response-output {
        bottom: 120px;
    }

    .contact-content-block .prev-next-block {
        margin-top: 40px;
    }

    .site-footer {
        padding-top: 20px;
    }

    .section-3-wrapper .image-block.text-end img {
        height: 500px;
        object-fit: cover;
    }

    .section-3-purpose .content-block {
        margin-top: 120px;
    }

    .section-3-purpose .content-block h4 span {
        display: block;
        left: 0;
        top: -130px;
    }

    .section-3-purpose .content-block h4 span img {
        max-width: 100%;
    }

    .section-3-tab {
        top: 84px !important;
    }

    .wp-block-fairwave-contact-us-left-right-image .container .link-with-arrow a {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-block: 10px !important;
    }

    .section-4-alt.contact-section-4 .content-block h2 {
        font-size: 28px;
    }

    .section-4-alt.contact-section-4 .section-1-list, .section-4-alt .content-block {
        padding-inline: 0;
    }

    .contact-content-block .wpcf7-submit,
    .contact-btn.mobile-btn .wpcf7-submit {
        max-width: 200px;
        padding-block: 12px;
    }

    .contact-content-block .contact-btn::after,
    .contact-btn.mobile-btn::after {
        left: 135px;
        top: 15px;
    }

    .contact-content-block .contact-btn {
        display: none;
    }

    .contact-btn.mobile-btn {
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .section-3-img .bean-2 {
        width: 27% !important;
    }

    .section-3-purpose .tab-wrapper {
        flex-direction: column;
    }

    .section-3-tab {
        top: 84px !important;
    }

    .section-3-purpose .tab-wrapper .tab-block:not(:last-child) {
        margin-bottom: 20px;
    }

    .section-1-alt.section-1-purpose .section-1-img.section-1-img-2 {
        margin-bottom: 50px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button {
        font-size: 24px;
        line-height: 38px;
    }

    .section-3-purpose .accordion .accordion-header .accordion-button span {
        font-size: 24px;
        line-height: 38px;
        display: block;
    }

    .section-4-alt .section-1-list {
        margin-top: 30px;
    }

    .case-studies .right-column .case-studies-top-image,
    .case-studies .right-column .case-studies-bottom-image {
        display: none;
    }

    .image-with-button .btn-block a {
        padding-inline: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .stories-slider .wrapper .top-text {
        top: 8px;
    }

    .stories-slider .wrapper .top-text h2 {
        font-size: 32px;
    }

    .post-template {
        padding: 50px 0;
    }

    .image-with-text .image-wrapper .text-block h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .image-with-text .image-wrapper .text-block h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .image-with-text .image-wrapper .image-block img {
        min-height: 400px;
    }

    .wpcf7 {
        padding: 0 20px;
        min-height: 950px;
    }

    .contact-content-block .contact-btn {
        margin-top: 30px;
    }

    .wpcf7 form .wpcf7-response-output {
        right: 40px;
    }

    .section-4-grow .section-1-list .block-meta {
        padding-left: 20px;
        padding-top: 20px;
    }

    .section-4-grow.contact-section-4 .section-1-list .block-meta {
        padding-left: 0 !important;
        padding-top: 10px;
    }

    .stories-slider {
        padding: 50px 0;
    }

    .stories-slider .coffee-slider-controls {
        text-align: left;
    }

    .stories-slider .coffee-slider-controls .slick-prevv,
    .stories-slider .coffee-slider-controls .slick-executive-prevv {
        margin-top: 100px;
    }

    .stories-slider .slides-numbers {
        top: 100px !important;
        right: auto;
        left: 45px;
    }

    .contact-section-4 .section-1-list .section-1-list-block {
        display: block !important;
    }
}

@media screen and (max-width: 500px) {
    .slick-list {
        padding: 0 !important;
    }

    .stories-slider {
        padding: 100px 0;
    }

    .image-with-button .btn-block a {
        padding-inline: 12px;
        font-size: 15px;
        line-height: 25px;
    }

    .section-4-grow .section-1-list .block-meta {
        padding-left: 20px;
    }

    .stories-slider .slider-container .item .slider-wrapper {
        padding: 10px;
    }

    .stories-slider .slider-wrapper .left-column .content-block h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .stories-slider .slider-container .item .slider-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .stories-slider .slider-wrapper .left-column .content-block p {
        font-size: 16px;
        line-height: 22px;
    }

    .stories-slider-alt .author-meta {
        flex-direction: column;
    }

    .stories-slider-alt .author-meta .image-block {
        max-width: 130px;
        margin: 0 0 30px;
    }

    .stories-slider-alt .author-meta .author-detail h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .post-template .post-template-wrapper .title-top h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .post-template .post-template-wrapper h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .post-template .post-template-wrapper p {
        font-size: 16px;
        line-height: 26px;
    }

    .section-5.careers-setion {
        padding: 120px 0 50px !important;
    }

    .modal-content .modal-body .content-block {
        padding: 25px 0;
    }

    .modal-content .modal-body .content-block h2 {
        font-size: 80px;
        line-height: 90px;
    }

    .wpcf7 form .wpcf7-response-output {
        max-width: 300px;
    }

    .text-with-button {
        padding: 120px 0 0;
    }

    .image-with-image {
        padding: 0;
    }

    .brand-left-image {
        display: none;
    }

    .wp-block-fairwave-contact-us-left-right-image .block-meta h4 {
        font-size: 24px !important;
    }

    .contact-section-4 .section-1-list .section-1-list-block {
        padding-bottom: 50px;
    }

    .content-with-image .content-block {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 375px) {
    .modal-content .modal-body .content-block h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .content-with-image .content-block {
        max-width: 100%;
        padding-inline: 20px;
    }

    .content-with-image .content-block .content-link-bottom a {
        font-size: 20px;
        line-height: 28px;
        padding-block: 8px;
    }
}


/* Mobile Navbar Start*/
.navbar,
.navbar .nav-container {
    height: 92px;

}

.mobile-navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.navbar .nav-container .navbar-brand img {
    max-width: 170px;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container .site-image {
    position: absolute;
    top: 30px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 30px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: block;
    height: 25px;
    width: 35px;
    position: absolute;
    top: 34px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotate(-180deg);
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
    width: 20px;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    width: 100%;
    transform: translate(-150%);
    transition: transform 0.5s ease-in-out;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 92px;
    height: 100vh;
    z-index: 2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
}

.navbar .menu-items li {
    padding: 20px;
}

.navbar .menu-items li:not(:last-child) {
    border-bottom: 1px solid #000;
}

.navbar .menu-items li a {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: block;
}

.mobile-navbar .menu-items ul .dropdown .dropdown-menu {
    position: static;
    border: none;
    margin: 20px -20px -20px;
    padding: 20px;
    border-top: 1px solid #000;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
}

.mobile-navbar .menu-items ul .dropdown .dropdown-toggle::after {
    content: url(../images/arrow-down.svg);
    transition: all 0.4s ease;
    position: absolute;
    right: 33px;
    border: none;
    top: 14px;
}

.mobile-navbar .menu-items ul .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.mobile-navbar .menu-items ul .dropdown .dropdown-toggle[aria-expanded="true"]::before {
    background: rgba(0, 0, 0, 0.05);
}

.mobile-navbar .menu-items ul .dropdown .dropdown-toggle::before {
    content: '';
    border: 1px solid #000;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

.section-3-menu {
    padding: 0 0 50px;
}

.section-3-menu .dropdown {
    background-color: #fff;
    border-top: 1px solid #1C1918;
    border-bottom: 1px solid #1C1918;
}

.section-3-menu .dropdown {
    padding: 20px;
}

.section-3-menu .dropdown a {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: block;
}

.section-3-menu .dropdown .dropdown-toggle::after {
    content: url(../images/arrow-down.svg);
    transition: all 0.4s ease;
    position: absolute;
    right: 33px;
    border: none;
    top: 14px;
}

.section-3-menu .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.section-3-menu .dropdown .dropdown-toggle::before {
    content: '';
    border: 1px solid #000;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

.section-3-menu .dropdown .dropdown-menu {
    transform: none !important;
    width: 100%;
    top: 69px !important;
    border: none;
    padding: 0;
    background: #F2F2F2;
}

.section-3-menu .dropdown .dropdown-menu li {
    border-bottom: 1px solid #1C1918;
    padding: 10px 20px;
}

.section-3-menu .dropdown .dropdown-menu li a {
    display: block;
}

#block-0e55855f-e48c-4937-9d84-41c3d467dd8a .wp-block-fairwave-our-purpose-accordion h4,
#block-0e55855f-e48c-4937-9d84-41c3d467dd8a .wp-block-fairwave-our-purpose-accordion p {
    color: #fff;
}
.wp-block-fairwave-our-purpose-accordion .content-block h5 {
    font-size: 32px;
    color: #FFFFFF;
}
.site-logo {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
    width: 35px;
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

.fw-start-here {
    border: 1px solid #000000;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    .wp-block-fairwave-contact-us-left-right-image .title-top h2 {
        margin-left: 0;
    }

    .wp-block-fairwave-contact-us-left-right-image .title-top h2 {
        margin-left: 0 !important;
    }

    .wp-block-fairwave-contact-us-left-right-image .block-meta h4 {
        font-size: 18px;
    }

    .wp-block-fairwave-contact-us-left-right-image .block-meta {
        padding-left: 25px !important;
    }

    .wp-block-fairwave-contact-us-left-right-image .contact-section-4 .text-lg-end {
        margin-top: 30px;
    }

    .wp-block-fairwave-contact-us-left-right-image .contact-section-4 .text-lg-end img {
        width: 100%;
    }

    .wp-block-fairwave-contact-us-left-right-image .title-top {
        margin-top: 30px;
    }

    .stories-slider .slides-numbers {
        top: 0;
    }

    .stories-slider .coffee-slider-controls button {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .stories-slider .coffee-slider-controls button {
        margin-top: 70px;
    }

    .stories-slider .slick-arrow.slick-prev {
        right: 0;
        left: 10px;
    }

    .stories-slider .wrapper .top-text {
        top: -40px;
        left: 0;
    }
}

.wpcf7-not-valid-tip{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #dc3232;;
    position: absolute;
    bottom: 0;
    left:0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #fff;
    color: black;
    border-radius: 5px;
}

/* Mobile Navbar End*/
.admin-bar .cofee-navbar-alt{
    top: 30px;
}
#stickyTab{
    position: sticky;
    top:86px;
    z-index: 10;
}
.admin-bar #stickyTab{
        top:114px !important;
}
.btn-width-extension{
    padding: 8px 0px !important;

}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #46b450;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos]{
    transition-duration: 1s;
}

.accordion-flush .accordion-item .accordion-body .video-block {
    position: relative;
}
.accordion-flush .accordion-item .accordion-body .video-block span {
    position: absolute;
    /*bottom: 50%;*/
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 999;
    border: 2px solid white;
    background-color: white;
    opacity: .2;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    pointer-events: none;
    transition: .2s ease-in-out;

}
.accordion-flush .accordion-item .accordion-body .video-block:hover span {
    opacity: .6;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.accordion-flush .accordion-item .accordion-body .video-block::before {
    position: absolute;
    content: url("../images/play.svg");
    background-size: 10px 20px;
    width: 50px;
    height: 50px;
    left: 51%;
    top: 48%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    animation-name: scroll;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
    pointer-events: none;
}
.accordion-flush .accordion-item .accordion-body .video-block::after {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index:999;
    border:2px solid white;
    pointer-events: none;
}

@media (min-width: 0px) and (max-width: 768px) {
    .contact-form .contact-btn .wpcf7-submit {
        margin-bottom: 30px;
        padding: 18px 20px;
    }
    .contact-form .contact-btn{
        /*text-align: center;*/
    }
    .contact-btn::after {
        bottom:52px !important;
        /*right: 75px !important;*/
    }
    .modal-content .modal-body .content-block h2{
        font-size: 56px;
        word-break: break-word;
        line-height: 1.2;
    }
    .modal-content .modal-body .content-block .social-links li a{
        padding: 25px;
    }
    .our-brands .brands-block a .hover-image{
        opacity: 1;
    }
    .our-brands .brands-block a{
        background-color: transparent;
    }
    .mobile-navbar{
        top: 0;
    }
}

.wp-block-fairwave-our-careers-embed a{
    display: flex;
    flex-flow: row;
    border-bottom:2px solid #000;
    padding:25px 0;
    text-decoration: none;
    color:#000;
    vertical-align: center;
    align-items: center;
    transition:all 0.2s ease;
    background-color: rgba(0,0,0,0);
    margin-bottom: 25px;
}
.wp-block-fairwave-our-careers-embed a .title{
    margin-right:auto;
    transition:all 0.2s ease;

}
.wp-block-fairwave-our-careers-embed a:hover path,
.wp-block-fairwave-our-careers-embed a:hover rect{
    transition:all 0.2s ease;
}

.wp-block-fairwave-our-careers-embed a .location{
    margin-right:15px;
    transition:all 0.2s ease;
}
/*.wp-block-fairwave-our-careers-embed a:hover{*/
/*    background-color: #000;*/
/*}*/

/*.wp-block-fairwave-our-careers-embed a:hover .title,*/
/*.wp-block-fairwave-our-careers-embed a:hover .location{*/
/*    color: #fff;*/
/*}*/
.wp-block-fairwave-our-careers-embed a:hover path{
    fill: #fff;
}
.wp-block-fairwave-our-careers-embed a:hover rect{
    stroke:#fff;
    fill: #000;
}
.back-link{
    color:#000;
    text-decoration: none;
    transition:all 0.2s ease;
    vertical-align: middle;
}
.back-link:hover{
    color:#474747;
}
.back-link img{
    vertical-align: middle;
    margin-right: 10px;
    transition:all 0.2s ease;
    position: relative;
    top:-2px;
}
.back-link:hover img{
    margin-right: 15px;
}