.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VKDlVBTMUtteanVRKVRk5owspw7veRsA { box-sizing:content-box;height:37.9375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;top:1.625rem;left:0rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-form-header {  }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#000000;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:.8; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: none;line-height:1.2; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: none;line-height:1.2; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(30deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(30deg, #6eab1a, #598a16);background-image: -o-linear-gradient(30deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(30deg, #6eab1a, #598a16);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.625rem;margin-bottom:0.25rem;margin-left:3.625rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:14rem;height:2.75rem;font-family:"open sans";overflow:hidden;line-height:.9; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container:first-of-type{padding-top:0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-container:last-of-type{padding-bottom:0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.11) ;position:absolute;top:23.75rem;left:5rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.11) ;position:absolute;top:23.75rem;left:5rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ { position:relative;display:block; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm { position:relative; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb { position:relative; }
#qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.54);background-image:none;top:20.284977912903rem;left:3.69140625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { color:#333333;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.25rem;height:1.38139375rem;font-style:normal;display:block; }
#VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { color:#333333;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:11.8271484375rem;left:3.75rem;height:5.7368625rem;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; }
#PTVAp3zLJU4uWSCB2E8bnvvF9bmZAuN8 { box-sizing:content-box;height:28.5625rem;width:28.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(104deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -moz-linear-gradient(104deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -ms-linear-gradient(104deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -o-linear-gradient(104deg, rgba(0,0,0,0), rgba(110,171,26,0.51));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a82' );";background-image: linear-gradient(104deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-size:auto !important;top:6.90625rem;left:32.71875rem;border-top:0.0625rem solid rgba(110,171,26,0.25);border-left:0.0625rem solid rgba(110,171,26,0.25);border-right:0.0625rem solid rgba(110,171,26,0.25);border-bottom:0.0625rem solid rgba(110,171,26,0.25);display:block; }
#rPXLyggdLCfKTZOx16T4yyxvS3CyHcio { box-sizing:content-box;height:24rem;width:24rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(48deg, rgba(0,0,0,0), rgba(110,171,26,0.23));background-image: -moz-linear-gradient(48deg, rgba(0,0,0,0), rgba(110,171,26,0.23));background-image: -ms-linear-gradient(48deg, rgba(0,0,0,0), rgba(110,171,26,0.23));background-image: -o-linear-gradient(48deg, rgba(0,0,0,0), rgba(110,171,26,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a3a' );";background-image: linear-gradient(48deg, rgba(0,0,0,0), rgba(110,171,26,0.23));background-size:auto !important;top:10.3125rem;left:37.21875rem;border-top:0.0625rem solid rgba(110,171,26,0.25);border-left:0.0625rem solid rgba(110,171,26,0.25);border-right:0.0625rem solid rgba(110,171,26,0.25);border-bottom:0.0625rem solid rgba(110,171,26,0.25);display:block; }
#Asi0N2hNRMGSIZLyfAZaJyGcSiFrJfwP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:38.125rem;top:4rem;left:36.767578125rem;overflow:hidden;display:block; }
#C3pplGOFdysXvkgie7lNdLJcfEpUX2Ne { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.4375rem;top:4.5rem;left:3.75rem;overflow:hidden;display:block; }
#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp { z-index:;position:relative;display:none; }#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp { border-width: 0; border-radius: 0; }#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp > .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; }#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ofTUhhELq5CyOlSRUuN9urEO4gAv4BgT { color:#333333;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.20703125rem;left:15.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a6Us1MXzLe1C3WCRfE1BvUMTiXS2GlS4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.75rem;top:12.25rem;left:6.375rem;overflow:hidden;display:none; }
#Ibub11rSxceBxgzx1F1zvqrnwivZMzGW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.875rem;top:12.25rem;left:46.9375rem;overflow:hidden;display:none; }
#dICiQlx73x3Drgfi5vTNwzRCqao0NGoe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.3125rem;top:12.25rem;left:23.375rem;overflow:hidden;display:none; }
#zTk20oZEttDTvRLWtTwACqFIg0CRpkdd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.5625rem;top:12.25rem;left:35rem;overflow:hidden;display:none; }
#ntRrItWLby1yM0TDfG16OWXVyMm1Ia51 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.0625rem;top:12.25rem;left:59.5625rem;overflow:hidden;display:none; }
#skQ3aM6wUU5C1pfiFVw2ybWTggCvKmhc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:12.25rem;left:18.75rem;overflow:hidden;display:none; }
#iJryHQbAeAfUvU30WiWJpQe9uar8z8b0 { box-sizing:content-box;height:0.125rem;width:49.6875rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:17.5625rem;left:12.65625rem;display:none; }
#LQz6TvcAcMTDW2T0MVkbsuzn069prlun { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:3.84375rem;display:none; }
#Bane32E0CHXDpTg9wn1HEr6zxovr3AUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNonAaBngJ9LDu0B8LD1aJnJoVDxDLKO { position:absolute;display:block;z-index:15001;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:36.6875rem;width:36.6875rem;top:5.0625rem;left:1.25rem;overflow:hidden;display:none; }
#FTvCgVIZX6pUHDuM3Qyrhms1usAXn2Tl { box-sizing:content-box;height:18.8125rem;width:37.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;top:17.5rem;left:1.25rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dxuHpQb3EpzwICUdPBn1Vt3mLQtd0afW { color:#333333;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:11.8125rem;left:40.0625rem;height:4.8125rem;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; }
#lKtHSNONAml2CNlhpI6fkDH4hV20fA8y { position:absolute;display:block;z-index:15018;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.5rem;width:3.5rem;top:19.6875rem;left:40rem;overflow:hidden;display:none; }
#TOgKBmef2S3GUcLITJwOOsLwSQ2E3fBz { position:absolute;display:block;z-index:15018;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.5rem;width:3.5rem;top:19.6875rem;left:40rem;overflow:hidden;display:none; }
#fnRw09ePIuzI1NsCS4ITsdhBMu7qVsMS { position:absolute;display:block;z-index:15018;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.5rem;width:3.5rem;top:19.6875rem;left:40rem;overflow:hidden;display:none; }
#SmhaPoK880pk3m9oHOO1MvafToKro7VA { color:#333333;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.9375rem;left:43.4375rem;height:14.619125rem;display:none; }
#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF { z-index:;position:relative;display:none; }#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF { border-width: 0; border-radius: 0; }#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF > .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; }#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#WG91gLJ1Q3rsTADi5B7rKzXk4SzIMQdz { box-sizing:content-box;height:22.4375rem;width:26.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;top:22.54296875rem;left:45.15625rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vgI5FBiM9dQDv7tsCCXmst4Wtuk8sBsW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.3125rem;top:24.69921875rem;left:51.25rem;overflow:hidden;display:none; }
#ahtKC1v7pq3r6JsLN3xyxgpWNb5kbd7J { color:#333333;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.48046875rem;left:56.46875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZqW4RTu4gyXcfFVRvWKM8Ezu3BmcXydz { color:#333333;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:2;letter-spacing:0;top:28.375rem;left:47.375rem;height:13.5rem;display:none; }
#nozlsmlUSapSerFU5aPakI9IUmFWfZbT { color:#333333;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0.5625rem;left:12.25rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PVua1C4bEkOS5ZOFMNlTZD8XTPQ5gkTn { color:#333333;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.09375rem;left:12.25rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DacTvEPrscMQX2E8sxiyMNQol2LHNTXz { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15rem;left:3.75rem;height:8.771475rem;text-align:center;text-align-last:center;display:none; }
#SrmyoGGMOQOtiBtfTd2pbC33D8kMfBeR { color:#333333;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15rem;left:23.25rem;height:8.771475rem;text-align:center;text-align-last:center;display:none; }
#c5rxTH39WMDXq3RU8REwf9yDBMkuFcQy { color:#333333;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15rem;left:39.6875rem;height:8.771475rem;text-align:center;text-align-last:center;display:none; }
#pOJvO1EV5u0tm6riL5gJtbpAzKoa4oTr { color:#333333;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15rem;left:56.3125rem;height:7.3095625rem;text-align:center;text-align-last:center;display:none; }
#uUrCkG1AuRSDd6UDB6LPVhoGV7Uv5oGX { position:absolute;display:block;z-index:15021;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:6.1875rem;width:6.1875rem;top:7.75rem;left:9.3750009536744rem;overflow:hidden;display:none; }
#DCAAdwmXEKGhZ4ildaMv9btx4gk7Hyhf { position:absolute;display:block;z-index:15022;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:6.1875rem;width:6.1875rem;top:8.125rem;left:27.625000953674rem;overflow:hidden;display:none; }
#QhwS07zFi0yuD0cVG1Ndx3s2pOw7uZzU { position:absolute;display:block;z-index:15023;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:7.0625rem;width:7.0625rem;top:7.9375rem;left:43.375000953674rem;overflow:hidden;display:none; }
#UTrOZ9TKDS8w14ry1i9f6gx34t5nH2nL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:8.5rem;left:61.250004768372rem;overflow:hidden;display:none; }
#RMXqnrgcSprOHC1vMDBlLKQcC8NiIsnA { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:3.84375rem;display:none; }
#G9Sl9XLwn2fRBNOVme1KOZVa3H9II5ho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG { z-index:;position:relative;display:none; }#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG { border-width: 0; border-radius: 0; }#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG > .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; }#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ln3hvXR06IFtJ5E6yqTRuzH8LH2d3IHN { color:#333333;display:block;width:50.4998125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.75rem;left:12.1875rem;height:2.40589375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zNT3Guu4OWTHw81akLBvDcTCaiE8CfKN { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.5625rem;left:3.0625rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;display:none; }
#vGO8kcOPyVxAzLVULte5vvLfN13BEORa { color:#6eab1a;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:13.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:4.875rem;left:25.3125rem;height:16.5740625rem;font-style:italic;display:none; }
#c8V9QaZOa12XLnnMXsxZHt1AcOpdbmIq { position:absolute;display:block;z-index:15025;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:12.249625rem;width:12.249625rem;top:17.8125rem;left:4.3125rem;overflow:hidden;display:none; }
#J5HCVACxgMrudJDT8HDDtQhOM2r9LcZw { color:#333333;display:block;width:28.6248125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.8125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#rn6CLMtTuK5CEumsV4fb8sJ7PdG8rm3M { color:#333333;display:block;width:18.3744375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.6875rem;left:16.5625rem;height:1.78621875rem;text-align:left;text-align-last:left;display:none; }
#TdMdzS4aeaWx6N3bLC00offFEx5cRAJH { color:#333333;display:block;width:13.6248125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.8125rem;left:16.5625rem;height:0.8931125rem;text-align:left;text-align-last:left;display:none; }
#F9dDLoBQ8e2Ad32W1bhDDi0ZbUrdSIVT { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.5625rem;left:3.0625rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;display:none; }
#t7p0O40WklJkebpTpit3U5yhRV5Pycuh { color:#6eab1a;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:13.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:4.875rem;left:25.3125rem;height:16.5740625rem;font-style:italic;display:none; }
#R4fcrexluSxhRTNywVokPm7dLK2OSmPX { color:#333333;display:block;width:28.6248125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.8125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#PXxo8o6TfeekNL2GtCUXTwv6ToTqTSm3 { position:absolute;display:block;z-index:15025;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:12.1875rem;width:12.1875rem;top:17.8125rem;left:4.3125rem;overflow:hidden;display:none; }
#ZIkSZrBQSEVK18io8RULS9Xi6qBTElTG { color:#333333;display:block;width:18.0619375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.6875rem;left:53.25rem;height:1.78621875rem;text-align:left;text-align-last:left;display:none; }
#qWUgv80RG6htGKTsl2avawXml6GPFKKX { color:#333333;display:block;width:13.6239375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.8125rem;left:53.25rem;height:0.8931125rem;text-align:left;text-align-last:left;display:none; }
#Muannf2LRlJ7wgRt7TElgdpAWSxIqGxe { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:3.84375rem;display:none; }
#nO8uiTcc2RACFHSQPVyBMApNDrrqATlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 { z-index:;position:relative;display:none; }#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 { border-width: 0; border-radius: 0; }#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 > .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; }#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:#f3f3f3;background-image:none;vertical-align:top; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .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; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.0625rem;color:#333333;height:auto;line-height:1.5;overflow:hidden; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .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:"open sans";height:auto;line-height:1.4;overflow:hidden;color:#333333; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .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; }#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-trigger.adaptive-delivery-prevent-bg, #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-trigger.lazyload, #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-trigger.lazyloading { background-image: none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5617980957031rem;left:-0.081497192382812rem;display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #EA3qaT10gtbgOU8u8Im7TXoehy3bQhkt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #JOy43obUurpyTwC0h4x1J6AdoGiHqd9w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #a74nXI8fL1Qr1J4LPDLB2IT4GuET2d7o { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #tKUsSG1T6mCEh1fQztOBa6rNCrsnu6cL {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qTDZERvv3gkzTmcfMWnq0fuAZOTddWhT {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #HNQ07TJdmuHXlslKvRp3NFM4FA2zgDME { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #RTOkDzX4p298wzUHkLZ5bLmT3nVAbbBX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #o1rtZnukcAGKPfIS2vA0t0aM7BAVA3en { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #ERcwVb6qw8UwpcIMcp3eV9A26Jqyhly9 {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Iw6ef0CwBUkwPpTB8i9O6Mi6t0tNndgA { display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #FXVoCvB0iaOAb6kQWpT2vPFCyWw45mKp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #QtDGCJaZQz22ALuzCEodi0l5VwxD4KPI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #GrrFk2UgTPgzkJUJyVCxluT7K34vT72d { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #KS9sGPHQP8JmQR6PSmkTPGZQkiei38Oi {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #bpA14OZEoyyfk0bMApqWycqOeV0TcH7Z { display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #lmGduE28WJLLkotl5F4ygRS1CZ0myTTV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #WExHTNzgbiVCoNNKrB3H3R9VuyAbvwN9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #BefVBwdESQpBLcOKHJqrdwMe8ehKFOxy { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #clbNZCbcwPcgWETyVkSmJDdXZKCugWc5 {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #dVNPbFZZiTiVz2BvRRQJqoN9gOhavDa1 { display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #m2JL9rTyTRGwqhTWGlwQGqefcOksneFh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #gb6RtReS6Xtv40y6G1tVVUhqNTbI9Ib5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #XidZl5x8XFVdP2QFakyM5bT0OZnBfOeq { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #pa74AZfXloCHxJPGhHFuVoa8dzPi2FqM {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #AbwKtM12I6ZTLJ8VTBPFwVEyJ52Rc4RU { display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ni9FKMasTDlgDGSQ9TzJzJpMRTUS1Rzh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #I8UT7CBn4k2nxi12GmXFQuUhWN8Ml4GQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #hVwaTGnn6g11qLAIxITUeOJC9VPNQ4Od { display:block;position:relative; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qmrqcax9vogKwTUhswprhqnhBVCmMiDN {  }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ck8i95kGFSDCn1Mhlx310qCZuMKNhsKJ { display:none; }
#oesuczaLcJUXv61ohNXcDLMtfCFS6Z6w { color:#333333;display:block;width:50.4989375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.75rem;left:4.375rem;height:2.40589375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 { z-index:;position:relative;display:none; }#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 { border-width: 0; border-radius: 0; }#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 > .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; }#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#OUv0dMnBNgy9QIaX8F1E7wRwqZNSullF { color:#333333;display:block;width:50.4989375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.75rem;left:4.375rem;height:2.40589375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TCPqsQbhaU4cLyWxby6SKCupIu6wQp5K { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5rem;left:16.8125rem;height:2.59765625rem;font-style:normal;display:none; }
#eRTPL32QhB04TdTsvnf2PdxbCarT54Nx { position:absolute;display:block;z-index:15021;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:14.4375rem;width:14.4375rem;top:5.5626773834229rem;left:2.2489356994629rem;overflow:hidden;display:none; }
#Kq9IoZJ00ci9AoXI5dn4ht8kInVwTsHi { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9375rem;left:16.9375rem;height:1.298825rem;display:none; }
#oV5qeekQTmE5d078kxMVFUJrFKsl2Scm { color:#333333;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:16.9375rem;height:1.298825rem;display:none; }
#SrUMbmyz2DTxk5NtxKB0wZiUvcVETVQV { color:#333333;display:block;width:18.8743125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.375rem;height:2.59765625rem;font-style:normal;display:none; }
#ysTldT36u9kNIHI8DvkTMPrJZckWKSew { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:3.84375rem;display:none; }
#vrrtRGUKT95GLknJxcs9rJ7IPy0yEf7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH { z-index:;position:relative;display:none; }#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH { border-width: 0; border-radius: 0; }#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH > .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; }#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#qqFbwxys02n4XiFTRF2zDZtGCB6TViPy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.8125rem;top:1.8764200210571rem;left:3.75rem;overflow:hidden;display:none; }
#Cp36ddI6OyxI2WvPwqA7Nze54wlDrNfu { color:#333333;display:block;width:31.6868125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1747159957886rem;left:15.749290466309rem;height:1.9504625rem;display:none; }
#dRv0U6FWilqTbrdSNXt9TcLufsLdCsDm { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:3.75rem;height:0.9747875rem;display:none; }
#UeovDFpivsGbq9RFKCrileQa2ueJNwIA { color:#333333;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:60.874465942382rem;height:0.9747875rem;display:none; }
#CiTP0RPhBKGbb4VImU0MGHfIVRTMwgHp { color:#333333;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:65.999641418456rem;height:0.9747875rem;display:none; }
#NfmEm3hClTcIWPOihhv68h836UFoAswR { box-sizing:content-box;height:0.125rem;width:49.6875rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:17.5625rem;left:12.65625rem;display:none; }
#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container { background-color: transparent; background-image: none; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container > .video-iframe-container { display: none; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row > .video-iframe-container { display: none; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .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); }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container { border-width: 0; border-radius: 0; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#eomOM3SSFd9wyosKLKo17HJy0pyqHOi1 { color:#333333;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.83203125rem;left:15.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJf6Pa2zJJ3uHGTk9tga7TxsT97omzM9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.9375rem;top:7.0617828369137rem;left:9.2498226165769rem;overflow:hidden;display:block; }
#narRTqIoDv7cBWPalZPTU7waE3ZGvoBO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10rem;top:7.0617828369137rem;left:45.749290466309rem;overflow:hidden;display:block; }
#UtIvcccZ0POOSwloLK1BTQH9K4UbCgeX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.3125rem;top:6.8123168945312rem;left:24.624465942382rem;overflow:hidden;display:block; }
#UW6BMa1kdmT0PRgEJ4RXe5MsLeoKzVJr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.75rem;top:7.1869659423825rem;left:34.874820709229rem;overflow:hidden;display:block; }
#c9NGyw5N2ciWf8ExfSaeTxo3kwRhsvDX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.3125rem;top:7.0617828369137rem;left:57.5rem;overflow:hidden;display:block; }
#GU0DFx38bZhJHHhGHg1rQbsyMsSI3wyP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.0617828369137rem;left:20.499820709229rem;overflow:hidden;display:block; }
#Bp0MOA9EdWMcelbCz7dL0X2Vlolv12WV { box-sizing:content-box;height:0.125rem;width:61.9375rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:12.498931884766rem;left:6.5305404663088rem;display:block; }
#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container { background-color: transparent; background-image: none; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container > .video-iframe-container { display: none; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row > .video-iframe-container { display: none; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .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); }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container { border-width: 0; border-radius: 0; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Eo9TAyRruuLJTbQJaxWIXanPXFrn5Zoy { color:#333333;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9rem;left:4.4371452331543rem;height:10.2334rem;display:block; }
#nQKMwTCn7lDiorD2qtazrXBGJMIek6br { color:#333333;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.2494659423828rem;left:4.4371452331543rem;height:2.84375rem;font-style:normal;display:block; }
#Dxwtc86dQ0g2Ou4NAtZPOrPpCXThIAak { box-sizing:content-box;height:21.1875rem;width:26.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(119deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;top:2.9994659423828rem;left:44.437145233154rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ywFXrnFZ9NTWyJsX7ZtmbSSH4SNgV8Vk { color:#333333;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3121490478516rem;left:52.999824523926rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pyGdpcum8EkBoOnZPcx3RH7HU8mMSROV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.625rem;top:5.4994659423828rem;left:46.811965942382rem;overflow:hidden;display:block; }
#XifkOQqG8Tohy9vXUJdpLtgPC6GVVOgF { color:#333333;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:2;letter-spacing:0;top:8.87483215332rem;left:46.811965942382rem;height:13.5rem;display:block; }
#bMf97TEZIu5lUGod2KUZRnzsuozup7LM { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.5625rem;left:4.5623226165771rem;display:block; }
#Z8D0tM6zcTTGygC434oD8LxyTgVWkVzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container { background-color: transparent; background-image: none; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container > .video-iframe-container { display: none; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row > .video-iframe-container { display: none; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .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); }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container { border-width: 0; border-radius: 0; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#pc2hUMTsiyigvoIUf8vJ61lnAA8HvkC2 { box-sizing:content-box;height:18.8125rem;width:37.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(269deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;top:12.437850952149rem;left:1.25rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l23HZwePT0E5DOU5GLp81FhRdFWP8etp { color:#333333;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:6.7498168945312rem;left:40.062145233154rem;height:4.8125rem;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; }
#RDnlazflTFXxJIkC6xlVyduIdIJSmmq6 { color:#333333;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.874816894531rem;left:43.4375rem;height:14.619125rem;display:block; }
#lcmzeU6kivx4B1tZvOCHLT1nNeRSrJ3t { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.312316894531rem;left:40.812320709229rem;display:block; }
#qe2S4v2czHG3RFr57qXn3TmfTkbIEgpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpTc4slGUCTNuo26xsitqaPc0CJEiZfo { position:absolute;display:block;z-index:15018;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.5rem;width:3.5rem;top:14.625350952149rem;left:40rem;overflow:hidden;display:block; }
#rOhE68dPp2bmsOToTNFfKsyy3RWdlhrF { position:absolute;display:block;z-index:15019;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.5rem;width:3.5rem;top:18.937316894531rem;left:40.062145233154rem;overflow:hidden;display:block; }
#NKGkRNfcENyBT7KWzmCfrGyA0xeomZ7L { position:absolute;display:block;z-index:15020;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.5rem;width:3.5rem;top:23.375350952149rem;left:40.062145233154rem;overflow:hidden;display:block; }
#KApI0gpQnK5vxQmeT7koFQVJI59mKKQT { position:absolute;display:block;z-index:15001;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:36.6875rem;width:36.6875rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container { background-color: transparent; background-image: none; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container > .video-iframe-container { display: none; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row > .video-iframe-container { display: none; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .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); }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container { border-width: 0; border-radius: 0; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;overflow:visible;position:relative;display:block; }#w1IfCqQZiGcPOX3MbAzUo0PVoCAaTVA3 { color:#333333;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0rem;left:12.249645233154rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VJ8v3ABPUfGCc5mrKVarHqu55xSNqvTh { color:#333333;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:3.3430404663086rem;left:12.249645233154rem;height:1.51189375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WK5x7xaT8ky7Av08BaiUDKfqEvWg3Eot { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15rem;left:3.75rem;height:8.771475rem;text-align:center;text-align-last:center;display:block; }
#KAOC1sZ4dhT64kaoQPdDI2F2cqyXvfUo { color:#333333;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15rem;left:23.25rem;height:8.771475rem;text-align:center;text-align-last:center;display:block; }
#opz5s5WlIDEiZH06045zi5il09aWSDEh { color:#333333;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15rem;left:39.6875rem;height:8.771475rem;text-align:center;text-align-last:center;display:block; }
#l3inQnvz9La2PTh7ZTit5rN9d8dOMJ1G { color:#333333;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15rem;left:56.3125rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#b7CCxGx4VI28OqfFflRIgk7TU1HRa483 { position:absolute;display:block;z-index:15021;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:6.1875rem;width:6.1875rem;top:7.75rem;left:9.3750009536744rem;overflow:hidden;display:block; }
#P484MXlPBc3VtHz2LhvaMpyLORJ7UChZ { position:absolute;display:block;z-index:15022;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:6.1875rem;width:6.1875rem;top:8.125rem;left:27.625000953674rem;overflow:hidden;display:block; }
#hTaC2uZ1aIzlZXgzTDptTPzko4RZ7E43 { position:absolute;display:block;z-index:15023;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:7.0625rem;width:7.0625rem;top:7.9375rem;left:43.375000953674rem;overflow:hidden;display:block; }
#vZz8GcRgIGlFNkEbRIotb00sSVF5JQd9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:8.5rem;left:61.250004768372rem;overflow:hidden;display:block; }
#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container { background-color: transparent; background-image: none; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container > .video-iframe-container { display: none; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row > .video-iframe-container { display: none; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .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); }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container { border-width: 0; border-radius: 0; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nHObvPaBEN2N3WBd1Xwfal2TgxIxQ9dG { color:#333333;display:block;width:50.4998125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.75rem;left:12.1875rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imq9zH7UPQtPCGbnty6KT94y6GlrIsqs { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.5625rem;left:3.0625rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#BgzX6LNzDF0a7dAhR8XoTLJn9UCUsIkn { color:#6eab1a;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:13.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:4.875rem;left:25.3125rem;height:16.57425rem;font-style:italic;display:block; }
#PmAzHERK7rqtFTCnt69FLTaRlJkXVRaT { position:absolute;display:block;z-index:15025;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:12.249625rem;width:12.249625rem;top:17.8125rem;left:4.3125rem;overflow:hidden;display:block; }
#HSGmDBkTuX1aTaWKACR0yvDLfx3w6EMr { box-sizing:content-box;height:13.125rem;width:32rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:10.75rem;left:39.8125rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;display:block; }
#wl8UlhAsxO5SqlqVoBFyNVeHdWTNgBhM { position:absolute;display:block;z-index:15028;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:12.1875rem;width:12.1875rem;top:17.8125rem;left:41.0625rem;overflow:hidden;display:block; }
#nNCtw6F5R5sqRttyE0KS7eWQFDvUe6He { color:#6eab1a;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:13.8125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:4.8125rem;left:62.6875rem;height:16.57425rem;font-style:italic;display:block; }
#BsTG52QB8JUEGRsDbX5ITOEtC7OAMwiB { color:#333333;display:block;width:28.6248125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#B71kfJp5Jc1uSB3u0ZN7WKf5pCSInFZq { color:#333333;display:block;width:28.6239375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#LUDOGEn4tyfBK5Pqnqa5uyKfxqDU4K96 { color:#333333;display:block;width:18.3744375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.6875rem;left:16.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#p8nH9Utm8LrN5v8ucBm0n1b26FZa0avy { color:#333333;display:block;width:18.0619375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.6875rem;left:53.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#m2MLzKkthT69mOS3vDTth5zAZnui5AVX { color:#333333;display:block;width:13.6248125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.8125rem;left:16.5625rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#hKEtmlsnEA0pHWwzzBO4IackNo5lkVwI { color:#333333;display:block;width:13.6239375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.8125rem;left:53.25rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#p1kGxNCimHFih0DDnpAiUfoK3TrtKB7A { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4368125rem;height:2.9359rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5625rem;left:29.75rem;display:block; }
#FD0IhuKw20h1M7LxIK6pLESTN8WSSflz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container { background-color: transparent; background-image: none; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container > .video-iframe-container { display: none; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row > .video-iframe-container { display: none; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .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); }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container { border-width: 0; border-radius: 0; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;overflow:visible;position:relative;display:block; }#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:#f3f3f3;background-image:none;vertical-align:top; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .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; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.0625rem;color:#333333;height:auto;line-height:1.5;overflow:hidden; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .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:"open sans";height:auto;line-height:1.4;overflow:hidden;color:#333333; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .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; }#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-trigger.adaptive-delivery-prevent-bg, #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-trigger.lazyload, #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-trigger.lazyloading { background-image: none; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN { box-sizing:content-box;height:auto;width:66.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.375rem;left:3.0625rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh { display:none; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wiLiDiih2xAwiygIfzutrqGvHVJi13CU { display:none; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #nrWWiF2dTXpyik1uhn6LRSHmUgD4uSfS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #GRRwtE55UkuWPr6pLgyg6aRVUGn649E6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #huxfhu8Xv86XnecggHVcATe4si7SSkwX { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #OShpKLExwSCwbgInM7CArEb1wEUPpGWB {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #dlKoMIrZ8dxPTXEcRo9ogVpaDv0CnRw9 { display:none; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #NAn6mKRKvvV8Z6oSVImO1zpwe7b2xbet { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #HLEf4ZFg2wr0QHkAZUA8kP3IfmhVGPu9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #oUgfaMOuRqw4CXifmV5NBThFOuz1Mpwk { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #uiotcW7w6ruCVPJPz9KgF3V0dMFoTGtm {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #AR8pT3e9GNUEsNO4e9LHrEkwayuxioO5 { display:none; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #SX9DyWwyniQmeO90XD2CSt082rvtbEw4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #c7CT4Iit26ecReBRmSs7lxLWsxiNSEkh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Q54NMRotMZVT2h7hllGBS6dwegDSidOs { display:block;position:relative; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #QyiOU8gv0SzwnndbRzTm89zecT47fLcp {  }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #O3fDM0TeficaEc1h2su0RPz8K5K8tpH2 { display:none; }
#W9IWv0m9ng7KLUhNAQbcOabtV1ahlDNG { color:#333333;display:block;width:50.4989375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.75rem;left:4.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container { background-color: transparent; background-image: none; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container > .video-iframe-container { display: none; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row > .video-iframe-container { display: none; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .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); }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container { border-width: 0; border-radius: 0; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;overflow:visible;position:relative;display:block; }#knqEKNO6xuJ4HLDoHK961vUiPluQKa0d { color:#333333;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.1246452331543rem;left:3.75rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ir5X3kBCeUnk2rkBkk0ofuVRw5tiiwPA { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5rem;left:16.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#hO4XVMWZ28hOXiZIDG6qHx1K03p4tomm { position:absolute;display:block;z-index:15021;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:14.5rem;width:14.5rem;top:5.5626773834229rem;left:2.2489356994629rem;overflow:hidden;display:block; }
#k4fmu67o2sSO3Vqwb9f0y8NkV2VeFQ0F { color:#333333;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:16.9375rem;height:1.29980625rem;display:block; }
#wlLNvxIszsTuWFA3WTCHDXdDrCWzl94b { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9375rem;left:16.9375rem;height:1.29980625rem;display:block; }
#C03xCqrd3TytBET02r8TMxegL5huW3WS { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #6eab1a, #598a16);background-image: -moz-linear-gradient(142deg, #6eab1a, #598a16);background-image: -ms-linear-gradient(142deg, #6eab1a, #598a16);background-image: -o-linear-gradient(142deg, #6eab1a, #598a16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#598a16' );";background-image: linear-gradient(142deg, #6eab1a, #598a16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4368125rem;height:2.9350125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.125rem;left:41.375rem;display:block; }
#eaTh1FSm3GfMTekmBfkZxBEGgCdlum2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QWAFQLfDkXeFXOrzQhfLqvMQPSq0e1WL { color:#333333;display:block;width:18.8743125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.375rem;height:2.5996125rem;font-style:normal;display:block; }
#SoOIedeR1bm4W7yX6gVZE20JfrATTfiH { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:22.56214427948rem;left:0rem;display:block; }
#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { background-color: transparent; background-image: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container > .video-iframe-container { display: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container { display: none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .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); }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { border-width: 0; border-radius: 0; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.8125rem;top:1.8764200210571rem;left:3.75rem;overflow:hidden;display:block; }
#TiSw2yKuDkekRVKM9UTavkqdrli55PQU { color:#333333;display:block;width:31.6868125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1747159957886rem;left:15.749290466309rem;height:1.94921875rem;display:block; }
#W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:3.75rem;height:0.9747875rem;display:block; }
#kQsVw4nptqpsW0D1XndqD48mOUf19R9y { color:#333333;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:60.874465942382rem;height:0.9747875rem;display:block; }
#bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { color:#333333;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3117904663088rem;left:65.999641418456rem;height:0.9747875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKDlVBTMUtteanVRKVRk5owspw7veRsA { top:1.625rem;left:0rem;width:47.75rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.625rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { width:21.25rem;height:auto;top:23.75rem;left:0rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { width:21.25rem;height:auto;top:23.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb {  }
 }@media only screen and (max-width: 763px) { #qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { top:20.25rem;left:0rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { top:22.5rem;left:0rem;width:23.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { top:11.8125rem;left:0rem;width:35.0625rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTVAp3zLJU4uWSCB2E8bnvvF9bmZAuN8 { top:6.875rem;left:19.0625rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPXLyggdLCfKTZOx16T4yyxvS3CyHcio { top:10.3125rem;left:23.59375rem;width:24rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asi0N2hNRMGSIZLyfAZaJyGcSiFrJfwP { top:4rem;left:9.625rem;width:38.125rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pplGOFdysXvkgie7lNdLJcfEpUX2Ne { top:4.5rem;left:0rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp { display:none; }#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ofTUhhELq5CyOlSRUuN9urEO4gAv4BgT { top:9.1875rem;left:1.6875rem;width:44.375rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6Us1MXzLe1C3WCRfE1BvUMTiXS2GlS4 { top:12.25rem;left:0rem;width:9.75rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ibub11rSxceBxgzx1F1zvqrnwivZMzGW { top:12.25rem;left:33.3125rem;width:10.875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dICiQlx73x3Drgfi5vTNwzRCqao0NGoe { top:12.25rem;left:9.75rem;width:9.3125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTk20oZEttDTvRLWtTwACqFIg0CRpkdd { top:12.25rem;left:21.375rem;width:9.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntRrItWLby1yM0TDfG16OWXVyMm1Ia51 { top:12.25rem;left:38.6875rem;width:9.0625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #skQ3aM6wUU5C1pfiFVw2ybWTggCvKmhc { top:12.25rem;left:5.125rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJryHQbAeAfUvU30WiWJpQe9uar8z8b0 { top:17.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQz6TvcAcMTDW2T0MVkbsuzn069prlun { width:15.4375rem;height:2.9375rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bane32E0CHXDpTg9wn1HEr6zxovr3AUb { display:block; }
 }@media only screen and (max-width: 763px) { #hNonAaBngJ9LDu0B8LD1aJnJoVDxDLKO { top:5.0625rem;left:0rem;width:36.6875rem;height:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTvCgVIZX6pUHDuM3Qyrhms1usAXn2Tl { top:17.5rem;left:0rem;width:37.625rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxuHpQb3EpzwICUdPBn1Vt3mLQtd0afW { top:115.5625rem;left:0rem;width:19.125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKtHSNONAml2CNlhpI6fkDH4hV20fA8y { top:19.6875rem;left:26.375rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOgKBmef2S3GUcLITJwOOsLwSQ2E3fBz { top:19.6875rem;left:26.375rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnRw09ePIuzI1NsCS4ITsdhBMu7qVsMS { top:19.6875rem;left:26.375rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmhaPoK880pk3m9oHOO1MvafToKro7VA { top:19.9375rem;left:20.375rem;width:27.375rem;height:14.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF { display:none; }#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WG91gLJ1Q3rsTADi5B7rKzXk4SzIMQdz { top:22.5rem;left:21.6875rem;width:26.0625rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgI5FBiM9dQDv7tsCCXmst4Wtuk8sBsW { top:24.6875rem;left:37.625rem;width:4.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahtKC1v7pq3r6JsLN3xyxgpWNb5kbd7J { top:90.1875rem;left:0rem;width:8.875rem;height:3.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqW4RTu4gyXcfFVRvWKM8Ezu3BmcXydz { top:28.375rem;left:26.125rem;width:21.625rem;height:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nozlsmlUSapSerFU5aPakI9IUmFWfZbT { top:0.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVua1C4bEkOS5ZOFMNlTZD8XTPQ5gkTn { top:3.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DacTvEPrscMQX2E8sxiyMNQol2LHNTXz { top:115.3125rem;left:0rem;width:16.875rem;height:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrmyoGGMOQOtiBtfTd2pbC33D8kMfBeR { top:125.75rem;left:0rem;width:19.8125rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5rxTH39WMDXq3RU8REwf9yDBMkuFcQy { top:135.1875rem;left:0rem;width:19.0625rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOJvO1EV5u0tm6riL5gJtbpAzKoa4oTr { top:15rem;left:32.8125rem;width:14.9375rem;height:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUrCkG1AuRSDd6UDB6LPVhoGV7Uv5oGX { top:7.75rem;left:0rem;width:6.1875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCAAdwmXEKGhZ4ildaMv9btx4gk7Hyhf { top:8.125rem;left:14.000000953674rem;width:6.1875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhwS07zFi0yuD0cVG1Ndx3s2pOw7uZzU { top:7.9375rem;left:29.750000953674rem;width:7.0625rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTrOZ9TKDS8w14ry1i9f6gx34t5nH2nL { top:8.5rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMXqnrgcSprOHC1vMDBlLKQcC8NiIsnA { width:15.4375rem;height:2.9375rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9Sl9XLwn2fRBNOVme1KOZVa3H9II5ho { display:block; }
 }@media only screen and (max-width: 763px) { #aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG { display:none; }#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ln3hvXR06IFtJ5E6yqTRuzH8LH2d3IHN { top:3.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNT3Guu4OWTHw81akLBvDcTCaiE8CfKN { top:10.5625rem;left:0rem;width:31.9375rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGO8kcOPyVxAzLVULte5vvLfN13BEORa { top:4.875rem;left:11.6875rem;width:9.5625rem;height:16.5625rem;font-size:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8V9QaZOa12XLnnMXsxZHt1AcOpdbmIq { top:17.8125rem;left:0rem;width:12.1875rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5HCVACxgMrudJDT8HDDtQhOM2r9LcZw { top:13.9375rem;left:0rem;width:28.5625rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rn6CLMtTuK5CEumsV4fb8sJ7PdG8rm3M { top:19.6875rem;left:2.9375rem;width:18.3125rem;height:1.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdMdzS4aeaWx6N3bLC00offFEx5cRAJH { top:21.8125rem;left:2.9375rem;width:13.5625rem;height:0.875rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9dDLoBQ8e2Ad32W1bhDDi0ZbUrdSIVT { top:10.5625rem;left:0rem;width:31.9375rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7p0O40WklJkebpTpit3U5yhRV5Pycuh { top:4.875rem;left:11.6875rem;width:9.5625rem;height:16.5625rem;font-size:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4fcrexluSxhRTNywVokPm7dLK2OSmPX { top:24.625rem;left:0rem;width:16.5625rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXxo8o6TfeekNL2GtCUXTwv6ToTqTSm3 { top:17.8125rem;left:0rem;width:12.1875rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIkSZrBQSEVK18io8RULS9Xi6qBTElTG { top:19.6875rem;left:29.75rem;width:18rem;height:1.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWUgv80RG6htGKTsl2avawXml6GPFKKX { top:21.8125rem;left:34.1875rem;width:13.5625rem;height:0.875rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Muannf2LRlJ7wgRt7TElgdpAWSxIqGxe { width:15.4375rem;height:2.9375rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO8uiTcc2RACFHSQPVyBMApNDrrqATlg { display:block; }
 }@media only screen and (max-width: 763px) { #ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 { display:none; }#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 { display:flex;height:auto;width:27.8125rem;top:8.5rem;left:0rem;display:none; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #EA3qaT10gtbgOU8u8Im7TXoehy3bQhkt {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #JOy43obUurpyTwC0h4x1J6AdoGiHqd9w {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #a74nXI8fL1Qr1J4LPDLB2IT4GuET2d7o {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #tKUsSG1T6mCEh1fQztOBa6rNCrsnu6cL {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qTDZERvv3gkzTmcfMWnq0fuAZOTddWhT {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #HNQ07TJdmuHXlslKvRp3NFM4FA2zgDME {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #RTOkDzX4p298wzUHkLZ5bLmT3nVAbbBX {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #o1rtZnukcAGKPfIS2vA0t0aM7BAVA3en {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #ERcwVb6qw8UwpcIMcp3eV9A26Jqyhly9 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Iw6ef0CwBUkwPpTB8i9O6Mi6t0tNndgA {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #FXVoCvB0iaOAb6kQWpT2vPFCyWw45mKp {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #QtDGCJaZQz22ALuzCEodi0l5VwxD4KPI {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #GrrFk2UgTPgzkJUJyVCxluT7K34vT72d {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #KS9sGPHQP8JmQR6PSmkTPGZQkiei38Oi {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #bpA14OZEoyyfk0bMApqWycqOeV0TcH7Z {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #lmGduE28WJLLkotl5F4ygRS1CZ0myTTV {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #WExHTNzgbiVCoNNKrB3H3R9VuyAbvwN9 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #BefVBwdESQpBLcOKHJqrdwMe8ehKFOxy {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #clbNZCbcwPcgWETyVkSmJDdXZKCugWc5 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #dVNPbFZZiTiVz2BvRRQJqoN9gOhavDa1 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #m2JL9rTyTRGwqhTWGlwQGqefcOksneFh {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #gb6RtReS6Xtv40y6G1tVVUhqNTbI9Ib5 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #XidZl5x8XFVdP2QFakyM5bT0OZnBfOeq {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #pa74AZfXloCHxJPGhHFuVoa8dzPi2FqM {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #AbwKtM12I6ZTLJ8VTBPFwVEyJ52Rc4RU {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ni9FKMasTDlgDGSQ9TzJzJpMRTUS1Rzh {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #I8UT7CBn4k2nxi12GmXFQuUhWN8Ml4GQ {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #hVwaTGnn6g11qLAIxITUeOJC9VPNQ4Od {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qmrqcax9vogKwTUhswprhqnhBVCmMiDN {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ck8i95kGFSDCn1Mhlx310qCZuMKNhsKJ {  }
 }@media only screen and (max-width: 763px) { #oesuczaLcJUXv61ohNXcDLMtfCFS6Z6w { top:3.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 { display:none; }#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUv0dMnBNgy9QIaX8F1E7wRwqZNSullF { top:1.375rem;left:0rem;width:14.6875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCPqsQbhaU4cLyWxby6SKCupIu6wQp5K { top:5.6875rem;left:0rem;width:17.5rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRTPL32QhB04TdTsvnf2PdxbCarT54Nx { top:5.5625rem;left:0rem;width:14.5rem;height:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kq9IoZJ00ci9AoXI5dn4ht8kInVwTsHi { top:14.9375rem;left:3.3125rem;width:14.0625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oV5qeekQTmE5d078kxMVFUJrFKsl2Scm { top:13.125rem;left:3.3125rem;width:11.4375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrUMbmyz2DTxk5NtxKB0wZiUvcVETVQV { top:9.5rem;left:27.75rem;width:18.8125rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysTldT36u9kNIHI8DvkTMPrJZckWKSew { width:15.4375rem;height:2.9375rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrrtRGUKT95GLknJxcs9rJ7IPy0yEf7q { display:block; }
 }@media only screen and (max-width: 763px) { #SzAc2A0CvqurZHMJdimwoG2exEpLLtlH { display:none; }#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qqFbwxys02n4XiFTRF2zDZtGCB6TViPy { top:1.875rem;left:0rem;width:10.8125rem;height:3.1871990193472rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cp36ddI6OyxI2WvPwqA7Nze54wlDrNfu { top:2.125rem;left:2.1242904663086rem;width:31.625rem;height:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRv0U6FWilqTbrdSNXt9TcLufsLdCsDm { top:7.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeovDFpivsGbq9RFKCrileQa2ueJNwIA { top:7.25rem;left:43.375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiTP0RPhBKGbb4VImU0MGHfIVRTMwgHp { top:7.25rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfmEm3hClTcIWPOihhv68h836UFoAswR { top:17.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 { display:block; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eomOM3SSFd9wyosKLKo17HJy0pyqHOi1 { top:3.8125rem;left:1.6875rem;width:44.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJf6Pa2zJJ3uHGTk9tga7TxsT97omzM9 { top:7rem;left:0rem;width:8.9375rem;height:2.1875458925712rem;display:block; }
 }@media only screen and (max-width: 763px) { #narRTqIoDv7cBWPalZPTU7waE3ZGvoBO { top:7rem;left:32.124290466309rem;width:10rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtIvcccZ0POOSwloLK1BTQH9K4UbCgeX { top:6.75rem;left:10.999465942382rem;width:8.3125rem;height:2.1875493432183rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6BMa1kdmT0PRgEJ4RXe5MsLeoKzVJr { top:7.125rem;left:21.249820709229rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9NGyw5N2ciWf8ExfSaeTxo3kwRhsvDX { top:7rem;left:39.4375rem;width:8.3125rem;height:2.1875493432183rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0DFx38bZhJHHhGHg1rQbsyMsSI3wyP { top:7rem;left:6.8748207092288rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0MOA9EdWMcelbCz7dL0X2Vlolv12WV { top:12.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe { display:block; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo9TAyRruuLJTbQJaxWIXanPXFrn5Zoy { top:8.9375rem;left:0rem;width:37.625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQKMwTCn7lDiorD2qtazrXBGJMIek6br { top:4.1875rem;left:0rem;width:32.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxwtc86dQ0g2Ou4NAtZPOrPpCXThIAak { top:2.9375rem;left:21.6875rem;width:26.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywFXrnFZ9NTWyJsX7ZtmbSSH4SNgV8Vk { top:5.25rem;left:36.6875rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGdpcum8EkBoOnZPcx3RH7HU8mMSROV { top:5.4375rem;left:33.186965942382rem;width:5.625rem;height:1.93714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XifkOQqG8Tohy9vXUJdpLtgPC6GVVOgF { top:8.8125rem;left:26.125rem;width:21.5625rem;height:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMf97TEZIu5lUGod2KUZRnzsuozup7LM { width:15.4375rem;height:2.9375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D0tM6zcTTGygC434oD8LxyTgVWkVzi { display:block; }
 }@media only screen and (max-width: 763px) { #ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w { display:block; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pc2hUMTsiyigvoIUf8vJ61lnAA8HvkC2 { top:12.4375rem;left:0rem;width:37.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23HZwePT0E5DOU5GLp81FhRdFWP8etp { top:6.6875rem;left:17rem;width:30.75rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnlazflTFXxJIkC6xlVyduIdIJSmmq6 { top:14.8125rem;left:20.4375rem;width:27.3125rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmzeU6kivx4B1tZvOCHLT1nNeRSrJ3t { width:15.4375rem;height:2.9375rem;top:28.25rem;left:27.187320709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe2S4v2czHG3RFr57qXn3TmfTkbIEgpp { display:block; }
 }@media only screen and (max-width: 763px) { #TpTc4slGUCTNuo26xsitqaPc0CJEiZfo { top:14.625rem;left:26.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOhE68dPp2bmsOToTNFfKsyy3RWdlhrF { top:18.875rem;left:26.437145233154rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGkRNfcENyBT7KWzmCfrGyA0xeomZ7L { top:23.375rem;left:26.437145233154rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApI0gpQnK5vxQmeT7koFQVJI59mKKQT { top:0rem;left:0rem;width:36.6875rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 { display:block; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1IfCqQZiGcPOX3MbAzUo0PVoCAaTVA3 { top:0rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8v3ABPUfGCc5mrKVarHqu55xSNqvTh { top:3.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5x7xaT8ky7Av08BaiUDKfqEvWg3Eot { top:15rem;left:0rem;width:17.5625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAOC1sZ4dhT64kaoQPdDI2F2cqyXvfUo { top:15rem;left:9.625rem;width:15.125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opz5s5WlIDEiZH06045zi5il09aWSDEh { top:15rem;left:26.0625rem;width:14.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3inQnvz9La2PTh7ZTit5rN9d8dOMJ1G { top:15rem;left:32.8125rem;width:14.9375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7CCxGx4VI28OqfFflRIgk7TU1HRa483 { top:7.75rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P484MXlPBc3VtHz2LhvaMpyLORJ7UChZ { top:8.125rem;left:14.000000953674rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaC2uZ1aIzlZXgzTDptTPzko4RZ7E43 { top:7.9375rem;left:29.750000953674rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZz8GcRgIGlFNkEbRIotb00sSVF5JQd9 { top:8.5rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW { display:block; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHObvPaBEN2N3WBd1Xwfal2TgxIxQ9dG { top:3.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imq9zH7UPQtPCGbnty6KT94y6GlrIsqs { top:10.5625rem;left:0rem;width:31.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzX6LNzDF0a7dAhR8XoTLJn9UCUsIkn { top:4.875rem;left:11.6875rem;width:9.5625rem;height:16.5625rem;font-size:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmAzHERK7rqtFTCnt69FLTaRlJkXVRaT { top:17.8125rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSGmDBkTuX1aTaWKACR0yvDLfx3w6EMr { top:10.75rem;left:15.6875rem;width:31.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8UlhAsxO5SqlqVoBFyNVeHdWTNgBhM { top:17.8125rem;left:27.4375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNCtw6F5R5sqRttyE0KS7eWQFDvUe6He { top:4.8125rem;left:38.5rem;width:9.25rem;height:16.5625rem;font-size:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTG52QB8JUEGRsDbX5ITOEtC7OAMwiB { top:13.9375rem;left:0rem;width:28.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B71kfJp5Jc1uSB3u0ZN7WKf5pCSInFZq { top:13.1875rem;left:19.1875rem;width:28.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDOGEn4tyfBK5Pqnqa5uyKfxqDU4K96 { top:19.6875rem;left:2.9375rem;width:18.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8nH9Utm8LrN5v8ucBm0n1b26FZa0avy { top:19.6875rem;left:29.75rem;width:18rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MLzKkthT69mOS3vDTth5zAZnui5AVX { top:21.8125rem;left:2.9375rem;width:13.5625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKEtmlsnEA0pHWwzzBO4IackNo5lkVwI { top:21.8125rem;left:34.1875rem;width:13.5625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kGxNCimHFih0DDnpAiUfoK3TrtKB7A { width:15.375rem;height:2.875rem;top:31.5625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0IhuKw20h1M7LxIK6pLESTN8WSSflz { display:block; }
 }@media only screen and (max-width: 763px) { #HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp { display:block; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN { display:flex;height:auto;width:27.8125rem;top:8.5rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wiLiDiih2xAwiygIfzutrqGvHVJi13CU {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #nrWWiF2dTXpyik1uhn6LRSHmUgD4uSfS {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #GRRwtE55UkuWPr6pLgyg6aRVUGn649E6 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #huxfhu8Xv86XnecggHVcATe4si7SSkwX {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #OShpKLExwSCwbgInM7CArEb1wEUPpGWB {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #dlKoMIrZ8dxPTXEcRo9ogVpaDv0CnRw9 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #NAn6mKRKvvV8Z6oSVImO1zpwe7b2xbet {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #HLEf4ZFg2wr0QHkAZUA8kP3IfmhVGPu9 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #oUgfaMOuRqw4CXifmV5NBThFOuz1Mpwk {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #uiotcW7w6ruCVPJPz9KgF3V0dMFoTGtm {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #AR8pT3e9GNUEsNO4e9LHrEkwayuxioO5 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #SX9DyWwyniQmeO90XD2CSt082rvtbEw4 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #c7CT4Iit26ecReBRmSs7lxLWsxiNSEkh {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Q54NMRotMZVT2h7hllGBS6dwegDSidOs {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #QyiOU8gv0SzwnndbRzTm89zecT47fLcp {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #O3fDM0TeficaEc1h2su0RPz8K5K8tpH2 {  }
 }@media only screen and (max-width: 763px) { #W9IWv0m9ng7KLUhNAQbcOabtV1ahlDNG { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o { display:block; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqEKNO6xuJ4HLDoHK961vUiPluQKa0d { top:3.0625rem;left:0rem;width:32.875rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5X3kBCeUnk2rkBkk0ofuVRw5tiiwPA { top:9.4375rem;left:3.1869659423828rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4XVMWZ28hOXiZIDG6qHx1K03p4tomm { top:5.5625rem;left:0rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fmu67o2sSO3Vqwb9f0y8NkV2VeFQ0F { top:13.125rem;left:3.3125rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlLNvxIszsTuWFA3WTCHDXdDrCWzl94b { top:14.9375rem;left:3.3125rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C03xCqrd3TytBET02r8TMxegL5huW3WS { width:15.375rem;height:2.875rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTh1FSm3GfMTekmBfkZxBEGgCdlum2N { display:block; }
 }@media only screen and (max-width: 763px) { #QWAFQLfDkXeFXOrzQhfLqvMQPSq0e1WL { top:9.5rem;left:27.75rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOIedeR1bm4W7yX6gVZE20JfrATTfiH { top:22.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { display:block; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { top:1.875rem;left:0rem;width:10.8125rem;height:3.1871990193472rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSw2yKuDkekRVKM9UTavkqdrli55PQU { top:2.125rem;left:2.1242904663086rem;width:31.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { top:7.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsVw4nptqpsW0D1XndqD48mOUf19R9y { top:7.25rem;left:43.375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { top:7.25rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e2eed1, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #e2eed1, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #e2eed1, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #e2eed1, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #e2eed1, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKDlVBTMUtteanVRKVRk5owspw7veRsA { width:20rem;height:41.125rem;top:0.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.9375rem;font-size:1.0625rem;overflow:hidden;height:2.25rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP  { width:15.4375rem;height:auto;top:28.4375rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP {display:block;}#ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP { width:15.4375rem;height:auto;top:28.4375rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #weaK6oUTmAVAF1FXL35TlceXoyrAkPcv {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lwB9VS39TJEPMaZENIPMFSWOf22rFPSL {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hf7LTvOfLaSluyBuNrT41Xs5oB4XC11H {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #Uy7b0f2wBFyDT5eaBCUFlq2rcTe2klpN {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #C767RyGVPFOr7TgkdFMBDNicRsPCO6fE {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #cEOfMa8MliRkocxIEDuaXpDpRB3taq8L {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #rQIVCkQTnuQw7IoSUqs3a4DHOOrbd1sp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #hFUW18puTvseDOATyV2wNOZ8Q3CMb18U {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #r9KpSmkiJtyKReT5ISzCTq9pnzWGGWDy {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #ZKTtTwuCPDZlVzQOxheCEBGLcZOwRlnd {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #zZGnGLle7z5dTAhvH9VZw3dLV7A9GAcJ {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #O49feTSNWsIaNWuR6zgiU8kVJAA5XUUp {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #lBXEClqaITzPixf1FNoE3pfhpB842rzm {  }
 }@media only screen and (max-width: 763px) { #ovL4tFTlsHz4tG39aiyv5oUPzxx1TeuP #JCEDRLORdaD7nThy0upCcFHDeyWKuWfb {  }
 }@media only screen and (max-width: 763px) { #qNiTsAQcGhA9skC2eABrNfARhKrpu2Lb { width:17.8125rem;height:26.625rem;top:24.25rem;left:1.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(255,255,255,0.61);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LfEbtWclBEMcvbK6EENHhzeTqGTwozdk { width:15.4375rem;height:2.76171875rem;top:26.0625rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTeNOlg61HNpcV15FsKXkfJxCnwg6Ae { width:17.0625rem;height:3.25rem;top:5.7498245239258rem;left:1.2183948755264rem;font-size:1.625rem;z-index:15013;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PTVAp3zLJU4uWSCB2E8bnvvF9bmZAuN8 { width:12.4375rem;height:12.4375rem;top:9.5rem;left:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -moz-linear-gradient(140deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -ms-linear-gradient(140deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-image: -o-linear-gradient(140deg, rgba(0,0,0,0), rgba(110,171,26,0.51));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6eab1a82' );";background-image: linear-gradient(140deg, rgba(0,0,0,0), rgba(110,171,26,0.51));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rPXLyggdLCfKTZOx16T4yyxvS3CyHcio { width:9.625rem;height:9.625rem;top:12.21875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asi0N2hNRMGSIZLyfAZaJyGcSiFrJfwP { width:16.125rem;height:15rem;top:9.25rem;left:3.7274678111588rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C3pplGOFdysXvkgie7lNdLJcfEpUX2Ne { width:7.1875rem;height:2.125rem;top:2.1591796875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp { display:block; }#rGqXwLlZZS0CMoQGvgdVbvHM1scGOFqp > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofTUhhELq5CyOlSRUuN9urEO4gAv4BgT { width:20rem;height:2.111325rem;top:1.3125rem;left:0rem;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a6Us1MXzLe1C3WCRfE1BvUMTiXS2GlS4 { width:5.3125rem;height:1.3125rem;top:4.9375rem;left:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ibub11rSxceBxgzx1F1zvqrnwivZMzGW { width:5.9375rem;height:1.3125rem;top:7rem;left:11.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dICiQlx73x3Drgfi5vTNwzRCqao0NGoe { width:4.9375rem;height:1.3125rem;top:4.625rem;left:7.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #zTk20oZEttDTvRLWtTwACqFIg0CRpkdd { width:5.25rem;height:1.3125rem;top:7rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ntRrItWLby1yM0TDfG16OWXVyMm1Ia51 { width:4.9375rem;height:1.3125rem;top:4.9375rem;left:13.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #skQ3aM6wUU5C1pfiFVw2ybWTggCvKmhc { width:1.3125rem;height:1.3125rem;top:7rem;left:9.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iJryHQbAeAfUvU30WiWJpQe9uar8z8b0 { width:18.2493125rem;height:0.12429rem;top:10.497156143189rem;left:0.87357950210569rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LQz6TvcAcMTDW2T0MVkbsuzn069prlun { width:12.6243125rem;height:2.43696875rem;top:44.5rem;left:3.6875rem;z-index:15001;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bane32E0CHXDpTg9wn1HEr6zxovr3AUb { display:block; }
 }@media only screen and (max-width: 763px) { #hNonAaBngJ9LDu0B8LD1aJnJoVDxDLKO { width:19.1868125rem;height:19.1868125rem;top:25.9375rem;left:0.8125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FTvCgVIZX6pUHDuM3Qyrhms1usAXn2Tl { width:14.4375rem;height:8.75rem;top:33.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(290deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(290deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(290deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(290deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dxuHpQb3EpzwICUdPBn1Vt3mLQtd0afW { width:18.499625rem;height:4.53515625rem;top:13.4375rem;left:0.75rem;font-size:1.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lKtHSNONAml2CNlhpI6fkDH4hV20fA8y { width:2.5625rem;height:2.5625rem;top:19.3125rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TOgKBmef2S3GUcLITJwOOsLwSQ2E3fBz { width:2.5625rem;height:2.5625rem;top:22.8125rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #fnRw09ePIuzI1NsCS4ITsdhBMu7qVsMS { width:2.5625rem;height:2.5625rem;top:26.4375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SmhaPoK880pk3m9oHOO1MvafToKro7VA { width:17.0625rem;height:11.5478625rem;top:19.4375rem;left:2.5rem;font-size:0.875rem;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF { display:block; }#ngrqwS8bqlIkX0dtzsf7QbhXofM0GFxF > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG91gLJ1Q3rsTADi5B7rKzXk4SzIMQdz { width:18.8125rem;height:17.5625rem;top:46.6875rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vgI5FBiM9dQDv7tsCCXmst4Wtuk8sBsW { width:5.1875rem;height:1.6875rem;top:49rem;left:1.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ahtKC1v7pq3r6JsLN3xyxgpWNb5kbd7J { width:11.1875rem;height:1.8681625rem;top:48.8125rem;left:7.625rem;font-size:1.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZqW4RTu4gyXcfFVRvWKM8Ezu3BmcXydz { width:17rem;height:11.5488125rem;top:51.25rem;left:1.5625rem;font-size:0.875rem;z-index:15017;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #nozlsmlUSapSerFU5aPakI9IUmFWfZbT { width:20rem;height:3.02379375rem;top:2.9375rem;left:0rem;font-size:1.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #PVua1C4bEkOS5ZOFMNlTZD8XTPQ5gkTn { width:16.9993125rem;height:2.19921875rem;top:6.4375rem;left:1.5rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DacTvEPrscMQX2E8sxiyMNQol2LHNTXz { width:19.5623125rem;height:4.546875rem;top:12.9375rem;left:0.4375rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SrmyoGGMOQOtiBtfTd2pbC33D8kMfBeR { width:19.0625rem;height:4.546875rem;top:22.25rem;left:0.5rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #c5rxTH39WMDXq3RU8REwf9yDBMkuFcQy { width:19.0625rem;height:3.41015625rem;top:31.1875rem;left:0.5rem;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pOJvO1EV5u0tm6riL5gJtbpAzKoa4oTr { width:14.9360625rem;height:4.546875rem;top:39.25rem;left:2.5rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #uUrCkG1AuRSDd6UDB6LPVhoGV7Uv5oGX { width:2.8125rem;height:2.8125rem;top:9.75rem;left:8.625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DCAAdwmXEKGhZ4ildaMv9btx4gk7Hyhf { width:2.8125rem;height:2.8125rem;top:19.3125rem;left:8.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QhwS07zFi0yuD0cVG1Ndx3s2pOw7uZzU { width:3.125rem;height:3.125rem;top:28.0625rem;left:8.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #UTrOZ9TKDS8w14ry1i9f6gx34t5nH2nL { width:2.8125rem;height:2.8125rem;top:36.4375rem;left:8.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #RMXqnrgcSprOHC1vMDBlLKQcC8NiIsnA { width:12.6243125rem;height:2.43696875rem;top:66.221590042112rem;left:3.686967253685rem;z-index:15003;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Sl9XLwn2fRBNOVme1KOZVa3H9II5ho { display:block; }
 }@media only screen and (max-width: 763px) { #aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG { display:block; }#aAET8A8F6ovTwC5HoHbwHc9xwA0cz9rG > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln3hvXR06IFtJ5E6yqTRuzH8LH2d3IHN { width:20rem;height:3.02379375rem;top:1.9939632415771rem;left:0rem;font-size:1.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zNT3Guu4OWTHw81akLBvDcTCaiE8CfKN { width:19.3125rem;height:10.625rem;top:8.0548658370969rem;left:0.34801137447357rem;background-color:transparent;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vGO8kcOPyVxAzLVULte5vvLfN13BEORa { width:4.8117875rem;height:11.25rem;top:4.30504322052rem;left:12.935901045799rem;font-size:9.375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #c8V9QaZOa12XLnnMXsxZHt1AcOpdbmIq { width:7.4369375rem;height:7.4369375rem;top:14.20543384552rem;left:0.98721587657931rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #J5HCVACxgMrudJDT8HDDtQhOM2r9LcZw { width:16.625rem;height:3.89915rem;top:10.30628490448rem;left:1.6131035089493rem;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #rn6CLMtTuK5CEumsV4fb8sJ7PdG8rm3M { width:9.75rem;height:1.94824375rem;top:15.430041819811rem;left:8.2349075078962rem;font-size:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TdMdzS4aeaWx6N3bLC00offFEx5cRAJH { width:9.3125rem;height:0.6494125rem;top:17.439274787903rem;left:8.2418321371081rem;font-size:0.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #F9dDLoBQ8e2Ad32W1bhDDi0ZbUrdSIVT { width:19.375rem;height:11.4375rem;top:22.4375rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #t7p0O40WklJkebpTpit3U5yhRV5Pycuh { width:4.8109rem;height:11.25rem;top:18.936611682177rem;left:0.98721587657931rem;font-size:9.375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #R4fcrexluSxhRTNywVokPm7dLK2OSmPX { width:16.624625rem;height:4.8739375rem;top:24.681107074022rem;left:1.6867896318436rem;font-size:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PXxo8o6TfeekNL2GtCUXTwv6ToTqTSm3 { width:7.375rem;height:7.375rem;top:29.186789065599rem;left:11.589665770531rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkSZrBQSEVK18io8RULS9Xi6qBTElTG { width:8.9373125rem;height:1.298825rem;top:30.561434298754rem;left:2.6864346265793rem;font-size:0.5rem;z-index:15032;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qWUgv80RG6htGKTsl2avawXml6GPFKKX { width:7.874625rem;height:0.6494125rem;top:32.044743090868rem;left:3.7704190015793rem;font-size:0.5rem;z-index:15033;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Muannf2LRlJ7wgRt7TElgdpAWSxIqGxe { width:12.6243125rem;height:2.43696875rem;top:38.152519226074rem;left:3.686967253685rem;z-index:15004;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8uiTcc2RACFHSQPVyBMApNDrrqATlg { display:block; }
 }@media only screen and (max-width: 763px) { #ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 { display:block; }#ofZHi4cazDXrN2t1BrJapfKPPoB3vaL2 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-heading-text { font-size:0.875rem;height:auto;text-align:left;text-align-last:left; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 { display:flex;height:auto;width:17.5rem;top:3.9994678497314rem;left:0rem;z-index:15027; }
#tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #EA3qaT10gtbgOU8u8Im7TXoehy3bQhkt {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #JOy43obUurpyTwC0h4x1J6AdoGiHqd9w {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #a74nXI8fL1Qr1J4LPDLB2IT4GuET2d7o {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #tKUsSG1T6mCEh1fQztOBa6rNCrsnu6cL {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qTDZERvv3gkzTmcfMWnq0fuAZOTddWhT {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #HNQ07TJdmuHXlslKvRp3NFM4FA2zgDME {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #RTOkDzX4p298wzUHkLZ5bLmT3nVAbbBX {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #o1rtZnukcAGKPfIS2vA0t0aM7BAVA3en {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #ERcwVb6qw8UwpcIMcp3eV9A26Jqyhly9 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Iw6ef0CwBUkwPpTB8i9O6Mi6t0tNndgA {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #FXVoCvB0iaOAb6kQWpT2vPFCyWw45mKp {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #QtDGCJaZQz22ALuzCEodi0l5VwxD4KPI {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #GrrFk2UgTPgzkJUJyVCxluT7K34vT72d {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #KS9sGPHQP8JmQR6PSmkTPGZQkiei38Oi {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #bpA14OZEoyyfk0bMApqWycqOeV0TcH7Z {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #lmGduE28WJLLkotl5F4ygRS1CZ0myTTV {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #WExHTNzgbiVCoNNKrB3H3R9VuyAbvwN9 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #BefVBwdESQpBLcOKHJqrdwMe8ehKFOxy {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #clbNZCbcwPcgWETyVkSmJDdXZKCugWc5 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #dVNPbFZZiTiVz2BvRRQJqoN9gOhavDa1 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #m2JL9rTyTRGwqhTWGlwQGqefcOksneFh {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #gb6RtReS6Xtv40y6G1tVVUhqNTbI9Ib5 {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #XidZl5x8XFVdP2QFakyM5bT0OZnBfOeq {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #pa74AZfXloCHxJPGhHFuVoa8dzPi2FqM {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #AbwKtM12I6ZTLJ8VTBPFwVEyJ52Rc4RU {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ni9FKMasTDlgDGSQ9TzJzJpMRTUS1Rzh {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #I8UT7CBn4k2nxi12GmXFQuUhWN8Ml4GQ {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #hVwaTGnn6g11qLAIxITUeOJC9VPNQ4Od {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #qmrqcax9vogKwTUhswprhqnhBVCmMiDN {  }
 }@media only screen and (max-width: 763px) { #tURPqB3J9PeaDdZZNRB0cLK69iLCaPE6 #Ck8i95kGFSDCn1Mhlx310qCZuMKNhsKJ {  }
 }@media only screen and (max-width: 763px) { #oesuczaLcJUXv61ohNXcDLMtfCFS6Z6w { width:14.749625rem;height:1.51171875rem;top:1.4375rem;left:2.75rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 { display:block; }#oyn7e98Abb8I3RJDfP2PHl6vRa4GfZh3 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUv0dMnBNgy9QIaX8F1E7wRwqZNSullF { width:15.4998125rem;height:3.0234375rem;top:1.4355459213257rem;left:1.186967253685rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TCPqsQbhaU4cLyWxby6SKCupIu6wQp5K { width:17.5rem;height:2.2734375rem;top:5.7253198623658rem;left:1.2491122484207rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eRTPL32QhB04TdTsvnf2PdxbCarT54Nx { width:9.4375rem;height:9.4375rem;top:8.1875rem;left:0.375rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kq9IoZJ00ci9AoXI5dn4ht8kInVwTsHi { width:8.8743125rem;height:1.13725rem;top:13.25rem;left:9.9375rem;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #oV5qeekQTmE5d078kxMVFUJrFKsl2Scm { width:8.3123125rem;height:1.13671875rem;top:11.4375rem;left:9.9375rem;font-size:0.875rem;z-index:15022;color:#6eab1a;display:block; }
 }@media only screen and (max-width: 763px) { #SrUMbmyz2DTxk5NtxKB0wZiUvcVETVQV { width:18.812125rem;height:2.2734375rem;top:18.880502700806rem;left:1.1878551244736rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ysTldT36u9kNIHI8DvkTMPrJZckWKSew { width:12.6243125rem;height:2.43696875rem;top:21.74360704422rem;left:1.186967253685rem;z-index:15005;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrrtRGUKT95GLknJxcs9rJ7IPy0yEf7q { display:block; }
 }@media only screen and (max-width: 763px) { #SzAc2A0CvqurZHMJdimwoG2exEpLLtlH { display:block; }#SzAc2A0CvqurZHMJdimwoG2exEpLLtlH > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqFbwxys02n4XiFTRF2zDZtGCB6TViPy { width:9.125rem;height:2.625rem;top:2.50550365448rem;left:1.050248503685rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Cp36ddI6OyxI2WvPwqA7Nze54wlDrNfu { width:17.625rem;height:1.13725rem;top:5.4199228286743rem;left:1.0493607521057rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dRv0U6FWilqTbrdSNXt9TcLufsLdCsDm { width:12.5rem;height:0.9747875rem;top:12.192116737366rem;left:3.610617518425rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UeovDFpivsGbq9RFKCrileQa2ueJNwIA { width:4.375rem;height:0.9747875rem;top:10.492897987366rem;left:7.8124994039538rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CiTP0RPhBKGbb4VImU0MGHfIVRTMwgHp { width:7.874625rem;height:0.9747875rem;top:9.5181112289431rem;left:6.061789393425rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NfmEm3hClTcIWPOihhv68h836UFoAswR { width:20rem;height:0.12429rem;top:0.87535667419431rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 { display:none; }#hVCt4TVV0i3J9JiEshHnxaEKMyqzRUA2 > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eomOM3SSFd9wyosKLKo17HJy0pyqHOi1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJf6Pa2zJJ3uHGTk9tga7TxsT97omzM9 { width:9.75rem;height:2.375rem;top:1.25rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #narRTqIoDv7cBWPalZPTU7waE3ZGvoBO { width:10.875rem;height:2.375rem;top:4.875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtIvcccZ0POOSwloLK1BTQH9K4UbCgeX { width:8.3125rem;height:2.1875493432183rem;top:6.75rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW6BMa1kdmT0PRgEJ4RXe5MsLeoKzVJr { width:8.75rem;height:2.1875rem;top:7.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9NGyw5N2ciWf8ExfSaeTxo3kwRhsvDX { width:8.3125rem;height:2.1875493432183rem;top:7rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU0DFx38bZhJHHhGHg1rQbsyMsSI3wyP { width:2.1875rem;height:2.1875rem;top:7rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bp0MOA9EdWMcelbCz7dL0X2Vlolv12WV { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe { display:none; }#dDMGCvD1tkCOAZ5HJnDs1eFuTv1sUqMe > .row .container { width:20rem;height:77.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eo9TAyRruuLJTbQJaxWIXanPXFrn5Zoy { width:20rem;height:19.0083125rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQKMwTCn7lDiorD2qtazrXBGJMIek6br { width:20rem;height:2.59943125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxwtc86dQ0g2Ou4NAtZPOrPpCXThIAak { width:20rem;height:22.4375rem;top:25.3534875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywFXrnFZ9NTWyJsX7ZtmbSSH4SNgV8Vk { width:8.875rem;height:3.41086875rem;top:51.8525390625rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGdpcum8EkBoOnZPcx3RH7HU8mMSROV { width:4.3125rem;height:1.5625rem;top:49.0400390625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XifkOQqG8Tohy9vXUJdpLtgPC6GVVOgF { width:20rem;height:15.7475rem;top:56.5146515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMf97TEZIu5lUGod2KUZRnzsuozup7LM { width:15.4375rem;height:2.9375rem;top:73.511181884762rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D0tM6zcTTGygC434oD8LxyTgVWkVzi { display:block; }
 }@media only screen and (max-width: 763px) { #ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w { display:none; }#ahUhoGIOxUHmVk4SXDVUcvUJGrWmHt0w > .row .container { width:20rem;height:86.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pc2hUMTsiyigvoIUf8vJ61lnAA8HvkC2 { width:20rem;height:18.8125rem;top:17.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23HZwePT0E5DOU5GLp81FhRdFWP8etp { width:20rem;height:8.7996875rem;top:37.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnlazflTFXxJIkC6xlVyduIdIJSmmq6 { width:20rem;height:17.546175rem;top:66.421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmzeU6kivx4B1tZvOCHLT1nNeRSrJ3t { width:15.4375rem;height:2.9375rem;top:62.234375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe2S4v2czHG3RFr57qXn3TmfTkbIEgpp { display:block; }
 }@media only screen and (max-width: 763px) { #TpTc4slGUCTNuo26xsitqaPc0CJEiZfo { width:3.5rem;height:3.5rem;top:47.984375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOhE68dPp2bmsOToTNFfKsyy3RWdlhrF { width:3.5rem;height:3.5rem;top:52.734375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGkRNfcENyBT7KWzmCfrGyA0xeomZ7L { width:3.5rem;height:3.5rem;top:57.484375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApI0gpQnK5vxQmeT7koFQVJI59mKKQT { width:20rem;height:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 { display:none; }#Kwm7OFek0GsLBBuBggVi1JT0q01eFGt1 > .row .container { width:20rem;height:177.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w1IfCqQZiGcPOX3MbAzUo0PVoCAaTVA3 { width:20rem;height:6.5998125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8v3ABPUfGCc5mrKVarHqu55xSNqvTh { width:20rem;height:3.02379375rem;top:9.0966875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5x7xaT8ky7Av08BaiUDKfqEvWg3Eot { width:17.5625rem;height:8.77305625rem;top:43.745125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAOC1sZ4dhT64kaoQPdDI2F2cqyXvfUo { width:15.125rem;height:8.77305625rem;top:53.765625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opz5s5WlIDEiZH06045zi5il09aWSDEh { width:14.9375rem;height:8.77305625rem;top:63.786125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3inQnvz9La2PTh7ZTit5rN9d8dOMJ1G { width:14.9375rem;height:7.310875rem;top:73.806625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7CCxGx4VI28OqfFflRIgk7TU1HRa483 { width:6.1875rem;height:6.1875rem;top:13.370125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P484MXlPBc3VtHz2LhvaMpyLORJ7UChZ { width:6.1875rem;height:6.1875rem;top:20.807625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaC2uZ1aIzlZXgzTDptTPzko4RZ7E43 { width:7.0625rem;height:7.0625rem;top:28.245125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZz8GcRgIGlFNkEbRIotb00sSVF5JQd9 { width:5.9375rem;height:5.9375rem;top:36.557625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW { display:none; }#VrQ4U20tq1RopmBAUMLOOzBGQg9ssGbW > .row .container { width:20rem;height:177.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHObvPaBEN2N3WBd1Xwfal2TgxIxQ9dG { width:20rem;height:6.5998125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #imq9zH7UPQtPCGbnty6KT94y6GlrIsqs { width:19.875rem;height:13.125rem;top:9.0998125rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzX6LNzDF0a7dAhR8XoTLJn9UCUsIkn { width:9.5625rem;height:0;top:37.025948875rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmAzHERK7rqtFTCnt69FLTaRlJkXVRaT { width:12.1875rem;height:12.1875rem;top:23.588448875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSGmDBkTuX1aTaWKACR0yvDLfx3w6EMr { width:19.875rem;height:13.125rem;top:54.838448875rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -moz-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -ms-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-image: -o-linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eed1' );";background-image: linear-gradient(65deg, rgba(0,0,0,0), #e2eed1);background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8UlhAsxO5SqlqVoBFyNVeHdWTNgBhM { width:12.1875rem;height:12.1875rem;top:69.32708525rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNCtw6F5R5sqRttyE0KS7eWQFDvUe6He { width:9.25rem;height:0;top:82.76458525rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTG52QB8JUEGRsDbX5ITOEtC7OAMwiB { width:20rem;height:0;top:12.475167266846rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B71kfJp5Jc1uSB3u0ZN7WKf5pCSInFZq { width:20rem;height:0;top:57.338448875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDOGEn4tyfBK5Pqnqa5uyKfxqDU4K96 { width:18.3125rem;height:0;top:18.22534274292rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8nH9Utm8LrN5v8ucBm0n1b26FZa0avy { width:18rem;height:0;top:63.776658408694rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2MLzKkthT69mOS3vDTth5zAZnui5AVX { width:13.5625rem;height:0;top:20.349810592651rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKEtmlsnEA0pHWwzzBO4IackNo5lkVwI { width:13.5625rem;height:0;top:65.901126258425rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kGxNCimHFih0DDnpAiUfoK3TrtKB7A { width:15.375rem;height:2.875rem;top:100.57708525rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0IhuKw20h1M7LxIK6pLESTN8WSSflz { display:block; }
 }@media only screen and (max-width: 763px) { #HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp { display:none; }#HVQE5yX2wPW4WMvWenT77VZbNkvFTEtp > .row .container { width:20rem;height:82.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN { display:flex;height:auto;width:17.5rem;top:8.5rem;left:0rem; }
#n349TUeh7aoe83umbvEu6hZ8KrUhb5HN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #wiLiDiih2xAwiygIfzutrqGvHVJi13CU {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #nrWWiF2dTXpyik1uhn6LRSHmUgD4uSfS {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #GRRwtE55UkuWPr6pLgyg6aRVUGn649E6 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #huxfhu8Xv86XnecggHVcATe4si7SSkwX {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #OShpKLExwSCwbgInM7CArEb1wEUPpGWB {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #dlKoMIrZ8dxPTXEcRo9ogVpaDv0CnRw9 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #NAn6mKRKvvV8Z6oSVImO1zpwe7b2xbet {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #HLEf4ZFg2wr0QHkAZUA8kP3IfmhVGPu9 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #oUgfaMOuRqw4CXifmV5NBThFOuz1Mpwk {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #uiotcW7w6ruCVPJPz9KgF3V0dMFoTGtm {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #AR8pT3e9GNUEsNO4e9LHrEkwayuxioO5 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #SX9DyWwyniQmeO90XD2CSt082rvtbEw4 {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #c7CT4Iit26ecReBRmSs7lxLWsxiNSEkh {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #Q54NMRotMZVT2h7hllGBS6dwegDSidOs {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #QyiOU8gv0SzwnndbRzTm89zecT47fLcp {  }
 }@media only screen and (max-width: 763px) { #n349TUeh7aoe83umbvEu6hZ8KrUhb5HN #O3fDM0TeficaEc1h2su0RPz8K5K8tpH2 {  }
 }@media only screen and (max-width: 763px) { #W9IWv0m9ng7KLUhNAQbcOabtV1ahlDNG { width:20rem;height:0;top:50.5285625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o { display:none; }#oKZztnpXolbaCC9t1FQuTE7eo0kdEL7o > .row .container { width:20rem;height:82.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knqEKNO6xuJ4HLDoHK961vUiPluQKa0d { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5X3kBCeUnk2rkBkk0ofuVRw5tiiwPA { width:17.5rem;height:0;top:20.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4XVMWZ28hOXiZIDG6qHx1K03p4tomm { width:14.5rem;height:14.5rem;top:4.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fmu67o2sSO3Vqwb9f0y8NkV2VeFQ0F { width:11.4375rem;height:0;top:28.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlLNvxIszsTuWFA3WTCHDXdDrCWzl94b { width:14.0625rem;height:0;top:30.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C03xCqrd3TytBET02r8TMxegL5huW3WS { width:15.375rem;height:2.875rem;top:33.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTh1FSm3GfMTekmBfkZxBEGgCdlum2N { display:block; }
 }@media only screen and (max-width: 763px) { #QWAFQLfDkXeFXOrzQhfLqvMQPSq0e1WL { width:18.8125rem;height:0;top:24.5rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoOIedeR1bm4W7yX6gVZE20JfrATTfiH { width:20rem;height:0.125rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF { display:none; }#QzzFBwVkV0iwCteUqH9gfGB8flKTvvBF > .row .container { width:20rem;height:82.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bxqf2UyOqNXoezJrTNrX4wPHIuwyAZQE { width:10.8125rem;height:3.1871990193472rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiSw2yKuDkekRVKM9UTavkqdrli55PQU { width:20rem;height:0;top:5.68714375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86SPnFfgBDX7GHTNUF7DgLLa4HHpmIM { width:12.5rem;height:0;top:8.87464375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQsVw4nptqpsW0D1XndqD48mOUf19R9y { width:4.375rem;height:0;top:11.06214375rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBunwsPnw4OA56cI8ZQaCPOTCZH5lPP { width:7.875rem;height:0;top:13.24964375rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }