.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:218,247,236;--color-primary-1:145,230,199;--color-primary-2:72,213,161;--color-primary-3:45,167,96;--color-primary-4:14,43,32;--color-secondary-0:229,238,225;--color-secondary-1:178,203,166;--color-secondary-2:127,169,106;--color-secondary-3:58,149,48;--color-secondary-4:42,111,6;--color-tertiary-0:255,255,255;--color-tertiary-1:14,14,14;--color-tertiary-2:12,11,12;--color-tertiary-3:7,6,6;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP { position:relative;display:none; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP { border-width: 0; border-radius: 0; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .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; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QPKehh8B8t1wcEwUfAIBtUbkQ8ohceuT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#oATbXvdTHq47fpT8Twgxu9E1pUtTDu1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkmHL6DKcxBFJmzJTvl0SB4yu1GE9ZQm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#fDGs2k9Ft0iIlMhXnmLosGfMqKLLLzJW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH.adaptive-delivery-prevent-bg, #omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH.lazyload, #omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH.lazyloading { background-image: none; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container { border-width: 0; border-radius: 0; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:none; }#kAWr3EiW2yVsNMghlp1fSlUVdduz3gzc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#o0dFrkdO7FTrCRBLEkcmTrggRWetMPgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv { 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:none; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container { border-width: 0; border-radius: 0; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:none; }#hqpeWX6Lp2UHif9DxTPyXZo4lGKUi6ng { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#MRpN04hvMb4rh7w34qADaCoHx17h6vLH { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PodCMylGA7ddv9KyVstIBhtrgQta2Lx2 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMXv40CoVsbMCs3l4yNqQpVlG8Ix0XHH { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#yk7V1dUtViapehcfoDOTNvJO7zpUVwCV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#murKzP9z9nkDLxe8vIfdTsnHKdXFK0sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FodvVPXJOIlOssRg0e57KrPNmKHNt2H8 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dM3tSmz64AHZIMJ7pEzHNffrMpdt2MMR { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tg08O8Wu6T8o64ukdAOgthenSmwkg39q { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#qVWXNrHeCTZHHPL5F5FAzUlwuweTtAw2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#lS0M6TUSPOLsdJIW0JZ2b7MkUpqb3SBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nci3vqcP6KBJSwBm8zKELDRcP3Sbncso { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DtgOZJ5rnITIB8WiI84b3651He9bMs8w { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#ayLbZLBV8H3JERryIhGw3Bzfqllv3TOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdJVJTD8aVx0th1U35gKGw1buFSlMrIb { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SPs1cKcD6LwgDJ1fQLMHNPCqTl4BVUXw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X5ulFA3dHG8UMNqbO9exkVH13xwe2Vdp { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EZJXVXaAevZpmIJn1I9tUs0tpK9TUE9a { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#trKoBGe9IxdDQilW26yIwoPrTqAH3P6W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#waGAfWqXfBhQdVMbBB1ScZgpTFV24ayL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5cMpsHKkgqJuGFGZdlaA7FHCwLM9pNN { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mRcT5rT7c6LdyKuuqvT6oqe01ZZvJJXo { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JBkNkim0nVQmy0gVxw05WmFZKCiCAGbX { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTMc4P3pdTkaWVilwGeOAeXP39V4lLtg { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#PVVT37LFgJi1Tnr7Wg4Qg6p9E7E9My43 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#cRoqcXnTSLWPlhbF6J7zdfHQegMMPcCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qq4MzVITrKUlhbNcDAp4CAWMBtQOWJZm { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTDLEQgiEAvoTpkMxTwJhgJb9KSHOGwR { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UM48hqT1uopVpiMZwzz9eG0Hwl9Xl7i0 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IBbJ1SFaIzINoaCfHKSiWQU6AuddLbCD { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#wVX0I3L9TIRoNyToBMbOWdScGNUIGpKW { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sQLNJzX62OQ2fsxaArMDVhzc9mnDHWxy { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i2MAJb2q7aq5e7ix7WwwRiFbkf4Gq7nx { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K7aF6TEms1f86cgfJi7RaIoW3Ae0ERGC { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#IWnxEatupoqJTQhDalSbRXzmFUc93Byo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#vVTxXKnTQZSHzlcCH32Ol5QGp6H1LlgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ { position:relative;display:none; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ { border-width: 0; border-radius: 0; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .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; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IbUL5rQNRpa6HlisdMvJ0z8D6WowMW8E { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;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:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .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; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-trigger.adaptive-delivery-prevent-bg, #FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-trigger.lazyload, #FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-trigger.lazyloading { background-image: none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CrMda5CMZmwEslRKeEPDvDy69ZvqBcOL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wvlsThZyErUXZzmFwKFMuxGKOOcORGKU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Pok14oMc141rMdevugqpHndVcILr3Jo0 { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wGS96e9czrEN89oCoSlMIJetxRXXnXyR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #khrTCKIMsBHBQ7TB6SCoN2ykgNbCnDMc {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #JtRGpZaSCLuRsNO1GdVCz96MQ2FOJA5q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #f4svh78nvyui3PyFXPiGVfSr1VJtdZVX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #kfvNTPzrVv8m3cdfxC6WbBZgUJM5DHZT { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CJCB6ramv0Tfs47bvQvuBVMIgSAf3TZR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #QSlJ31A4EXgk1Fl7JnrWG71OIntrRhyG { display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #iuJQy6MV5usq82uraWWTp0FtS7RvmKmD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #H8u3fQkbdefT06nCXRFruxLxlVeVvKP4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fn6qU8l8XiB1RaNhDXmUAsxELKKcGPWu { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #l0oDyp8KVGiSWakBaHNMwI7GyIsffahq {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Uz3c187DpTxl8o3C8GbF1Vvq2W4CV3Xk { display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Bf4mmNw8wR7PDkhfpAvkHn0ySXyorPVb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #soGQzo0Tf3CK8kk7I2CRiy06ZTxHO4ix { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ZP9t1oxrJl69ix0G7UpKGeWyIgQVcfh9 { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #lfcla2VavnLd0m8M9RtII26rvFPX23Us {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fsgn8FGcQfnJTh87OI7TOi5cPqPyEC4w { display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Wc80Si1WrzLdQg5T5O8LnykJi0t1AqMu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #e1rx6xdANQdQmteOWgiSOmddUmGpTp32 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Xo0LofLt5yIzLh5IR8qpg6eSZmy5gN1k { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #oUvFEEhMW7AvQ1WdKlgEfPuHe7XOtqvr {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #AvzHS7OmsuXww8D75v7HgmCB06oevH5S { display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #DcSPB56p4NRh5T2enTMsKFL7viEVxkz9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ce6TVsEiKrr6yFuvn5pa9LbAEwBaMzkB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #sqh5B9D5vtsZSkFGZRqmUydo8nK6yyRF { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #V6FQtvag7uPfTXSSoCaqtg0LbsxPbqrI {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #gLoORTePd5LUbT6GQTdhGRGgaSDeQLis { display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #mlKHq5XkTh7E0f0JqHzB02ult85Dn4C0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #NAmNFyO11V098Gk955TGHZO1xlXh5L5C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Ds303NdCSlamk49TwB875ABTXT5y1NCf { display:block;position:relative; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Q3QZbbJCFnpApuvCuKrJBLAUzQ8331y9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #t6PpigE8I0bK6ldSp7STyRw1FeiSVLg4 { display:none; }
#f86cfosM1i0G0Sew0vhFMkZrfrMGEUIb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#OBlGCyLXfuNDA0gVzfnMbCMiVBcEWOZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 { position:relative;display:none; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 { border-width: 0; border-radius: 0; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .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; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F7oDT0Q9JzDqoaRmRuD9adSAsdZt3iry { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.1875rem;top:0.75rem;left:3.75rem;display:none; }
#S5kERQ1te5uXx9BfQaOK3cVW6eylMNdm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:60rem;display:none; }
#pAn6OqVf821HiFHTdtnTmh5VI2lHWFFP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:60rem;display:none; }
#J5oBERLyD0GqgZKHWiz8fQrnRsGLyNEe { 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:7rem;width:23.6875rem;top:5.3291015625rem;left:35.0283203125rem;overflow:hidden;display:none; }
#Hq0Dq0SN73BXTomEpiPvB9PNmFfzEbsZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#cRQEJ7GxRKwDpwUpuA0PLoJNhZ9IsvaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { position:relative;display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { border-width: 0; border-radius: 0; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.adaptive-delivery-prevent-bg, #GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.lazyload, #GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.lazyloading { background-image: none; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { color:#0e193d;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:38.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:50.4375rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:31.5rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { position:absolute;display:block;z-index:14999;background-color:#ececec;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5625rem;left:31.375rem;display:none; }
body { position:relative;display:block; }
#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP { display:none; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row .container { width:47.75rem;position:relative;display:none; }#QPKehh8B8t1wcEwUfAIBtUbkQ8ohceuT { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#oATbXvdTHq47fpT8Twgxu9E1pUtTDu1x { display:block; }
#VkmHL6DKcxBFJmzJTvl0SB4yu1GE9ZQm { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#fDGs2k9Ft0iIlMhXnmLosGfMqKLLLzJW { display:block; }
#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH { display:none; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container { width:47.75rem;position:relative;display:none; }#kAWr3EiW2yVsNMghlp1fSlUVdduz3gzc { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#o0dFrkdO7FTrCRBLEkcmTrggRWetMPgq { display:block; }
#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv { display:none; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container { width:47.75rem;position:relative;display:none; }#hqpeWX6Lp2UHif9DxTPyXZo4lGKUi6ng { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:block; }
#MRpN04hvMb4rh7w34qADaCoHx17h6vLH { width:18.75rem;height:1.5rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
#PodCMylGA7ddv9KyVstIBhtrgQta2Lx2 { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
#EMXv40CoVsbMCs3l4yNqQpVlG8Ix0XHH { width:20rem;height:;top:2.4375rem;left:0rem;font-size:2.6875rem;display:block; }
#yk7V1dUtViapehcfoDOTNvJO7zpUVwCV { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#murKzP9z9nkDLxe8vIfdTsnHKdXFK0sw { display:block; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c { display:none; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c > img { max-width: 100%;max-height:100%; width:; height:; }#FodvVPXJOIlOssRg0e57KrPNmKHNt2H8 { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#dM3tSmz64AHZIMJ7pEzHNffrMpdt2MMR { width:18.75rem;height:1.5rem;top:32.125rem;left:0rem;font-size:1.1875rem;display:none; }
#Tg08O8Wu6T8o64ukdAOgthenSmwkg39q { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#qVWXNrHeCTZHHPL5F5FAzUlwuweTtAw2 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#lS0M6TUSPOLsdJIW0JZ2b7MkUpqb3SBl { display:block; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 { display:none; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 > img { max-width: 100%;max-height:100%; width:; height:; }#nci3vqcP6KBJSwBm8zKELDRcP3Sbncso { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#DtgOZJ5rnITIB8WiI84b3651He9bMs8w { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#ayLbZLBV8H3JERryIhGw3Bzfqllv3TOA { display:block; }
#zdJVJTD8aVx0th1U35gKGw1buFSlMrIb { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#SPs1cKcD6LwgDJ1fQLMHNPCqTl4BVUXw { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#X5ulFA3dHG8UMNqbO9exkVH13xwe2Vdp { width:18.75rem;height:1.5rem;top:48.5625rem;left:0rem;font-size:1.1875rem;display:none; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 { display:none; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 > img { max-width: 100%;max-height:100%; width:; height:; }#EZJXVXaAevZpmIJn1I9tUs0tpK9TUE9a { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#trKoBGe9IxdDQilW26yIwoPrTqAH3P6W { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#waGAfWqXfBhQdVMbBB1ScZgpTFV24ayL { display:block; }
#G5cMpsHKkgqJuGFGZdlaA7FHCwLM9pNN { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#mRcT5rT7c6LdyKuuqvT6oqe01ZZvJJXo { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B { display:none; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B > img { max-width: 100%;max-height:100%; width:; height:; }#JBkNkim0nVQmy0gVxw05WmFZKCiCAGbX { width:18.75rem;height:1.5rem;top:65.8125rem;left:0rem;font-size:1.1875rem;display:none; }
#ZTMc4P3pdTkaWVilwGeOAeXP39V4lLtg { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#PVVT37LFgJi1Tnr7Wg4Qg6p9E7E9My43 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#cRoqcXnTSLWPlhbF6J7zdfHQegMMPcCk { display:block; }
#Qq4MzVITrKUlhbNcDAp4CAWMBtQOWJZm { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#tTDLEQgiEAvoTpkMxTwJhgJb9KSHOGwR { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#UM48hqT1uopVpiMZwzz9eG0Hwl9Xl7i0 { width:18.75rem;height:1.5rem;top:83rem;left:0rem;font-size:1.1875rem;display:none; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX { display:none; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX > img { max-width: 100%;max-height:100%; width:; height:; }#IBbJ1SFaIzINoaCfHKSiWQU6AuddLbCD { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#wVX0I3L9TIRoNyToBMbOWdScGNUIGpKW { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#sQLNJzX62OQ2fsxaArMDVhzc9mnDHWxy { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#i2MAJb2q7aq5e7ix7WwwRiFbkf4Gq7nx { width:18.75rem;height:1.5rem;top:102rem;left:0rem;font-size:1.1875rem;display:none; }
#K7aF6TEms1f86cgfJi7RaIoW3Ae0ERGC { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#IWnxEatupoqJTQhDalSbRXzmFUc93Byo { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#vVTxXKnTQZSHzlcCH32Ol5QGp6H1LlgD { display:block; }
#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ { display:none; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row .container { width:47.75rem;position:relative;display:none; }#IbUL5rQNRpa6HlisdMvJ0z8D6WowMW8E { width:20rem;height:;top:1.4375rem;left:0rem;font-size:2.6875rem;display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l { display:flex;height:auto;width:17.5rem;display:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CrMda5CMZmwEslRKeEPDvDy69ZvqBcOL {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wvlsThZyErUXZzmFwKFMuxGKOOcORGKU {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Pok14oMc141rMdevugqpHndVcILr3Jo0 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wGS96e9czrEN89oCoSlMIJetxRXXnXyR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #khrTCKIMsBHBQ7TB6SCoN2ykgNbCnDMc {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #JtRGpZaSCLuRsNO1GdVCz96MQ2FOJA5q {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #f4svh78nvyui3PyFXPiGVfSr1VJtdZVX {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #kfvNTPzrVv8m3cdfxC6WbBZgUJM5DHZT {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CJCB6ramv0Tfs47bvQvuBVMIgSAf3TZR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #QSlJ31A4EXgk1Fl7JnrWG71OIntrRhyG {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #iuJQy6MV5usq82uraWWTp0FtS7RvmKmD {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #H8u3fQkbdefT06nCXRFruxLxlVeVvKP4 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fn6qU8l8XiB1RaNhDXmUAsxELKKcGPWu {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #l0oDyp8KVGiSWakBaHNMwI7GyIsffahq {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Uz3c187DpTxl8o3C8GbF1Vvq2W4CV3Xk {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Bf4mmNw8wR7PDkhfpAvkHn0ySXyorPVb {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #soGQzo0Tf3CK8kk7I2CRiy06ZTxHO4ix {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ZP9t1oxrJl69ix0G7UpKGeWyIgQVcfh9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #lfcla2VavnLd0m8M9RtII26rvFPX23Us {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fsgn8FGcQfnJTh87OI7TOi5cPqPyEC4w {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Wc80Si1WrzLdQg5T5O8LnykJi0t1AqMu {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #e1rx6xdANQdQmteOWgiSOmddUmGpTp32 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Xo0LofLt5yIzLh5IR8qpg6eSZmy5gN1k {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #oUvFEEhMW7AvQ1WdKlgEfPuHe7XOtqvr {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #AvzHS7OmsuXww8D75v7HgmCB06oevH5S {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #DcSPB56p4NRh5T2enTMsKFL7viEVxkz9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ce6TVsEiKrr6yFuvn5pa9LbAEwBaMzkB {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #sqh5B9D5vtsZSkFGZRqmUydo8nK6yyRF {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #V6FQtvag7uPfTXSSoCaqtg0LbsxPbqrI {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #gLoORTePd5LUbT6GQTdhGRGgaSDeQLis {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #mlKHq5XkTh7E0f0JqHzB02ult85Dn4C0 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #NAmNFyO11V098Gk955TGHZO1xlXh5L5C {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Ds303NdCSlamk49TwB875ABTXT5y1NCf {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Q3QZbbJCFnpApuvCuKrJBLAUzQ8331y9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #t6PpigE8I0bK6ldSp7STyRw1FeiSVLg4 {  }
#f86cfosM1i0G0Sew0vhFMkZrfrMGEUIb { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#OBlGCyLXfuNDA0gVzfnMbCMiVBcEWOZm { display:block; }
#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 { display:none; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row .container { width:47.75rem;position:relative;display:none; }#F7oDT0Q9JzDqoaRmRuD9adSAsdZt3iry { top:0.75rem;left:1.6875002980233rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:none; }
#S5kERQ1te5uXx9BfQaOK3cVW6eylMNdm { width:47.75rem;height:59.6875rem;display:none; }
#pAn6OqVf821HiFHTdtnTmh5VI2lHWFFP { width:47.75rem;height:59.6875rem;display:none; }
#J5oBERLyD0GqgZKHWiz8fQrnRsGLyNEe { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:none; }
#Hq0Dq0SN73BXTomEpiPvB9PNmFfzEbsZ { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#cRQEJ7GxRKwDpwUpuA0PLoJNhZ9IsvaQ { display:block; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { width:47.75rem;position:relative;display:none; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { width:16.6875rem;height:1.5rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { width:15.8125rem;height:3.1875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { top:13.0625rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:0.75rem;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { width:19.25rem;height:1.75rem;top:9.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { top:8.5625rem;left:25.25rem;width:20.125rem;height:2.875rem;display:block; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP { position:relative;z-index:auto;display:block; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP { background-color: transparent; background-image: none; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row .container > .video-iframe-container { display: none; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row > .video-iframe-container { display: none; }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .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); }#tNaDcgtWcMOGmwmCwexlgdiQHPsv9czP > .row .container { width:20rem;height:4.375rem;background-color:#eee2d3;background-image:none;position:relative;display:block; }#QPKehh8B8t1wcEwUfAIBtUbkQ8ohceuT { width:8.625rem;height:2.375rem;top:0.87357950210569rem;left:10.296994376451rem;z-index:15182;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oATbXvdTHq47fpT8Twgxu9E1pUtTDu1x { display:block; }
#VkmHL6DKcxBFJmzJTvl0SB4yu1GE9ZQm { width:8.52254rem;height:2.4375rem;top:0.873046875rem;left:0.85848712921144rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342d8' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fDGs2k9Ft0iIlMhXnmLosGfMqKLLLzJW { display:block; }
#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH { display:block; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH { background-color: transparent; background-image: none; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container > .video-iframe-container { display: none; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row > .video-iframe-container { display: none; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .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); }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH { border-width: 0; border-radius: 0; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container { width:20rem;height:33.125rem;background-color:#eee2d3;background-image:url("https://images.assets-landingi.com/uc/506795bc-7e15-4ab1-b3bd-c9223379fdb3/2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;position:relative;display:block; }#omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container.adaptive-delivery-prevent-bg, #omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container.lazyload, #omf6ZtQTBBHMpMNUFKFMlzwVpN7TTrpH > .row .container.lazyloading { background-image: none; }#kAWr3EiW2yVsNMghlp1fSlUVdduz3gzc { width:13.6239375rem;height:3.624825rem;top:29.495737075806rem;left:3.1862567663193rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o0dFrkdO7FTrCRBLEkcmTrggRWetMPgq { display:block; }
#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv { display:block; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv { background-color: transparent; background-image: none; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container > .video-iframe-container { display: none; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row > .video-iframe-container { display: none; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .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); }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv { border-width: 0; border-radius: 0; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upPhorwan7CRmBt4wyhSNk0wkqkJwHdv > .row .container { width:20rem;height:108.9375rem;background-color:#eee2d3;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;position:relative;display:block; }#hqpeWX6Lp2UHif9DxTPyXZo4lGKUi6ng { width:16.875rem;height:9.8125rem;top:4.3048648834229rem;left:1.3112570047379rem;overflow:hidden;display:block; }
#MRpN04hvMb4rh7w34qADaCoHx17h6vLH { width:18.75rem;height:1.54385625rem;top:14.936966896057rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;display:block; }
#PodCMylGA7ddv9KyVstIBhtrgQta2Lx2 { width:18.75rem;height:1.5996125rem;top:16.479935765266rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;display:block; }
#EMXv40CoVsbMCs3l4yNqQpVlG8Ix0XHH { width:20rem;height:3.49375rem;top:0.81232261657713rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;color:#49604c;font-weight:700;font-style:normal;display:block; }
#yk7V1dUtViapehcfoDOTNvJO7zpUVwCV { width:12.9368125rem;height:2.3125rem;top:16.791547775269rem;left:3.530717253685rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#murKzP9z9nkDLxe8vIfdTsnHKdXFK0sw { display:block; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c { display:flex;top:17.062499046326rem;left:5.6447085142136rem;width:1.75rem;height:1.75rem;z-index:15184; }
#i5VqNTHk13Cvk8SmUWI561IHrBZnuh7c > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#FodvVPXJOIlOssRg0e57KrPNmKHNt2H8 { width:18.75rem;height:1.5996125rem;top:34.0625rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15006;display:block; }
#dM3tSmz64AHZIMJ7pEzHNffrMpdt2MMR { width:18.75rem;height:1.54385625rem;top:32.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15005;display:block; }
#Tg08O8Wu6T8o64ukdAOgthenSmwkg39q { width:16.75rem;height:9.6875rem;top:21.5rem;left:1.5625rem;overflow:hidden;z-index:15004;display:block; }
#qVWXNrHeCTZHHPL5F5FAzUlwuweTtAw2 { width:12.9368125rem;height:2.3125rem;top:34.375rem;left:3.5rem;z-index:15186;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lS0M6TUSPOLsdJIW0JZ2b7MkUpqb3SBl { display:block; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 { display:flex;top:34.625rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15187; }
#iJ9QTIBDOaW6dnbKJPZxG2NEBJsar8H9 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#nci3vqcP6KBJSwBm8zKELDRcP3Sbncso { width:18.75rem;height:1.5996125rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15005;display:block; }
#DtgOZJ5rnITIB8WiI84b3651He9bMs8w { width:12.9368125rem;height:2.3125rem;top:51.125rem;left:3.5rem;z-index:15192;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ayLbZLBV8H3JERryIhGw3Bzfqllv3TOA { display:block; }
#zdJVJTD8aVx0th1U35gKGw1buFSlMrIb { width:18.75rem;height:1.5996125rem;top:50.8125rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15012;display:block; }
#SPs1cKcD6LwgDJ1fQLMHNPCqTl4BVUXw { width:18.75rem;height:1.5996125rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15011;display:block; }
#X5ulFA3dHG8UMNqbO9exkVH13xwe2Vdp { width:18.75rem;height:1.54385625rem;top:48.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15011;display:block; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 { display:flex;top:51.375rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15193; }
#X8RomcDvw29zeTclNHTmmGGOkOWplig6 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#EZJXVXaAevZpmIJn1I9tUs0tpK9TUE9a { width:16.6875rem;height:9.6875rem;top:38.25rem;left:1.5625rem;overflow:hidden;z-index:15010;display:block; }
#trKoBGe9IxdDQilW26yIwoPrTqAH3P6W { width:12.9368125rem;height:2.3125rem;top:68.0625rem;left:3.5rem;z-index:15198;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#waGAfWqXfBhQdVMbBB1ScZgpTFV24ayL { display:block; }
#G5cMpsHKkgqJuGFGZdlaA7FHCwLM9pNN { width:18.75rem;height:1.5996125rem;top:67.75rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15018;display:block; }
#mRcT5rT7c6LdyKuuqvT6oqe01ZZvJJXo { width:18.75rem;height:1.5996125rem;top:67.75rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15017;display:block; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B { display:flex;top:68.3125rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15199; }
#KmHGwsgwEtsPVDihuTBmA91OiCplQB2B > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#JBkNkim0nVQmy0gVxw05WmFZKCiCAGbX { width:18.75rem;height:1.54385625rem;top:65.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15017;display:block; }
#ZTMc4P3pdTkaWVilwGeOAeXP39V4lLtg { width:16.625rem;height:9.625rem;top:55.1875rem;left:1.5625rem;overflow:hidden;z-index:15016;display:block; }
#PVVT37LFgJi1Tnr7Wg4Qg6p9E7E9My43 { width:12.9368125rem;height:2.3125rem;top:87.125rem;left:3.5rem;z-index:15204;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cRoqcXnTSLWPlhbF6J7zdfHQegMMPcCk { display:block; }
#Qq4MzVITrKUlhbNcDAp4CAWMBtQOWJZm { width:18.75rem;height:1.5996125rem;top:84.9375rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15024;display:block; }
#tTDLEQgiEAvoTpkMxTwJhgJb9KSHOGwR { width:18.75rem;height:1.5996125rem;top:84.9375rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15023;display:block; }
#UM48hqT1uopVpiMZwzz9eG0Hwl9Xl7i0 { width:18.75rem;height:1.54385625rem;top:83rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15023;display:block; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX { display:flex;top:87.375rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15205; }
#ElnsTmRQWesu1MFqIn5E7KBSkpF7A7RX > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#IBbJ1SFaIzINoaCfHKSiWQU6AuddLbCD { width:16.4375rem;height:9.5rem;top:72.375rem;left:1.5625rem;overflow:hidden;z-index:15022;display:block; }
#wVX0I3L9TIRoNyToBMbOWdScGNUIGpKW { width:18.75rem;height:1.5996125rem;top:103.9375rem;left:0.9375rem;text-align:center;text-align-last:center;color:#49604c;z-index:15029;display:block; }
#sQLNJzX62OQ2fsxaArMDVhzc9mnDHWxy { width:18.75rem;height:1.5996125rem;top:103.9375rem;left:0.3125rem;text-align:center;text-align-last:center;color:#49604c;z-index:15028;display:block; }
#i2MAJb2q7aq5e7ix7WwwRiFbkf4Gq7nx { width:18.75rem;height:1.54385625rem;top:102rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15028;display:block; }
#K7aF6TEms1f86cgfJi7RaIoW3Ae0ERGC { width:16.25rem;height:9.4375rem;top:91.375rem;left:1.875rem;overflow:hidden;z-index:15027;display:block; }
#IWnxEatupoqJTQhDalSbRXzmFUc93Byo { width:12.9368125rem;height:2.3117875rem;top:105.53586196899rem;left:3.2785867452621rem;z-index:15209;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vVTxXKnTQZSHzlcCH32Ol5QGp6H1LlgD { display:block; }
#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ { display:block; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ { background-color: transparent; background-image: none; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row .container > .video-iframe-container { display: none; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row > .video-iframe-container { display: none; }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .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); }#HRqFnnz01C7gQlMFrVx0SEtJ6sx3sfMJ > .row .container { width:20rem;height:48.8125rem;background-color:#eee2d3;background-image:none;position:relative;display:block; }#IbUL5rQNRpa6HlisdMvJ0z8D6WowMW8E { width:20rem;height:;top:1.4650211334229rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;color:#49604c;font-weight:700;font-style:normal;z-index:15001;display:block; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-element-container { background-color:#49604c;background-image:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-heading-text { text-align:right;text-align-last:right;font-size:0.9375rem;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-desc-text { font-size:0.875rem;height:auto;text-align:center;text-align-last:center;line-height:1.6;overflow:hidden;color:rgba(var(--color-tertiary-0),1); }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg"); }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l { display:flex;height:auto;width:17.5rem;top:4.0625rem;left:0rem;z-index:15002;background-color:#eee2d3;background-image:none; }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CrMda5CMZmwEslRKeEPDvDy69ZvqBcOL {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wvlsThZyErUXZzmFwKFMuxGKOOcORGKU {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Pok14oMc141rMdevugqpHndVcILr3Jo0 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #wGS96e9czrEN89oCoSlMIJetxRXXnXyR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #khrTCKIMsBHBQ7TB6SCoN2ykgNbCnDMc {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #JtRGpZaSCLuRsNO1GdVCz96MQ2FOJA5q {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #f4svh78nvyui3PyFXPiGVfSr1VJtdZVX {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #kfvNTPzrVv8m3cdfxC6WbBZgUJM5DHZT {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #CJCB6ramv0Tfs47bvQvuBVMIgSAf3TZR {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #QSlJ31A4EXgk1Fl7JnrWG71OIntrRhyG {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #iuJQy6MV5usq82uraWWTp0FtS7RvmKmD {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #H8u3fQkbdefT06nCXRFruxLxlVeVvKP4 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fn6qU8l8XiB1RaNhDXmUAsxELKKcGPWu {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #l0oDyp8KVGiSWakBaHNMwI7GyIsffahq {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Uz3c187DpTxl8o3C8GbF1Vvq2W4CV3Xk {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Bf4mmNw8wR7PDkhfpAvkHn0ySXyorPVb {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #soGQzo0Tf3CK8kk7I2CRiy06ZTxHO4ix {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ZP9t1oxrJl69ix0G7UpKGeWyIgQVcfh9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #lfcla2VavnLd0m8M9RtII26rvFPX23Us {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Fsgn8FGcQfnJTh87OI7TOi5cPqPyEC4w {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Wc80Si1WrzLdQg5T5O8LnykJi0t1AqMu {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #e1rx6xdANQdQmteOWgiSOmddUmGpTp32 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Xo0LofLt5yIzLh5IR8qpg6eSZmy5gN1k {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #oUvFEEhMW7AvQ1WdKlgEfPuHe7XOtqvr {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #AvzHS7OmsuXww8D75v7HgmCB06oevH5S {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #DcSPB56p4NRh5T2enTMsKFL7viEVxkz9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #ce6TVsEiKrr6yFuvn5pa9LbAEwBaMzkB {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #sqh5B9D5vtsZSkFGZRqmUydo8nK6yyRF {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #V6FQtvag7uPfTXSSoCaqtg0LbsxPbqrI {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #gLoORTePd5LUbT6GQTdhGRGgaSDeQLis {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #mlKHq5XkTh7E0f0JqHzB02ult85Dn4C0 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #NAmNFyO11V098Gk955TGHZO1xlXh5L5C {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Ds303NdCSlamk49TwB875ABTXT5y1NCf {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #Q3QZbbJCFnpApuvCuKrJBLAUzQ8331y9 {  }
#FhFKJaAPsORfBKNw5A3qxbomQUJITs2l #t6PpigE8I0bK6ldSp7STyRw1FeiSVLg4 {  }
#f86cfosM1i0G0Sew0vhFMkZrfrMGEUIb { width:8.6248125rem;height:2.374825rem;top:44.375rem;left:5.6875rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OBlGCyLXfuNDA0gVzfnMbCMiVBcEWOZm { display:block; }
#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 { display:block; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 { background-color: transparent; background-image: none; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row .container > .video-iframe-container { display: none; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row > .video-iframe-container { display: none; }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .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); }#U6EvrQsp6ANNPun6GoQtTCHViiRg7xI8 > .row .container { width:20rem;height:57.8125rem;background-color:#49604c;background-image:none;position:relative;display:block; }#F7oDT0Q9JzDqoaRmRuD9adSAsdZt3iry { top:1.6208190917969rem;left:3.0906251072884rem;width:12.5rem;height:2.11263125rem;z-index:15165;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
#S5kERQ1te5uXx9BfQaOK3cVW6eylMNdm { top:6.6859798431394rem;left:1.1241319775581rem;width:17.7495625rem;height:22.1875rem;z-index:15166;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#pAn6OqVf821HiFHTdtnTmh5VI2lHWFFP { top:31.309894561767rem;left:1.1252171397209rem;width:17.625rem;height:22.0625rem;z-index:15167;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#J5oBERLyD0GqgZKHWiz8fQrnRsGLyNEe { width:7.0625rem;height:1.75rem;top:1.8125rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;display:block; }
#Hq0Dq0SN73BXTomEpiPvB9PNmFfzEbsZ { width:8.6239375rem;height:2.374825rem;top:54.454010009766rem;left:5.6871446371079rem;z-index:15184;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -moz-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -ms-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -o-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#735c36db', endColorstr='#eee2d3a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#735c36db', endColorstr='#eee2d3a5' );";background-image: linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cRQEJ7GxRKwDpwUpuA0PLoJNhZ9IsvaQ { display:block; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { display:block; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { background-color: transparent; background-image: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container > .video-iframe-container { display: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row > .video-iframe-container { display: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .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); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { border-width: 0; border-radius: 0; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { width:20rem;height:10.9375rem;background-color:#49604c;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;position:relative;display:block; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { width:16.6875rem;height:1.51189375rem;top:1.7498168945312rem;left:1.4367896318436rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1);display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { width:15.874rem;height:3.19921875rem;top:4.3359375rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { width:19.4375rem;height:0.9002125rem;top:8.1871452331544rem;left:0.125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#f7f8fe;line-height:1.2;font-size:0.75rem;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { width:3.12378125rem;height:3.12378125rem;top:4.37255859375rem;left:16.38916015625rem;font-size:2.1875rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { width:18.812125rem;height:0;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;background-color:#ececec;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;display:none; }
