.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 { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Irt1dEc2C3OrvP1FN4Vt65HOKfSCwdz3 { color:#333333;display:block;width:37.3730625rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:10.499267578125rem;left:3.75rem;height:6.875rem;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; }
#EFM5t1xUf9FXCfgZSWzXQSJfqNre3gTB { box-sizing:content-box;height:41.8125rem;width:75rem;position:absolute;display:block;z-index:14999;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:0rem;left:0.059814453125rem;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; }
#U83O2ZXAiu0ZQWKRTz9ouiigf2Iz5NfG { color:#333333;display:block;width:29.7485625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.981689453125rem;left:4.183349609375rem;height:4.0625rem;display:block; }
#nZyTAUXTB6nxzly2HTQKlgBMSAxLmcbt { box-sizing:content-box;height:28.5618125rem;width:28.5618125rem;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:4.3785510063171rem;left:30.044387817382rem;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; }
#hAarfvTKmtN5PkTBE8XfQ4mTA2wauE6x { box-sizing:content-box;height:22.3125rem;width:22.3125rem;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:15011;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.499644756317rem;left:34.169387817382rem;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; }
#b2q2W20v5Crpkv136kTim64gNPpPpNzm { 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:39.125rem;width:40rem;top:2.75rem;left:35rem;overflow:hidden;display:block; }
#AZWVDRTSreU3X43MWDkWlFTiwt5O8S75 { 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:5.1245125rem;width:11.5625rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#koZM5WTlKe2GFkskxRgCL23sWNMKhDJR { 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.4355625rem;height:2.936525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.6875rem;left:3.75rem;display:block; }
#u6gI02v3Cq4azcacms7t2dTLWKXZX0ay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg { 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; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container { background-color: transparent; background-image: none; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container > .video-iframe-container { display: none; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row > .video-iframe-container { display: none; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .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); }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container { border-width: 0; border-radius: 0; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;overflow:visible;position:relative;display:block; }#nZNcMoLl06TWnCs3cVPpDBq9aBK1dQaQ { 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; }
#q53FpXaz0niuw9AJA2ZQXhpvqR0sUTm0 { 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; }
#BWTnrfCOUZK4AHBfMtrrsGVEvpkxn6x6 { 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; }
#htQut0MGwEHoQsMa1QkETs76grhM7pZc { 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; }
#VUIT7f43yo8DrRMpSW0oXqlTM0suFa7y { 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; }
#xhJ5XQaQCDmiiCF5o8NuGPvX8mNG0L8U { 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; }
#ZLPmOx3CLZT7Gv2ZE2rUbmXZ4DqdFzJr { 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; }
#mQKwUTKNWF1EpbJnTlDRv6exeD0eLQuS { 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; }
#MWKT2fETTZE1fbNC6u0T6WOqIEeKz2k7 { 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:none; }
#euPOHgvAVCdTI2ZriiLV66ZAezcwumBa { 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:none; }
#RRM0TkQeJQUvfQar8tqOUfD7e3LD3XdH { 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:none; }
#SkicPmpqPsew9AEQWPTf57BTKdFeedSk { 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:none; }
#UxFurrH2rrRKMlTmuS1NC75ZPKeUwxHE { 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:none; }
#rVilEhqAO9wxGGRKKLJ02TEBBftvWTw4 { 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:none; }
#LEn1b6UFrs0TpiX4fLkcHx0hUaCFE1WH { 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:none; }
#M4oa6M0QNAuOczQ9H1Qor5hL8Hh97FVH { 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:none; }
#cNdloxaupZrGCIgO4XJhH7WLnbSZOi7W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:5.125rem;left:4.5rem;display:none; }
#p3ZdIVuxlurN4ynWtPeASW7C1aENoEoz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.625rem;display:none; }
#XxXUTDr1ZAeCwhRqVOqpCUSCPU7LioTB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.375rem;display:none; }
#RwM7aTemyG1pkFh8T5zKB9CJWbFKoEkn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.125rem;display:none; }
#LOAo7u0imbe0Wgm0H4kGAtaig66GvBd4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.625rem;display:none; }
#KOzXM6MDiyMudgFPHe7aZrJEyV4LT5v4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;display:none; }
#b5px34vHnFKiSvHaE3DDOrNz3ZkMKbNy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.625rem;display:none; }
#wh59IIXmFKDh9yxOSzEdPn789TC4wBWF { 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:none; }
#sK2uAOzppRSR39hzeQ4qal9y43WUdTDU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 { 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:none; }#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 > .row .container { border-width: 0; border-radius: 0; }#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;overflow:visible;position:relative;display:none; }#aEqv2zqqVRR8AuvJ5XaDidsCfFrLSZhf { color:#333333;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.81201171875rem;left:13.125rem;height:7.4755875rem;text-align:center;text-align-last:center;display:block; }
#KuKEaTd2of8GcBicdZcKfRhXgtUbXKag { 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:1.1865234375rem;left:21.15625rem;height:2.84301875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xo6i3EZrHgR4ORTpDoMM2HU2ilNvQJnW { box-sizing:content-box;height:9.375rem;width:20.3125rem;position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;top:14.5rem;left:10.9375rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#CSiyelae25AtKxKyKqhiibiMoMEHCpVi { box-sizing:content-box;height:9.375rem;width:20.3125rem;position:absolute;display:block;z-index:15018;background-color:#f3f3f3;background-image:none;top:14.5rem;left:43.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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; }
#PTzy72pPm45vxcTvdQkBmnPiH3wQV8fk { color:#333333;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.3125rem;left:17.5625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDJhs3IKBlb5o6P74cWy2qNDMZhJtWLd { color:#333333;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.3125rem;left:50.5625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJ6QXo2E1sBIfuxGzHI57rvAtIEXKkiN { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:14.4375rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#npfCxvK5yodO2ziQIQV2HipVi9nxLFL7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.1875rem;left:47.6875rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng { 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; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container { background-color: transparent; background-image: none; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container > .video-iframe-container { display: none; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row > .video-iframe-container { display: none; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .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); }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container { border-width: 0; border-radius: 0; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#FRBRsuPwa4ptrDvoQJvds2pR9A6wibFx { box-sizing:content-box;height:22.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:16.2509765625rem;left:2.3740234375rem;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; }
#CK70VGZx5JeAAahHnnSiHv9faKghwIcL { color:#333333;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:6.3125rem;left:42.4990234375rem;height:5.7734375rem;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; }
#ywFhImE35ZML6l1UafRL2H5wT3Vvngyz { color:#333333;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:13.873046875rem;left:46.1875rem;height:20.24415625rem;display:block; }
#Ii7RTHHnGBNbScDXJLwaHLGU9WBbrr5A { 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:18.876953125rem;left:42.5rem;overflow:hidden;display:block; }
#fUciuIp5T2MFc4DTbZEGOfvO07UteSkR { 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.49975625rem;width:3.49975625rem;top:24.3125rem;left:42.498046875rem;overflow:hidden;display:block; }
#IF9TVd7DNdtM2DvzZK5BTMg91Pqs225Z { 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.49975625rem;width:3.49975625rem;top:29.82421875rem;left:42.498046875rem;overflow:hidden;display:block; }
#sB0tc1D1W59Kfl86LGJTHGf4CCxK0rOF { 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; }
#pzgq48qzz9z5TDU69ihplWJ7vpdv7T4z { 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.49975625rem;width:3.49975625rem;top:13.41015625rem;left:42.4990234375rem;overflow:hidden;display:block; }
#uWOkfRacuOvf5my930ylmxvwDLqPIOr1 { 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:38.9375rem;width:38.9375rem;top:5.125rem;left:2.3740234375rem;overflow:hidden;display:block; }
#TzLJzkJklSS55X1sJ2EMvvoSsvuGp4T5 { 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:16.5rem;width:16.5rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#nZHOkyyHuZsE6M1doWCp2FJx3QyTDRsq { 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.4355625rem;height:2.936525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.625rem;left:43.78125rem;display:block; }
#JqRsy3xA8zqkL0vOn4glWDQcgB1UTE4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB { 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:none; }#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB > .row .container { border-width: 0; border-radius: 0; }#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#aJrHm0u9bfbdwnk45mbXQ554OM22RqiM { 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.687rem;width:36.687rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#J7oMUf8MyhetkBu6T7SSuzIzWeILRfPQ { 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.937744140625rem;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; }
#J9yagpJUX9VBvKuo6bgHdVSTwOtFlCcB { color:#333333;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:4.560546875rem;left:40.09375rem;height:7.218rem;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; }
#TEmUat1PckMqXViM9GwAL65DqOJNNPNy { 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.4375rem;left:43.936767578125rem;height:19.011225rem;display:block; }
#es7rgbrmIqfZqTqJuB7i8DdO3KaySLuT { 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:35.312255859375rem;left:29.7802734375rem;display:block; }
#x8QWrMe26hOuVT138fbTIB5g1HiPJZQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rV3dbrcEdOpsBQrgSZiIuG6rthup8Oga { 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:15.0615234375rem;left:40.46875rem;overflow:hidden;display:block; }
#JzVUVbgMETbEmzShLFO80n4wv7WpwoaK { 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:20.8427734375rem;left:40.46875rem;overflow:hidden;display:block; }
#IW1el7FlFNdWmAtU36dMgH4Az1pH9AmU { 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:27.43701171875rem;left:40.46875rem;overflow:hidden;display:block; }
#En0otlf16xgbqOixPy5mxmO99Jg5TcRN { 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; }
#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq { 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; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container { background-color: transparent; background-image: none; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container > .video-iframe-container { display: none; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row > .video-iframe-container { display: none; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .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); }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container { border-width: 0; border-radius: 0; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:block; }#pcXZaZohcuQDR4NpLrbNTevZz3PN9iO4 { 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:2.5rem;left:12.249755859375rem;height:;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; }
#u6rJMaC3TLUlyQxVD7m3O3u1KrT0cMys { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.121337890625rem;left:3.092041015625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#TI6zr3NpExUxAmGrW0uEFL8REMQ1cAQR { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.199462890625rem;left:27.5rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#po7dNZsMoEJNF7pogEbC0ZrhElfTCKC3 { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.121337890625rem;left:52.2802734375rem;height:4.3857375rem;text-align:center;text-align-last:center;display:block; }
#AGR2K25ZMGlH4ZM6QsuODmvx2Ph13nXt { 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:9.8125rem;width:11.8125rem;top:8.1240234375rem;left:7.1875rem;overflow:hidden;display:block; }
#Jf651CJbVorEmXGiKDqhl1WhvURgedd0 { 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:10rem;width:7.875rem;top:8.030029296875rem;left:33.56201171875rem;overflow:hidden;display:block; }
#H1qyTHcyMWqee8uclS1N8u6MrdT7wtoZ { 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:9.5rem;width:6.4375rem;top:8.2802734375rem;left:59.0625rem;overflow:hidden;display:block; }
#sKO04903D9n2q3BsH5NHWUqqEwWrwhaB { 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.4355625rem;height:2.936525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.25rem;left:31.78125rem;display:block; }
#CUU5eSkpbqn8SF3CNvSmPBua3yu5voR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I { position:relative;display:block; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I { background-color: transparent; background-image: none; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container > .video-iframe-container { display: none; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row > .video-iframe-container { display: none; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .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); }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I { border-width: 0; border-radius: 0; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fmTG3DmGuAvEkr07gvMnk17vIcMhvzoF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.3125rem;top:1.59228515625rem;left:22.584228515625rem;overflow:hidden;display:block; }
#RDEKCdUIfw5fsG9DftwBubqMZNuZ6fyC { 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:6.25rem;width:9.375rem;top:1.59228515625rem;left:41.45751953125rem;overflow:hidden;display:block; }
#Tpsg4beXDiX3DEk7LMU2FNfviKPaWcRx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:9.49853515625rem;left:0rem;display:block; }
#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw { 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:none; }#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw > .row .container { border-width: 0; border-radius: 0; }#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#PXzxamhy7dhU1u5qBDQU6wEK4kvpDXS6 { color:#333333;display:block;width:66.686875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.559814453125rem;left:4.154052734375rem;height:5.6860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWXrx5reudzgud0PSNAgCc01gnT0PwMu { box-sizing:content-box;height:9.375rem;width:20.3125rem;position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;top:10.796875rem;left:11.40625rem;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kxqCJoREJTXkBoNKV3wtfLxbAGkl15MR { box-sizing:content-box;height:9.375rem;width:20.3125rem;position:absolute;display:block;z-index:15018;background-color:#f3f3f3;background-image:none;top:10.796875rem;left:44.21875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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; }
#MlaybKNcM0uEDQsoCqItWm1IwrdvUBII { color:#333333;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.625rem;left:18.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7x1JHa8qHbEzFIWJoNRGNXOpL1Xd91W { color:#333333;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.625rem;left:51.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmMmuJlZnsHanAhGueTeF63ObzTISwHV { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.5rem;left:14.90625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B3kQWnglUL4EEJpi70pxr3TdZf0dCnOz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5rem;left:48.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 { 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:none; }#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 > .row .container { border-width: 0; border-radius: 0; }#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#NCeWxoNu9rqq0yTC2nwfd3uU6hm2ifvW { 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.625rem;left:12.25rem;height:;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; }
#BErnmbLBkONpFqJPCZn9nTTmxunKBQ7E { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.50146484375rem;left:2.18505859375rem;height:7.3120125rem;text-align:center;text-align-last:center;display:block; }
#U0KzpRPVQDhrlCNFxElOm1TBFy7NMzQQ { 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:15002;text-align:center;text-align-last:center;top:25.1875rem;left:29.78125rem;display:block; }
#iU2JHTK9dXtKgedvOJ1znAp6Vy28mZAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ifaq2Hrvu2MLyIiPzWSoKpOl3HPweRxu { 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:9.375rem;width:9.375rem;top:6.234130859375rem;left:5.904541015625rem;overflow:hidden;display:block; }
#rSJs3hNp6dDDE2KlczJAxrZWWzqbdVbT { 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:9.375rem;width:9.375rem;top:6.234130859375rem;left:60.467529296875rem;overflow:hidden;display:block; }
#RNpuCklguHtbQc651AAO8SWL4wTJGLKn { 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:9.375rem;width:9.375rem;top:6.234130859375rem;left:41.8017578125rem;overflow:hidden;display:block; }
#EmEv9rXV9eWfleWWXoMhPX34DMyTFTAG { position:absolute;display:block;z-index:15024;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:9.375rem;width:9.375rem;top:6.234130859375rem;left:24.925537109375rem;overflow:hidden;display:block; }
#B29z2IM0lde0RE5tmindAMMvhV9v2iII { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.500244140625rem;left:21.207275390625rem;height:5.84960625rem;text-align:center;text-align-last:center;display:block; }
#QNgAEqFQdCpslJuuoO2Tu0nJyEfLHidk { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.50146484375rem;left:39.332275390625rem;height:5.84960625rem;text-align:center;text-align-last:center;display:block; }
#AsqJ5Cs4DlsqSIaGP3KBI3rTGuldDmvu { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.500244140625rem;left:56.749267578125rem;height:7.31200625rem;text-align:center;text-align-last:center;display:block; }
#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P { 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; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container { background-color: transparent; background-image: none; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container > .video-iframe-container { display: none; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row > .video-iframe-container { display: none; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .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); }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container { border-width: 0; border-radius: 0; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .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; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .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; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .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; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .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; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .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; }#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-trigger.adaptive-delivery-prevent-bg, #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-trigger.lazyload, #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-trigger.lazyloading { background-image: none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 { box-sizing:content-box;height:auto;width:66.374375rem;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; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh { display:none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wiLiDiih2xAwiygIfzutrqGvHVJi13CU { display:none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #KxugdWLSdSazc0fTvg3M9g5PX3swFQCp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #sxozTwr6NZ2gxsLRueZ3HrP7THmiZmO4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UisLLwhyI3Gh1X0Kr1WbVIPeAn3iTouu { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #TzrN3XKe0vIQr4rWac0315cT6sn8Q1rB {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UF6ktHdR4CMnInOOsXXtu6gVWsLxixtC { display:none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #i0RAlihTleiRIRVX4WFXl6NUegBe3E3b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #GW2h3SEX3Ka1TUvE7oXBJXlu49bzV01i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #qyDiu7pn8EtFQU4lQ3iAIIOT6alcQv9m { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #MPhyRH5lR3Ogr3GJL4ymM23Lprhv3heE {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #EwPVnB7nN6AaKe39Vhr8dsLiVqLGM6M5 { display:none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Nxmv9S2nXU7IEdZUdrfiM74tZqKqswko { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #e4nxbAF04ZQAXRgcL7bNhUeVh0PTwUQt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #s83KcNw2CUgTeKM7R0nJZ6FZoMX9ZMXn { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #diBAZGTfGXZRkA47589emReyTbk9iySN {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #P66ouTtyhdV6xRGGc4sebBLRxK9bdJ0e { display:none; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ek3OwocSVV3kHpuNNsqiuFr5RLynOT6T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #V6kH48aaQFLp6ER5maV52WwL9h1K03R2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #rmOEeDfTk0o6RePvF7M1qlvQm918KABp { display:block;position:relative; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ZGtgQo4yocXtB1BLXr2evLPE1xZ4lV0a {  }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #S1uTgHBmDZXMBAyCzT2GO8xddb0nOU31 { display:none; }
#BquwAOG8ogVB8SCRwdeORZFbcdZTb2es { 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; }
#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW { 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; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container { background-color: transparent; background-image: none; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container > .video-iframe-container { display: none; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row > .video-iframe-container { display: none; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .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); }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container { border-width: 0; border-radius: 0; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;overflow:visible;position:relative;display:block; }#diwiVbbLkiuDSpSnAyF64aotfbtqAtJr { 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; }
#syftooRZKokpUv7M6nu01LRZ4cNNMlR6 { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.49951171875rem;left:18.2490234375rem;height:2.76171875rem;font-style:normal;display:block; }
#yZKVAyHkDCC47p4XKN35fX50bQqBKiBe { 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; }
#MeWTOOv67TiPvtxFxrPTGWHga24E4I1a { color:#333333;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.374755859375rem;height:1.4624rem;display:block; }
#sDbLIyCKUhiKAR87GxQc4wLGCbVaiDko { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9365234375rem;left:18.374755859375rem;height:1.4624rem;display:block; }
#MJ1ELCCNxFSymHuTKx6ygo4hL3zmOFxi { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:21.24853515625rem;left:0rem;display:block; }
#vtyLRHBNphTe420LT1Zh9XWgIILv8wkw { 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.4355625rem;height:2.936525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.3125rem;left:47.15625rem;display:block; }
#TzJyCT56TNTW1rql0kZcRoNsU9QvnMS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTAEzsZkOKPshetpbGOZhhqsOkC3Tk3s { color:#333333;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.619140625rem;left:47.71875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi { 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; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container { background-color: transparent; background-image: none; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container > .video-iframe-container { display: none; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row > .video-iframe-container { display: none; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .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); }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container { border-width: 0; border-radius: 0; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#bJQMCI5p0mcp8QhzMPnm8QF7deayAamO { 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:4.875rem;width:11.5625rem;top:2.173828125rem;left:3.75rem;overflow:hidden;display:block; }
#TmSRpanM0X54DSgGZPqK0yxbrpfnqxzB { 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:10.248291015625rem;left:3.75rem;height:0.9746125rem;display:block; }
#Sb1naay82tPnfioSnzakGev6HAtcErH1 { 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:10.248291015625rem;left:60.8740234375rem;height:0.9746125rem;display:block; }
#CrCSDwR71CNkBRUNgo7ktFM5mi0qnkVZ { 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:10.248291015625rem;left:65.99853515625rem;height:0.9746125rem;display:block; }
#QQbFFkiXlnmTzEVpHm5R2As9WSKAo15f { color:#333333;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.553466796875rem;left:17.31201171875rem;height:2.11230625rem;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) { #Irt1dEc2C3OrvP1FN4Vt65HOKfSCwdz3 { top:10.4375rem;left:0rem;width:37.3125rem;height:6.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFM5t1xUf9FXCfgZSWzXQSJfqNre3gTB { top:0rem;left:0rem;width:47.75rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83O2ZXAiu0ZQWKRTz9ouiigf2Iz5NfG { top:19.9375rem;left:0rem;width:29.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZyTAUXTB6nxzly2HTQKlgBMSAxLmcbt { top:4.375rem;left:16.419387817382rem;width:28.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAarfvTKmtN5PkTBE8XfQ4mTA2wauE6x { top:10.4375rem;left:20.544387817382rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2q2W20v5Crpkv136kTim64gNPpPpNzm { top:2.75rem;left:7.75rem;width:40rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZWVDRTSreU3X43MWDkWlFTiwt5O8S75 { top:2.5rem;left:0rem;width:11.5625rem;height:5.1245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koZM5WTlKe2GFkskxRgCL23sWNMKhDJR { width:15.375rem;height:2.875rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6gI02v3Cq4azcacms7t2dTLWKXZX0ay { display:block; }
 }@media only screen and (max-width: 763px) { #PAaIIytkix2e10RAEfzBwBDlnAkNFlLg { display:block; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZNcMoLl06TWnCs3cVPpDBq9aBK1dQaQ { 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) { #q53FpXaz0niuw9AJA2ZQXhpvqR0sUTm0 { top:7rem;left:0rem;width:8.9375rem;height:2.1875458925712rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTnrfCOUZK4AHBfMtrrsGVEvpkxn6x6 { top:7rem;left:32.124290466309rem;width:10rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htQut0MGwEHoQsMa1QkETs76grhM7pZc { top:6.75rem;left:10.999465942382rem;width:8.3125rem;height:2.1875493432183rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUIT7f43yo8DrRMpSW0oXqlTM0suFa7y { top:7.125rem;left:21.249820709229rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhJ5XQaQCDmiiCF5o8NuGPvX8mNG0L8U { top:7rem;left:39.4375rem;width:8.3125rem;height:2.1875493432183rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPmOx3CLZT7Gv2ZE2rUbmXZ4DqdFzJr { top:7rem;left:6.8748207092288rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKwUTKNWF1EpbJnTlDRv6exeD0eLQuS { top:12.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKT2fETTZE1fbNC6u0T6WOqIEeKz2k7 { top:3.8125rem;left:1.6875rem;width:44.375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #euPOHgvAVCdTI2ZriiLV66ZAezcwumBa { top:7rem;left:0rem;width:8.9375rem;height:2.1875458925712rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRM0TkQeJQUvfQar8tqOUfD7e3LD3XdH { top:7rem;left:6.8748207092288rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkicPmpqPsew9AEQWPTf57BTKdFeedSk { top:6.75rem;left:10.999465942382rem;width:8.3125rem;height:2.1875493432183rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxFurrH2rrRKMlTmuS1NC75ZPKeUwxHE { top:7.125rem;left:21.249820709229rem;width:8.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVilEhqAO9wxGGRKKLJ02TEBBftvWTw4 { top:7rem;left:32.124290466309rem;width:10rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEn1b6UFrs0TpiX4fLkcHx0hUaCFE1WH { top:7rem;left:39.4375rem;width:8.3125rem;height:2.1875493432183rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4oa6M0QNAuOczQ9H1Qor5hL8Hh97FVH { top:7rem;left:0rem;width:8.9375rem;height:2.1875458925712rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNdloxaupZrGCIgO4XJhH7WLnbSZOi7W { top:5.125rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3ZdIVuxlurN4ynWtPeASW7C1aENoEoz { width:8.625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxXUTDr1ZAeCwhRqVOqpCUSCPU7LioTB { width:8.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwM7aTemyG1pkFh8T5zKB9CJWbFKoEkn { width:8.125rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOAo7u0imbe0Wgm0H4kGAtaig66GvBd4 { width:8.625rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOzXM6MDiyMudgFPHe7aZrJEyV4LT5v4 { width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5px34vHnFKiSvHaE3DDOrNz3ZkMKbNy { width:8.625rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh59IIXmFKDh9yxOSzEdPn789TC4wBWF { top:12.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sK2uAOzppRSR39hzeQ4qal9y43WUdTDU { display:none; }
 }@media only screen and (max-width: 763px) { #TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 { display:block; }#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEqv2zqqVRR8AuvJ5XaDidsCfFrLSZhf { top:4.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKEaTd2of8GcBicdZcKfRhXgtUbXKag { top:1.125rem;left:7.531005859375rem;width:32.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6i3EZrHgR4ORTpDoMM2HU2ilNvQJnW { top:14.5rem;left:0rem;width:20.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSiyelae25AtKxKyKqhiibiMoMEHCpVi { top:14.5rem;left:27.3125rem;width:20.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzy72pPm45vxcTvdQkBmnPiH3wQV8fk { top:16.3125rem;left:3.9375rem;width:6.9375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJhs3IKBlb5o6P74cWy2qNDMZhJtWLd { top:16.3125rem;left:36.9375rem;width:6.5625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ6QXo2E1sBIfuxGzHI57rvAtIEXKkiN { top:20.1875rem;left:0.8125rem;width:13.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfCxvK5yodO2ziQIQV2HipVi9nxLFL7 { top:20.1875rem;left:34.0625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng { display:block; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRBRsuPwa4ptrDvoQJvds2pR9A6wibFx { top:16.25rem;left:0rem;width:37.625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK70VGZx5JeAAahHnnSiHv9faKghwIcL { top:6.3125rem;left:17.375rem;width:30.375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywFhImE35ZML6l1UafRL2H5wT3Vvngyz { top:13.8125rem;left:21.75rem;width:26rem;height:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii7RTHHnGBNbScDXJLwaHLGU9WBbrr5A { top:18.875rem;left:28.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUciuIp5T2MFc4DTbZEGOfvO07UteSkR { top:24.3125rem;left:28.873046875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9TVd7DNdtM2DvzZK5BTMg91Pqs225Z { top:29.8125rem;left:28.873046875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0tc1D1W59Kfl86LGJTHGf4CCxK0rOF { top:17.5rem;left:0rem;width:37.625rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzgq48qzz9z5TDU69ihplWJ7vpdv7T4z { top:13.375rem;left:28.8740234375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOkfRacuOvf5my930ylmxvwDLqPIOr1 { top:5.125rem;left:0rem;width:38.9375rem;height:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLJzkJklSS55X1sJ2EMvvoSsvuGp4T5 { top:0rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZHOkyyHuZsE6M1doWCp2FJx3QyTDRsq { width:15.375rem;height:2.875rem;top:35.625rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRsy3xA8zqkL0vOn4glWDQcgB1UTE4f { display:block; }
 }@media only screen and (max-width: 763px) { #NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB { display:block; }#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJrHm0u9bfbdwnk45mbXQ554OM22RqiM { top:0rem;left:0rem;width:36.625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7oMUf8MyhetkBu6T7SSuzIzWeILRfPQ { top:12.9375rem;left:0rem;width:37.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yagpJUX9VBvKuo6bgHdVSTwOtFlCcB { top:4.5rem;left:14.4375rem;width:33.3125rem;height:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmUat1PckMqXViM9GwAL65DqOJNNPNy { top:14.4375rem;left:20.4375rem;width:27.3125rem;height:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es7rgbrmIqfZqTqJuB7i8DdO3KaySLuT { width:15.4375rem;height:2.9375rem;top:35.25rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QWrMe26hOuVT138fbTIB5g1HiPJZQD { display:block; }
 }@media only screen and (max-width: 763px) { #rV3dbrcEdOpsBQrgSZiIuG6rthup8Oga { top:15rem;left:26.84375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzVUVbgMETbEmzShLFO80n4wv7WpwoaK { top:20.8125rem;left:26.84375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW1el7FlFNdWmAtU36dMgH4Az1pH9AmU { top:27.375rem;left:26.84375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #En0otlf16xgbqOixPy5mxmO99Jg5TcRN { top:17.5rem;left:0rem;width:37.625rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq { display:block; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXZaZohcuQDR4NpLrbNTevZz3PN9iO4 { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rJMaC3TLUlyQxVD7m3O3u1KrT0cMys { top:19.0625rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6zr3NpExUxAmGrW0uEFL8REMQ1cAQR { top:19.1875rem;left:13.875rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7dNZsMoEJNF7pogEbC0ZrhElfTCKC3 { top:19.0625rem;left:27.75rem;width:20rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGR2K25ZMGlH4ZM6QsuODmvx2Ph13nXt { top:8.0625rem;left:0rem;width:11.8125rem;height:9.8128307158278rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf651CJbVorEmXGiKDqhl1WhvURgedd0 { top:8rem;left:19.93701171875rem;width:7.875rem;height:10.000317470396rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1qyTHcyMWqee8uclS1N8u6MrdT7wtoZ { top:8.25rem;left:41.3125rem;width:6.4375rem;height:9.5006068668194rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKO04903D9n2q3BsH5NHWUqqEwWrwhaB { width:15.375rem;height:2.875rem;top:29.875rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUU5eSkpbqn8SF3CNvSmPBua3yu5voR4 { display:block; }
 }@media only screen and (max-width: 763px) { #FcIPqd9sElHBFTn44Rog95lgmnkoKF5I { display:block; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmTG3DmGuAvEkr07gvMnk17vIcMhvzoF { top:1.5625rem;left:8.959228515625rem;width:9.3125rem;height:6.2506712130162rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDEKCdUIfw5fsG9DftwBubqMZNuZ6fyC { top:1.5625rem;left:27.83251953125rem;width:9.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpsg4beXDiX3DEk7LMU2FNfviKPaWcRx { top:9.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw { display:block; }#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXzxamhy7dhU1u5qBDQU6wEK4kvpDXS6 { top:2.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWXrx5reudzgud0PSNAgCc01gnT0PwMu { top:10.75rem;left:0rem;width:20.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqCJoREJTXkBoNKV3wtfLxbAGkl15MR { top:10.75rem;left:25.8125rem;width:20.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlaybKNcM0uEDQsoCqItWm1IwrdvUBII { top:12.625rem;left:4.4375rem;width:7rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7x1JHa8qHbEzFIWJoNRGNXOpL1Xd91W { top:12.625rem;left:37.4375rem;width:6.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMmuJlZnsHanAhGueTeF63ObzTISwHV { top:16.5rem;left:1.28125rem;width:13.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kQWnglUL4EEJpi70pxr3TdZf0dCnOz { top:16.5rem;left:34.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 { display:block; }#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCeWxoNu9rqq0yTC2nwfd3uU6hm2ifvW { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BErnmbLBkONpFqJPCZn9nTTmxunKBQ7E { top:16.5rem;left:0rem;width:15.625rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0KzpRPVQDhrlCNFxElOm1TBFy7NMzQQ { width:15.4375rem;height:2.9375rem;top:25.1875rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2JHTK9dXtKgedvOJ1znAp6Vy28mZAN { display:block; }
 }@media only screen and (max-width: 763px) { #Ifaq2Hrvu2MLyIiPzWSoKpOl3HPweRxu { top:6.1875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSJs3hNp6dDDE2KlczJAxrZWWzqbdVbT { top:6.1875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpuCklguHtbQc651AAO8SWL4wTJGLKn { top:6.1875rem;left:28.1767578125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmEv9rXV9eWfleWWXoMhPX34DMyTFTAG { top:6.1875rem;left:11.300537109375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29z2IM0lde0RE5tmindAMMvhV9v2iII { top:16.5rem;left:7.582275390625rem;width:15.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNgAEqFQdCpslJuuoO2Tu0nJyEfLHidk { top:16.5rem;left:25.707275390625rem;width:15.625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsqJ5Cs4DlsqSIaGP3KBI3rTGuldDmvu { top:16.5rem;left:31rem;width:15.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P { display:block; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 { display:flex;height:auto;width:27.8125rem;top:8.5rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wiLiDiih2xAwiygIfzutrqGvHVJi13CU {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #KxugdWLSdSazc0fTvg3M9g5PX3swFQCp {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #sxozTwr6NZ2gxsLRueZ3HrP7THmiZmO4 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UisLLwhyI3Gh1X0Kr1WbVIPeAn3iTouu {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #TzrN3XKe0vIQr4rWac0315cT6sn8Q1rB {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UF6ktHdR4CMnInOOsXXtu6gVWsLxixtC {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #i0RAlihTleiRIRVX4WFXl6NUegBe3E3b {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #GW2h3SEX3Ka1TUvE7oXBJXlu49bzV01i {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #qyDiu7pn8EtFQU4lQ3iAIIOT6alcQv9m {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #MPhyRH5lR3Ogr3GJL4ymM23Lprhv3heE {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #EwPVnB7nN6AaKe39Vhr8dsLiVqLGM6M5 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Nxmv9S2nXU7IEdZUdrfiM74tZqKqswko {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #e4nxbAF04ZQAXRgcL7bNhUeVh0PTwUQt {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #s83KcNw2CUgTeKM7R0nJZ6FZoMX9ZMXn {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #diBAZGTfGXZRkA47589emReyTbk9iySN {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #P66ouTtyhdV6xRGGc4sebBLRxK9bdJ0e {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ek3OwocSVV3kHpuNNsqiuFr5RLynOT6T {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #V6kH48aaQFLp6ER5maV52WwL9h1K03R2 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #rmOEeDfTk0o6RePvF7M1qlvQm918KABp {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ZGtgQo4yocXtB1BLXr2evLPE1xZ4lV0a {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #S1uTgHBmDZXMBAyCzT2GO8xddb0nOU31 {  }
 }@media only screen and (max-width: 763px) { #BquwAOG8ogVB8SCRwdeORZFbcdZTb2es { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW { display:block; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diwiVbbLkiuDSpSnAyF64aotfbtqAtJr { top:3.0625rem;left:0rem;width:32.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syftooRZKokpUv7M6nu01LRZ4cNNMlR6 { top:9.4375rem;left:4.6240234375rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKVAyHkDCC47p4XKN35fX50bQqBKiBe { top:5.5625rem;left:0rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeWTOOv67TiPvtxFxrPTGWHga24E4I1a { top:13.125rem;left:4.749755859375rem;width:11.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDbLIyCKUhiKAR87GxQc4wLGCbVaiDko { top:14.875rem;left:4.749755859375rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1ELCCNxFSymHuTKx6ygo4hL3zmOFxi { top:21.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtyLRHBNphTe420LT1Zh9XWgIILv8wkw { width:15.375rem;height:2.875rem;top:13.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJyCT56TNTW1rql0kZcRoNsU9QvnMS5 { display:block; }
 }@media only screen and (max-width: 763px) { #PTAEzsZkOKPshetpbGOZhhqsOkC3Tk3s { top:9.5625rem;left:34.09375rem;width:13.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi { display:block; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJQMCI5p0mcp8QhzMPnm8QF7deayAamO { top:2.125rem;left:0rem;width:11.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmSRpanM0X54DSgGZPqK0yxbrpfnqxzB { top:10.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1naay82tPnfioSnzakGev6HAtcErH1 { top:10.1875rem;left:43.375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCSDwR71CNkBRUNgo7ktFM5mi0qnkVZ { top:10.1875rem;left:39.875rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQbFFkiXlnmTzEVpHm5R2As9WSKAo15f { top:3.5rem;left:3.68701171875rem;width:25.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(226,238,209,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(226,238,209,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(226,238,209,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(226,238,209,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1a3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1a3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(226,238,209,0.64), rgba(0,0,0,0));background-size:auto !important;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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Irt1dEc2C3OrvP1FN4Vt65HOKfSCwdz3 { width:17.5610625rem;height:3.25rem;top:5.998291015625rem;left:1.21826171875rem;font-size:1.625rem;z-index:15013;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EFM5t1xUf9FXCfgZSWzXQSJfqNre3gTB { width:20rem;height:37.937rem;top:0rem;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) { #U83O2ZXAiu0ZQWKRTz9ouiigf2Iz5NfG { width:18.3125rem;height:3.89941875rem;top:9.94384765625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZyTAUXTB6nxzly2HTQKlgBMSAxLmcbt { width:10.625rem;height:10.625rem;top:15.7593046875rem;left:2.615994140625rem;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;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hAarfvTKmtN5PkTBE8XfQ4mTA2wauE6x { width:13rem;height:13rem;top:13.640890625rem;left:0.7483125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #b2q2W20v5Crpkv136kTim64gNPpPpNzm { width:14.75rem;height:14.4375rem;top:13.358154296875rem;left:4.288330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZWVDRTSreU3X43MWDkWlFTiwt5O8S75 { width:7.625rem;height:3.4375rem;top:1.187255859375rem;left:1.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koZM5WTlKe2GFkskxRgCL23sWNMKhDJR { width:15.375rem;height:2.875rem;top:30.119140625rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6gI02v3Cq4azcacms7t2dTLWKXZX0ay { display:block; }
 }@media only screen and (max-width: 763px) { #PAaIIytkix2e10RAEfzBwBDlnAkNFlLg { display:block; }#PAaIIytkix2e10RAEfzBwBDlnAkNFlLg > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZNcMoLl06TWnCs3cVPpDBq9aBK1dQaQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q53FpXaz0niuw9AJA2ZQXhpvqR0sUTm0 { width:9.75rem;height:2.375rem;top:1.25rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWTnrfCOUZK4AHBfMtrrsGVEvpkxn6x6 { width:10.875rem;height:2.375rem;top:4.875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htQut0MGwEHoQsMa1QkETs76grhM7pZc { width:8.3125rem;height:2.1875493432183rem;top:6.75rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUIT7f43yo8DrRMpSW0oXqlTM0suFa7y { width:8.75rem;height:2.1875rem;top:7.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhJ5XQaQCDmiiCF5o8NuGPvX8mNG0L8U { width:8.3125rem;height:2.1875493432183rem;top:7rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLPmOx3CLZT7Gv2ZE2rUbmXZ4DqdFzJr { width:2.1875rem;height:2.1875rem;top:7rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQKwUTKNWF1EpbJnTlDRv6exeD0eLQuS { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWKT2fETTZE1fbNC6u0T6WOqIEeKz2k7 { width:20rem;height:0;top:11.75rem;left:1.53125rem;font-size:0.9375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #euPOHgvAVCdTI2ZriiLV66ZAezcwumBa { width:9.75rem;height:2.375rem;top:14.9794921875rem;left:0.3427734375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #RRM0TkQeJQUvfQar8tqOUfD7e3LD3XdH { width:2.1875rem;height:2.1875rem;top:14.9794921875rem;left:11.5927734375rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #SkicPmpqPsew9AEQWPTf57BTKdFeedSk { width:8.3125rem;height:2.1875493432183rem;top:14.7294921875rem;left:13.2177734375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #UxFurrH2rrRKMlTmuS1NC75ZPKeUwxHE { width:8.75rem;height:2.1875rem;top:15.1044921875rem;left:12.7802734375rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #rVilEhqAO9wxGGRKKLJ02TEBBftvWTw4 { width:10.875rem;height:2.375rem;top:14.9794921875rem;left:10.6552734375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #LEn1b6UFrs0TpiX4fLkcHx0hUaCFE1WH { width:8.3125rem;height:2.1875493432183rem;top:14.9794921875rem;left:13.21875rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #M4oa6M0QNAuOczQ9H1Qor5hL8Hh97FVH { width:5.8125rem;height:5.8125rem;top:14rem;left:0.90625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #cNdloxaupZrGCIgO4XJhH7WLnbSZOi7W { top:0.875rem;left:0rem;width:20rem;height:2.2734375rem;z-index:15021;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ZdIVuxlurN4ynWtPeASW7C1aENoEoz { top:5.4375rem;left:0.71875rem;width:5.375rem;height:1.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XxXUTDr1ZAeCwhRqVOqpCUSCPU7LioTB { top:5.4375rem;left:7.5rem;width:4.9375rem;height:1.3125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwM7aTemyG1pkFh8T5zKB9CJWbFKoEkn { top:5.4375rem;left:13.78125rem;width:4.8125rem;height:1.3125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LOAo7u0imbe0Wgm0H4kGAtaig66GvBd4 { top:7.875rem;left:2.25rem;width:5.3125rem;height:1.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KOzXM6MDiyMudgFPHe7aZrJEyV4LT5v4 { top:7.875rem;left:9.34375rem;width:1.3125rem;height:1.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b5px34vHnFKiSvHaE3DDOrNz3ZkMKbNy { top:7.875rem;left:12.4375rem;width:6rem;height:1.3125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wh59IIXmFKDh9yxOSzEdPn789TC4wBWF { width:20rem;height:0.125rem;top:16.375rem;left:1.53125rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #sK2uAOzppRSR39hzeQ4qal9y43WUdTDU { top:10.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 { display:none; }#TPhTMRpOZOQMwsDpo1xnBVTo240lQcG3 > .row .container { width:20rem;height:53.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEqv2zqqVRR8AuvJ5XaDidsCfFrLSZhf { width:20rem;height:4.38720625rem;top:7.412109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKEaTd2of8GcBicdZcKfRhXgtUbXKag { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6i3EZrHgR4ORTpDoMM2HU2ilNvQJnW { width:20rem;height:9.375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSiyelae25AtKxKyKqhiibiMoMEHCpVi { width:20rem;height:9.375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzy72pPm45vxcTvdQkBmnPiH3wQV8fk { width:7rem;height:2.5996125rem;top:15.5625rem;left:6.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJhs3IKBlb5o6P74cWy2qNDMZhJtWLd { width:6.625rem;height:2.5996125rem;top:26.125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ6QXo2E1sBIfuxGzHI57rvAtIEXKkiN { width:13.3125rem;height:1.625rem;top:19.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfCxvK5yodO2ziQIQV2HipVi9nxLFL7 { width:12.5rem;height:1.625rem;top:30rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng { display:block; }#RSEKJDZ3UfH14hf3yw6IIB89FAW8EGng > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRBRsuPwa4ptrDvoQJvds2pR9A6wibFx { 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:none; }
 }@media only screen and (max-width: 763px) { #CK70VGZx5JeAAahHnnSiHv9faKghwIcL { width:20rem;height:3.0234375rem;top:2.96435546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywFhImE35ZML6l1UafRL2H5wT3Vvngyz { width:16.375rem;height:17.84669375rem;top:7.624267578125rem;left:3.624267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii7RTHHnGBNbScDXJLwaHLGU9WBbrr5A { width:3.49964375rem;height:3.49964375rem;top:7.624267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUciuIp5T2MFc4DTbZEGOfvO07UteSkR { width:3.49964375rem;height:3.49964375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9TVd7DNdtM2DvzZK5BTMg91Pqs225Z { width:3.49964375rem;height:3.49964375rem;top:16.686767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0tc1D1W59Kfl86LGJTHGf4CCxK0rOF { width:20rem;height:8.75rem;top:31.435791015625rem;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:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pzgq48qzz9z5TDU69ihplWJ7vpdv7T4z { width:3.4375rem;height:3.4375rem;top:21.060791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOkfRacuOvf5my930ylmxvwDLqPIOr1 { width:20rem;height:20rem;top:22.82861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLJzkJklSS55X1sJ2EMvvoSsvuGp4T5 { width:15.375rem;height:15.375rem;top:46.93555rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZHOkyyHuZsE6M1doWCp2FJx3QyTDRsq { width:15.375rem;height:2.875rem;top:44.078125rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRsy3xA8zqkL0vOn4glWDQcgB1UTE4f { display:block; }
 }@media only screen and (max-width: 763px) { #NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB { display:none; }#NRCXnZTh4XLoX93mhHi6wSoft9T9qWHB > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJrHm0u9bfbdwnk45mbXQ554OM22RqiM { width:20rem;height:20rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7oMUf8MyhetkBu6T7SSuzIzWeILRfPQ { 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:none; }
 }@media only screen and (max-width: 763px) { #J9yagpJUX9VBvKuo6bgHdVSTwOtFlCcB { width:20rem;height:4.53369375rem;top:0.96484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEmUat1PckMqXViM9GwAL65DqOJNNPNy { width:16.375rem;height:15.92773125rem;top:6.75rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es7rgbrmIqfZqTqJuB7i8DdO3KaySLuT { width:15.4368125rem;height:2.9367875rem;top:40.3759765625rem;left:2.2802734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QWrMe26hOuVT138fbTIB5g1HiPJZQD { display:block; }
 }@media only screen and (max-width: 763px) { #rV3dbrcEdOpsBQrgSZiIuG6rthup8Oga { width:3.49964375rem;height:3.49964375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzVUVbgMETbEmzShLFO80n4wv7WpwoaK { width:3.49964375rem;height:3.49964375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW1el7FlFNdWmAtU36dMgH4Az1pH9AmU { width:3.49964375rem;height:3.49964375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #En0otlf16xgbqOixPy5mxmO99Jg5TcRN { width:14.4375rem;height:8.75rem;top:30.5625rem;left:1.0625rem;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:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq { display:block; }#Q3ApNzTAMp1TZVUwA8U7fnWcqC5sb0Sq > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXZaZohcuQDR4NpLrbNTevZz3PN9iO4 { width:20rem;height:3.0234375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6rJMaC3TLUlyQxVD7m3O3u1KrT0cMys { width:18.75rem;height:5.84765625rem;top:11.53564453125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI6zr3NpExUxAmGrW0uEFL8REMQ1cAQR { width:18.75rem;height:7.30956875rem;top:27.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #po7dNZsMoEJNF7pogEbC0ZrhElfTCKC3 { width:17.56225rem;height:5.84765625rem;top:45.142822265625rem;left:1.217041015625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGR2K25ZMGlH4ZM6QsuODmvx2Ph13nXt { width:6.125rem;height:5.125rem;top:5.849609375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf651CJbVorEmXGiKDqhl1WhvURgedd0 { width:4.875rem;height:6.125rem;top:20.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1qyTHcyMWqee8uclS1N8u6MrdT7wtoZ { width:4.0625rem;height:5.9375rem;top:38.662109375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKO04903D9n2q3BsH5NHWUqqEwWrwhaB { width:15.375rem;height:2.875rem;top:52.240234375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUU5eSkpbqn8SF3CNvSmPBua3yu5voR4 { display:block; }
 }@media only screen and (max-width: 763px) { #FcIPqd9sElHBFTn44Rog95lgmnkoKF5I { display:block; }#FcIPqd9sElHBFTn44Rog95lgmnkoKF5I > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmTG3DmGuAvEkr07gvMnk17vIcMhvzoF { width:6.9375rem;height:4.6875rem;top:3.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDEKCdUIfw5fsG9DftwBubqMZNuZ6fyC { width:7rem;height:4.6875rem;top:3.02978515625rem;left:11.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpsg4beXDiX3DEk7LMU2FNfviKPaWcRx { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw { display:none; }#iJcEo4kprol2Bn28UUHG6K5MKI9F9Cxw > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXzxamhy7dhU1u5qBDQU6wEK4kvpDXS6 { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWXrx5reudzgud0PSNAgCc01gnT0PwMu { width:20rem;height:9.375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqCJoREJTXkBoNKV3wtfLxbAGkl15MR { width:20rem;height:9.375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlaybKNcM0uEDQsoCqItWm1IwrdvUBII { width:7rem;height:2.5996125rem;top:15.5625rem;left:6.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7x1JHa8qHbEzFIWJoNRGNXOpL1Xd91W { width:6.625rem;height:2.5996125rem;top:26.125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMmuJlZnsHanAhGueTeF63ObzTISwHV { width:13.3125rem;height:1.625rem;top:19.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kQWnglUL4EEJpi70pxr3TdZf0dCnOz { width:12.5rem;height:1.625rem;top:30rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 { display:none; }#kHHOUMdkl93wv0y7p0SCVRtzFGOp6rP9 > .row .container { width:20rem;height:140.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NCeWxoNu9rqq0yTC2nwfd3uU6hm2ifvW { width:20rem;height:2.1984875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BErnmbLBkONpFqJPCZn9nTTmxunKBQ7E { width:18.5625rem;height:7.31200625rem;top:12.099609375rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0KzpRPVQDhrlCNFxElOm1TBFy7NMzQQ { width:15.4375rem;height:2.9375rem;top:55.4541015625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2JHTK9dXtKgedvOJ1znAp6Vy28mZAN { display:block; }
 }@media only screen and (max-width: 763px) { #Ifaq2Hrvu2MLyIiPzWSoKpOl3HPweRxu { width:4.6875rem;height:4.6875rem;top:59.6411140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSJs3hNp6dDDE2KlczJAxrZWWzqbdVbT { width:4.6875rem;height:4.6875rem;top:91.5161140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpuCklguHtbQc651AAO8SWL4wTJGLKn { width:4.6875rem;height:4.6875rem;top:80.8911140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmEv9rXV9eWfleWWXoMhPX34DMyTFTAG { width:4.6875rem;height:4.6875rem;top:70.2661140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29z2IM0lde0RE5tmindAMMvhV9v2iII { width:15.625rem;height:0;top:97.45361328125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNgAEqFQdCpslJuuoO2Tu0nJyEfLHidk { width:15.625rem;height:0;top:103.07861328125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsqJ5Cs4DlsqSIaGP3KBI3rTGuldDmvu { width:15.625rem;height:0;top:110.14111328125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P { display:block; }#DE0bMb6oIZBvHUmfHvB79V1lkP5TeI7P > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 { display:flex;height:auto;width:17.5rem;top:3.84375rem;left:0rem; }
#XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #cSEhdFkffNgzOpPR7JONRvZBmL1VsZNo {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #hEegzD3NuPvIIRh4VNd2ce5IMAod8eSf {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Am3wvy4SKi6MrS78Q1o6F6oGehs2JzaD {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #WzDlE1t5ergMsJNsvOZFAGTMlFoCS2rT {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wadimetu7kkstgcocB8cOvxXv3AOT190 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #PaUIrvbznFQGDR5idz2DbUXcFoCdmv5G {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #aArtFOK6BtXbNgo3cK5N5bDta5Qi6ND1 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zSdS0IUHvZgQ07GkmWzOhiAohJkamRHm {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Hl2CDQmeO2hCaVOc9zhC8UUbwoGmVETW {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #l6ZUlh360dSQWa4hAqAOL2AUOvelThEh {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #zxCKNxeCIWP7HDTaK8zPt8XnRQ5QX9P3 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #adgq4BWpiNQTuWnzqZ1IDT2gdpylFrhD {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #K3yEl13ZK8D22R81RV92X7Ii3CyJRg0T {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #muPF7cW8PV36451NmMy85LO3WxEsSHy8 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #wiLiDiih2xAwiygIfzutrqGvHVJi13CU {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #KxugdWLSdSazc0fTvg3M9g5PX3swFQCp {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #sxozTwr6NZ2gxsLRueZ3HrP7THmiZmO4 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UisLLwhyI3Gh1X0Kr1WbVIPeAn3iTouu {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #TzrN3XKe0vIQr4rWac0315cT6sn8Q1rB {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #UF6ktHdR4CMnInOOsXXtu6gVWsLxixtC {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #i0RAlihTleiRIRVX4WFXl6NUegBe3E3b {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #GW2h3SEX3Ka1TUvE7oXBJXlu49bzV01i {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #qyDiu7pn8EtFQU4lQ3iAIIOT6alcQv9m {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #MPhyRH5lR3Ogr3GJL4ymM23Lprhv3heE {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #EwPVnB7nN6AaKe39Vhr8dsLiVqLGM6M5 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #Nxmv9S2nXU7IEdZUdrfiM74tZqKqswko {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #e4nxbAF04ZQAXRgcL7bNhUeVh0PTwUQt {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #s83KcNw2CUgTeKM7R0nJZ6FZoMX9ZMXn {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #diBAZGTfGXZRkA47589emReyTbk9iySN {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #P66ouTtyhdV6xRGGc4sebBLRxK9bdJ0e {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ek3OwocSVV3kHpuNNsqiuFr5RLynOT6T {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #V6kH48aaQFLp6ER5maV52WwL9h1K03R2 {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #rmOEeDfTk0o6RePvF7M1qlvQm918KABp {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #ZGtgQo4yocXtB1BLXr2evLPE1xZ4lV0a {  }
 }@media only screen and (max-width: 763px) { #XJnaHJOmxBtzhyqfL1lr6Wd5wJhOMn71 #S1uTgHBmDZXMBAyCzT2GO8xddb0nOU31 {  }
 }@media only screen and (max-width: 763px) { #BquwAOG8ogVB8SCRwdeORZFbcdZTb2es { width:20rem;height:1.51189375rem;top:1.2783203125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW { display:block; }#AvvDvyfwTm9ov5tquVOCp6MQ6kQepEpW > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diwiVbbLkiuDSpSnAyF64aotfbtqAtJr { width:15.375rem;height:3.0234375rem;top:0.8125rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syftooRZKokpUv7M6nu01LRZ4cNNMlR6 { width:17.5rem;height:2.5996125rem;top:4.421875rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZKVAyHkDCC47p4XKN35fX50bQqBKiBe { width:8.9375rem;height:8.9375rem;top:6.9599609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeWTOOv67TiPvtxFxrPTGWHga24E4I1a { width:7.875rem;height:1.13671875rem;top:9.66015625rem;left:9.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#7ed321;display:block; }
 }@media only screen and (max-width: 763px) { #sDbLIyCKUhiKAR87GxQc4wLGCbVaiDko { width:8.125rem;height:1.13671875rem;top:11.6474609375rem;left:9.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#6eab1a;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1ELCCNxFSymHuTKx6ygo4hL3zmOFxi { width:20rem;height:0.125rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtyLRHBNphTe420LT1Zh9XWgIILv8wkw { width:15.25rem;height:2.75rem;top:20.8095703125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJyCT56TNTW1rql0kZcRoNsU9QvnMS5 { display:block; }
 }@media only screen and (max-width: 763px) { #PTAEzsZkOKPshetpbGOZhhqsOkC3Tk3s { width:12.3125rem;height:2.5996125rem;top:17.4599609375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi { display:block; }#k5QPcXSFPhPDxJVhg0agfx1QQ5wpicfi > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJQMCI5p0mcp8QhzMPnm8QF7deayAamO { width:7.0625rem;height:3.125rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmSRpanM0X54DSgGZPqK0yxbrpfnqxzB { width:12.5rem;height:0.9746125rem;top:11.6845703125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1naay82tPnfioSnzakGev6HAtcErH1 { width:4.375rem;height:0.9746125rem;top:9.623046875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCSDwR71CNkBRUNgo7ktFM5mi0qnkVZ { width:7.875rem;height:0.9746125rem;top:7.9345703125rem;left:6.0615234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQbFFkiXlnmTzEVpHm5R2As9WSKAo15f { width:11.3115rem;height:2.75rem;top:1rem;left:8.6884765625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }