:root {
    --main-font: "myriad-pro", sans-serif;
    --second-font: "myriad-pro", sans-serif;
    --green: #008A36;
    --body-bg: #fff;
    --t: .3s;
    --r: 0;
    --shadow: 0 5px 25px rgba(#000, .1);
    --text-color: #565655;
    --text-light: #565655;
    --text-dark: #565655;
    --primary: var(--green);
    --accent: var(--green)
}

.reelview-tpg {
    font-size: 18px;
    line-height: 1.388;
    font-family: var(--main-font)
}

@media screen and (max-width:575px) {
    .reelview-tpg {
        font-size: 12px;
        line-height: 1.333
    }
}

.section-caption {
    margin-bottom: 30px
}

.section-caption .sc-title {
    font-size: 25px;
    line-height: 1.12;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (max-width:575px) {
    .section-caption {
        margin-bottom: 15px
    }

    .section-caption .sc-title {
        font-size: 18px;
        line-height: 21px
    }
}

.svg-decoration {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    float: none;
    clear: both
}

.push {
    position: relative
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.text-uppercase {
    text-transform: uppercase
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;"
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.lg-visible,
.lg-visible-flex {
    display: none !important
}

@media screen and (max-width:1199px) {
    .lg-hidden {
        display: none !important
    }

    .lg-visible {
        display: block !important
    }

    .lg-visible-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.md-visible,
.md-visible-flex {
    display: none !important
}

@media screen and (max-width:991px) {
    .md-hidden {
        display: none !important
    }

    .md-visible {
        display: block !important
    }

    .md-visible-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.sm-visible,
.sm-visible-flex {
    display: none !important
}

@media screen and (max-width:767px) {
    .sm-hidden {
        display: none !important
    }

    .sm-visible {
        display: block !important
    }

    .sm-visible-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.xs-visible,
.xs-visible-flex {
    display: none !important
}

@media screen and (max-width:575px) {
    .xs-hidden {
        display: none !important
    }

    .xs-visible {
        display: block !important
    }

    .xs-visible-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.sub-xs-visible,
.sub-xs-visible-flex {
    display: none !important
}

@media screen and (max-width:479px) {
    .sub-xs-hidden {
        display: none !important
    }

    .sub-xs-visible {
        display: block !important
    }

    .sub-xs-visible-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

#pojo-a11y-toolbar {
    z-index: 500 !important
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: var(--text-color);
    background: var(--body-bg);
    font-family: "myriad-pro", sans-serif
}

body.modal-visible {
    overflow: hidden
}

figure,
iframe,
picture {
    display: block
}

a,
button {
    text-decoration: none;
    -webkit-transition: all var(--t);
    transition: all var(--t);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent
}

video {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.reelview-tpg .container {
    width: 100%;
    max-width: calc(var(--container-size) + var(--gutter) * 2);
    padding: 0 var(--gutter);
    margin: 0 auto;
    --container-size: calc(100% - var(--gutter) * 2);
    --gutter: 34px
}

@media screen and (min-width:576px) {
    .reelview-tpg .container {
        --container-size: 565px
    }
}

@media screen and (min-width:768px) {
    .reelview-tpg .container {
        --container-size: 690px
    }
}

@media screen and (min-width:992px) {
    .reelview-tpg .container {
        --container-size: 900px
    }
}

@media screen and (min-width:1260px) {
    .reelview-tpg .container {
        --container-size: 1073px
    }
}

body.page-template-lp-pioneers h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #565655;
    font-weight: 700;
    margin-bottom: 36px;
    text-align: center
}

@media screen and (max-width:991px) {
    body.page-template-lp-pioneers h2 {
        font-size: 25px
    }
}

.form .input-field,
.form textarea {
    border: 1px solid var(--primary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 38px;
    font-size: 14px;
    color: var(--primary);
    font-family: var(--main-font);
    padding: 0 11px;
    outline: none !important;
    -webkit-transition: all var(--t);
    transition: all var(--t);
    width: 100%;
    appearance: none;
    font-weight: 600
}

.form .input-field::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: var(--primary);
    opacity: 1
}

.form .input-field::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: var(--primary);
    opacity: 1
}

.form .input-field:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: var(--primary);
    opacity: 1
}

.form .input-field::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
    color: var(--primary);
    opacity: 1
}

.form .input-field::placeholder,
.form textarea::placeholder {
    color: var(--primary);
    opacity: 1
}

.form textarea {
    height: 143px;
    resize: none;
    width: 100%;
    padding: 11px;
    display: block
}

.checkbox .fake-label,
.checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .fake-label,
.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 37px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: block;
    color: var(--primary)
}

.checkbox .fake-label:before,
.checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .fake-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--primary);
    -webkit-transition: all var(--t);
    transition: all var(--t);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:575px) {

    .checkbox .fake-label,
    .checkbox .wpcf7-list-item-label,
    .wpcf7-acceptance .fake-label,
    .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 15px
    }
}

.checkbox input:checked+.fake-label:before,
.checkbox input:checked+.wpcf7-list-item-label:before,
.wpcf7-acceptance input:checked+.fake-label:before,
.wpcf7-acceptance input:checked+.wpcf7-list-item-label:before {
    border-width: 8px;
    background: var(--text-color)
}

.modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
    cursor: pointer;
    opacity: 0
}

