.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:none;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; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:45.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#2f2f2f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;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; }
#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:#333333;display:block;width:28.8125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.625rem;left:15.59375rem;height:2.7rem;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; }
#CDLTACobrgdJWmzyTAnMh11TILTOGl5d { background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.375rem;left:17.375rem;display:block; }
#oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdBMD4hX6goRcA5NiA6x9wgK7s1uLmdW { background-color:#a8b486;background-image:none;border-top:0.0625rem solid #2f2f2f;border-left:0.0625rem solid #2f2f2f;border-right:0.0625rem solid #2f2f2f;border-bottom:0.0625rem solid #2f2f2f;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.375rem;left:30.625rem;display:block; }
#Gd2U2qa4cIetCuvaw2hLKn1QlmsZLdEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfRxJsP0VB0AgeKdmUrsr6T6vMKpsgP0 { 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:15.75rem;width:60rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#qts9gDdXgWwzBUta8XesuJlRFofzMD3y { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.1875rem;left:1.9375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gsyqqNd0pSwAHbHQm35X5DH8cIaDd8Zu { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.07187461853rem;left:0.5625rem;height:13.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OLx1amdpM6S7LXU8thMkw2orKhsJ4reI { z-index:15003;top:30.422916412354rem;left:9.0625rem;background-color:#333333;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QLVk9yu8RH6mgl5TaSyc2ASMhf37M12w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ccnfo5TEge7hvs932JaGHiwsSWFv84Xz { position:absolute;display:block;z-index:15004;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:32.6875rem;width:28.5rem;top:0rem;left:31.5rem;overflow:hidden;display:block; }
#lAsybovwg2pIBhPSVAoLQQuhPkvKookD { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.934374809265rem;left:1.5625rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { position:relative;display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0000019073486rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.75rem;top:7.6875rem;left:0rem;display:block; }
#tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.75rem;top:7.625rem;left:15.125rem;display:block; }
#yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { color:#000000;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKMq216bT5GQxNQnUOS2tTfsPULhK5R2 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:15.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.4375rem;left:0.8125rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.4375rem;left:15.9375rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.75rem;top:7.6875rem;left:30.5625rem;display:block; }
#b71qA3cBzp5dAKAF172GsVBxm8bbT2oT { color:#000000;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.1875rem;left:31.0625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.625rem;left:24.25rem;display:block; }
#S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p592eRxoVgrGMLGNNhu14AfAc1E0res7 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.75rem;top:7.6875rem;left:45.875rem;display:block; }
#qzdUvNlh0J7tZ0sEogRd1rVtyAnekUmq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.1875rem;left:46.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2Qgqsf3SBvT9vJdwWQ8rRATlhblw0gF { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:20.4375rem;left:31.375rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rArJzgdaCUx3bTNW03S0tiBErfDp93dG { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:20.4375rem;left:46.6875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTccRASSIgrEh39RmuqQnuaIAPs9bJc3 { 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:8.4375rem;width:7.5625rem;top:8.0625rem;left:3.28125rem;overflow:hidden;display:block; }
#oGB5bA8ICWZbwNdGv7mc6u2npTSRAnlv { 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:8.0625rem;width:9.75rem;top:8.25rem;left:17.3125rem;overflow:hidden;display:block; }
#kWFFgCvpt7INuCyDPMpy0Ln5LoUqyHi7 { 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:8.0625rem;width:8.0625rem;top:8.25rem;left:33.59375rem;overflow:hidden;display:block; }
#m8ZQ66zQqC2zFXT9aiQWB4RMQIhARoXk { 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:8.0625rem;width:9.0625rem;top:8.25rem;left:48.40625rem;overflow:hidden;display:block; }
#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o { position:relative;display:block; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o { background-color: transparent; background-image: none; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row .container > .video-iframe-container { display: none; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row > .video-iframe-container { display: none; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .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); }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o { border-width: 0; border-radius: 0; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .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; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .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:53.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tza99BfK4DOdT8NoZFQMiCEKXPiZi25N { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKFDzK5IuwDlePCBl1Fi2ty5syWsqCJK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;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.25rem;width:19.3125rem;top:6.28125rem;left:0rem;display:block; }
#t4fhTnFuq26HPhZZHK6GJ43dEuzSxZhV { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;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.25rem;width:19.3125rem;top:6.28125rem;left:20.25rem;display:block; }
#oXi7z9d9IJ3bx9NxNxLx1b43xZu58l0o { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.268749237061rem;left:3.90625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJaOx92dV1IrG6BFeRNKMdcbEyN7mEoL { color:#333333;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.43124961853rem;left:4.4375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUvQKRvyhgWuqZOp6TA4mlbVsclo5aKO { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;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.25rem;width:19.3125rem;top:6.28125rem;left:40.5rem;display:block; }
#Z8eXE0Igf4fZval5pAbTTBs4IKCb6IVf { background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.875rem;left:24.25rem;display:block; }
#VPCEuDqb9XbEK8dfLQoM2xG0pncwgxB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTeEBHD2WJpgz8NdkvlFitB98io42WIf { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;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:19.25rem;top:23.4375rem;left:9.75rem;display:block; }
#gxznN4TFVtRGtkWNOl9pAqOsFAILZgKi { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.268749237061rem;left:24.28125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJz0oW5UhOH1JHrEn7zGfXTri6JPvSQK { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.268749237061rem;left:44.65625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggO50nlzIcpcT0Ozm2LkfO8OgIbCi7J6 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.746875762939rem;left:13.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm8gFPbMazH2Wkr2ZvJhbp3WvWMMeCuk { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.746875762939rem;left:34.09375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9tAhSvxwiuhOwLUGQ9MKhq4en9WXsZX { color:#333333;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.43124961853rem;left:24.8125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyGg9vte7An9BblmdOtPg9XbVkLV9Pnz { color:#333333;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.43124961853rem;left:45.1875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apP91E4IDMLwqmhTb6WU5NOhRFopVTyp { color:#333333;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:35.043750762939rem;left:13.9375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQ0L9MBpOAsHIOSf8UvT6fANqxiIvqzz { color:#333333;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:35.106250762939rem;left:34.625rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlcpqmodDa5SVDMgpI0hcqEO2W5GWoub { 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:5.625rem;width:14.5625rem;top:8.78125rem;left:2.5625rem;overflow:hidden;display:block; }
#hhcmarGI2b5y4kO3D5kStw6yOTXfU3J3 { 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:6.25rem;width:14.0625rem;top:8.46875rem;left:22.96875rem;overflow:hidden;display:block; }
#dm3MweOPAMWq947nyohzD8exOcyETyDO { 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:5.4375rem;width:17.375rem;top:8.875rem;left:41.65625rem;overflow:hidden;display:block; }
#bnlQbnNRe4CItMvlzqwl4TeVlcTUkax8 { 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:3.4375rem;width:17.9375rem;top:27.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#Ixi8oKzzzI5JzBBsElxEcGrphTdldkoo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:15.875rem;top:26.09375rem;left:31.875rem;overflow:hidden;display:block; }
#lRzcucRqb8QLL2XPphskesIyatu5dZVg { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;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:19.3125rem;top:23.4375rem;left:30rem;display:block; }
#u6HifJc45NJtErVapMCNALwSAiftnKzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { background-color: transparent; background-image: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .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); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { border-width: 0; border-radius: 0; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .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; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:roboto; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:roboto; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .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_eff05642f75ddcf428f7a7378a2b5ec3.svg");background-size:contain !important; }#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.adaptive-delivery-prevent-bg, #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.lazyload, #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.lazyloading { background-image: none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:13.78125rem;left:4.6875rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh { display:none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV { display:none; }
#qthOokEUTK42xTGe7GXMOsswOdACfFXD { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw { position:relative;display:block; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw { background-color: transparent; background-image: none; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row .container > .video-iframe-container { display: none; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row > .video-iframe-container { display: none; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .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); }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw { border-width: 0; border-radius: 0; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .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; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .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:17.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QGfeoqcWNZWhg9aOH6UFfdVt0U4lBe0O { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9874992370606rem;left:6.5625rem;height:8.775rem;display:block; }
#aho3bP8Mcd4AHJ6QuLNaTw4hW9o68P19 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.9375rem;width:30.4375rem;top:0.65625rem;left:26.1875rem;display:block; }
#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { background-color: transparent; background-image: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .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); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { border-width: 0; border-radius: 0; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#vn5gHeWP4cMMyuTnJ6PoKNMOpxoVL3RJ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncEx9VxTeGfzyIhbVr9HE6BK06n0DGKQ { position:absolute;display:block;z-index:15005;background-color:#a8b486;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:29.0625rem;top:15.3125rem;left:30.9375rem;display:block; }
#wQnNMQZ2w5EXTPha5Ltvp3ECT9qpPRaW { position:absolute;display:block;z-index:15001;background-color:#a8b486;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:29.0625rem;top:15.3125rem;left:0rem;display:block; }
#zU0GLglFhuy0Ty5EBzJUMEXGRTsQrs0q { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:25.700000762939rem;left:4.625rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIS5b3L0nFzqiB2HpoiPZmlJzbK5LWo6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:10.40625rem;height:1.4625rem;display:block; }
#m45lT5eGc9WCrM8tfT6yLw7rTsFTFh9n { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.5625rem;top:16.0625rem;left:8.25rem;overflow:hidden;display:block; }
#RpvnQI3TXuh5pX84Tr8okCv1VvH7Lzbz { 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:7.8125rem;width:8.1875rem;top:16.6875rem;left:41.0625rem;overflow:hidden;display:block; }
#WHTZKPW7aCk7tb0dgeZCz9dZ4Gldv619 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5rem;left:40.625rem;height:1.4625rem;display:block; }
#xbbel82co4dQxG4mPQklryzrxkqeJuOH { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.700000762939rem;left:35.1875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:47.75rem;height:8.4375rem;top:4.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:28.8125rem;height:2.6875rem;top:9.625rem;left:9.46875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:11.5rem;height:3.125rem;top:14.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #mdBMD4hX6goRcA5NiA6x9wgK7s1uLmdW { width:11.25rem;height:3.125rem;top:14.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd2U2qa4cIetCuvaw2hLKn1QlmsZLdEu { display:block; }
 }@media only screen and (max-width: 763px) { #bfRxJsP0VB0AgeKdmUrsr6T6vMKpsgP0 { top:21.625rem;left:0rem;width:47.75rem;height:12.534375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:32.8125rem;height:;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsyqqNd0pSwAHbHQm35X5DH8cIaDd8Zu { top:16.0625rem;left:0rem;width:31.0625rem;height:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLx1amdpM6S7LXU8thMkw2orKhsJ4reI { top:30.375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLVk9yu8RH6mgl5TaSyc2ASMhf37M12w { display:block; }
 }@media only screen and (max-width: 763px) { #Ccnfo5TEge7hvs932JaGHiwsSWFv84Xz { top:0rem;left:19.25rem;width:28.5rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAsybovwg2pIBhPSVAoLQQuhPkvKookD { top:8.875rem;left:0rem;width:29.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:47.75rem;height:3.5625rem;top:1rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { width:13.75rem;height:18.75rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { width:13.75rem;height:18.75rem;top:7.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:13.125rem;height:1.5rem;top:17.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKMq216bT5GQxNQnUOS2tTfsPULhK5R2 { width:13.125rem;height:1.5rem;top:17.1875rem;left:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:12.5rem;height:5.5625rem;top:20.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { width:12.5rem;height:5.5625rem;top:20.4375rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { width:13.75rem;height:18.75rem;top:7.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b71qA3cBzp5dAKAF172GsVBxm8bbT2oT { width:13.125rem;height:0;top:17.1875rem;left:24.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { width:11.5rem;height:3.125rem;top:30.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block; }
 }@media only screen and (max-width: 763px) { #p592eRxoVgrGMLGNNhu14AfAc1E0res7 { width:13.75rem;height:18.75rem;top:7.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdUvNlh0J7tZ0sEogRd1rVtyAnekUmq { width:13.125rem;height:0;top:17.1875rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Qgqsf3SBvT9vJdwWQ8rRATlhblw0gF { width:12.5rem;height:5.5625rem;top:20.4375rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArJzgdaCUx3bTNW03S0tiBErfDp93dG { width:12.5rem;height:5.5625rem;top:20.4375rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTccRASSIgrEh39RmuqQnuaIAPs9bJc3 { top:8.0625rem;left:0rem;width:7.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGB5bA8ICWZbwNdGv7mc6u2npTSRAnlv { top:8.25rem;left:11.1875rem;width:9.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFFgCvpt7INuCyDPMpy0Ln5LoUqyHi7 { top:8.25rem;left:27.46875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZQ66zQqC2zFXT9aiQWB4RMQIhARoXk { top:8.25rem;left:38.6875rem;width:9.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o { display:block; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tza99BfK4DOdT8NoZFQMiCEKXPiZi25N { width:47.75rem;height:3.5625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFDzK5IuwDlePCBl1Fi2ty5syWsqCJK { width:19.3125rem;height:16.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4fhTnFuq26HPhZZHK6GJ43dEuzSxZhV { width:19.3125rem;height:16.25rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXi7z9d9IJ3bx9NxNxLx1b43xZu58l0o { width:11.4375rem;height:1.5rem;top:15.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJaOx92dV1IrG6BFeRNKMdcbEyN7mEoL { width:10.375rem;height:4.1875rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUvQKRvyhgWuqZOp6TA4mlbVsclo5aKO { width:19.3125rem;height:16.25rem;top:6.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8eXE0Igf4fZval5pAbTTBs4IKCb6IVf { width:11.5rem;height:3.125rem;top:42.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCEuDqb9XbEK8dfLQoM2xG0pncwgxB9 { display:block; }
 }@media only screen and (max-width: 763px) { #iTeEBHD2WJpgz8NdkvlFitB98io42WIf { width:19.25rem;height:16.5rem;top:23.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxznN4TFVtRGtkWNOl9pAqOsFAILZgKi { width:11.4375rem;height:1.5rem;top:15.25rem;left:18.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJz0oW5UhOH1JHrEn7zGfXTri6JPvSQK { width:11.4375rem;height:1.5rem;top:15.25rem;left:36.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggO50nlzIcpcT0Ozm2LkfO8OgIbCi7J6 { width:11.4375rem;height:1.5rem;top:32.6875rem;left:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8gFPbMazH2Wkr2ZvJhbp3WvWMMeCuk { width:11.4375rem;height:1.5rem;top:32.6875rem;left:27.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9tAhSvxwiuhOwLUGQ9MKhq4en9WXsZX { width:10.375rem;height:4.1875rem;top:17.375rem;left:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyGg9vte7An9BblmdOtPg9XbVkLV9Pnz { width:10.375rem;height:4.1875rem;top:17.375rem;left:37.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apP91E4IDMLwqmhTb6WU5NOhRFopVTyp { width:10.375rem;height:4.1875rem;top:35rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ0L9MBpOAsHIOSf8UvT6fANqxiIvqzz { width:10.375rem;height:4.1875rem;top:35.0625rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlcpqmodDa5SVDMgpI0hcqEO2W5GWoub { top:8.75rem;left:0rem;width:14.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcmarGI2b5y4kO3D5kStw6yOTXfU3J3 { top:8.4375rem;left:16.84375rem;width:14.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3MweOPAMWq947nyohzD8exOcyETyDO { top:8.875rem;left:30.375rem;width:17.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnlQbnNRe4CItMvlzqwl4TeVlcTUkax8 { top:27.3125rem;left:4.4375rem;width:17.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixi8oKzzzI5JzBBsElxEcGrphTdldkoo { top:26.0625rem;left:25.75rem;width:15.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzcucRqb8QLL2XPphskesIyatu5dZVg { width:19.3125rem;height:16.5rem;top:23.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { display:flex;height:auto;width:27.8125rem;top:0.8125rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #qthOokEUTK42xTGe7GXMOsswOdACfFXD { width:47.75rem;height:3.5625rem;top:3.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw { display:block; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGfeoqcWNZWhg9aOH6UFfdVt0U4lBe0O { top:4.9375rem;left:0.4375rem;width:14.1875rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aho3bP8Mcd4AHJ6QuLNaTw4hW9o68P19 { top:0.625rem;left:17.3125rem;width:30.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn5gHeWP4cMMyuTnJ6PoKNMOpxoVL3RJ { width:47.75rem;height:3.5625rem;top:4.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEx9VxTeGfzyIhbVr9HE6BK06n0DGKQ { width:29.0625rem;height:15.3125rem;top:15.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnNMQZ2w5EXTPha5Ltvp3ECT9qpPRaW { width:29.0625rem;height:15.3125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU0GLglFhuy0Ty5EBzJUMEXGRTsQrs0q { width:20.5625rem;height:1.75rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS5b3L0nFzqiB2HpoiPZmlJzbK5LWo6 { top:24.4375rem;left:4.28125rem;width:12.5rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m45lT5eGc9WCrM8tfT6yLw7rTsFTFh9n { top:16.0625rem;left:2.125rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpvnQI3TXuh5pX84Tr8okCv1VvH7Lzbz { top:16.6875rem;left:34.9375rem;width:8.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTZKPW7aCk7tb0dgeZCz9dZ4Gldv619 { top:24.5rem;left:34.5rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbbel82co4dQxG4mPQklryzrxkqeJuOH { width:20.5625rem;height:1.75rem;top:25.6875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:20rem;height:1.6rem;top:7.7rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:11.25rem;height:3.125rem;top:12.64999961853rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #mdBMD4hX6goRcA5NiA6x9wgK7s1uLmdW { width:11.25rem;height:3.125rem;top:17.08749961853rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd2U2qa4cIetCuvaw2hLKn1QlmsZLdEu { display:block; }
 }@media only screen and (max-width: 763px) { #bfRxJsP0VB0AgeKdmUrsr6T6vMKpsgP0 { width:20rem;height:5.25rem;top:25.14999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:20rem;height:2.0625rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gsyqqNd0pSwAHbHQm35X5DH8cIaDd8Zu { width:20rem;height:16.98125rem;top:15.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLx1amdpM6S7LXU8thMkw2orKhsJ4reI { top:60.6875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLVk9yu8RH6mgl5TaSyc2ASMhf37M12w { display:block; }
 }@media only screen and (max-width: 763px) { #Ccnfo5TEge7hvs932JaGHiwsSWFv84Xz { width:20rem;height:22.9385625rem;top:34.748958587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAsybovwg2pIBhPSVAoLQQuhPkvKookD { width:20rem;height:6.825rem;top:6.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJXTURkPSq8rhwuyVOmd3Lblg3V5KE5 { width:15.125rem;height:18.25rem;top:4.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkd8zqSmwfs1usGJeTpAIfWMy85LAbW2 { width:15.125rem;height:18.25rem;top:24.5375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:9.375rem;height:1.54375rem;top:14.8125rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKMq216bT5GQxNQnUOS2tTfsPULhK5R2 { width:12.4375rem;height:1.54375rem;top:34.35000038147rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:13.125rem;height:5.6rem;top:17.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0uiHKnNDsTOIo8KUrO3RDdO5Lmf9iT0 { width:11.75rem;height:5.6rem;top:36.75rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8Q0RUzwb3sXfgpyLaJg4IJvkqZoARv { width:15.125rem;height:18.25rem;top:44.2rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b71qA3cBzp5dAKAF172GsVBxm8bbT2oT { width:12.1875rem;height:1.54375rem;top:54.137500762939rem;left:3.90625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { width:11.5rem;height:3.125rem;top:85.774999618531rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block; }
 }@media only screen and (max-width: 763px) { #p592eRxoVgrGMLGNNhu14AfAc1E0res7 { width:15.125rem;height:18.25rem;top:63.8rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdUvNlh0J7tZ0sEogRd1rVtyAnekUmq { width:13.375rem;height:1.54375rem;top:73.612499237062rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Qgqsf3SBvT9vJdwWQ8rRATlhblw0gF { width:12.5rem;height:5.6rem;top:56.637499809265rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArJzgdaCUx3bTNW03S0tiBErfDp93dG { width:12.5rem;height:5.6rem;top:76.299999237062rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTccRASSIgrEh39RmuqQnuaIAPs9bJc3 { width:7.5625rem;height:8.4375rem;top:5.5rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGB5bA8ICWZbwNdGv7mc6u2npTSRAnlv { width:9.75rem;height:8.0625rem;top:25.28750038147rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFFgCvpt7INuCyDPMpy0Ln5LoUqyHi7 { width:8.0625rem;height:8.0625rem;top:44.762500762939rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZQ66zQqC2zFXT9aiQWB4RMQIhARoXk { width:9.0625rem;height:8.0625rem;top:64.424999237062rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o { display:block; }#p8dFCWc22KiwiAZPHVbSKP1cqbDpPQ5o > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tza99BfK4DOdT8NoZFQMiCEKXPiZi25N { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFDzK5IuwDlePCBl1Fi2ty5syWsqCJK { width:15.125rem;height:11.875rem;top:7.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4fhTnFuq26HPhZZHK6GJ43dEuzSxZhV { width:15.125rem;height:11.875rem;top:20.91250038147rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXi7z9d9IJ3bx9NxNxLx1b43xZu58l0o { width:7.6875rem;height:1.54375rem;top:13.625rem;left:6.15625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJaOx92dV1IrG6BFeRNKMdcbEyN7mEoL { width:13.125rem;height:4.2rem;top:15.106250762939rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUvQKRvyhgWuqZOp6TA4mlbVsclo5aKO { width:15.125rem;height:11.875rem;top:34.450000762939rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8eXE0Igf4fZval5pAbTTBs4IKCb6IVf { width:11.5rem;height:3.125rem;top:77.543750762938rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCEuDqb9XbEK8dfLQoM2xG0pncwgxB9 { display:block; }
 }@media only screen and (max-width: 763px) { #iTeEBHD2WJpgz8NdkvlFitB98io42WIf { width:15.125rem;height:11.875rem;top:47.924999237061rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxznN4TFVtRGtkWNOl9pAqOsFAILZgKi { width:7.8125rem;height:1.54375rem;top:26.856250762939rem;left:6.09375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJz0oW5UhOH1JHrEn7zGfXTri6JPvSQK { width:7.625rem;height:1.54375rem;top:40.49374961853rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggO50nlzIcpcT0Ozm2LkfO8OgIbCi7J6 { width:7.5rem;height:1.54375rem;top:54.090625762939rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8gFPbMazH2Wkr2ZvJhbp3WvWMMeCuk { width:7.625rem;height:1.54375rem;top:67.075000762938rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9tAhSvxwiuhOwLUGQ9MKhq4en9WXsZX { width:10.375rem;height:4.2rem;top:28.39999961853rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyGg9vte7An9BblmdOtPg9XbVkLV9Pnz { width:10.375rem;height:4.2rem;top:41.974998474121rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apP91E4IDMLwqmhTb6WU5NOhRFopVTyp { width:10.375rem;height:4.2rem;top:55.57187461853rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ0L9MBpOAsHIOSf8UvT6fANqxiIvqzz { width:10.375rem;height:4.2rem;top:68.618751525881rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlcpqmodDa5SVDMgpI0hcqEO2W5GWoub { width:14.5625rem;height:5.625rem;top:7.9375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcmarGI2b5y4kO3D5kStw6yOTXfU3J3 { width:12.6875rem;height:5.4375rem;top:21.418750762939rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3MweOPAMWq947nyohzD8exOcyETyDO { width:14.4375rem;height:4.4375rem;top:35.668750762939rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnlQbnNRe4CItMvlzqwl4TeVlcTUkax8 { width:14.625rem;height:2.625rem;top:50.362499237061rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixi8oKzzzI5JzBBsElxEcGrphTdldkoo { width:13rem;height:4.75rem;top:62.325000762939rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzcucRqb8QLL2XPphskesIyatu5dZVg { width:15.125rem;height:11.875rem;top:61.418750762939rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { display:flex;height:auto;width:19.375rem;top:7.375rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #qthOokEUTK42xTGe7GXMOsswOdACfFXD { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw { display:block; }#Ry6E04VTvN8TPVOUHLwK4n4zk6nXs0hw > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGfeoqcWNZWhg9aOH6UFfdVt0U4lBe0O { width:16.75rem;height:2.6rem;top:1.25rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aho3bP8Mcd4AHJ6QuLNaTw4hW9o68P19 { height:11.1989375rem;width:20rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:20rem;height:51.0125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn5gHeWP4cMMyuTnJ6PoKNMOpxoVL3RJ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEx9VxTeGfzyIhbVr9HE6BK06n0DGKQ { width:20rem;height:14.375rem;top:20.5625rem;left:0rem;z-index:14998;background-color:#a8b486;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wQnNMQZ2w5EXTPha5Ltvp3ECT9qpPRaW { width:20rem;height:14.375rem;top:4.9375rem;left:0rem;z-index:14999;background-color:#a8b486;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zU0GLglFhuy0Ty5EBzJUMEXGRTsQrs0q { width:20rem;height:1.6rem;top:15.324996948243rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS5b3L0nFzqiB2HpoiPZmlJzbK5LWo6 { width:12.5rem;height:1.4625rem;top:13.924999237061rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m45lT5eGc9WCrM8tfT6yLw7rTsFTFh9n { width:12.5625rem;height:8.3125rem;top:4.9375114440918rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpvnQI3TXuh5pX84Tr8okCv1VvH7Lzbz { width:8.1875rem;height:7.8125rem;top:36.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTZKPW7aCk7tb0dgeZCz9dZ4Gldv619 { width:9.6875rem;height:0;top:48.3rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbbel82co4dQxG4mPQklryzrxkqeJuOH { width:20rem;height:0;top:45.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }