.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(187,230,191,0.91);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { background-color:#e4e9f1;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.adaptive-delivery-prevent-bg, #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.lazyload, #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.lazyloading { background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { background-color: transparent; background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { border-width: 0; border-radius: 0; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container {  }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.62425rem;width:11.25rem;top:1.84375rem;left:47.436719894409rem;overflow:hidden;display:block; }
#fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:8.467968940735rem;left:7.03125rem;height:9.2rem;text-align:center;text-align-last:center;display:block; }
#DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100007;top:1.84375rem;left:1.0617179870606rem; }
#DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 > img { max-width: 100%;max-height:100%; }#RmWQQisfLW08RpRLuMS3veytPPsn7MQr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:1.84375rem;left:5.0617179870606rem; }
#RmWQQisfLW08RpRLuMS3veytPPsn7MQr > img { max-width: 100%;max-height:100%; }#X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:1.84375rem;left:8.8742179870606rem; }
#X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ > img { max-width: 100%;max-height:100%; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.adaptive-delivery-prevent-bg, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyload, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyloading { background-image: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { background-color: transparent; background-image: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container > .video-iframe-container { display: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container { display: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { border-width: 0; border-radius: 0; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container {  }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.3125rem;width:22.75rem;top:4.84375rem;left:18.625001907349rem;overflow:hidden;display:block; }
#JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { background-color:transparent;background-image: -webkit-linear-gradient(215deg, #cccccc, #000000);background-image: -moz-linear-gradient(215deg, #cccccc, #000000);background-image: -ms-linear-gradient(215deg, #cccccc, #000000);background-image: -o-linear-gradient(215deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(215deg, #cccccc, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.8125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:41.46875rem;left:16.593751907349rem;display:block; }
#vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.adaptive-delivery-prevent-bg, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyload, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyloading { background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { background-color: transparent; background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container > .video-iframe-container { display: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container { display: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { border-width: 0; border-radius: 0; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container {  }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { position:absolute;display:block;z-index:100003;background-color:#efe49b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.09375rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RnVJI7rGDBVcHb3nAZH6BnekMqk20SVz { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.40625rem;height:8.45rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { box-sizing:content-box;color:#ec1a1a;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9.25rem;left:2.75rem;display:block; }
#SmziO3uXBWWp53kMygzap8DOBGQwVlJp { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:20.53750038147rem;left:13.59375rem;height:6.3375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#n0sETMsf3QyoGLh1womcyguO4ObMdAvm { background-color:transparent;background-image: -webkit-linear-gradient(215deg, #cccccc, #000000);background-image: -moz-linear-gradient(215deg, #cccccc, #000000);background-image: -ms-linear-gradient(215deg, #cccccc, #000000);background-image: -o-linear-gradient(215deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(215deg, #cccccc, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.8125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:33.60000038147rem;left:16.593751907349rem;display:block; }
#x66lOD8OpTeDFHPVddCveV4KwezwfydE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IUBQsv2y2GHITyypuSLPUEWMVh1uzqkD { box-sizing:content-box;color:#ec1a1a;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:20rem;left:2.75rem;display:block; }
#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { background-color:#ddecde;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { border-width: 0; border-radius: 0; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row > .video-iframe-container {  }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;overflow:visible;position:relative;display:none; }#AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { background-color:#2a6620;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:3.1250076293945rem;left:24.437501907349rem;display:block; }
#pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { background-color:#01296f;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.adaptive-delivery-prevent-bg, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyload, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyloading { background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { background-color: transparent; background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container > .video-iframe-container { display: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container { display: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { border-width: 0; border-radius: 0; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container {  }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;overflow:visible;position:relative;display:block; }#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-form-header {  }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:1.1875rem;font-weight:bold;color:#19232e;width:56.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.5rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #898888);background-image: -moz-linear-gradient(top, #000000, #898888);background-image: -ms-linear-gradient(top, #000000, #898888);background-image: -o-linear-gradient(top, #000000, #898888);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#898888' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#898888' );";background-image: linear-gradient(to bottom, #000000, #898888);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:55.875rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:55.25rem;overflow:hidden;font-style:normal;line-height:1.4; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-container:first-of-type{padding-top:0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-container:last-of-type{padding-bottom:0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt  { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0.5rem;top:9.2421875rem;z-index:100009;position:absolute; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:56.5rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt {display:block;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt { background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0.5rem;top:9.2421875rem;z-index:100009;position:absolute; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #pw25DEaZesswQ2mZVsI61mnbV0iHBvLq { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gTodPTbUMmnUo7aHoaG2oe9EG7GvTpKr { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #uFA40RRLRNm3DTMoh9vwlnITuOXlBgUE { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #fxhTXMBOFzEklRCZcEM6J9gWdr4yKV7k { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oN8L8gHTT3V4RtF4JWcTA1qKvGGNOh5w { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gJ55lDkSFAMHVcoJyG0EZgbB0GcypA8I { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oIbd64nnMfLHiHLp4NNzfVdNVABa7yxQ { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #xATWhvcLoonhZgoeQNftRtaRLNJSXdfv { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #an4QG1JxW7JWTPwl4FVN2F0oTQHrdq8L { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #QcKQlsQI1z4e1ck7iyIINqxy0eEJZg9U { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vLGqVUxhsySnTA6l8NkT42w3z5TCl3no { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dUw72MieQMBveczR1ZGXVyTogQNUq8AT { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #A983NwL1le3lTp2stPKz8BrBTn7gy3Ad { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #n9TxS7o82nG2zveulU7gB2Rn1TGEaXGi { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ika60nZpiV0THhvFJBxknL3fp6WhGWNT { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #i2zzXWbsRKPvRTlJnJBq4TH2fk1wytc1 { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vuCB4Vb2TM7veAT2JzPQN8rZn5FxMQC6 { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #okyJ7GxRLbddJET9gt8f0W2RFh4HMC4F { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TVcPGVvT4WbyVAtuIQ9cktxb0dfPTAER { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Ug48Jr9axfz9OwsTpLSD2IaTFZBORfsh { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qa1D1lNw9ZaXTiWPqHB2TovcputxdigT { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #lwdptSNTrh8MBK1m15T0TIpXTJVFkDPA { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #XxDXeV1ypKs2fpNJRLKxKoruL9CfZ1Np { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #BN5JqJiT6lcTnoaXAFB5p5Iga2Z6On2q { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #SokS6pv4pD5EDDvRZdrgMG0iNAaVlTr1 { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #t64QPXif7ahQPbANtMoyiAPEZ86Oyk6D { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #e7R6z9G4w9cDKx00arA12BMFcsPcsonM { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ClHMEftdGm4wt5AE9RFC7wEwulIq7Cuq { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ccLpn7e7WMZUkDTglcZe76VBDKK9wRbx { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #kSNBECrJ6xEVy1bPXJatrWGOhDugkhvB { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p9zDi0lqIkicv3ZDlxHdL8M4q2zsptLK { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #wmxTU9BdfykTbrEamV0TqT8flr4Vd0lD { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #RqhZta3nt2xiJfhTbVu9wxpCScdwnoCZ { position:relative; }
#wUEBMBbctmoP0tFdm0J8wEFClLeuZtiH { position:relative;display:block; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FrelgL0gHiastFmHte5prKkbzATJX8gk { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FgO7arCIMNisQ9IKqM2VeT7rtlLlCarx { position:relative;z-index:2; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p5GtSb7Qt3bHdyyqINaQNEATTFC3FEQg { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #J2hMXQiGubfzTb5hxl5hmRTUBzdbEzao { position:relative;display:block;z-index:100000; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ErLqQn2TX2IqXCZaN8dhWUd65QZsSkMT { position:relative;display:block;z-index:100000; }
#V0D1oPFAwEMKGTZqTS1R9A2UFsCzWRfy { position:relative;display:block; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dFnO2Fukq1XAQnxuKde40UzWLk0df0Uw { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qtn4wN3upWNMFq6wAQLs4G6BEMPIh1Dp { position:relative;z-index:2; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #GZN0XxoxalAdoW4Id92ZzJsONspd6l8g { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #THyGmO6M9noWKErIy0o3N0Sszq3lE2aM { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #yco2CUTqLS6bSfuqHEy35RoyHBGJJB5k { position:relative;z-index:2; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #qL9fuGapV0QFqyacM5EXLqnGGvSQTTwQ { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TezawdKJ9kNf9U4o3HFnEHsTiBoaJy1J { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #utSqXqV6ruy0b2RTUCHPoaAMZTm4IdJi { position:relative;z-index:2; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #UP55uflUu00meEtr0tMfCGIOGSXXxTkJ { position:relative; }
#nBmD2fxHHcB4FczU269Ll17ShWxxna1U { position:relative;display:block; }
#FE0dT2fQLbTaSITWirfTD9MkkBTIzEP0 { position:relative;display:block; }
#yh1yp5XlXk3Kc7GJ0IdbbTVnaXUk1nNL { position:relative;display:block; }
#rOubFHHSi02tW280h2k3orpKFQuQyuIU { position:relative;display:block; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dQQwmIhgPJ7QCO6Kn3U78xlL71PTXkUh { position:relative; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #d5SvfQhNrpva9SVpJTObpoI4bMMmukeT { position:relative; }
#t7FnwSF75VUaLAEcK4KNzHUJ4NGSITdq { position:relative;display:block; }
#kRC3gnzTNdxJTnOmiKTZBBcVSnvXC17s { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5625rem;left:10.03125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXJm5QitEEkup6Om9M1PAEq7IItPbkOk { box-sizing:content-box;color:#000000;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:3.6804685592651rem;left:51.149221420288rem;display:block; }
#bxxnRf9i84py6uIzeD2muemrqu7786f0 { box-sizing:content-box;color:#000000;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:3.6804685592651rem;left:3.4617195129394rem;display:block; }
#INMtg0RU5GiDCarbR51eq5RruEeHE9eK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK.adaptive-delivery-prevent-bg, #INMtg0RU5GiDCarbR51eq5RruEeHE9eK.lazyload, #INMtg0RU5GiDCarbR51eq5RruEeHE9eK.lazyloading { background-image: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { background-color: transparent; background-image: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container > .video-iframe-container { display: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container { display: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { border-width: 0; border-radius: 0; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container {  }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#xBGAddLe4DXGWMTFeufe1HTX3FhKTmTJ { color:#000000;display:block;width:58.3078125rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:50.59609413147rem;left:0.84609413146975rem;height:9.83125rem;text-align:justify;text-align-last:initial;display:block; }
#T8hG3RGcgv0AKyU4z2QOzHAzlEw6cxii { position:absolute;display:block;z-index:100021;background-color:#efe49b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:58.875rem;top:50.074996948243rem;left:0.5625rem;display:block; }
#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe49b;background-image:none;position:relative;display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { background-color: transparent; background-image: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container > .video-iframe-container { display: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container { display: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { border-width: 0; border-radius: 0; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container {  }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:9.5rem;position:absolute;display:block;z-index:100022;top:3.1250019073486rem;left:1.0242195129394rem;overflow:hidden;display:block; }
#UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:bold;z-index:100016;line-height:1;top:0.59375rem;left:24.187501907349rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:1.5625rem;text-align:left;text-align-last:left;color:#f69a03;text-transform:uppercase;display:block; }
#yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { z-index:100011;top:2.8125rem;left:26.687501907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:2.875rem;left:23.562501907349rem;display:block; }
#Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:6.7234382629394rem;left:23.562501907349rem;display:block; }
#czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { z-index:100013;top:6.6921882629394rem;left:26.656251907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#OoxPochfzO9soUbZQizWV2OeSMRXwAto { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:2.8750019073486rem;left:38.08749961853rem;display:block; }
#OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:6.7226581573488rem;left:38.08749961853rem;display:block; }
#TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { z-index:100012;top:2.8125019073486rem;left:41.21249961853rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:6.7226581573488rem;left:41.21249961853rem;height:3.65625rem;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { top:1.8125rem;left:36.5rem;width:11.25rem;height:6.62425rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { width:45.9375rem;height:9.1875rem;top:8.4375rem;left:0.90625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 { width:3.125rem;height:3.125rem;top:1.8125rem;left:0rem;display:block; }
#DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RmWQQisfLW08RpRLuMS3veytPPsn7MQr { width:3.125rem;height:3.125rem;top:1.8125rem;left:0rem;display:block; }
#RmWQQisfLW08RpRLuMS3veytPPsn7MQr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ { width:3.125rem;height:3.125rem;top:1.8125rem;left:2.7492179870606rem;display:block; }
#X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { display:block; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { width:22.75rem;height:32.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { width:26.8125rem;height:4.8125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block; }
 }@media only screen and (max-width: 763px) { #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { display:block; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { width:47.75rem;height:45.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { width:39.8125rem;height:3.875rem;top:2.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnVJI7rGDBVcHb3nAZH6BnekMqk20SVz { width:41.1875rem;height:8.4375rem;top:9.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { width:5.5625rem;height:5.5625rem;top:9.25rem;left:0.6875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmziO3uXBWWp53kMygzap8DOBGQwVlJp { width:28.75rem;height:6.4375rem;top:20.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sETMsf3QyoGLh1womcyguO4ObMdAvm { width:26.8125rem;height:4.8125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x66lOD8OpTeDFHPVddCveV4KwezwfydE { display:block; }
 }@media only screen and (max-width: 763px) { #IUBQsv2y2GHITyypuSLPUEWMVh1uzqkD { width:5.5625rem;height:5.5625rem;top:20rem;left:0.6875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { display:block; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { width:10rem;height:3.75rem;top:3.125rem;left:18.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block; }
 }@media only screen and (max-width: 763px) { #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { display:block; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt {display:block;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #pw25DEaZesswQ2mZVsI61mnbV0iHBvLq {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gTodPTbUMmnUo7aHoaG2oe9EG7GvTpKr {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #uFA40RRLRNm3DTMoh9vwlnITuOXlBgUE {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #fxhTXMBOFzEklRCZcEM6J9gWdr4yKV7k {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oN8L8gHTT3V4RtF4JWcTA1qKvGGNOh5w {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gJ55lDkSFAMHVcoJyG0EZgbB0GcypA8I {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oIbd64nnMfLHiHLp4NNzfVdNVABa7yxQ {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #xATWhvcLoonhZgoeQNftRtaRLNJSXdfv {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #an4QG1JxW7JWTPwl4FVN2F0oTQHrdq8L {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #QcKQlsQI1z4e1ck7iyIINqxy0eEJZg9U {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vLGqVUxhsySnTA6l8NkT42w3z5TCl3no {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dUw72MieQMBveczR1ZGXVyTogQNUq8AT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #A983NwL1le3lTp2stPKz8BrBTn7gy3Ad {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #n9TxS7o82nG2zveulU7gB2Rn1TGEaXGi {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ika60nZpiV0THhvFJBxknL3fp6WhGWNT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #i2zzXWbsRKPvRTlJnJBq4TH2fk1wytc1 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vuCB4Vb2TM7veAT2JzPQN8rZn5FxMQC6 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #okyJ7GxRLbddJET9gt8f0W2RFh4HMC4F {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TVcPGVvT4WbyVAtuIQ9cktxb0dfPTAER {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Ug48Jr9axfz9OwsTpLSD2IaTFZBORfsh {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qa1D1lNw9ZaXTiWPqHB2TovcputxdigT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #lwdptSNTrh8MBK1m15T0TIpXTJVFkDPA {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #XxDXeV1ypKs2fpNJRLKxKoruL9CfZ1Np {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #BN5JqJiT6lcTnoaXAFB5p5Iga2Z6On2q {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #SokS6pv4pD5EDDvRZdrgMG0iNAaVlTr1 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #t64QPXif7ahQPbANtMoyiAPEZ86Oyk6D {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #e7R6z9G4w9cDKx00arA12BMFcsPcsonM {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ClHMEftdGm4wt5AE9RFC7wEwulIq7Cuq {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ccLpn7e7WMZUkDTglcZe76VBDKK9wRbx {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #kSNBECrJ6xEVy1bPXJatrWGOhDugkhvB {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p9zDi0lqIkicv3ZDlxHdL8M4q2zsptLK {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #wmxTU9BdfykTbrEamV0TqT8flr4Vd0lD {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #RqhZta3nt2xiJfhTbVu9wxpCScdwnoCZ {  }
 }@media only screen and (max-width: 763px) { #wUEBMBbctmoP0tFdm0J8wEFClLeuZtiH { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FrelgL0gHiastFmHte5prKkbzATJX8gk {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FgO7arCIMNisQ9IKqM2VeT7rtlLlCarx {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p5GtSb7Qt3bHdyyqINaQNEATTFC3FEQg {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #J2hMXQiGubfzTb5hxl5hmRTUBzdbEzao {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ErLqQn2TX2IqXCZaN8dhWUd65QZsSkMT {  }
 }@media only screen and (max-width: 763px) { #V0D1oPFAwEMKGTZqTS1R9A2UFsCzWRfy { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dFnO2Fukq1XAQnxuKde40UzWLk0df0Uw {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qtn4wN3upWNMFq6wAQLs4G6BEMPIh1Dp {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #GZN0XxoxalAdoW4Id92ZzJsONspd6l8g {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #THyGmO6M9noWKErIy0o3N0Sszq3lE2aM {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #yco2CUTqLS6bSfuqHEy35RoyHBGJJB5k {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #qL9fuGapV0QFqyacM5EXLqnGGvSQTTwQ {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TezawdKJ9kNf9U4o3HFnEHsTiBoaJy1J {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #utSqXqV6ruy0b2RTUCHPoaAMZTm4IdJi {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #UP55uflUu00meEtr0tMfCGIOGSXXxTkJ {  }
 }@media only screen and (max-width: 763px) { #nBmD2fxHHcB4FczU269Ll17ShWxxna1U { display:block; }
 }@media only screen and (max-width: 763px) { #FE0dT2fQLbTaSITWirfTD9MkkBTIzEP0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh1yp5XlXk3Kc7GJ0IdbbTVnaXUk1nNL { display:block; }
 }@media only screen and (max-width: 763px) { #rOubFHHSi02tW280h2k3orpKFQuQyuIU { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dQQwmIhgPJ7QCO6Kn3U78xlL71PTXkUh {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #d5SvfQhNrpva9SVpJTObpoI4bMMmukeT {  }
 }@media only screen and (max-width: 763px) { #t7FnwSF75VUaLAEcK4KNzHUJ4NGSITdq { display:block; }
 }@media only screen and (max-width: 763px) { #kRC3gnzTNdxJTnOmiKTZBBcVSnvXC17s { width:39.9375rem;height:5rem;top:2.5625rem;left:3.90625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJm5QitEEkup6Om9M1PAEq7IItPbkOk { width:5.625rem;height:5.625rem;top:3.625rem;left:42.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxxnRf9i84py6uIzeD2muemrqu7786f0 { width:5.625rem;height:5.625rem;top:3.625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INMtg0RU5GiDCarbR51eq5RruEeHE9eK { display:block; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBGAddLe4DXGWMTFeufe1HTX3FhKTmTJ { width:47.75rem;height:9.8125rem;top:50.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hG3RGcgv0AKyU4z2QOzHAzlEw6cxii { width:47.75rem;height:10.875rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { width:7.6875rem;height:4.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { z-index:100006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block; }
 }@media only screen and (max-width: 763px) { #f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block; }
 }@media only screen and (max-width: 763px) { #OoxPochfzO9soUbZQizWV2OeSMRXwAto { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { width:3.125rem;height:3.125rem;top:6.6875rem;left:31.96249961853rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block; }
 }@media only screen and (max-width: 763px) { #pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { width:17.25rem;height:3.625rem;top:6.6875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.adaptive-delivery-prevent-bg, #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.lazyload, #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa.lazyloading { background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { background-color: transparent; background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { width:5.5rem;height:3.1875rem;top:0rem;left:14.369318539446rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { width:18.125rem;height:11.6rem;top:4.2874999046326rem;left:0.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
#DQc1sbseIwt2rgT12E8HLBvm3HmhLRe9 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RmWQQisfLW08RpRLuMS3veytPPsn7MQr { width:3.125rem;height:3.125rem;top:0rem;left:3.9374998807907rem;display:block; }
#RmWQQisfLW08RpRLuMS3veytPPsn7MQr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ { width:3.125rem;height:3.125rem;top:0rem;left:7.6875003576281rem;display:block; }
#X0a9e60M7UHKWzTeqZOMfmMzUOUkrMPQ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { background-color:#efe49b;background-image:none;display:block; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { background-color: transparent; background-image: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container > .video-iframe-container { display: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container { display: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { width:19.625rem;height:27.8125rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { width:19rem;height:3.75rem;top:30.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block; }
 }@media only screen and (max-width: 763px) { #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.adaptive-delivery-prevent-bg, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyload, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyloading { background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { background-color: transparent; background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container > .video-iframe-container { display: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container { display: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { width:20rem;height:54.375rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { width:20rem;height:6.0125rem;top:2.5617184638977rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnVJI7rGDBVcHb3nAZH6BnekMqk20SVz { width:17.5625rem;height:17.55rem;top:11.400001525879rem;left:1.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { width:3.125rem;height:3.125rem;top:36.375000476837rem;left:4.1249998807907rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmziO3uXBWWp53kMygzap8DOBGQwVlJp { width:18.3125rem;height:7.8rem;top:33.050000190735rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sETMsf3QyoGLh1womcyguO4ObMdAvm { width:19rem;height:4.8125rem;top:44.375001907349rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x66lOD8OpTeDFHPVddCveV4KwezwfydE { display:block; }
 }@media only screen and (max-width: 763px) { #IUBQsv2y2GHITyypuSLPUEWMVh1uzqkD { width:5.5625rem;height:5.5625rem;top:43.9375rem;left:7.1875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { background-color:#eff3f7;background-image:none;display:none; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { width:10rem;height:3.75rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block; }
 }@media only screen and (max-width: 763px) { #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { background-color:#01296f;background-image:url("https://images.assets-landingi.com/uc/e660ed67-806f-40d7-ad45-d53c53903527/rapeseedg55113ddba_1920.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.adaptive-delivery-prevent-bg, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyload, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyloading { background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { background-color: transparent; background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container > .video-iframe-container { display: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container { display: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-text {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-select {padding-top: 0; padding-bottom: 0;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt  { width:17.5rem;height:auto;top:17.574999809265rem;left:0rem;background-color:rgba(244,244,244,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt {display:block;}#zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt { width:17.5rem;height:auto;top:17.574999809265rem;left:0rem;background-color:rgba(244,244,244,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #pw25DEaZesswQ2mZVsI61mnbV0iHBvLq {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gTodPTbUMmnUo7aHoaG2oe9EG7GvTpKr {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #uFA40RRLRNm3DTMoh9vwlnITuOXlBgUE {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #fxhTXMBOFzEklRCZcEM6J9gWdr4yKV7k {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oN8L8gHTT3V4RtF4JWcTA1qKvGGNOh5w {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #gJ55lDkSFAMHVcoJyG0EZgbB0GcypA8I {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #oIbd64nnMfLHiHLp4NNzfVdNVABa7yxQ {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #xATWhvcLoonhZgoeQNftRtaRLNJSXdfv {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #an4QG1JxW7JWTPwl4FVN2F0oTQHrdq8L {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #QcKQlsQI1z4e1ck7iyIINqxy0eEJZg9U {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vLGqVUxhsySnTA6l8NkT42w3z5TCl3no {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dUw72MieQMBveczR1ZGXVyTogQNUq8AT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #A983NwL1le3lTp2stPKz8BrBTn7gy3Ad {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #n9TxS7o82nG2zveulU7gB2Rn1TGEaXGi {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ika60nZpiV0THhvFJBxknL3fp6WhGWNT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #i2zzXWbsRKPvRTlJnJBq4TH2fk1wytc1 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #vuCB4Vb2TM7veAT2JzPQN8rZn5FxMQC6 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #okyJ7GxRLbddJET9gt8f0W2RFh4HMC4F {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TVcPGVvT4WbyVAtuIQ9cktxb0dfPTAER {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Ug48Jr9axfz9OwsTpLSD2IaTFZBORfsh {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qa1D1lNw9ZaXTiWPqHB2TovcputxdigT {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #lwdptSNTrh8MBK1m15T0TIpXTJVFkDPA {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #XxDXeV1ypKs2fpNJRLKxKoruL9CfZ1Np {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #BN5JqJiT6lcTnoaXAFB5p5Iga2Z6On2q {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #SokS6pv4pD5EDDvRZdrgMG0iNAaVlTr1 {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #t64QPXif7ahQPbANtMoyiAPEZ86Oyk6D {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #e7R6z9G4w9cDKx00arA12BMFcsPcsonM {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ClHMEftdGm4wt5AE9RFC7wEwulIq7Cuq {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ccLpn7e7WMZUkDTglcZe76VBDKK9wRbx {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #kSNBECrJ6xEVy1bPXJatrWGOhDugkhvB {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p9zDi0lqIkicv3ZDlxHdL8M4q2zsptLK {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #wmxTU9BdfykTbrEamV0TqT8flr4Vd0lD {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #RqhZta3nt2xiJfhTbVu9wxpCScdwnoCZ {  }
 }@media only screen and (max-width: 763px) { #wUEBMBbctmoP0tFdm0J8wEFClLeuZtiH { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FrelgL0gHiastFmHte5prKkbzATJX8gk {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #FgO7arCIMNisQ9IKqM2VeT7rtlLlCarx {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #p5GtSb7Qt3bHdyyqINaQNEATTFC3FEQg {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #J2hMXQiGubfzTb5hxl5hmRTUBzdbEzao {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #ErLqQn2TX2IqXCZaN8dhWUd65QZsSkMT {  }
 }@media only screen and (max-width: 763px) { #V0D1oPFAwEMKGTZqTS1R9A2UFsCzWRfy { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dFnO2Fukq1XAQnxuKde40UzWLk0df0Uw {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #Qtn4wN3upWNMFq6wAQLs4G6BEMPIh1Dp {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #GZN0XxoxalAdoW4Id92ZzJsONspd6l8g {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #THyGmO6M9noWKErIy0o3N0Sszq3lE2aM {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #yco2CUTqLS6bSfuqHEy35RoyHBGJJB5k {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #qL9fuGapV0QFqyacM5EXLqnGGvSQTTwQ {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #TezawdKJ9kNf9U4o3HFnEHsTiBoaJy1J {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #utSqXqV6ruy0b2RTUCHPoaAMZTm4IdJi {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #UP55uflUu00meEtr0tMfCGIOGSXXxTkJ {  }
 }@media only screen and (max-width: 763px) { #nBmD2fxHHcB4FczU269Ll17ShWxxna1U { display:block; }
 }@media only screen and (max-width: 763px) { #FE0dT2fQLbTaSITWirfTD9MkkBTIzEP0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh1yp5XlXk3Kc7GJ0IdbbTVnaXUk1nNL { display:block; }
 }@media only screen and (max-width: 763px) { #rOubFHHSi02tW280h2k3orpKFQuQyuIU { display:block; }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #dQQwmIhgPJ7QCO6Kn3U78xlL71PTXkUh {  }
 }@media only screen and (max-width: 763px) { #zkzeuIvqyJzJl5ZAyyTLUMSMgpsK88Mt #d5SvfQhNrpva9SVpJTObpoI4bMMmukeT {  }
 }@media only screen and (max-width: 763px) { #t7FnwSF75VUaLAEcK4KNzHUJ4NGSITdq { display:block; }
 }@media only screen and (max-width: 763px) { #kRC3gnzTNdxJTnOmiKTZBBcVSnvXC17s { width:20rem;height:9.425rem;top:0.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJm5QitEEkup6Om9M1PAEq7IItPbkOk { width:5.625rem;height:5.625rem;top:12.012502670288rem;left:4.4374998807907rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxxnRf9i84py6uIzeD2muemrqu7786f0 { width:5.625rem;height:5.625rem;top:12.012502670288rem;left:10.062500357628rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INMtg0RU5GiDCarbR51eq5RruEeHE9eK { background-color:#efe49b;background-image:none;display:block; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { background-color: transparent; background-image: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container > .video-iframe-container { display: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container { display: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBGAddLe4DXGWMTFeufe1HTX3FhKTmTJ { width:19.4375rem;height:27.70625rem;top:1.9359376905486rem;left:0.28125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T8hG3RGcgv0AKyU4z2QOzHAzlEw6cxii { width:20rem;height:23.1875rem;top:2.9062504768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { width:9.5rem;height:5.4375rem;top:3.125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { z-index:100007;color:#565656;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.5625rem;top:1.25rem;height:1.625rem;width:12.875rem;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { top:8.5rem;left:3.75rem;width:12.4375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block; }
 }@media only screen and (max-width: 763px) { #f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { width:3.125rem;height:3.125rem;top:4.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { width:3.125rem;height:3.125rem;top:21.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { top:26.125rem;left:6.625rem;width:6.6875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block; }
 }@media only screen and (max-width: 763px) { #OoxPochfzO9soUbZQizWV2OeSMRXwAto { width:3.125rem;height:3.125rem;top:12.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { top:17.3125rem;left:3.8125rem;width:12.375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block; }
 }@media only screen and (max-width: 763px) { #pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { width:17.25rem;height:auto;top:6.6875rem;left:1.375rem;font-size:1rem;display:none; }
 }