.modal .modal-dialog {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 70px auto;
    cursor: default;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all var(--t);
    transition: all var(--t);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.modal.visible {
    visibility: visible;
    opacity: 1
}

.modal.visible .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.modal.video-modal .modal-dialog {
    width: auto;
    max-width: 70vw
}

@media screen and (max-width:1023px) {
    .modal.video-modal .modal-dialog {
        max-width: 90vw
    }
}

.modal.video-modal .modal-content {
    background: transparent;
    padding: 0
}

.modal.video-modal .modal-video {
    width: 100%;
    position: relative
}

.modal.video-modal .modal-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.modal.video-modal .modal-video iframe,
.modal.video-modal .modal-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border: 0
}

.modal.video-modal .modal-video.vimeo:before {
    padding-top: 52%
}

.modal .modal-content {
    background: #fff;
    border-radius: var(--r);
    position: relative;
    padding: 60px 100px
}

.modal .modal-text {
    text-align: center
}

.modal.small .modal-dialog {
    max-width: 420px
}

.modal.small .modal-content {
    padding: 40px 50px 50px
}

@media screen and (max-width:575px) {
    .modal.small .modal-content {
        padding: 40px 30px 50px
    }
}

@media screen and (max-width:1229px) {
    .modal .modal-content {
        padding: 40px 30px
    }
}

@media screen and (max-width:575px) {
    .modal .modal-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    opacity: 1;
    -webkit-transition: all var(--t);
    transition: all var(--t);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer
}

.modal-close:after,
.modal-close:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
    -webkit-transition: all var(--t);
    transition: all var(--t);
    border-radius: 1px
}

.modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close:hover:after,
.modal-close:hover:before {
    background: var(--primary)
}

.video-modal .modal-close {
    left: 100%;
    top: -14px;
    right: auto
}

.video-modal .modal-close:after,
.video-modal .modal-close:before {
    background: #fff
}

.video-modal .modal-close:hover:after,
.video-modal .modal-close:hover:before {
    background: var(--primary)
}

@media screen and (max-width:767px) {
    .video-modal .modal-close {
        top: auto;
        bottom: 100%;
        right: -17px;
        left: auto
    }
}

.video-block {
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 0;
    cursor: pointer;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.video-block .block-video-container {
    width: 100%;
    position: relative
}

.video-block .block-video-container:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.video-block .block-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000
}

.video-block .block-preview img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    opacity: 0.61
}

