.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#004042;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { background-color: transparent; background-image: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container > .video-iframe-container { display: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container { display: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .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); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { border-width: 0; border-radius: 0; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.25rem;top:1.21875rem;left:4.8125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,64,66,0.83);background-image:url("https://images.assets-landingi.com/uc/a8c34703-3757-4194-83bb-db2fd79912eb/Header_LP_Agro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;overflow:visible;position:relative;display:block; }#MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.61328125rem;left:5rem;height:;font-style:normal;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; }
#mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { background-color:#f37021;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"ibm plex sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:5rem;display:block; }
#LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:24.5rem;left:4.6875rem;height:0;font-style:normal;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; }
#BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.5625rem;left:4.875rem;height:8.660125rem;font-style:normal;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; }
#BTJECOakQdSTV2zz8GtL1er6cH9e4keZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs { position:relative;display:none; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs { border-width: 0; border-radius: 0; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LArowXFFeQQTOAmeoXySAOWTUOK3nqhU { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XHULcVHNrVCqXXo7wtTLIA7iE9TKAaBh { color:#004042;display:block;width:4.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.4375rem;left:30.875000953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kdiefcVEdxQkA105bgfdhC5smpWFe5dh { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.4375rem;left:28.812500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:none; }
#A9zNJCRqQaIKurpAqoCUZhAdHlsHbmf7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:6.71875rem;left:30.500000953674rem;overflow:hidden;display:none; }
#sEIGhgKEXQKXasx3uMSdHHDbArvUztml { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.375rem;left:48.750000953674rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:none; }
#QdXpTCcrbRuJKdFNeud0XuCxI3Q9zCpm { color:#004042;display:block;width:4rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:51.000000953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oJknSTzauENCQQz5vRtNTasnmXGbZ6dM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:7.112500190735rem;left:50.500000953674rem;overflow:hidden;display:none; }
#RmFQiQS9oSn2leRiGxyKTaThwncrUWZk { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.4375rem;left:38.812500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:none; }
#G0G5HcdlpH6WvOgF7oNHdooffLBKgJQf { color:#004042;display:block;width:7.5rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.46249961853rem;left:39.437500953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SX0AVqu1mfTz0ZTPnkysmaUc7m07mTve { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:6.71875rem;left:40.687500953674rem;overflow:hidden;display:none; }
#vaWb4bqoMP9q1A1F8dCGCQSX2ICnnwzL { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:6.375rem;left:18.811718940735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:none; }
#nPBhGmVIUvQRWwpkRVQGT7oKXPn07KFR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.0625rem;top:6.71875rem;left:20.592968940735rem;overflow:hidden;display:none; }
#V73JXzAIwxKSJAGdRDMUt7L2rtX0DITF { color:#004042;display:block;width:7.375rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.4375rem;left:19.436718940735rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Txcx2Tc6n8SBH8VM1v3qPskgPChXT9TQ { color:#004042;display:block;width:38.75rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.887500762939rem;left:18.749999046326rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#bh8Qhg9tcCUrcabmkEsvOMRCpdyoJ9py { background-color:#f37021;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"ibm plex sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:5rem;display:none; }
#VUsiq8OORJUmpqqb2dKssHDmB5ISFB9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container { background-color: transparent; background-image: none; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container > .video-iframe-container { display: none; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row > .video-iframe-container { display: none; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .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); }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container { border-width: 0; border-radius: 0; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#EVNXKNprB8eR5MXu9CH6x1cAPU3B1B5u { position:absolute;display:block;z-index:15000;height:25rem;width:62.5rem;top:7.96875rem;left:6.25rem;display:block; }
#Bz6VTUhNUWXHx7nTCb1adgU81CSR8cUX { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WyiBi63oklhoQz9IHurTL8sugHXlh2ra { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tKOSmtsCFnS3ba0IuPgdA9byn9CUgsUM { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:35.4375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TLtuCWQ27FSWFvgG1uuBfubS6ApGVmJO { background-color:#f37021;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"ibm plex sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.5625rem;left:28.125rem;display:block; }
#lFzAIm4hqzZoTvM9GsO9WPXdQvK3eTRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#go3Etm5s0KGfvom7MrDHZHVn5gG9vcv9 { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.449999809265rem;left:21.249218940735rem;height:1.3rem;display:block; }
#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW { position:relative;display:none; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW { border-width: 0; border-radius: 0; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qUJEJtXs6Vo4HCQHeqQ1kNQkKDuBgfTF { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:2.25rem;left:9rem;display:none; }
#qEF05SDXyLA6ceUb5u13HLNmwrIbXESV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tuL1BoQi0q1pazVuK2DegWqBwpiNa8J6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1nlGzceyasaozkTiWzewdAMZzsrCwfW { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.9375rem;left:7.5rem;display:none; }
#a7Q3X6irXv1rkTmPBnkQcS6c1uzeZkIx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58.5rem;width:60rem;display:none; }
#wFCgTTgM7ZL4H3mW6nZk6R6nWO5klZ7R { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:20.5625rem;left:9rem;display:none; }
#rbbC2GKLqoEtRgSLa4SxlNbestwFwpWd { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:22.375rem;left:9rem;display:none; }
#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19acd1e8-e9aa-46d5-b655-7de3cad9904a/Background_LP_Agro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.adaptive-delivery-prevent-bg, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyload, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyloading { background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { border-width: 0; border-radius: 0; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:none; }#Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.51171875rem;left:0rem;height:1.23730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.23828125rem;left:0rem;height:1.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#004042;background-image:none;top:7.9990234375rem;left:3.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:19.7373046875rem;left:5rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { color:#f37021;display:block;width:9.1875rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:5rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#004042;background-image:none;top:8rem;left:17.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#A7HMO75XwlAWXiShM5xuNu6zq29c715J { color:#f37021;display:block;width:9.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:18.7490234375rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:18.7490234375rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#004042;background-image:none;top:8rem;left:31.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { color:#f37021;display:block;width:9.5625rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:32.5rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:32.5rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#004042;background-image:none;top:8rem;left:44.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { color:#f37021;display:block;width:9.6875rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:46.25rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:46.25rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:#004042;background-image:none;top:8rem;left:58.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { color:#f37021;display:block;width:10rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:22.912109375rem;left:60.1875rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:19.4375rem;left:60rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:29.7373046875rem;left:0rem;height:1.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.375rem;left:4.5rem;overflow:hidden;display:block; }
#xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.25rem;left:18.125rem;overflow:hidden;display:block; }
#Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:32rem;overflow:hidden;display:block; }
#vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:45.8125rem;overflow:hidden;display:block; }
#Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:59.5625rem;overflow:hidden;display:block; }
#mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#f37021;background-image:none;top:22.4375rem;left:5rem;display:block; }
#qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:#f37021;background-image:none;top:22.4375rem;left:18.8486328125rem;display:block; }
#pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:#f37021;background-image:none;top:22.4375rem;left:32.474609375rem;display:block; }
#qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:#f37021;background-image:none;top:22.4619140625rem;left:46.1875rem;display:block; }
#rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:#f37021;background-image:none;top:22.5rem;left:60.162109375rem;display:block; }
#V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { background-color:#f37021;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"ibm plex sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.8125rem;left:27.5rem;display:block; }
#MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(62,62,62,0.1);background-color:#e2f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { background-color: transparent; background-image: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .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); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { border-width: 0; border-radius: 0; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { font-size:0.875rem;font-family:arial;height:37.1375rem;width:75rem;position:relative;display:block; }#Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.1125011444092rem;left:0rem;height:1.5125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:25.562499642372rem;left:3.75rem;height:1.1rem;text-align:center;text-align-last:center;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; }
#fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:3.8125rem;overflow:hidden;display:block; }
#kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:21.3125rem;overflow:hidden;display:block; }
#bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:25.175000786781rem;left:21.249218940735rem;height:2.19921875rem;text-align:center;text-align-last:center;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; }
#TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:38.8125rem;overflow:hidden;display:block; }
#VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:25.175000786781rem;left:38.750000953674rem;height:2.19921875rem;text-align:center;text-align-last:center;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; }
#plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:56.3125rem;overflow:hidden;display:block; }
#a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:25.587501168251rem;left:56.250000953674rem;height:1.1rem;text-align:center;text-align-last:center;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; }
#kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { background-color:#f37021;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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"ibm plex sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.125rem;left:26.25rem;display:block; }
#LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { background-color: transparent; background-image: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container > .video-iframe-container { display: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container { display: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .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); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { border-width: 0; border-radius: 0; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem dotted #f37021;border-left:0;border-right:0;border-bottom:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:0.9375rem;font-family:"ibm plex sans";height:auto;line-height:1.4;overflow:hidden;font-style:normal;color:#004042; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;height:auto;font-family:"ibm plex sans";color:#3e3e3e; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_81462b60e10c1cdcfe7fbcdc65afe1be5c2efc48.svg");background-size:contain !important; }#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.adaptive-delivery-prevent-bg, #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.lazyload, #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.lazyloading { background-image: none; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { box-sizing:content-box;height:auto;width:53.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.375rem;left:12.5rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo { display:none; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 { display:none; }
#vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3124990463257rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { color:#004042;display:block;width:29.75rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:22.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { position:relative;display:block; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { background-color: transparent; background-image: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container > .video-iframe-container { display: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row > .video-iframe-container { display: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .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); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { border-width: 0; border-radius: 0; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#004042;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.98828125rem;left:49.625rem; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.92578125rem;left:53.5rem; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.86328125rem;left:57.125rem; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; }#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.8125rem;left:60.9375rem; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; }#LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.86328125rem;left:47.5rem;height:2.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { color:#f37021;display:block;width:37.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.40625rem;left:37.500000953674rem;height:1.5125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15001;background-color:#f37021;background-image:none;top:8.625rem;left:49.25rem;display:block; }
#E5d9423TypyTepK3gRSBflrry048QMWl { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:8.61328125rem;left:53.125rem;display:block; }
#FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:8.61328125rem;left:56.875rem;display:block; }
#IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15004;background-color:#f37021;background-image:none;top:8.61328125rem;left:60.625rem;display:block; }
#onStH7lJBiPu6fXqtX96NndPCtDoBy51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f37021;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { background-color: transparent; background-image: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container > .video-iframe-container { display: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container { display: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .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); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { border-width: 0; border-radius: 0; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:3.75rem;top:1.7500076293945rem;left:69.250000953675rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { top:1.1875rem;left:0rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { top:15.5625rem;left:0rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { width:18.75rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block; }
 }@media only screen and (max-width: 763px) { #IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { top:24.5rem;left:0rem;width:21.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { top:7.5625rem;left:0rem;width:29.3125rem;height:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJECOakQdSTV2zz8GtL1er6cH9e4keZ { display:none; }
 }@media only screen and (max-width: 763px) { #A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs { display:none; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LArowXFFeQQTOAmeoXySAOWTUOK3nqhU { top:2.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHULcVHNrVCqXXo7wtTLIA7iE9TKAaBh { top:12.4375rem;left:17.250000953674rem;width:4.3125rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdiefcVEdxQkA105bgfdhC5smpWFe5dh { top:6.4375rem;left:15.187500953674rem;width:8.6875rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9zNJCRqQaIKurpAqoCUZhAdHlsHbmf7 { top:6.6875rem;left:16.875000953674rem;width:5rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEIGhgKEXQKXasx3uMSdHHDbArvUztml { top:6.375rem;left:35.125000953674rem;width:8.6875rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdXpTCcrbRuJKdFNeud0XuCxI3Q9zCpm { top:12.4375rem;left:37.375000953674rem;width:4rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJknSTzauENCQQz5vRtNTasnmXGbZ6dM { top:7.0625rem;left:36.875000953674rem;width:5rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmFQiQS9oSn2leRiGxyKTaThwncrUWZk { top:6.4375rem;left:25.187500953674rem;width:8.6875rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0G5HcdlpH6WvOgF7oNHdooffLBKgJQf { top:12.4375rem;left:25.812500953674rem;width:7.5rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SX0AVqu1mfTz0ZTPnkysmaUc7m07mTve { top:6.6875rem;left:27.062500953674rem;width:5rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaWb4bqoMP9q1A1F8dCGCQSX2ICnnwzL { top:6.375rem;left:5.1867189407349rem;width:8.6875rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPBhGmVIUvQRWwpkRVQGT7oKXPn07KFR { top:6.6875rem;left:6.967968940735rem;width:5.0625rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V73JXzAIwxKSJAGdRDMUt7L2rtX0DITF { top:11.1875rem;left:0rem;width:7.375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Txcx2Tc6n8SBH8VM1v3qPskgPChXT9TQ { top:25.75rem;left:0rem;width:18.3125rem;height:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh8Qhg9tcCUrcabmkEsvOMRCpdyoJ9py { width:18.75rem;height:3.4375rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUsiq8OORJUmpqqb2dKssHDmB5ISFB9z { display:block; }
 }@media only screen and (max-width: 763px) { #C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U { display:block; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVNXKNprB8eR5MXu9CH6x1cAPU3B1B5u { top:7.9375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz6VTUhNUWXHx7nTCb1adgU81CSR8cUX { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyiBi63oklhoQz9IHurTL8sugHXlh2ra { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKOSmtsCFnS3ba0IuPgdA9byn9CUgsUM { top:35.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLtuCWQ27FSWFvgG1uuBfubS6ApGVmJO { width:18.75rem;height:3.4375rem;top:38.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFzAIm4hqzZoTvM9GsO9WPXdQvK3eTRC { display:block; }
 }@media only screen and (max-width: 763px) { #go3Etm5s0KGfvom7MrDHZHVn5gG9vcv9 { top:37.4375rem;left:7.624218940735rem;width:37.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW { display:none; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qUJEJtXs6Vo4HCQHeqQ1kNQkKDuBgfTF { top:2.5rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEF05SDXyLA6ceUb5u13HLNmwrIbXESV { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuL1BoQi0q1pazVuK2DegWqBwpiNa8J6 { display:block; }
 }@media only screen and (max-width: 763px) { #w1nlGzceyasaozkTiWzewdAMZzsrCwfW { top:4.375rem;left:0rem;width:16.25rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7Q3X6irXv1rkTmPBnkQcS6c1uzeZkIx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFCgTTgM7ZL4H3mW6nZk6R6nWO5klZ7R { top:20.5625rem;left:0rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbbC2GKLqoEtRgSLa4SxlNbestwFwpWd { top:22.375rem;left:0rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { display:block; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { top:2.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { top:4.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { top:7.9375rem;left:0rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { top:19.6875rem;left:0rem;width:10.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { top:22.75rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { top:8rem;left:3.6875rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HMO75XwlAWXiShM5xuNu6zq29c715J { top:22.75rem;left:5.1240234375rem;width:9.25rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { top:19.5625rem;left:5.1240234375rem;width:10rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { top:8rem;left:17.4375rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { top:22.75rem;left:18.875rem;width:9.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { top:19.5625rem;left:18.875rem;width:11.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { top:8rem;left:31.1875rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { top:22.75rem;left:32.625rem;width:9.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { top:19.5625rem;left:32.625rem;width:11.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { top:8rem;left:35.25rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { top:22.875rem;left:37.75rem;width:10rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { top:19.4375rem;left:37.625rem;width:10.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { top:29.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { top:9.375rem;left:0rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { top:9.25rem;left:4.5rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { top:9.4375rem;left:18.375rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { top:9.4375rem;left:32.1875rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { top:9.4375rem;left:37.125rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { top:22.4375rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { top:22.4375rem;left:5.2236328125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { top:22.4375rem;left:18.849609375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { top:22.4375rem;left:32.5625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { top:22.5rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { width:18.75rem;height:3.4375rem;top:32.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block; }
 }@media only screen and (max-width: 763px) { #TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { display:block; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { top:25.5rem;left:0rem;width:15.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { top:6.125rem;left:0rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { top:6.125rem;left:7.6875rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { top:25.125rem;left:7.624218940735rem;width:15.6875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { top:6.125rem;left:25.1875rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { top:25.125rem;left:25.125000953674rem;width:15.6875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { top:6.125rem;left:32.125rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { top:25.5625rem;left:32.0625rem;width:15.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { width:22.375rem;height:3.4375rem;top:31.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { display:block; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { display:flex;height:auto;width:45.25rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 {  }
 }@media only screen and (max-width: 763px) { #vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { top:5.8125rem;left:8.8750009536744rem;width:29.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { display:block; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { top:8.9375rem;left:29.1875rem;width:1.875rem;height:1.875rem;display:block; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { top:8.875rem;left:33.0625rem;width:1.875rem;height:1.875rem;display:block; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { top:8.8125rem;left:36.6875rem;width:2rem;height:2.1875rem;display:block; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { top:8.8125rem;left:40.5rem;width:2rem;height:2.1875rem;display:block; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { top:4.8125rem;left:27.0625rem;width:17.5rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { top:2.375rem;left:10.25rem;width:37.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { top:8.625rem;left:28.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5d9423TypyTepK3gRSBflrry048QMWl { top:8.5625rem;left:32.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { top:8.5625rem;left:36.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { top:8.5625rem;left:40.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onStH7lJBiPu6fXqtX96NndPCtDoBy51 { display:block; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { top:1.75rem;left:44rem;width:3.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { position:relative;z-index:auto;display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { width:6.25rem;height:2.5625rem;top:1.25rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,64,66,0.83);background-image:url("https://images.assets-landingi.com/uc/c07886b2-1948-4c96-828a-98317914191f/Header_LP_Agro_Mobil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { width:17.25rem;height:3.375rem;top:23.3125rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { width:17.4375rem;height:3.4375rem;top:27.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block; }
 }@media only screen and (max-width: 763px) { #IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { width:20rem;height:0;top:33.0107421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { width:15rem;height:4.125rem;top:17.875000476837rem;left:2.4375000596046rem;font-size:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #BTJECOakQdSTV2zz8GtL1er6cH9e4keZ { top:18.187500476837rem;left:1.3125000596046rem;width:0.3125rem;height:3.75rem;z-index:15003;background-color:#f37021;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs { background-color:#e2f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container { background-color: transparent; background-image: none; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container > .video-iframe-container { display: none; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row > .video-iframe-container { display: none; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .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); }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container { border-width: 0; border-radius: 0; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A88RrxUaFTsUQQVTGt9VMVNif5TxXpZs > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LArowXFFeQQTOAmeoXySAOWTUOK3nqhU { width:17.4375rem;height:2.76171875rem;top:1.3125rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XHULcVHNrVCqXXo7wtTLIA7iE9TKAaBh { width:3.875rem;height:2.2734375rem;top:11.625000953674rem;left:12.875000536442rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kdiefcVEdxQkA105bgfdhC5smpWFe5dh { width:7.875rem;height:9.75rem;top:5.25rem;left:10.625000536442rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A9zNJCRqQaIKurpAqoCUZhAdHlsHbmf7 { width:4.375rem;height:4.5rem;top:6.6250001909213rem;left:12.562500536442rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sEIGhgKEXQKXasx3uMSdHHDbArvUztml { width:7.875rem;height:9.75rem;top:16.375000953674rem;left:10.625000536442rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QdXpTCcrbRuJKdFNeud0XuCxI3Q9zCpm { width:4rem;height:2.2734375rem;top:23.062500953674rem;left:12.500000536442rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oJknSTzauENCQQz5vRtNTasnmXGbZ6dM { width:4.375rem;height:4.5rem;top:17.937500953674rem;left:12.312500536442rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RmFQiQS9oSn2leRiGxyKTaThwncrUWZk { width:8.125rem;height:9.75rem;top:16.312500953674rem;left:1.2499999403954rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #G0G5HcdlpH6WvOgF7oNHdooffLBKgJQf { width:7.875rem;height:2.2734375rem;top:23.000000953674rem;left:1.3750000596046rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SX0AVqu1mfTz0ZTPnkysmaUc7m07mTve { width:4.375rem;height:4.5rem;top:17.562500953674rem;left:3.2500000596046rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vaWb4bqoMP9q1A1F8dCGCQSX2ICnnwzL { width:8rem;height:9.75rem;top:5.3125rem;left:1.2499999403954rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nPBhGmVIUvQRWwpkRVQGT7oKXPn07KFR { width:4.375rem;height:4.4375rem;top:6.5000001909213rem;left:3.0000000596046rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #V73JXzAIwxKSJAGdRDMUt7L2rtX0DITF { width:7.375rem;height:2.2734375rem;top:11.625000953674rem;left:1.4375000596046rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Txcx2Tc6n8SBH8VM1v3qPskgPChXT9TQ { width:17.5rem;height:3.16699375rem;top:27.575000000186rem;left:1.2492187619209rem;font-size:0.8125rem;z-index:15007;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #bh8Qhg9tcCUrcabmkEsvOMRCpdyoJ9py { width:17.4375rem;height:3.4375rem;top:32.062500953674rem;left:1.3492187857628rem;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VUsiq8OORJUmpqqb2dKssHDmB5ISFB9z { display:block; }
 }@media only screen and (max-width: 763px) { #C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U { display:block; }#C1iUoyDoVTKbqDAA03KkbEw1qXxpgc2U > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVNXKNprB8eR5MXu9CH6x1cAPU3B1B5u { width:17.5625rem;height:22.5rem;top:9.9375009536744rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz6VTUhNUWXHx7nTCb1adgU81CSR8cUX { width:17.5rem;height:1.923825rem;top:5.5124988555908rem;left:1.2500000596046rem;font-size:0.875rem;color:#f37021;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WyiBi63oklhoQz9IHurTL8sugHXlh2ra { width:17.5625rem;height:2.19921875rem;top:2.4375rem;left:1.2500000596046rem;font-size:1rem;font-weight:700;font-style:normal;color:#004042;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tKOSmtsCFnS3ba0IuPgdA9byn9CUgsUM { width:17.625rem;height:1.3994125rem;top:32.6875rem;left:1.1875rem;font-size:1rem;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #TLtuCWQ27FSWFvgG1uuBfubS6ApGVmJO { width:17.625rem;height:3.4375rem;top:37.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFzAIm4hqzZoTvM9GsO9WPXdQvK3eTRC { display:block; }
 }@media only screen and (max-width: 763px) { #go3Etm5s0KGfvom7MrDHZHVn5gG9vcv9 { width:17.4375rem;height:2.2734375rem;top:34.5625rem;left:1.3125rem;font-size:0.875rem;color:#004042;font-family:"ibm plex sans";text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW { background-color:#e2f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(62,62,62,0.1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container { background-color: transparent; background-image: none; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container > .video-iframe-container { display: none; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row > .video-iframe-container { display: none; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .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); }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container { border-width: 0; border-radius: 0; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfO5eBT7qMn8WpTmcKGsNe69cn8wodtW > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUJEJtXs6Vo4HCQHeqQ1kNQkKDuBgfTF { top:2.5617151260376rem;left:1.2500000596046rem;width:17.5625rem;height:2.19921875rem;z-index:15003;font-size:1rem;font-weight:700;font-style:normal;color:#f37021;font-family:"ibm plex sans";line-height:1.1;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #qEF05SDXyLA6ceUb5u13HLNmwrIbXESV { top:26.3125rem;left:1.2500000596046rem;width:17.625rem;height:3.4375rem;z-index:15019;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.75rem;font-family:"ibm plex sans";display:block; }
 }@media only screen and (max-width: 763px) { #tuL1BoQi0q1pazVuK2DegWqBwpiNa8J6 { display:block; }
 }@media only screen and (max-width: 763px) { #w1nlGzceyasaozkTiWzewdAMZzsrCwfW { top:6.311718940735rem;left:1.2500000596046rem;width:17.5625rem;height:4.546875rem;z-index:15004;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #a7Q3X6irXv1rkTmPBnkQcS6c1uzeZkIx { top:11.9375rem;left:6.8750000596044rem;width:12.375rem;height:12.0625rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wFCgTTgM7ZL4H3mW6nZk6R6nWO5klZ7R { top:13.75rem;left:1.25rem;width:5.0625rem;height:4.546875rem;z-index:15005;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #rbbC2GKLqoEtRgSLa4SxlNbestwFwpWd { top:20.3125rem;left:1.25rem;width:6.3125rem;height:3.41015625rem;z-index:15006;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { display:none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { width:20rem;height:127.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { width:20rem;height:1.51171875rem;top:3.73730625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { width:12.5rem;height:18.6875rem;top:6.499025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { width:10.0625rem;height:2.19921875rem;top:18.23730625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { width:9.1875rem;height:1.6484375rem;top:21.2871109375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { width:12.5rem;height:18.6875rem;top:26.436525rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HMO75XwlAWXiShM5xuNu6zq29c715J { width:9.25rem;height:1.6484375rem;top:41.223634375rem;left:5.1865234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { width:10rem;height:1.0996125rem;top:38.0234390625rem;left:5.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { width:12.5rem;height:18.6875rem;top:46.374025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { width:9.5625rem;height:1.6484375rem;top:61.161134375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { width:11.25rem;height:1.0996125rem;top:57.9609390625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { width:12.5rem;height:18.6875rem;top:66.311525rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { width:9.6875rem;height:1.6484375rem;top:81.098634375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { width:11.25rem;height:1.0996125rem;top:77.8984390625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { width:12.5rem;height:18.6875rem;top:86.249025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { width:10rem;height:1.6484375rem;top:101.161134375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { width:10.125rem;height:2.19921875rem;top:97.686525rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { width:20rem;height:3.0234375rem;top:106.186525rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { width:10.625rem;height:9.25rem;top:7.8750015625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { width:10.625rem;height:9.25rem;top:27.686525rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { width:10.625rem;height:9.25rem;top:47.811525rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { width:10.625rem;height:9.25rem;top:67.749025rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { width:10.625rem;height:9.25rem;top:87.686525rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { width:6.25rem;height:0.0625rem;top:20.9375015625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { width:6.25rem;height:0.0625rem;top:40.874025rem;left:5.2861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { width:6.25rem;height:0.0625rem;top:60.811525rem;left:5.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { width:6.25rem;height:0.0625rem;top:80.7734390625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { width:6.25rem;height:0.0625rem;top:100.749025rem;left:5.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { width:18.75rem;height:3.4375rem;top:110.4599625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block; }
 }@media only screen and (max-width: 763px) { #TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { background-color:#004042;background-image:none;display:block; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { background-color: transparent; background-image: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .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); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { width:17.375rem;height:1.0996125rem;top:2.4367065429688rem;left:1.3742187619209rem;font-size:1rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { width:14.125rem;height:0.9625rem;top:22.7109375rem;left:2.9359374642372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { width:14.1875rem;height:20.0625rem;top:5.0617065429688rem;left:2.8742187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { width:14.1875rem;height:20.0625rem;top:27.561706542969rem;left:2.9359374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { width:14.125rem;height:1.923825rem;top:44.435928344726rem;left:2.9992187619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { width:14.1875rem;height:20rem;top:50.060928344726rem;left:2.8742187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { width:14.25rem;height:0.9619125rem;top:67.310928344725rem;left:2.8742187619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { width:14.1875rem;height:20rem;top:72.560928344725rem;left:3.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { width:14.25rem;height:0.9619125rem;top:90.211715698244rem;left:3.1234374642372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { width:17.4375rem;height:3.4375rem;top:93.812505722044rem;left:1.2500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { display:block; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-text { font-size:0.875rem;height:auto; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { display:flex;height:auto;width:17.5rem;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 {  }
 }@media only screen and (max-width: 763px) { #vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { width:15.25rem;height:2.19921875rem;top:2.3125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { width:15.4375rem;height:2.2734375rem;top:5.4375rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { display:block; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { display:flex;width:1.6875rem;height:1.6875rem;top:9.1875rem;left:1.6875000596046rem;font-size:1.125rem; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { display:flex;width:1.6875rem;height:1.6875rem;top:9.25rem;left:5.4375000596046rem;font-size:1.125rem; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { display:flex;width:1.6875rem;height:1.6875rem;top:9.3125rem;left:9.1875005364419rem;font-size:1.125rem; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { display:flex;width:1.6875rem;height:1.6875rem;top:9.375rem;left:13.000000536442rem;font-size:1.125rem; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { width:17.499625rem;height:1.923825rem;top:5.25rem;left:1.2492186427116rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { width:17.499625rem;height:1.1rem;top:2.6875rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { width:2.625rem;height:2.625rem;top:8.8125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5d9423TypyTepK3gRSBflrry048QMWl { width:2.625rem;height:2.625rem;top:8.8125rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { width:2.625rem;height:2.625rem;top:8.8125rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { width:2.625rem;height:2.625rem;top:8.8125rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #onStH7lJBiPu6fXqtX96NndPCtDoBy51 { display:block; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { width:3.75rem;height:1.5rem;top:1.5rem;left:8.125rem;display:block; }
 }