/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: #1b1c20;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
html {
    font-size: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    overflow-x: hidden;
}

.wrapper {
    width: calc(100% - 180px);
    max-width: 1418px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1440px) {
    .wrapper {
        width: calc(100% - 120px);
    }
}
@media (max-width: 1280px) {
    .wrapper {
        width: calc(100% - 90px);
    }
}
@media (max-width: 768px) {
    .wrapper {
        width: calc(100% - 60px);
    }
}
@media (max-width: 480px) {
    .wrapper {
        width: calc(100% - 40px);
    }
}

.all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

*:focus {
    outline: none;
}

.text > *:nth-child(1) {
    margin-top: 0;
}
.text > *:last-child {
    margin-bottom: 0;
}
.text ul {
    padding-left: 0;
    list-style-type: none;
}
.text ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.text ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #f04f24;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 10px;
}

b, strong {
    font-weight: 700;
}

body, p, ul, ol, table {
    font-family: proxima-nova, sans-serif;
    color: #1b1c20;
    font-weight: 300;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

main {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
}

.fs-14, main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(2), main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.875rem;
}

.fs-16, main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(1), main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single p, main.page-home-2 .offices-section .wrapper .right .wrap .legend .top p, main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(1), .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .has-error, .position-popup .wrap .form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 1280px) {
    .fs-16, main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(1), main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single p, main.page-home-2 .offices-section .wrapper .right .wrap .legend .top p, main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(1), .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .has-error, .position-popup .wrap .form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media (max-width: 1024px) {
    .fs-16, main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(1), main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single p, main.page-home-2 .offices-section .wrapper .right .wrap .legend .top p, main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(1), .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .has-error, .position-popup .wrap .form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.fs-18, .responsive-menu .wrap .nav ul li a, header.new .wrapper .right .nav ul li a {
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width: 1280px) {
    .fs-18, .responsive-menu .wrap .nav ul li a, header.new .wrapper .right .nav ul li a {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 1024px) {
    .fs-18, .responsive-menu .wrap .nav ul li a, header.new .wrapper .right .nav ul li a {
        font-size: 16px;
        font-size: 1rem;
    }
}

.fs-20, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, body, p, ul, ol, table {
    font-size: 20px;
    font-size: 1.25rem;
}
@media (max-width: 1280px) {
    .fs-20, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, body, p, ul, ol, table {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
@media (max-width: 1024px) {
    .fs-20, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span, .position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, body, p, ul, ol, table {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.fs-22, main.page-agro .products-section .wrapper .products .single-product .right .table .row div, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(1), main.page-home-2 .career-section .bottom-part .wrapper .description .text p, footer.new .wrapper .column .languages .single span {
    font-size: 22px;
    font-size: 1.375rem;
}
@media (max-width: 1440px) {
    .fs-22, main.page-agro .products-section .wrapper .products .single-product .right .table .row div, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(1), main.page-home-2 .career-section .bottom-part .wrapper .description .text p, footer.new .wrapper .column .languages .single span {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}
@media (max-width: 1280px) {
    .fs-22, main.page-agro .products-section .wrapper .products .single-product .right .table .row div, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(1), main.page-home-2 .career-section .bottom-part .wrapper .description .text p, footer.new .wrapper .column .languages .single span {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1024px) {
    .fs-22, main.page-agro .products-section .wrapper .products .single-product .right .table .row div, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(1), main.page-home-2 .career-section .bottom-part .wrapper .description .text p, footer.new .wrapper .column .languages .single span {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.fs-23, main.page-home-2 .hero-section .wrapper .btn-link {
    font-size: 23px;
    font-size: 1.4375rem;
}
@media (max-width: 1440px) {
    .fs-23, main.page-home-2 .hero-section .wrapper .btn-link {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 1280px) {
    .fs-23, main.page-home-2 .hero-section .wrapper .btn-link {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1024px) {
    .fs-23, main.page-home-2 .hero-section .wrapper .btn-link {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.fs-24, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position span {
    font-size: 24px;
    font-size: 1.5rem;
}
@media (max-width: 1440px) {
    .fs-24, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position span {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 1280px) {
    .fs-24, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position span {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1024px) {
    .fs-24, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position span {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.fs-25, main.page-home-2 .services-section .services .wrapper .services-wrap .single span, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single .text p {
    font-size: 25px;
    font-size: 1.5625rem;
}
@media (max-width: 1440px) {
    .fs-25, main.page-home-2 .services-section .services .wrapper .services-wrap .single span, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single .text p {
        font-size: 23px;
        font-size: 1.4375rem;
    }
}
@media (max-width: 1280px) {
    .fs-25, main.page-home-2 .services-section .services .wrapper .services-wrap .single span, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single .text p {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}
@media (max-width: 1024px) {
    .fs-25, main.page-home-2 .services-section .services .wrapper .services-wrap .single span, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single .text p {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

.fs-32, main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div, main.page-agro .products-section .wrapper .products .single-product .right .table-title, main.single-position .hero-section .bottom .wrapper .single span, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4, main.page-home-2 .career-section .top-part .right .wrap .text h3, main.page-home-2 .values-section .wrapper .grid .single span, .btn {
    font-size: 32px;
    font-size: 2rem;
}
@media (max-width: 1440px) {
    .fs-32, main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div, main.page-agro .products-section .wrapper .products .single-product .right .table-title, main.single-position .hero-section .bottom .wrapper .single span, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4, main.page-home-2 .career-section .top-part .right .wrap .text h3, main.page-home-2 .values-section .wrapper .grid .single span, .btn {
        font-size: 29px;
        font-size: 1.8125rem;
    }
}
@media (max-width: 1280px) {
    .fs-32, main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div, main.page-agro .products-section .wrapper .products .single-product .right .table-title, main.single-position .hero-section .bottom .wrapper .single span, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4, main.page-home-2 .career-section .top-part .right .wrap .text h3, main.page-home-2 .values-section .wrapper .grid .single span, .btn {
        font-size: 26px;
        font-size: 1.625rem;
    }
}
@media (max-width: 1024px) {
    .fs-32, main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div, main.page-agro .products-section .wrapper .products .single-product .right .table-title, main.single-position .hero-section .bottom .wrapper .single span, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4, main.page-home-2 .career-section .top-part .right .wrap .text h3, main.page-home-2 .values-section .wrapper .grid .single span, .btn {
        font-size: 23px;
        font-size: 1.4375rem;
    }
}
@media (max-width: 768px) {
    .fs-32, main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div, main.page-agro .products-section .wrapper .products .single-product .right .table-title, main.single-position .hero-section .bottom .wrapper .single span, main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4, main.page-home-2 .career-section .top-part .right .wrap .text h3, main.page-home-2 .values-section .wrapper .grid .single span, .btn {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.fs-45, main.page-agro .products-section .wrapper h2, main.page-agro .factory-section .wrapper .wrap .col .group .location .right, main.page-agro .factory-section .wrapper .wrap .col .group .location .left span, main.page-agro .factory-section .wrapper .wrap .col .group.third h3, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2), main.page-agro .factory-section .wrapper .wrap .col .group.second h3, main.page-agro .factory-section .wrapper h2, main.page-agro .map-section .wrapper h2 {
    font-size: 45px;
    font-size: 2.8125rem;
}
@media (max-width: 1440px) {
    .fs-45, main.page-agro .products-section .wrapper h2, main.page-agro .factory-section .wrapper .wrap .col .group .location .right, main.page-agro .factory-section .wrapper .wrap .col .group .location .left span, main.page-agro .factory-section .wrapper .wrap .col .group.third h3, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2), main.page-agro .factory-section .wrapper .wrap .col .group.second h3, main.page-agro .factory-section .wrapper h2, main.page-agro .map-section .wrapper h2 {
        font-size: 41px;
        font-size: 2.5625rem;
    }
}
@media (max-width: 1280px) {
    .fs-45, main.page-agro .products-section .wrapper h2, main.page-agro .factory-section .wrapper .wrap .col .group .location .right, main.page-agro .factory-section .wrapper .wrap .col .group .location .left span, main.page-agro .factory-section .wrapper .wrap .col .group.third h3, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2), main.page-agro .factory-section .wrapper .wrap .col .group.second h3, main.page-agro .factory-section .wrapper h2, main.page-agro .map-section .wrapper h2 {
        font-size: 37px;
        font-size: 2.3125rem;
    }
}
@media (max-width: 1024px) {
    .fs-45, main.page-agro .products-section .wrapper h2, main.page-agro .factory-section .wrapper .wrap .col .group .location .right, main.page-agro .factory-section .wrapper .wrap .col .group .location .left span, main.page-agro .factory-section .wrapper .wrap .col .group.third h3, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2), main.page-agro .factory-section .wrapper .wrap .col .group.second h3, main.page-agro .factory-section .wrapper h2, main.page-agro .map-section .wrapper h2 {
        font-size: 33px;
        font-size: 2.0625rem;
    }
}
@media (max-width: 768px) {
    .fs-45, main.page-agro .products-section .wrapper h2, main.page-agro .factory-section .wrapper .wrap .col .group .location .right, main.page-agro .factory-section .wrapper .wrap .col .group .location .left span, main.page-agro .factory-section .wrapper .wrap .col .group.third h3, main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2), main.page-agro .factory-section .wrapper .wrap .col .group.second h3, main.page-agro .factory-section .wrapper h2, main.page-agro .map-section .wrapper h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.fs-48, main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title, main.page-agro .top-description-section .wrapper .group h1, h2.block-title,
h3.block-title {
    font-size: 48px;
    font-size: 2.8rem;
}
@media (max-width: 1440px) {
    .fs-48, main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title, main.page-agro .top-description-section .wrapper .group h1, h2.block-title,
    h3.block-title {
        font-size: 43px;
        font-size: 2.6875rem;
    }
}
@media (max-width: 1280px) {
    .fs-48, main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title, main.page-agro .top-description-section .wrapper .group h1, h2.block-title,
    h3.block-title {
        font-size: 39px;
        font-size: 2.4375rem;
    }
}
@media (max-width: 1024px) {
    .fs-48, main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title, main.page-agro .top-description-section .wrapper .group h1, h2.block-title,
    h3.block-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
@media (max-width: 768px) {
    .fs-48, main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title, main.page-agro .top-description-section .wrapper .group h1, h2.block-title,
    h3.block-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.fs-58, main.single-position .hero-section .title .right .wrap .second-wrap h1, main.page-home-2 .hero-section .wrapper h1 {
    font-size: 58px;
    font-size: 3.625rem;
}
@media (max-width: 1440px) {
    .fs-58, main.single-position .hero-section .title .right .wrap .second-wrap h1, main.page-home-2 .hero-section .wrapper h1 {
        font-size: 52px;
        font-size: 3.25rem;
    }
}
@media (max-width: 1280px) {
    .fs-58, main.single-position .hero-section .title .right .wrap .second-wrap h1, main.page-home-2 .hero-section .wrapper h1 {
        font-size: 47px;
        font-size: 2.9375rem;
    }
}
@media (max-width: 1024px) {
    .fs-58, main.single-position .hero-section .title .right .wrap .second-wrap h1, main.page-home-2 .hero-section .wrapper h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}
@media (max-width: 768px) {
    .fs-58, main.single-position .hero-section .title .right .wrap .second-wrap h1, main.page-home-2 .hero-section .wrapper h1 {
        font-size: 38px;
        font-size: 2rem;
    }
}

.fs-68, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
    font-size: 68px;
    font-size: 4.25rem;
}
@media (max-width: 1440px) {
    .fs-68, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
        font-size: 61px;
        font-size: 3.8125rem;
    }
}
@media (max-width: 1280px) {
    .fs-68, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
        font-size: 55px;
        font-size: 3.4375rem;
    }
}
@media (max-width: 1024px) {
    .fs-68, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
        font-size: 49px;
        font-size: 3.0625rem;
    }
}
@media (max-width: 768px) {
    .fs-68, main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
        font-size: 44px;
        font-size: 2rem;
    }
}

h2.block-title,
h3.block-title {
    font-weight: 900;
    color: #1b1c20;
    margin: 0 0 32px;
    line-height: 1.1;
}
@media (max-width: 768px) {
    h2.block-title,
    h3.block-title {
        margin: 0 0 24px;
    }
}

.btn {
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    background: #f04f24;
    padding: 25px 90px;
    border-radius: 50px;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn:hover {
    background: #1b1c20;
}
.btn.grey {
    background: #ddddde;
    color: #f04f24;
}
.btn.grey:hover {
    background: #f04f24;
    color: #ffffff;
}

.center-btn {
    text-align: center;
}

.bg-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.position-popup {
    background: #ffffff;
    border-radius: 50px;
    max-width: 720px;
    margin: 72px auto 24px;
    width: 100%;
}
.position-popup .wrap {
    padding: 48px 48px;
}
.position-popup .wrap .form form {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap input,
.position-popup .wrap .form form .wpcf7-form-control-wrap textarea {
    border: 1px solid #f04f24;
    padding: 16px 16px;
    display: block;
    width: 100%;
    border-radius: 30px;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 6px 0 0;
    color: #f50505;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
    border: 1px solid #f04f24;
    border-radius: 30px;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
    color: #1b1c20;
    font-weight: 700;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a {
    color: #f04f24;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a:hover {
    color: #1b1c20;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
    right: 18px;
    bottom: 8px;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
    display: none;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    padding: 0;
    width: 100%;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
    font-weight: 700;
    color: #1b1c20;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
    font-style: normal;
    color: #1b1c20;
}
.position-popup .wrap .form form .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .has-error {
    color: #f50505;
    margin: 6px 0 0;
}
.position-popup .wrap .form form .btn {
    border: none;
    line-height: 1;
    width: auto;
    cursor: pointer;
}
.position-popup .wrap .form form .wpcf7-spinner {
    display: none !important;
}
.position-popup .wrap .form form .wpcf7-response-output {
    margin: 0;
    padding: 16px 16px;
    text-align: center;
    border-radius: 30px;
}
.position-popup .mfp-close {
    opacity: 1;
    top: -52px;
    width: 40px;
    height: 40px;
    font-size: 60px;
    line-height: 0.6;
    color: #ffffff;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.position-popup .mfp-close:hover {
    color: #f04f24;
}

.gdpr_lightbox .moove-gdpr-company-logo-holder {
    display: none !important;
}

header.new {
    padding: 26px 0;
    position: relative;
    z-index: 100;
}
header.new .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.new .wrapper .logo {
    display: block;
    text-decoration: none;
}
header.new .wrapper .logo img {
    height: 30px;
    width: auto;
    display: block;
}
@media (max-width: 768px) {
    header.new .wrapper .right .nav {
        display: none;
    }
}
header.new .wrapper .right .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    grid-gap: 40px;
}
header.new .wrapper .right .nav ul li a {
    color: #f04f24;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
header.new .wrapper .right .nav ul li a:hover {
    color: #1b1c20;
}
header.new .wrapper .right .responsive-btn {
    display: none;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 15px;
}
@media (max-width: 768px) {
    header.new .wrapper .right .responsive-btn {
        display: block;
    }
}
header.new .wrapper .right .responsive-btn.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 6px;
}
header.new .wrapper .right .responsive-btn.active span:nth-of-type(2) {
    opacity: 0;
}
header.new .wrapper .right .responsive-btn.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 6px;
}
header.new .wrapper .right .responsive-btn span {
    width: 25px;
    height: 3px;
    background: #f04f24;
    display: block;
    margin: 0 0 3px;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header.new .wrapper .right .responsive-btn span:nth-of-type(1) {
    top: 0;
    left: 0;
}
header.new .wrapper .right .responsive-btn span:nth-of-type(2) {
    top: 6px;
    left: 0;
}
header.new .wrapper .right .responsive-btn span:nth-of-type(3) {
    bottom: 0;
    left: 0;
}
header.new .wrapper .right .responsive-btn span:last-of-type {
    margin: 0;
}

.responsive-menu {
    display: none;
}
@media (max-width: 768px) {
    .responsive-menu {
        display: flex;
        overflow: hidden;
        width: 0;
        right: 0;
        position: absolute;
        top: 0;
        background: #ddddde;
        height: 100vh;
        z-index: 99;
        max-width: 480px;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}
.responsive-menu .wrap {
    height: auto;
    padding: 0 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 480px) {
    .responsive-menu .wrap {
        padding-bottom: 48px;
    }
}
.responsive-menu .wrap .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.responsive-menu .wrap .nav ul li {
    margin: 0 auto 14px;
    width: 100%;
    text-align: center;
}
.responsive-menu .wrap .nav ul li.current_page_item a {
    color: #f04f24;
}
.responsive-menu .wrap .nav ul li:last-of-type {
    margin: 0;
}
.responsive-menu .wrap .nav ul li a {
    color: #f04f24;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.responsive-menu .wrap .nav ul li a:hover {
    color: #1b1c20;
}
.responsive-menu.active {
    width: 100%;
}

footer.new {
    padding: 85px 0 56px;
    /*border-bottom: 85px solid #f04f24;*/
}
.footer {
    background: #f04f24;padding: 30px 0 ; text-align: center;
}
.footer p,.footer a{
    color: #fff;
    font-size: 1rem;
    line-height:1.2
}
@media (max-width: 768px) {
    footer.new {
        padding: 64px 0 56px;
    }
}
footer.new .wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 48px;
}
@media (max-width: 1024px) {
    footer.new .wrapper {
        grid-gap: 32px;
    }
}
@media (max-width: 768px) {
    footer.new .wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
footer.new .wrapper .column .block-title {
    margin: 0 0 46px;
}
@media (max-width: 1024px) {
    footer.new .wrapper .column .block-title {
        margin: 0 0 32px;
    }
}
footer.new .wrapper .column .rows {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
footer.new .wrapper .column .rows .single {
    display: flex;
    grid-gap: 16px;
}
footer.new .wrapper .column .rows .single img {
    height: 45px;
    width: auto;
    display: block;
    flex: none;
}
footer.new .wrapper .column .rows .single a {
    color: #1b1c20;
    text-decoration: none;
    margin: 11px 0 0;
    line-height: 1.1;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
footer.new .wrapper .column .rows .single a:hover {
    color: #f04f24;
}
footer.new .wrapper .column .rows .single p {
    margin: 8px 0 0;
    line-height: 1.1;
}
footer.new .wrapper .column .languages {
    display: grid;
    grid-gap: 14px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 281px;
}
footer.new .wrapper .column .languages .single {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background: #787878;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    footer.new .wrapper .column .languages .single {
        width: 40px;
        height: 40px;
    }
}
footer.new .wrapper .column .languages .single span {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

main.page-home-2 .hero-section {
    background-color: #dcdad9;
    background-color: #f5f4f4;
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    max-height: 1500px;
}
@media (max-width: 1024px) {
    main.page-home-2 .hero-section {
        height: 455px;
    }
}
main.page-home-2 .hero-section:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 44.5%;
}
@media (max-width: 1024px) {
    main.page-home-2 .hero-section:after {
        display: none;
    }
}
main.page-home-2 .hero-section .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    padding: 13% 0 0;
}
main.page-home-2 .hero-section .wrapper h1 {
    color: #f04f24;
    font-weight: 900;
    margin: 0 0 32px;
    line-height: 1.1;
    max-width: 780px;
}
main.page-home-2 .hero-section .wrapper .btn-link {
    color: #1b1c20;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
main.page-home-2 .hero-section .wrapper .btn-link:hover {
    color: #f04f24;
}
main.page-home-2 .hero-section .wrapper .btn-link:hover:after {
    background: #f04f24;
}
main.page-home-2 .hero-section .wrapper .btn-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #1b1c20;
    margin: 1px 0 0;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
main.page-home-2 .hero-section .animation {
    position: absolute;
    right: 0;
    height: 135%;
    top: 0;
    width: 110%;
    transform: translateX(18%) translateY(-15%);
    z-index: 2;
}
main.page-home-2 .hero-section .animation dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.page-home-2 .hero-section .animation-2 {
    position: absolute;
    right: 0;
    height: 135%;
    top: 0;
    width: 110%;
    transform: translateX(18%) translateY(-15%);
}
main.page-home-2 .hero-section .animation-2 dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.page-home-2 .hero-section .bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
main.page-home-2 .hero-section .bg-white img {
    display: block;
    height: 180%;
    width: auto;
    transform: translateY(-18%) translateX(10%);
}
main.page-home-2 .about-section {
    padding: 32px 0 0;
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section {
        padding: 85px 0 0;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .about-section {
        padding: 64px 0 0;
    }
}
main.page-home-2 .about-section .top-part {
    display: flex;
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .top-part {
        flex-direction: column;
        grid-gap: 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .about-section .top-part {
        grid-gap: 32px;
    }
}
main.page-home-2 .about-section .top-part .left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 90px;
}
@media (max-width: 1440px) {
    main.page-home-2 .about-section .top-part .left {
        padding: 0 0 0 60px;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .about-section .top-part .left {
        padding: 0 0 0 45px;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .top-part .left {
        width: 100%;
        padding: 0 45px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .about-section .top-part .left {
        padding: 0 30px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .about-section .top-part .left {
        padding: 0 20px;
    }
}
main.page-home-2 .about-section .top-part .left .wrap {
    max-width: 709px;
    padding: 76px 0 76px;
}
@media (max-width: 1680px) {
    main.page-home-2 .about-section .top-part .left .wrap {
        padding: 64px 0 76px;
    }
}
@media (max-width: 1440px) {
    main.page-home-2 .about-section .top-part .left .wrap {
        padding: 48px 0 76px;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .about-section .top-part .left .wrap {
        padding: 32px 0 76px;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .top-part .left .wrap {
        padding: 0;
        max-width: 100%;
    }
}
main.page-home-2 .about-section .top-part .right {
    width: 50%;
    padding: 0 0 0 60px;
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .top-part .right {
        padding: 0 0 0 45px;
        width: 100%;
    }
}
main.page-home-2 .about-section .top-part .right .photo {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    max-height: 1500px;
}
main.page-home-2 .about-section .top-part .right .photo:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
}
main.page-home-2 .about-section .bottom-part {
    margin: -42px 0 0;
}
main.page-home-2 .about-section .bottom-part .left {
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 60%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 1680px) {
    main.page-home-2 .about-section .bottom-part .left {
        width: 70%;
        padding: 0 0 0 90px;
    }
}
@media (max-width: 1440px) {
    main.page-home-2 .about-section .bottom-part .left {
        width: 80%;
        padding: 0 0 0 60px;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .about-section .bottom-part .left {
        width: 85%;
        padding: 0 0 0 45px;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .bottom-part .left {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .about-section .bottom-part .left {
        width: calc(100% - 30px);
    }
}
@media (max-width: 480px) {
    main.page-home-2 .about-section .bottom-part .left {
        width: calc(100% - 20px);
    }
}
main.page-home-2 .about-section .bottom-part .left .bg {
    background: #f2f1f1;
    background: -moz-linear-gradient(90deg, #f2f1f1 0%, #f3ad81 100%);
    background: -webkit-linear-gradient(90deg, #f2f1f1 0%, #f3ad81 100%);
    background: linear-gradient(90deg, #f2f1f1 0%, #f3ad81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f1f1",endColorstr="#f3ad81",GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main.page-home-2 .about-section .bottom-part .left .wrap {
    position: relative;
    max-width: 1010px;
    padding: 0 0 0 90px;
}
@media (max-width: 1680px) {
    main.page-home-2 .about-section .bottom-part .left .wrap {
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .bottom-part .left .wrap {
        width: 100%;
        max-width: 700px;
    }
}
main.page-home-2 .about-section .bottom-part .left .wrap .grid {
    display: flex;
    align-items: flex-start;
    padding: 39px 100px 39px 52px;
    grid-gap: 103px;
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid {
        padding: 32px 32px 32px 32px;
        grid-gap: 63px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid {
        flex-wrap: wrap;
        grid-gap: 48px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid {
        padding: 32px 24px 32px 24px;
    }
}
main.page-home-2 .about-section .bottom-part .left .wrap .grid .single {
    position: relative;
}
@media (max-width: 768px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid .single {
        width: calc(50% - 24px);
        max-width: 180px;
    }
}
main.page-home-2 .about-section .bottom-part .left .wrap .grid .single:after {
    content: "";
    display: block;
    width: 3px;
    height: 120px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -52px;
}
@media (max-width: 1440px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid .single:after {
        height: 110px;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid .single:after {
        height: 100px;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid .single:after {
        left: -32px;
        height: 89px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .about-section .bottom-part .left .wrap .grid .single:after {
        left: -24px;
    }
}
main.page-home-2 .about-section .bottom-part .left .wrap .grid .single span {
    display: block;
    color: #f04f24;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}
main.page-home-2 .about-section .bottom-part .left .wrap .grid .single .text p {
    font-weight: 700;
    line-height: 1.05;
}
main.page-home-2 .offices-section {
    padding: 85px 0 0;
    position: relative;
}
@media (max-width: 768px) {
    main.page-home-2 .offices-section {
        padding: 64px 0 0;
    }
}
main.page-home-2 .offices-section .wrapper {
    display: flex;
    align-items: flex-start;
    grid-gap: 35px;
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper {
        flex-direction: column;
        grid-gap: 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .offices-section .wrapper {
        grid-gap: 32px;
    }
}
main.page-home-2 .offices-section .wrapper .left {
    width: 315px;
    flex: none;
    padding: 76px 0 0;
}
@media (max-width: 1680px) {
    main.page-home-2 .offices-section .wrapper .left {
        padding: 64px 0 0;
    }
}
@media (max-width: 1440px) {
    main.page-home-2 .offices-section .wrapper .left {
        padding: 48px 0 0;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .offices-section .wrapper .left {
        padding: 32px 0 0;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper .left {
        padding: 0;
        width: 100%;
    }
}
main.page-home-2 .offices-section .wrapper .right {
    width: calc(100% - 340px);
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper .right {
        width: 100%;
    }
}
main.page-home-2 .offices-section .wrapper .right .wrap {
    background: #f5f4f4;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 16px 32px;
    width: calc(100% + (100vw - 1418px) / 2);
}
@media (max-width: 1680px) {
    main.page-home-2 .offices-section .wrapper .right .wrap {
        width: calc(100% + 131px);
    }
}
@media (max-width: 1440px) {
    main.page-home-2 .offices-section .wrapper .right .wrap {
        width: calc(100% + 60px);
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .offices-section .wrapper .right .wrap {
        width: calc(100% + 45px);
    }
}
@media (max-width: 768px) {
    main.page-home-2 .offices-section .wrapper .right .wrap {
        width: calc(100% + 30px);
    }
}
@media (max-width: 768px) {
    main.page-home-2 .offices-section .wrapper .right .wrap {
        width: calc(100% + 20px);
    }
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap {
    position: relative;
    width: 100%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 1500px;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link {
    position: absolute;
    width: 1.8%;
    transform: translate(-50%, -50%);
    /* Center the area */
    cursor: pointer;
    cursor: default;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.small {
    width: 1.8%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.lithuania {
    top: 32.7%;
    left: 54.2%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.turkey {
    top: 42.7%;
    left: 56.6%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.india {
    top: 54%;
    left: 70.3%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.brasil {
    top: 68.25%;
    left: 32.4%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.pakistan {
    top: 47.2%;
    left: 67.7%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.switzerland {
    top: 37.6%;
    left: 49.85%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.china {
    top: 46.1%;
    left: 77.3%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.dubai {
    top: 51.3%;
    left: 63.25%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.kazakhstan {
    top: 34%;
    left: 65.5%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.uzbekistan {
    top: 41.5%;
    left: 65.9%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.singapore {
    top: 62.5%;
    left: 78.5%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link.poland {
    top: 34.1%;
    left: 52.55%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link:hover .info-box {
    opacity: 1;
    visibility: visible;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box {
    position: absolute;
    top: -65px;
    /* Position the popup circle above the hoverable area */
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    /* Fixed size for info box */
    height: 130px;
    /* Fixed size for info box */
    background-color: rgba(255, 255, 255, 0.9);
    /* Partially visible white background */
    border-radius: 50%;
    /* Circle shape */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(1) {
    padding: 8px 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #f04f24;
}
main.page-home-2 .offices-section .wrapper .right .wrap .map-wrap .country-link .info-box span:nth-of-type(2) {
    display: block;
    text-align: center;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .top {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .top img {
    height: 28px;
    width: auto;
    display: block;
    flex: none;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .top p {
    margin: 0;
    line-height: 1.1;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom {
    margin: 16px 0 0;
    display: flex;
    align-items: flex-end;
    grid-gap: 32px;
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom {
        flex-direction: column;
        grid-gap: 24px;
        align-items: flex-start;
    }
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .img-wrap {
    width: 28px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .img-wrap {
        width: 20px;
    }
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .img-wrap img {
    height: 16px;
    width: auto;
    display: block;
    flex: none;
}
@media (max-width: 1024px) {
    main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .img-wrap img {
        height: 20px;
    }
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .circle {
    height: 20px;
    width: 20px;
    flex: none;
    border-radius: 100%;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .circle.red {
    background: #e94200;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single .circle.pink {
    background: #f09f82;
}
main.page-home-2 .offices-section .wrapper .right .wrap .legend .bottom .single p {
    margin: 0;
    line-height: 1.1;
}
main.page-home-2 .services-section {
    padding: 85px 0 0;
    overflow-x: hidden;
    position: relative;
}
@media (max-width: 768px) {
    main.page-home-2 .services-section {
        padding: 64px 0 0;
    }
}
main.page-home-2 .services-section .wrapper .block-title {
    margin: 0 0 64px;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .wrapper .block-title {
        margin: 0 0 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .wrapper .block-title {
        margin: 0 0 32px;
    }
}
main.page-home-2 .services-section .services {
    background: #d9d6d6;
    background: #f5f4f4;
    overflow: hidden;
    position: relative;
}
main.page-home-2 .services-section .services .animation {
    position: absolute;
    right: 0;
    height: 135%;
    top: 0;
    width: 110%;
    transform: translateX(18%) translateY(-15%);
    z-index: 2;
}
main.page-home-2 .services-section .services .animation dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.page-home-2 .services-section .services .animation-2 {
    position: absolute;
    right: 0;
    height: 135%;
    top: 0;
    width: 110%;
    transform: translateX(18%) translateY(-15%);
}
main.page-home-2 .services-section .services .animation-2 dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.page-home-2 .services-section .services .wrapper {
    z-index: 3;
}
main.page-home-2 .services-section .services .wrapper .services-wrap {
    padding: 48px 0 48px 90px;
    margin-left: -90px;
    position: relative;
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap {
        grid-gap: 40px;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap {
        grid-gap: 32px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 150px);
    background: #f04f24;
    position: absolute;
    top: 0;
    left: 90px;
}
main.page-home-2 .services-section .services .wrapper .services-wrap:before {
    content: "";
    display: block;
    width: 120px;
    left: 90px;
    bottom: 150px;
    height: 2px;
    background: #f04f24;
    position: absolute;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single {
    background: #f04f24;
    border-radius: 50px;
    padding: 20px 20px;
    max-width: 350px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single {
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single {
        max-width: 400px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:last-child:before {
    display: none !important;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(1) {
    margin-top: 0 !important;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1) {
    margin: -64px 0 0 90px;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1) {
        margin: -64px 0 0 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1) {
        margin: 0 0 0 48px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1) {
        margin: 0 0 0 32px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1):before {
    content: "";
    display: block;
    width: 90px;
    left: -90px;
    bottom: 50%;
    height: 2px;
    background: #f04f24;
    position: absolute;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1):before {
        left: -48px;
        width: 48px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 1):before {
        left: -32px;
        width: 32px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2) {
    margin: -64px 0 0 530px;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2) {
        margin: -64px 0 0 393px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2) {
        margin: 0 0 0 48px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2) {
        margin: 0 0 0 32px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2):before {
    content: "";
    display: block;
    width: 530px;
    left: -530px;
    bottom: 50%;
    height: 2px;
    background: #f04f24;
    position: absolute;
}
@media (max-width: 1024px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2):before {
        left: -393px;
        width: 393px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2):before {
        left: -48px;
        width: 48px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .services-section .services .wrapper .services-wrap .single:nth-of-type(2n + 2):before {
        left: -32px;
        width: 32px;
    }
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single .icon-wrap {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single .icon-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    filter: brightness(0) invert(1);
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single span {
    font-weight: 900;
    display: block;
    margin: 8px 0 0;
    color: #ffffff;
    text-align: center;
    line-height: 1.1;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single .text {
    margin: 8px 0 0;
}
main.page-home-2 .services-section .services .wrapper .services-wrap .single .text p {
    color: #ffffff;
    text-align: center;
}
main.page-home-2 .values-section {
    padding: 85px 0 64px;
}
@media (max-width: 768px) {
    main.page-home-2 .values-section {
        padding: 64px 0 64px;
    }
}
main.page-home-2 .values-section .wrapper .block-title {
    margin: 0 0 64px;
}
@media (max-width: 1024px) {
    main.page-home-2 .values-section .wrapper .block-title {
        margin: 0 0 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .values-section .wrapper .block-title {
        margin: 0 0 32px;
    }
}
main.page-home-2 .values-section .wrapper .grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
    main.page-home-2 .values-section .wrapper .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-row-gap: 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .values-section .wrapper .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 32px;
    }
}
main.page-home-2 .values-section .wrapper .grid .single {
    border-left: 2px solid #e6e8eb;
    padding: 0 48px;
}
@media (max-width: 1024px) {
    main.page-home-2 .values-section .wrapper .grid .single {
        padding: 0 32px;
        border-left: none;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .values-section .wrapper .grid .single:nth-child(2n+1) {
        border-right: 2px solid #e6e8eb;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .values-section .wrapper .grid .single:nth-child(2n+1) {
        border: none;
    }
}
main.page-home-2 .values-section .wrapper .grid .single:last-child {
    border-right: 2px solid #e6e8eb;
}
@media (max-width: 1024px) {
    main.page-home-2 .values-section .wrapper .grid .single:last-child {
        border: none;
    }
}
main.page-home-2 .values-section .wrapper .grid .single .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
main.page-home-2 .values-section .wrapper .grid .single .icon-wrap img {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
main.page-home-2 .values-section .wrapper .grid .single span {
    color: #f04f24;
    font-weight: 900;
    display: block;
    text-align: center;
    margin: 32px 0 0;
    line-height: 1.1;
}
main.page-home-2 .values-section .wrapper .grid .single .text {
    margin: 32px 0 0;
    text-align: center;
}
main.page-home-2 .career-section {
    background: #e9e9e9;
    background: #f5f4f4;
    padding: 85px 0 60px;
}
@media (max-width: 768px) {
    main.page-home-2 .career-section {
        padding: 64px 0 64px;
    }
}
main.page-home-2 .career-section .top-part {
    display: flex;
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .top-part {
        flex-direction: column;
        grid-gap: 48px;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .top-part {
        grid-gap: 32px;
    }
}
main.page-home-2 .career-section .top-part .left {
    width: 50%;
    padding: 0 60px 0 0;
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .top-part .left {
        width: 100%;
        padding: 0 45px 0 0;
        order: 2;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .top-part .left {
        padding: 0 30px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .career-section .top-part .left {
        padding: 0 20px 0 0;
    }
}
main.page-home-2 .career-section .top-part .left .photo {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    max-height: 1500px;
}
main.page-home-2 .career-section .top-part .left .photo:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
}
main.page-home-2 .career-section .top-part .right {
    width: 50%;
    display: flex;
    padding: 0 90px 0 0;
}
@media (max-width: 1440px) {
    main.page-home-2 .career-section .top-part .right {
        padding: 0 60px 0 0;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .career-section .top-part .right {
        padding: 0 45px 0 0;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .top-part .right {
        padding: 0;
        width: calc(100% - 90px);
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .top-part .right {
        width: calc(100% - 60px);
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .top-part .right {
        width: calc(100% - 40px);
    }
}
main.page-home-2 .career-section .top-part .right .wrap {
    max-width: 709px;
    padding: 76px 0 76px;
}
@media (max-width: 1680px) {
    main.page-home-2 .career-section .top-part .right .wrap {
        padding: 64px 0 64px;
    }
}
@media (max-width: 1440px) {
    main.page-home-2 .career-section .top-part .right .wrap {
        padding: 48px 0 48px;
    }
}
@media (max-width: 1280px) {
    main.page-home-2 .career-section .top-part .right .wrap {
        padding: 32px 0 32px;
    }
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .top-part .right .wrap {
        max-width: 100%;
        padding: 0;
    }
}
main.page-home-2 .career-section .top-part .right .wrap .text h3 {
    font-weight: 900;
    color: #f04f24;
}
main.page-home-2 .career-section .bottom-part {
    margin: 80px 0 0;
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .bottom-part {
        margin: 64px 0 0;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .bottom-part {
        margin: 48px 0 0;
    }
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single {
    border: 1px solid #f04f24;
    border-radius: 40px;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header.ui-accordion-header-active .state {
    transform: rotate(0deg);
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4 {
    font-weight: 900;
    text-transform: uppercase;
    color: #f04f24;
    margin: 0;
    line-height: 1;
    padding: 34px 34px;
    width: 100%;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header h4:hover {
    color: #1b1c20;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .header .state {
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/icon-arrow-top-orange.svg");
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 28px;
    right: 34px;
    transform: rotate(180deg);
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 0 34px 34px;
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (max-width: 480px) {
    main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid {
        padding: 0 24px 24px;
    }
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 8px 8px 8px 36px;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 50px;
    grid-gap: 16px;
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position {
        padding: 8px 8px 8px 24px;
    }
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position:hover span {
    color: #f04f24;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position span {
    display: block;
    font-weight: 500;
    color: #1b1c20;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position img {
    height: 56px;
    width: auto;
    display: block;
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position img {
        height: 40px;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .career-section .bottom-part .wrapper .accordion .single .grid .single-position img {
        height: 32px;
    }
}
main.page-home-2 .career-section .bottom-part .wrapper .description {
    margin: 95px 0 0;
}
@media (max-width: 1024px) {
    main.page-home-2 .career-section .bottom-part .wrapper .description {
        margin: 72px 0 0;
    }
}
@media (max-width: 768px) {
    main.page-home-2 .career-section .bottom-part .wrapper .description {
        margin: 56px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-home-2 .career-section .bottom-part .wrapper .description {
        margin: 40px 0 0;
    }
}
main.page-home-2 .career-section .bottom-part .wrapper .description .text p {
    font-weight: 700;
    text-align: center;
}
main.page-home-2 .career-section .bottom-part .wrapper .description .center-btn {
    margin: 24px 0 0;
}

main.single-position .hero-section {
    background: #f5f4f4;
    padding: 68px 0 40px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1024px) {
    main.single-position .hero-section {
        padding: 48px 0 40px;
    }
}
@media (max-width: 768px) {
    main.single-position .hero-section {
        padding: 40px 0 40px;
    }
}
@media (max-width: 480px) {
    main.single-position .hero-section {
        padding: 32px 0 32px;
    }
}
main.single-position .hero-section .title {
    position: relative;
    z-index: 3;
}
main.single-position .hero-section .title .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
main.single-position .hero-section .title .right .wrap {
    width: 100%;
    width: calc((100% - 1418px) / 2 + 1418px);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    background: #efcec1;
    background: -moz-linear-gradient(270deg, #efcec1 0%, #ea4e11 100%);
    background: -webkit-linear-gradient(270deg, #efcec1 0%, #ea4e11 100%);
    background: linear-gradient(270deg, #efcec1 0%, #ea4e11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efcec1",endColorstr="#ea4e11",GradientType=1);
}
@media (max-width: 1596px) {
    main.single-position .hero-section .title .right .wrap {
        width: calc(100% - 90px);
    }
}
@media (max-width: 1440px) {
    main.single-position .hero-section .title .right .wrap {
        width: calc(100% - 60px);
    }
}
@media (max-width: 1280px) {
    main.single-position .hero-section .title .right .wrap {
        width: calc(100% - 45px);
    }
}
@media (max-width: 768px) {
    main.single-position .hero-section .title .right .wrap {
        width: calc(100% - 30px);
    }
}
@media (max-width: 480px) {
    main.single-position .hero-section .title .right .wrap {
        width: calc(100% - 20px);
    }
}
main.single-position .hero-section .title .right .wrap .second-wrap {
    padding: 40px 0 40px 40px;
    max-width: 1418px;
}
main.single-position .hero-section .title .right .wrap .second-wrap h1 {
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}
main.single-position .hero-section .bottom {
    margin: 60px 0 0;
    position: relative;
    z-index: 3;
}
@media (max-width: 1024px) {
    main.single-position .hero-section .bottom {
        margin: 48px 0 0;
    }
}
@media (max-width: 768px) {
    main.single-position .hero-section .bottom {
        margin: 40px 0 0;
    }
}
@media (max-width: 480px) {
    main.single-position .hero-section .bottom {
        margin: 32px 0 0;
    }
}
main.single-position .hero-section .bottom .wrapper {
    display: flex;
    align-items: center;
    grid-gap: 72px;
}
@media (max-width: 1024px) {
    main.single-position .hero-section .bottom .wrapper {
        grid-gap: 48px;
    }
}
@media (max-width: 768px) {
    main.single-position .hero-section .bottom .wrapper {
        grid-gap: 32px;
    }
}
@media (max-width: 480px) {
    main.single-position .hero-section .bottom .wrapper {
        flex-direction: column;
        grid-gap: 24px;
        align-items: flex-end;
    }
}
main.single-position .hero-section .bottom .wrapper .single {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
main.single-position .hero-section .bottom .wrapper .single img {
    height: 56px;
    width: auto;
    display: block;
    flex: none;
}
@media (max-width: 1024px) {
    main.single-position .hero-section .bottom .wrapper .single img {
        height: 48px;
    }
}
@media (max-width: 768px) {
    main.single-position .hero-section .bottom .wrapper .single img {
        height: 40px;
    }
}
main.single-position .hero-section .bottom .wrapper .single span {
    line-height: 1.3;
}
main.single-position .hero-section .animation {
    position: absolute;
    right: 0;
    height: 165%;
    top: 0;
    width: 55%;
    transform: translateX(18%) translateY(-22%);
    z-index: 2;
}
main.single-position .hero-section .animation dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.single-position .hero-section .animation-2 {
    position: absolute;
    right: 0;
    height: 165%;
    top: 0;
    width: 55%;
    transform: translateX(18%) translateY(-22%);
    z-index: 2;
}
main.single-position .hero-section .animation-2 dotlottie-player {
    width: 100% !important;
    height: 100% !important;
}
main.single-position .content-section {
    padding: 48px 0;
}
main.single-position .content-section.grey {
    background: #e9e9e9;
}
main.single-position .content-section.grey * {
    color: #e84200 !important;
}
main.single-position .content-section .wrapper {
    display: flex;
    align-items: flex-start;
}
main.single-position .content-section .wrapper .left {
    width: calc(100% - 335px);
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}
@media (max-width: 1024px) {
    main.single-position .content-section .wrapper .left {
        width: 100%;
    }
}
main.single-position .content-section .wrapper .sidebar {
    padding: 0 0 0 48px;
}
@media (max-width: 1024px) {
    main.single-position .content-section .wrapper .sidebar {
        display: none;
    }
}
main.single-position .buttons-section {
    padding: 48px 0;
}
@media (max-width: 1024px) {
    main.single-position .buttons-section {
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    main.single-position .buttons-section {
        padding: 32px 0;
    }
}
main.single-position .buttons-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
    main.single-position .buttons-section .wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 24px;
    }
}
@media (max-width: 480px) {
    main.single-position .buttons-section .wrapper .btn {
        width: 100%;
        text-align: center;
    }
}

main.page-default .content-block {
    padding: 48px 0;
}
main.page-default .content-block .wrapper h1 {
    margin: 0 0 48px;
}
main.page-default .content-block .wrapper .text table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #1b1c20;
}
main.page-default .content-block .wrapper .text table tr, main.page-default .content-block .wrapper .text table td {
    border: 1px solid #1b1c20;
    padding: 8px;
    text-align: left;
}
main.page-default .content-block .wrapper .text a {
    color: #1b1c20;
}

main.page-video .content-block {
    padding: 48px 0;
}
main.page-video .content-block .wrapper h1 {
    margin: 0 0 48px;
}
main.page-video .content-block .wrapper .video-wrap .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
main.page-video .content-block .wrapper .video-wrap .responsive-video iframe,
main.page-video .content-block .wrapper .video-wrap .responsive-video object,
main.page-video .content-block .wrapper .video-wrap .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main.page-agro .top-description-section {
    position: relative;
    padding: 98px 0;
    border-top: 1px solid #f04f24;
    border-bottom: 1px solid #f04f24;
    overflow: hidden;
}
@media (max-width: 768px) {
    main.page-agro .top-description-section {
        padding: 64px 0 64px;
    }
}
main.page-agro .top-description-section .wrapper {
    z-index: 2;
    display: flex;
    flex-direction: column;
    grid-gap: 90px;
}
@media (max-width: 1024px) {
    main.page-agro .top-description-section .wrapper {
        grid-gap: 64px;
    }
}
@media (max-width: 768px) {
    main.page-agro .top-description-section .wrapper {
        grid-gap: 40px;
    }
}
main.page-agro .top-description-section .wrapper .group {
    max-width: 760px;
    width: 100%;
}
main.page-agro .top-description-section .wrapper .group h1 {
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: #f04f24;
}
main.page-agro .top-description-section .wrapper .group h2 {
    color: #f04f24;
    margin: 0;
}
main.page-agro .top-description-section .wrapper .group .text {
    margin: 36px 0 0;
}
@media (max-width: 1024px) {
    main.page-agro .top-description-section .wrapper .group .text {
        margin: 32px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-agro .top-description-section .wrapper .group .text {
        margin: 24px 0 0;
    }
}
main.page-agro .top-description-section .bg-img {
    position: absolute;
    top: -98px;
    right: -60px;
    display: block;
    height: 1000px;
    height: 148%;
    width: auto;
}
@media (max-width: 1680px) {
    main.page-agro .top-description-section .bg-img {
        height: 138%;
    }
}
@media (max-width: 1440px) {
    main.page-agro .top-description-section .bg-img {
        height: 128%;
    }
}
@media (max-width: 1280px) {
    main.page-agro .top-description-section .bg-img {
        height: 118%;
    }
}
@media (max-width: 1024px) {
    main.page-agro .top-description-section .bg-img {
        height: 100%;
        right: -160px;
    }
}
@media (max-width: 768px) {
    main.page-agro .top-description-section .bg-img {
        height: 75%;
    }
}
main.page-agro .map-section {
    padding: 72px 0 72px;
    border-bottom: 1px solid #00A65C;
}
@media (max-width: 768px) {
    main.page-agro .map-section {
        padding: 64px 0 64px;
    }
}
main.page-agro .map-section .wrapper h2 {
    max-width: 510px;
    width: 100%;
    margin: 0;
}
main.page-agro .map-section .wrapper .wrap {
    position: relative;
}
@media (max-width: 1024px) {
    main.page-agro .map-section .wrapper .wrap {
        margin: 16px 0 0;
    }
}
@media (max-width: 768px) {
    main.page-agro .map-section .wrapper .wrap {
        margin: 24px 0 0;
    }
}
main.page-agro .map-section .wrapper .wrap .map-wrap {
    position: relative;
    width: 100%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 1500px;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link {
    position: absolute;
    width: 1.8%;
    transform: translate(-50%, -50%);
    /* Center the area */
    cursor: pointer;
    cursor: default;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.small {
    width: 1.8%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.lithuania {
    top: 33.9%;
    left: 54.5%;
    width: 2%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.turkey {
    top: 43.9%;
    left: 57.35%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.india {
    top: 53.5%;
    left: 70.6%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.brasil {
    top: 70.8%;
    left: 32.32%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.pakistan {
    top: 49%;
    left: 67.65%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.switzerland {
    top: 38.1%;
    left: 49.75%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.china {
    top: 46.8%;
    left: 77.4%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.dubai {
    top: 51.95%;
    left: 63.35%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.kazakhstan {
    top: 35.7%;
    left: 65%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.uzbekistan {
    top: 42%;
    left: 65.4%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.singapore {
    top: 65%;
    left: 78.6%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link.poland {
    top: 35.7%;
    left: 52.65%;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link:hover .info-box {
    opacity: 1;
    visibility: visible;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box {
    position: absolute;
    top: -65px;
    /* Position the popup circle above the hoverable area */
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    /* Fixed size for info box */
    height: 130px;
    /* Fixed size for info box */
    background-color: rgba(255, 255, 255, 0.9);
    /* Partially visible white background */
    border-radius: 50%;
    /* Circle shape */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(1) {
    padding: 8px 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #f04f24;
}
main.page-agro .map-section .wrapper .wrap .map-wrap .country-link .info-box span:nth-of-type(2) {
    display: block;
    text-align: center;
}
main.page-agro .map-section .wrapper .wrap .legend {
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1280px) {
    main.page-agro .map-section .wrapper .wrap .legend {
        max-width: 280px;
    }
}
@media (max-width: 1024px) {
    main.page-agro .map-section .wrapper .wrap .legend {
        position: relative;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    main.page-agro .map-section .wrapper .wrap .legend {
        margin: 16px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-agro .map-section .wrapper .wrap .legend {
        margin: 24px 0 0;
    }
}
main.page-agro .map-section .wrapper .wrap .legend .bottom {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}
@media (max-width: 1280px) {
    main.page-agro .map-section .wrapper .wrap .legend .bottom {
        grid-gap: 24px;
    }
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single {
    display: flex;
    align-items: flex-start;
    grid-gap: 18px;
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single.align-center {
    align-items: center;
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single .img-wrap {
    width: 36px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1024px) {
    main.page-agro .map-section .wrapper .wrap .legend .bottom .single .img-wrap {
        width: 24px;
    }
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single .img-wrap img {
    height: 36px;
    width: auto;
    display: block;
    flex: none;
}
@media (max-width: 1024px) {
    main.page-agro .map-section .wrapper .wrap .legend .bottom .single .img-wrap img {
        height: 24px;
    }
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single .circle {
    height: 36px;
    width: 36px;
    flex: none;
    border-radius: 100%;
}
@media (max-width: 1024px) {
    main.page-agro .map-section .wrapper .wrap .legend .bottom .single .circle {
        width: 24px;
        height: 24px;
    }
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single .circle.red {
    background: #e94200;
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single .circle.pink {
    background: #f09f82;
}
main.page-agro .map-section .wrapper .wrap .legend .bottom .single p {
    margin: 0;
    line-height: 1.1;
}
main.page-agro .agro-section {
    padding: 72px 0 0;
}
@media (max-width: 768px) {
    main.page-agro .agro-section {
        padding: 64px 0 0;
    }
}
main.page-agro .agro-section .wrapper h2 {
    color: #00A65C;
    max-width: 600px;
    width: 100%;
    margin: 0 0 36px;
}
main.page-agro .agro-section .wrapper .wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
    main.page-agro .agro-section .wrapper .wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 40px;
    }
}
main.page-agro .agro-section .wrapper .wrap .col .text {
    padding: 0 55px 0 0;
}
@media (max-width: 768px) {
    main.page-agro .agro-section .wrapper .wrap .col .text {
        padding: 0;
    }
}
main.page-agro .agro-section .wrapper .wrap .col img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 80px 0 0;
}
@media (max-width: 1280px) {
    main.page-agro .agro-section .wrapper .wrap .col img {
        max-width: 320px;
        margin: 60px 0 0;
    }
}
@media (max-width: 1024px) {
    main.page-agro .agro-section .wrapper .wrap .col img {
        margin: 40px 0 0;
        max-width: 260px;
    }
}
main.page-agro .agro-section .wrapper .wrap .col .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border-radius: 28px;
}
main.page-agro .agro-section .wrapper .wrap .col .embed-container iframe,
main.page-agro .agro-section .wrapper .wrap .col .embed-container object,
main.page-agro .agro-section .wrapper .wrap .col .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main.page-agro .factory-section {
    margin-top: -30px;
}
@media (max-width: 1280px) {
    main.page-agro .factory-section {
        margin: 16px 0 0;
    }
}
@media (max-width: 1024px) {
    main.page-agro .factory-section {
        margin: 48px 0 0;
    }
}
main.page-agro .factory-section .wrapper h2 {
    color: #00A65C;
    margin: 0;
}
main.page-agro .factory-section .wrapper .wrap {
    margin: 50px 0 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap {
        margin: 32px 0 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
main.page-agro .factory-section .wrapper .wrap .col.first {
    display: flex;
}
main.page-agro .factory-section .wrapper .wrap .col .group {
    border-radius: 44px;
    border: 2px solid #00A65C;
    padding: 32px 32px;
}
@media (max-width: 480px) {
    main.page-agro .factory-section .wrapper .wrap .col .group {
        padding: 24px 24px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group.second {
    margin: 0 0 20px;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second h3 {
    color: #00A65C;
    margin: 0;
    max-width: 270px;
    width: 100%;
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.second h3 {
        max-width: 340px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 64px;
    margin: 34px 0 0;
}
@media (max-width: 1280px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.second .circles {
        grid-gap: 32px;
    }
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.second .circles {
        margin: 32px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.second .circles {
        flex-direction: column;
        grid-gap: 24px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle {
    width: 216px;
    height: 216px;
    background: #00A65C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1280px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle {
        width: 177px;
        height: 177px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap {
    display: flex;
    flex-direction: column;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span {
    display: block;
    text-align: center;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(1) {
    font-weight: 500;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(2) {
    font-weight: 500;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(3) {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
}
main.page-agro .factory-section .wrapper .wrap .col .group.second .circles .circle .circle-wrap span:nth-child(4) {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
}
main.page-agro .factory-section .wrapper .wrap .col .group.third h3 {
    color: #00A65C;
    margin: 0;
    max-width: 270px;
    width: 100%;
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.third h3 {
        max-width: 340px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group.third .text {
    margin: 52px 0 0;
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group.third .text {
        margin: 32px 0 0;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 480px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .location {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .location .left {
    display: flex;
    align-items: center;
    grid-gap: 28px;
}
@media (max-width: 1280px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .location .left {
        grid-gap: 20px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .location .left img {
    height: 80px;
    width: auto;
    display: block;
    flex: none;
}
@media (max-width: 1280px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .location .left img {
        height: 50px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .location .left span {
    display: block;
    color: #00A65C;
    font-weight: 900;
    line-height: 1;
}
@media (max-width: 480px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .location .left span {
        padding: 0 0 0 56px;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .location .right {
    display: block;
    color: #1b1c20;
    font-weight: 700;
    line-height: 1;
}
main.page-agro .factory-section .wrapper .wrap .col .group .list {
    margin: 80px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .list {
        margin: 32px 0 0;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .list p {
    margin: 0;
    position: relative;
    padding: 0 0 0 44px;
}
main.page-agro .factory-section .wrapper .wrap .col .group .list p:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../images/icon-star-green.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
main.page-agro .factory-section .wrapper .wrap .col .group .features {
    margin: 94px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
@media (max-width: 1024px) {
    main.page-agro .factory-section .wrapper .wrap .col .group .features {
        margin: 32px 0 0;
    }
}
main.page-agro .factory-section .wrapper .wrap .col .group .features p {
    margin: 0;
    position: relative;
    padding: 0 0 0 44px;
}
main.page-agro .factory-section .wrapper .wrap .col .group .features p:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
main.page-agro .products-section {
    padding: 58px 0 62px;
    border-bottom: 1px solid #00A65C;
}
@media (max-width: 768px) {
    main.page-agro .products-section {
        padding: 64px 0 64px;
    }
}
main.page-agro .products-section .wrapper h2 {
    margin: 0;
    color: #00A65C;
}
main.page-agro .products-section .wrapper .products {
    display: flex;
    flex-direction: column;
    grid-gap: 36px;
    margin: 50px 0 0;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products {
        grid-gap: 40px;
    }
}
main.page-agro .products-section .wrapper .products .single-product {
    border-radius: 50px;
    border: 2px solid #00A65C;
    display: flex;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product {
        flex-direction: column;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left {
    background: #F2F2F2;
    border-radius: 50px;
    width: 41%;
    padding: 82px 68px 60px 68px;
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 1280px) {
    main.page-agro .products-section .wrapper .products .single-product .left {
        padding: 64px 64px 64px 64px;
    }
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left {
        width: 100%;
        padding: 56px 32px 32px;
        display: block;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left .tag {
    position: absolute;
    right: 52px;
    top: -30px;
    background: #00A65C;
    padding: 10px 55px;
    border-radius: 26px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left .tag {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-size: 1.5rem;
        padding: 10px 10px;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 48px;
}
@media (max-width: 1280px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap {
        margin: 0 0 80px;
    }
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap {
        justify-content: center;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title {
    color: #00A65C;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
    max-width: 260px;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .title-wrap .title {
        text-align: center;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap {
    position: relative;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap {
        max-width: 370px;
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 640px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap {
        width: 80%;
    }
}
main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .package {
    width: 100%;
    height: auto;
    display: block;
}
main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .circle {
    position: absolute;
    top: -115px;
    left: -35px;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    border: 6px solid #00A65C;
}
@media (max-width: 1440px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .circle {
        width: 135px;
        height: 135px;
        top: -80px;
    }
}
@media (max-width: 1280px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .circle {
        top: -70px;
        width: 115px;
        height: 115px;
        left: -50px;
    }
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .circle {
        right: -50px;
        left: inherit;
    }
}
@media (max-width: 640px) {
    main.page-agro .products-section .wrapper .products .single-product .left .photo-title .photo-wrap .circle {
        width: 90px;
        height: 90px;
        right: -40px;
        top: -45px;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right {
    width: 59%;
    padding: 32px 32px;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .right {
        width: 100%;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right {
        padding: 24px 24px;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table-title {
    display: block;
    text-align: right;
    margin: 18px 0 0;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table-title {
        margin: 0;
        text-align: left;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table {
    margin: 60px 0 0;
}
@media (max-width: 1024px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table {
        margin: 32px 0 0;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table {
        margin: 20px 0 0;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row {
    display: flex;
    border-bottom: 1px solid #9ca3cd;
    padding: 0;
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div {
    font-weight: 900;
}
@media (max-width: 768px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row.first-row div {
        font-size: 16px;
        font-size: 1rem;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row:last-child {
    border: none;
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row div {
    font-weight: 400;
    line-height: 1.1;
}
@media (max-width: 768px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(1) {
    width: 44%;
    padding: 8px 16px;
}
@media (max-width: 768px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(1) {
        padding: 5px 10px;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(1) {
        padding: 4px 8px;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(2) {
    width: 28%;
    padding: 8px 16px;
    border-left: 1px solid #9ca3cd;
    border-right: 1px solid #9ca3cd;
}
@media (max-width: 768px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(2) {
        padding: 5px 10px;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(2) {
        padding: 4px 8px;
    }
}
main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(3) {
    width: 28%;
    padding: 8px 16px;
}
@media (max-width: 768px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(3) {
        padding: 5px 10px;
    }
}
@media (max-width: 480px) {
    main.page-agro .products-section .wrapper .products .single-product .right .table .row div:nth-of-type(3) {
        padding: 4px 8px;
    }
}

/*# sourceMappingURL=style.css.map */

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 [inert] {
    opacity: 0.5;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none;
}

.wpcf7-reflection > output[hidden] {
    display: none;
}