.video-block .play-btn {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 113 113'%3E%3Cpath d='M30.25 11.03 109 56.5l-78.75 45.47V11.03Z' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E") no-repeat center center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-block .play-btn:focus,
.video-block .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.video-block iframe,
.video-block img,
.video-block video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.learn-section {
    padding: 80px 0 194px;
    text-align: center
}

.learn-section .section-caption {
    margin-bottom: 34px;
    text-align: center
}

@media screen and (max-width:991px) {
    .learn-section {
        padding: 40px 0 80px
    }
}

.video-select-block {
    position: relative;
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color)
}

.video-select-block .custom-select {
    width: 100%;
    min-width: 278px;
    height: 50px;
    cursor: pointer
}

.video-select-block .custom-select .current-value {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-select-block .block-play-btn {
    position: absolute;
    top: 0;
    left: calc(100% + 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    border: 1px solid var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-select-block .block-play-btn:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M25 12.5 4 25V0l21 12.5Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center/contain;
    -webkit-transform: translateX(8%);
    transform: translateX(8%)
}

.video-select-block.white .block-select select {
    border-color: #000
}

.video-select-block.white .block-play-btn {
    border-color: #fff
}

@media screen and (max-width:575px) {
    .video-select-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 320px
    }

    .video-select-block .custom-select {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-right: 25px;
        min-width: 175px
    }

    .video-select-block .block-play-btn {
        position: static;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

#watch-the-plastro {
    background: #DFE0DF;
    padding: 80px 0
}

@media screen and (max-width:991px) {
    #watch-the-plastro {
        padding: 60px 0
    }
}

.hero {
    height: auto;
    position: relative;
    margin: -10px 0 0
}

.hero-bg {
    z-index: -1
}

.hero-bg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero__icon {
    position: absolute;
    bottom: 35.27%;
    left: 44.58%;
    width: 10.1%;
    height: 15.32%
}

.hero__icon svg {
    width: 100%;
    height: 100%
}

.hero__text {
    position: absolute;
    right: 15.78%;
    top: 14.18%;
    max-width: 434px;
    text-align: end
}

.hero__text .white-title {
    font-size: 80px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
    color: white
}

.hero__text p {
    font-size: 35px;
    line-height: 34px;
    font-weight: 300;
    color: white
}

@media screen and (max-width:1400px) {
    .hero__text {
        right: 7vw
    }
}

@media screen and (max-width:991px) {
    .hero__text {
        right: 70px;
        top: 40px;
        max-width: 250px
    }

    .hero__text .white-title {
        font-size: 45px;
        line-height: 39px
    }

    .hero__text p {
        font-size: 20px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .hero__text {
        right: 30px;
        top: 26px;
        max-width: 157px
    }

    .hero__text .white-title {
        font-size: 35px;
        line-height: 29px
    }

    .hero__text p {
        font-size: 15px;
        line-height: 15px
    }
}

@media screen and (max-width:567px) {
    .hero {
        height: 212px
    }

    .hero-bg {
        height: 100%
    }

    .hero-bg img {
        height: 100%
    }
}

.irrigation-technology {
    margin: 76px 0 0
}

.irrigation-technology__wrapper .irrigation-technology-title {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 550px;
    margin: 0 auto 15px;
    text-transform: uppercase;
    text-align: center
}

.irrigation-technology__wrapper .irrigation-technology-title span {
    font-weight: 400;
    display: inline
}

.irrigation-technology__wrapper .irrigation-technology-subtitle {
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px;
    max-width: 720px;
    margin: 0 auto 35px
}

.irrigation-technology__wrapper .slider-box {
    position: relative
}

.slider-bg {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.technology-slider .technology-slider__wrapper {
    height: 510px
}

.technology-slider .technology-slider__wrapper .technology-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 55px;
    position: relative
}

.technology-slider .technology-slider__wrapper .technology-slider__slide div {
    display: none
}

.technology-slider .technology-slider__wrapper .technology-slider__slide img {
    width: 259px;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.technology-slider .technology-slider__wrapper .technology-slider__slide img:hover {
    cursor: pointer
}

.technology-slider .technology-slider__wrapper .technology-slider__slide>span {
    font-size: 35px;
    line-height: 28px;
    display: block;
    margin: 0;
    font-weight: 700;
    position: relative;
    color: #008A36
}

.technology-slider .technology-slider__wrapper .technology-slider__slide>span:before {
    content: "";
    margin: 0 auto 13px;
    width: 2px;
    display: block;
    height: 55px;
    border-left: 2px solid #008A36
}

.technology-slider.activated .technology-slider__slide.swiper-slide-active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0
}

.technology-slider.activated .technology-slider__slide.swiper-slide-active img {
    width: 385px;
    height: auto
}

.technology-slider.activated .technology-slider__slide.swiper-slide-active span {
    display: none
}

.technology-slider.activated .technology-slider__slide.swiper-slide-active:after {
    content: "";
    margin: 0 auto;
    width: 2px;
    display: block;
    height: 55px;
    border-left: 2px solid #008A36
}

.slider__accordions {
    width: 100%;
    background: #008A36
}

.slider__accordions .technology {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center
}

.slider__accordions .technology .technology__wrapper {
    padding: 52px 0 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider__accordions .technology .technology__wrapper>span {
    font-size: 35px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 23px;
    color: #fff
}

.slider__accordions .technology .technology__wrapper>p {
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    margin: 0 auto 17px;
    max-width: 951px
}

@media screen and (min-width:1300px) {
    .irrigation-technology {
        margin: 4vw 0 0
    }

    .irrigation-technology__wrapper .irrigation-technology-title {
        display: block;
        font-size: 1.5vw;
        font-weight: 700;
        max-width: 32.3333vw;
        margin: 0 auto 1vw;
        text-transform: uppercase
    }

    .irrigation-technology__wrapper .irrigation-technology-title span {
        font-weight: 400;
        display: inline
    }

    .irrigation-technology__wrapper .irrigation-technology-subtitle {
        font-size: 1.1vw;
        max-width: 47.3333vw;
        margin: 0 auto 2.3333vw
    }

    .irrigation-technology__wrapper .slider-box {
        position: relative
    }

    .slider-bg {
        width: 100%;
        height: 6.6667vw;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1
    }

    .technology-slider .technology-slider__wrapper {
        height: 34vw
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 3.6667vw;
        position: relative
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide div {
        display: none
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide img {
        width: 17.2667vw;
        height: auto;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide img:hover {
        cursor: pointer
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide>span {
        font-size: 2.3333vw;
        line-height: 1.8667vw;
        display: block;
        margin: 0;
        font-weight: 700;
        position: relative;
        color: #008A36
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide>span:before {
        content: "";
        margin: 0 auto 0.8667vw;
        width: 0.1333vw;
        display: block;
        height: 3.6667vw;
        border-left: 0.1333vw solid #008A36
    }

    .technology-slider.activated .technology-slider__slide.swiper-slide-active {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0
    }

    .technology-slider.activated .technology-slider__slide.swiper-slide-active img {
        width: 25.6667vw;
        height: auto
    }

    .technology-slider.activated .technology-slider__slide.swiper-slide-active span {
        display: none
    }

    .technology-slider.activated .technology-slider__slide.swiper-slide-active:after {
        content: "";
        margin: 0 auto -5vw;
        width: 0.1333vw;
        display: block;
        height: 8.6667vw;
        border-left: 0.1333vw solid #008A36
    }
}

@media screen and (max-width:991px) {
    .slider-bg {
        top: 45%
    }

    .irrigation-technology {
        margin: 50px 0 0
    }

    .irrigation-technology__wrapper .irrigation-technology-title {
        text-align: center;
        padding: 0 20px;
        font-size: 25px;
        max-width: 575px
    }

    .irrigation-technology__wrapper .irrigation-technology-subtitle {
        font-size: 18px;
        padding: 0 20px
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide div {
        display: block;
        width: 259px;
        height: 259px;
        position: absolute;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.5);
        top: 19.5%
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide>span {
        font-weight: 700
    }

    .technology-slider.activated .technology-slider__wrapper .technology-slider__slide.swiper-slide-active div {
        display: none
    }

    .slider__accordions .technology .technology__wrapper>p {
        padding: 0 20px
    }
}

@media screen and (max-width:767px) {
    .slider-bg {
        top: 40%
    }

    .technology-slider .technology-slider__wrapper {
        height: 241px
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide {
        height: 241px;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide div {
        width: 186px;
        height: 186px;
        top: 0
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide img {
        width: 186px;
        height: auto
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide>span {
        margin-top: 22px
    }

    .technology-slider .technology-slider__wrapper .technology-slider__slide>span:before {
        display: none
    }

    .technology-slider.activated .technology-slider__wrapper .technology-slider__slide.swiper-slide-active img {
        width: 186px;
        height: auto
    }

    .slider__accordions .technology .technology__wrapper {
        padding: 23px 0 40px
    }

    .slider__accordions .technology .technology__wrapper>span {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .slider__accordions .technology .technology__wrapper>p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 auto 15px
    }
}

@media screen and (max-width:430px) {
    .irrigation-technology__wrapper .irrigation-technology-title br {
        display: none
    }
}

.drip-technology {
    height: 500px;
    position: relative
}

.drip-technology .container {
    height: 100%
}

.drip-technology-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 138, 54, 0.631372549)
}

.drip-technology-bg img {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block
}

.drip-technology__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 833px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

.drip-technology__wrapper .drip-technology-title {
    font-size: 60px;
    line-height: 0.875;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.drip-technology__wrapper .drip-technology-title span {
    font-weight: 700
}

.drip-technology__wrapper p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff
}

.drip-technology__wrapper p span {
    font-weight: 700
}

@media screen and (max-width:991px) {
    .drip-technology {
        height: 592px
    }

    .drip-technology-bg img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .drip-technology__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .drip-technology__wrapper .drip-technology-title {
        margin-top: 173px;
        font-size: 40px;
        line-height: 35px;
        padding: 0 20px
    }

    .drip-technology__wrapper .drip-technology-title span {
        font-size: 40px
    }

    .drip-technology__wrapper p {
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.2;
        padding: 0 20px
    }
}

.products {
    padding: 95px 0 150px;
    background: #DFE0DF
}

.products__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.products__card {
    width: 340px;
    text-align: center;
    padding: 10px
}

.products__card .card__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.products__card .card__img:before {
    content: "";
    display: block;
    padding-top: 100%
}

.products__card .card__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

.products__card span {
    display: block;
    margin: 10px 0;
    font-size: 25px;
    line-height: 1.2;
    color: #008A36;
    font-weight: 700
}

@media screen and (max-width:991px) {
    .products__card span {
        font-size: 22px
    }
}

.products__card p {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.2;
    color: #565655
}

.products__card a {
    font-size: 22px;
    font-weight: 700;
    color: #565655;
    text-decoration: underline
}

@media screen and (max-width:991px) {
    .products {
        padding: 37px 0 84px
    }

    .products__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .products__card {
        width: 50%
    }

    .products__card .card__img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products__card .card__img img {
        width: 70%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media screen and (max-width:767px) {
    .products__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .products__card {
        width: 100%
    }

    .products__card .card__img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    .products__card .card__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .products__card span {
        font-size: 25px;
        line-height: 25px
    }

    .products__card p {
        font-size: 18px
    }

    .products__card a {
        font-size: 20px
    }
}

.brochure {
    height: 360px;
    background: #118A36;
    position: relative
}

.brochure .brochure__wrapper {
    height: 100%
}

.brochure .select-block .select-btn {
    background: transparent;
    width: 48px;
    height: 48px;
    margin-left: 24px;
    cursor: pointer
}

.brochure .select-block .select-btn i {
    width: 48px;
    height: 48px;
    background: var(--wpr-bg-62643b60-aa0e-476b-b23d-f3b76f9a9202) no-repeat center center/contain
}

.brochure .custom-select {
    width: 100%;
    min-width: 278px;
    height: 50px;
    cursor: pointer
}

.brochure .custom-select .current-value {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .brochure .select-block .select-btn {
        margin-left: 0;
        margin-top: 5px
    }
}

.brochure__content {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brochure__content .content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brochure__content .content__wrapper>span {
    font-size: 35px;
    line-height: 0.95;
    display: block;
    margin: 0 0 24px 0;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:991px) {
    .brochure__content .content__wrapper>span {
        text-align: center
    }
}

.brochure__content .content__wrapper .brochure__select {
    float: left;
    width: 265px;
    height: 55px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brochure__content .content__wrapper .brochure__select:hover {
    cursor: pointer
}

.brochure__content .content__wrapper .brochure__select .current-value {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-left: auto
}

.brochure__content .content__wrapper .brochure__select svg {
    margin-left: auto;
    margin-right: 20px
}

.brochure__content .content__wrapper .brochure__select .select-list {
    display: none
}

.brochure__content .content__wrapper .brochure__select .select-list .option:hover {
    background: lightgrey;
    cursor: pointer
}

.brochure__content .content__wrapper .brochure__select.open {
    float: left;
    position: relative
}

.brochure__content .content__wrapper .brochure__select.open .select-list {
    list-style: none;
    display: block;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff
}

.brochure__content .content__wrapper .brochure__select.open .select-list .option {
    padding: 10px;
    font-weight: 600
}

.brochure__content .brochure-download {
    text-decoration: none;
    padding-left: 34px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brochure__content .brochure-download svg {
    width: 45px;
    height: 45px
}

.brochure__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    opacity: 73%
}

.brochure__img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1400px) {
    .brochure {
        height: 420px
    }
}

@media screen and (max-width:991px) {
    .brochure {
        height: 269px
    }

    .brochure__content {
        width: 100%
    }

    .brochure__content .content__wrapper span {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 17px
    }

    .brochure__content .content__wrapper .select-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .brochure__content .content__wrapper .brochure__select {
        width: 220px;
        height: 45px
    }

    .brochure__content .content__wrapper .brochure__select.open .select-list {
        top: 45px
    }

    .brochure__content .brochure-download {
        padding-left: 0
    }

    .brochure__img {
        display: none
    }
}

.solution {
    margin: 147px auto 120px;
    max-width: 1200px;
    padding: 0 20px
}

.solution__wrapper h2 {
    font-size: 35px;
    line-height: 28px;
    text-align: center;
    color: var(--text-color);
    display: block;
    margin-bottom: 71px
}

.solution__list {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -126px
}

.solution__list:after {
    content: "";
    clear: both;
    display: block
}

.solution__list .solution__item {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 45%;
    margin-top: 126px;
    margin-right: 5%;
    margin-left: 0
}

.solution__list .solution__item>div {
    margin-left: 30px
}

.solution__list .solution__item>div .item-caption {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--primary)
}

.solution__list .solution__item>div .item-caption a {
    color: inherit;
    text-decoration: none
}

.solution__list .solution__item>div .item-caption a:focus,
.solution__list .solution__item>div .item-caption a:hover {
    text-decoration: underline
}

.solution__list .solution__item>div p {
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.2
}

.solution__list .solution__item img {
    border-radius: 100%;
    width: 10.4166666667vw;
    height: 10.4166666667vw
}

@media screen and (max-width:1600px) {
    .solution__wrapper h2 {
        line-height: 1
    }
}

@media screen and (max-width:1200px) {
    .solution__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .solution__list .solution__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .solution__list .solution__item>div {
        margin-left: 20px
    }

    .solution__list .solution__item img {
        width: 153px;
        height: 153px
    }
}

@media screen and (max-width:991px) {
    .solution {
        margin: 67px 0;
        padding: 0 32px
    }
}

@media screen and (max-width:767px) {
    .solution__wrapper h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 26px
    }

    .solution__list .solution__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 0 30px
    }

    .solution__list .solution__item>div {
        margin: 21px 0 0
    }

    .solution__list .solution__item>div p {
        font-size: 18px
    }

    .solution__list .solution__item img {
        width: 153px;
        height: 153px
    }
}