.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;
}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); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(209,193,196,0.17);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; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { background-color: transparent; background-image: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container > .video-iframe-container { display: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container { display: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .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); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { border-width: 0; border-radius: 0; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#k9xlXJgWpSatmRQ6z24qZzDdiFS2umUN { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:inter;font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:9.125rem;left:0rem;height:8.39975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhlPvF7Mx6Tbs9paNRN30i0IFQ8Hoe8f { position:absolute;display:block;z-index:15052;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.8125rem;width:10.75rem;top:39.6875rem;left:4.1875rem;overflow:hidden;display:block; }
#n1dMf502BqJCuBWJ2uw86rC5uHgwW8zl { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.9130859375rem;left:0rem;height:1.6499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F42XGiqe8UdCDnCv8E9cTXbT9u4Ta1k5 { z-index:15007;top:32.625rem;left:3.9375rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:inter;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kHMDWqn8TcIMNHeMPzNXGZ0tetwaq6W1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJnfyAp6XwWFso3iRXGrnyU2HKrCwb1p { color:#ff8e00;display:block;width:34.25rem;position:absolute;font-family:inter;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#btbzmDGkMnLuBPOFptATgIZLy2AaMWzC { position:absolute;display:block;z-index:15054;height:34.375rem;width:34.375rem;top:9.125rem;left:39.1875rem;display:block; }
#OOhiKf1V8T5opUxyIodWkVRxkndrvqIr { z-index:15008;top:2.03125rem;left:57.875rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:inter;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WnzlTmfwQ4Irflq6PQTQbKkwC2INTqEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDZyyPOXUFgRoweMzfPRGCuI5yUBHdb0 { position:absolute;display:block;z-index:15057;height:3.9375rem;width:10.6875rem;top:39.625rem;left:17.625rem;display:block; }
#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { position:relative;display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { background-color: transparent; background-image: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container > .video-iframe-container { display: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row > .video-iframe-container { display: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .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); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { border-width: 0; border-radius: 0; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .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; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .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:15.625rem;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; }#RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { 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:4.75rem;width:4.75rem;top:3.75rem;left:43.5rem;overflow:hidden;display:block; }
#wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:3.75rem;left:8.5625rem;overflow:hidden;display:block; }
#wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { color:#000000;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9rem;left:4.1875rem;height:1.875rem;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; }
#qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { color:#000000;display:block;width:11.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:22.59375rem;height:1.875rem;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; }
#iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { color:#000000;display:block;width:11.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:39.9375rem;height:1.875rem;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; }
#vObfVnZFc7dxuS5I49VQT6SbsXvgoWfH { position:absolute;display:block;z-index:15005;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:5rem;width:5.25rem;top:3.25rem;left:25.75rem;overflow:hidden;display:block; }
#sTU4BQsRb7Z2EPTwsULoZTg4OsT3u369 { position:absolute;display:block;z-index:15006;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:5rem;width:5rem;top:3.625rem;left:60.8125rem;overflow:hidden;display:block; }
#Amx1JggBvKAhhM7Pry5PtnbTUt7z6BBP { color:#000000;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9rem;left:57.75rem;height:1.875rem;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; }
#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST { position:relative;display:block; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST { background-color: transparent; background-image: none; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row .container > .video-iframe-container { display: none; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row > .video-iframe-container { display: none; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .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); }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST { border-width: 0; border-radius: 0; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .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; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .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:20.9375rem;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; }#J9d47gKBceLUG48SwJ8r5e68BAqwvv2e { color:#000000;display:block;width:64.4375rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1vzbNCSCPVphe4SfZLcUisqJAthhS6I { color:#5fae00;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0.03125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEfqn0mvMmyOU5pKPogWvped4C9fysQA { position:relative;display:block; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA { background-color: transparent; background-image: none; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container > .video-iframe-container { display: none; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row > .video-iframe-container { display: none; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .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); }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA { border-width: 0; border-radius: 0; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#B6ugv78F5fNlghN8qxVha6DJ08aCDAz4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uWt9OXSW0RUntwFW5eu1NTITpukUv6hq { z-index:15006;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ev1DGNIGSmB9THTNpzNDTSPiVIaHwPoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOrVbPMCkKVhL4ZhkXz4hOI8c74kCQ2y { z-index:15006;top:20.3125rem;left:29.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RJSZD20TaZMmqS0VnX2DeWVcrRJSeVXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNxPA5GccTdiOlbTa3lM6C6MA3BKcbRr { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:25.59375rem;overflow:hidden;display:block; }
#RzdU8wlE9bD8ldPriIbsp3KlKN8Dw1nG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#VpSvOW4pMX6mHh6tLpD6AfhPke9ndhvw { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gipfe4R468RHxrFwxFQamWrTxEyTK0ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eydERKEIUNOuhTR1z0KIx2TNy7ldvak4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:none; }
#Homkna4I2BEiXvUevRTKBRIWNCvkMDvX { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#go0X0kClJLPOmHXbJdUhZFcZVdQQ8xMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA { position:relative;display:block; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA { background-color: transparent; background-image: none; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row .container > .video-iframe-container { display: none; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row > .video-iframe-container { display: none; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .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); }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA { border-width: 0; border-radius: 0; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .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; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;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; }#cBGvN3rgPmQXFqq4TwUG41LfgCecvfAe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#mPsQZveFvABlDwtK5et0HcJHi3fmPEFk { z-index:15006;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fksnOOeUU8UZ4DLDqCiQay572BvJlTIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fC6ycuULHVUG1Ir0P4DQoTAcB4rMaOzx { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WNANof6hRGegqJFtcgTTRAp1Tv3gUb5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpBMbWVTethgO9kGXqxT3WpAyiFvl61Z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#TUOugPN8ATApPqa8ozxWMiXaeGETCpt9 { z-index:15006;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#m7oEBMqavfITITxATwVVsUb6CLLpiD55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d70ZxK9Chm6gscNCTuV8DPxLfsPTHlqA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#st9P9c5I6B7h48ITd3dibNRLekPN7agh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:25.5625rem;overflow:hidden;display:none; }
#Xw0NTzm3bFycB0geKqrpN2yLUhdW91Ag { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:none; }
#DwGrotTBv1mRtiveMJsK46QMPZqC6S2m { z-index:15008;top:20.3125rem;left:29.65625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gtDOwdA0qQWtsVBV8m3BP15MJfwXxPGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPH67ydVKTtetLvzO7eTPx6wTzis8mDo { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#oaUTDJEpNTyRWrodw8h5OcOzW8xJ5gv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVIbAfum1HaK21Dgi9SCvMPhLu6ROeOO { z-index:15006;top:20.3125rem;left:29.71875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TybnF1pQau0LhXB2DgmcZ8o1OTcMkt6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av { position:relative;display:block; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av { background-color: transparent; background-image: none; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row .container > .video-iframe-container { display: none; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row > .video-iframe-container { display: none; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .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); }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av { border-width: 0; border-radius: 0; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .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; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;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; }#HI8ec6Rrl9TJI7hcXVqTwielPAZSUAli { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BDdNsDQqOpWKLowRxxKy4ptNTNqhpUWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asKlkVfirIEU1dhRZyL2yBH1FOI04S5q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#SkZxDdQr0wS1z7Gr4sNo0VxMbAiVebif { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#ev6mZEvsNFW7T7obgg8M4M89GuAbtc7w { z-index:15008;top:20.3125rem;left:29.65625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T05xJVM2Em4IPMbfaoxqomayVD4OuBcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TK75TeNcSzEfPJzTFThrhr0dmWxZP0kK { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mlLqfbrqVPs8ClatGB8BBWfZ9ugB7ist { z-index:15006;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QOvHXgxp8TtM46RxwvGccznNnV97dIfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gF0iD1PuGJhx7CmzPnAlcRTuMvxREg1N { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.375rem;width:13.1875rem;top:0rem;left:25.625rem;overflow:hidden;display:none; }
#AGRKDzCEzsHld7msToMi4RDsxzGaPmo3 { z-index:15006;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#HnGgP6e113bsXUDql2hdi6e9WPOpqlVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A { position:relative;display:block; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A { background-color: transparent; background-image: none; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row .container > .video-iframe-container { display: none; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row > .video-iframe-container { display: none; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .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); }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A { border-width: 0; border-radius: 0; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .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; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;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; }#Suqx8TTi6C6ObV3QE80TUFw8oTHiXtKX { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KC2rtJzkJCnXp1aVKaTcs2yT8kZnIW2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lt5lDKt2TbEeATFpPgMQBx77ktMBHpp8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#CRGEDy8632T0fZwINPy8lZ3EJEGJvNRZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#DwkeUgBzcRi5vZVyHcTvA57UWmQBbpAF { z-index:15006;top:20.3125rem;left:29.59375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tp59DZG5uThThTDsOLp4ZDdQnbiSGEkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zd4RU55FfxKRQlqnE1hv3QU106lIohH7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zwyXNVigG9738aaWJh9uLgkRvTNvQHrQ { z-index:15007;top:20.3125rem;left:4.09375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q03puvgKtz4C165cuo2iWLObkQS8rOeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Op4SbkrvyR0lfOMCSSxAGMz98b01oxyk { z-index:15006;top:21.875rem;left:54.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OJdfXsior0zQN97OWubvwdTVJRATxtf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZirQqeeH4OaHB7H33GgTCVztvNUeyHq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0.625rem;left:51.8125rem;overflow:hidden;display:none; }
#iRpT338XypIiTuZMTSLK5OSuNJvhVEGa { z-index:15006;top:20.3125rem;left:55.28125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QTKdXcNJtaNhLB37izyxAQl5ZoL2z8ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vbxu2PALFDyi7eckLLEFn3AA3Zcb39o0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.75rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ { position:relative;display:block; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ { background-color: transparent; background-image: none; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row .container > .video-iframe-container { display: none; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row > .video-iframe-container { display: none; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .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); }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ { border-width: 0; border-radius: 0; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .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; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .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:7.625rem;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; }#ti6L7SC4o0zUAxlcDtU96wOi0kfDpBdn { position:absolute;display:block;z-index:15043;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.4375rem;width:7.625rem;top:3.09375rem;left:0.75rem;overflow:hidden;display:block; }
#qs7ilmBaLfLClDwsR6VFvX1Als8KBJF2 { position:absolute;display:block;z-index:15044;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.125rem;width:4.5rem;top:2.25rem;left:28.6875rem;overflow:hidden;display:block; }
#EtaE81JVZbxP0MhzVQlswU0XULTO3o9J { position:absolute;display:block;z-index:15045;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.9375rem;width:3.9375rem;top:1.84375rem;left:34.28125rem;overflow:hidden;display:block; }
#NvFNzD3nGWR4bPGmxzOhG7psWi3mIkaA { position:absolute;display:block;z-index:15042;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.25rem;width:8.6875rem;top:3.1875rem;left:39.3125rem;overflow:hidden;display:block; }
#SoshTT1LHW4CUOZbp5Tfz1owhOTy5DIW { position:absolute;display:block;z-index:15046;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.25rem;width:2.25rem;top:2.6875rem;left:55.5rem;overflow:hidden;display:block; }
#v7RkKxKX4LkO6IiKr5IUDw0T8lLJaAlb { position:absolute;display:block;z-index:15047;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.8125rem;width:5.0625rem;top:2.90625rem;left:48.8125rem;overflow:hidden;display:block; }
#fBqu6HKg7TvCX6H0BWTdLnQlvzpTaeAl { position:absolute;display:block;z-index:15048;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.8125rem;width:5.3125rem;top:2.90625rem;left:69.0625rem;overflow:hidden;display:block; }
#CBVa3UWqgUiStMM6JanhnKRrVDOGrPQr { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.1875rem;top:3.0625rem;left:58.3125rem;overflow:hidden;display:block; }
#SLFD7ruRlbnSrr8Eb9d7CpyGoLSkBwOd { position:absolute;display:block;z-index:15050;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.25rem;width:10.875rem;top:3.1875rem;left:17.1474609375rem;overflow:hidden;display:block; }
#AqErcurKNa3cFohRC6euX7zPhilWlDl7 { position:absolute;display:block;z-index:15051;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.5rem;width:8.125rem;top:2.5625rem;left:9.0849609375rem;overflow:hidden;display:block; }
#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp { position:relative;display:block; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp { background-color: transparent; background-image: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container > .video-iframe-container { display: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row > .video-iframe-container { display: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .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); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp { border-width: 0; border-radius: 0; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .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; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:72.375rem;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; }#ZO8cyBcqsCtHvxc7tgXCxdboKlD0RNez { display:block;width:13.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:30.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDGtBT63xwegJbdtErIPKQxq3exv4PUM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.0625rem;left:7.5rem;overflow:hidden;display:block; }
#JbbwJ8NuN3bpR1IqccDTErOEuarlOCx0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:48.125rem;overflow:hidden;display:block; }
#kGinzVn2POsfqKrQzTFZ6u22ID6irJUM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:27.8125rem;overflow:hidden;display:block; }
#OKePb32QwR7fWt5ElRw5QqKZAPQGJXhK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:7.5rem;overflow:hidden;display:block; }
#Mmyzb9q3Dig99dcxPXTGLE5kvRrpTLhC { position:absolute;display:block;z-index:15003;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:19.4375rem;width:19.4375rem;top:10.0625rem;left:27.78125rem;overflow:hidden;display:block; }
#nZJ5K6Ft2EBif7MR6GtrZ7faBZiWE1Ju { 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:19.4375rem;width:19.4375rem;top:10rem;left:48.0625rem;overflow:hidden;display:block; }
#Nn3TpFsoc2Ilm13dQ7aIZrHk7pWcxtrT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.0625rem;left:7.5rem;overflow:hidden;display:block; }
#Zl0a74oHAHlUTpTOUqgolByUw0WGeiIZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.0625rem;left:27.78125rem;overflow:hidden;display:block; }
#mJ5VwwgpwSnqwRRcZoa6C9IGXsKNRNlo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.0625rem;left:48.125rem;overflow:hidden;display:block; }
#liIPRtDf1VTMzcVP2dQoDIS7eV2nTL9R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.0625rem;left:48.125rem;overflow:hidden;display:none; }
#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk { position:relative;display:block; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk { background-color: transparent; background-image: none; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row .container > .video-iframe-container { display: none; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row > .video-iframe-container { display: none; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .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); }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk { border-width: 0; border-radius: 0; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .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; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .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:33.1875rem;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; }#tIRCQRsvvqqv8edUFHZBNtlIom5P3WsA { position:absolute;display:block;z-index:15000;height:21.875rem;width:60.75rem;top:7.90625rem;left:7.125rem;display:block; }
#xWt7laRiVMcMkCVIzARkUC90WsUBTmoI { display:block;width:37.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.28125rem;left:18.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container { background-color: transparent; background-image: none; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container > .video-iframe-container { display: none; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row > .video-iframe-container { display: none; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .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); }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container { border-width: 0; border-radius: 0; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#v5OcT0Bq74ehrUkSUxJDtevE8TN9tXTN { color:#222222;display:block;width:31.5625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.576171875rem;left:21.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ocs8wJDTkf4iv5yUvgB2sLzAgawMamUT { position:absolute;display:block;z-index:15003;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;height:5.8125rem;width:5.8125rem;top:8.875rem;left:34.4375rem;overflow:hidden;display:block; }
#ELEzgibgM964gxpPIIuQ7esDing4LEpd { color:rgba(34,34,34,0.8);display:block;width:46.875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:14rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oND5emqppOl88wIKoAhSby0wT76qgu2o { position:absolute;display:block;z-index:15005;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:2rem;width:2.8125rem;top:15.75rem;left:9.375rem;overflow:hidden;display:block; }
#dBcTtnOiBQ7ATOAHf1UeLUiKiO5bPu4K { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:18.9296875rem;left:62.3125rem;overflow:hidden;display:block; }
#zdXtlnGXm96Ng3UElV29dza6ku9Fo3k2 { color:#222222;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:22.0625rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#wG6Q9oSpHhpKh6TwwaeyGsSOMQHD1s4c { color:rgba(34,34,34,0.5);display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lggz6k8MSQpuH4XazKDLTQ7e41Z3ETxB { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.3125rem;left:7.875rem;height:7.312rem;font-style:normal;display:block; }
#wLAcBh2KvzZspTEyiOQK1cfpvZAOrlpx { color:#222222;display:block;width:12.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:37.8203125rem;left:7.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#VfZEzLGP5ZarlqCv5LZd2vmcTtkJo2vs { color:rgba(34,34,34,0.5);display:block;width:8.1875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:40.36328125rem;left:7.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xc48p0ZAHwLA4sRbBSn3cwh8HOcp0vJ1 { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.3125rem;left:40.25rem;height:13.161625rem;font-style:normal;display:block; }
#ndTrCui6NaZMHbo7caqgIvnFbubFxFbz { color:#222222;display:block;width:8.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:41.4375rem;left:40.25rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#uLuhVCeOVCHguAiOTGnkVp6kMogQTIC3 { color:rgba(34,34,34,0.5);display:block;width:8.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:43.51171875rem;left:40.25rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { 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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { position:absolute;display:block;z-index:15003;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.5625rem;width:9.8125rem;top:0.62578010559081rem;left:32.5625rem;overflow:hidden;display:block; }
#I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { color:#000000;display:block;width:10.625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:14.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:27.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { color:#000000;display:block;width:7.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:35.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { color:#000000;display:block;width:7.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:21.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { color:#000000;display:block;width:19.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.6875rem;left:41.4375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw { display:block; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k9xlXJgWpSatmRQ6z24qZzDdiFS2umUN { top:8.25rem;left:0.875rem;width:21.625rem;height:5.0996125rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #UhlPvF7Mx6Tbs9paNRN30i0IFQ8Hoe8f { width:8.625rem;height:3rem;top:29.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1dMf502BqJCuBWJ2uw86rC5uHgwW8zl { top:14.47607421875rem;left:0.875rem;width:20.625rem;height:3.1494125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F42XGiqe8UdCDnCv8E9cTXbT9u4Ta1k5 { top:25.1875rem;left:0.875rem;width:18.5rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHMDWqn8TcIMNHeMPzNXGZ0tetwaq6W1 { display:block; }
 }@media only screen and (max-width: 1199px) { #nJnfyAp6XwWFso3iRXGrnyU2HKrCwb1p { width:20.25rem;height:2.1933625rem;top:20.48828125rem;left:0.875rem;font-size:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { top:1.0625rem;left:0.875rem;width:10.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btbzmDGkMnLuBPOFptATgIZLy2AaMWzC { width:23.4375rem;height:23.4375rem;top:8.7119140625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOhiKf1V8T5opUxyIodWkVRxkndrvqIr { top:1.96875rem;left:34rem;width:12.875rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnzlTmfwQ4Irflq6PQTQbKkwC2INTqEE { display:block; }
 }@media only screen and (max-width: 1199px) { #VDZyyPOXUFgRoweMzfPRGCuI5yUBHdb0 { width:8.6875rem;height:3.125rem;top:29rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { width:4.75rem;height:4.75rem;top:2.4375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { width:4.75rem;height:4.75rem;top:2.4375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { width:10.875rem;height:1.5rem;top:7.75rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { width:9.75rem;height:1.5rem;top:7.75rem;left:12.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { width:9.6875rem;height:1.5rem;top:7.75rem;left:23.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vObfVnZFc7dxuS5I49VQT6SbsXvgoWfH { width:5.1875rem;height:5rem;top:2.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTU4BQsRb7Z2EPTwsULoZTg4OsT3u369 { width:5rem;height:5rem;top:2.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Amx1JggBvKAhhM7Pry5PtnbTUt7z6BBP { width:9.5rem;height:1.5rem;top:7.75rem;left:35.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST { display:block; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row .container { width:47.75rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J9d47gKBceLUG48SwJ8r5e68BAqwvv2e { width:38.3125rem;height:2.2749rem;top:1.8125rem;left:4.71875rem;font-size:1.75rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 1199px) { #P1vzbNCSCPVphe4SfZLcUisqJAthhS6I { width:44.625rem;height:9.75rem;top:5.625rem;left:1.71875rem;font-size:1.25rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 1199px) { #pEfqn0mvMmyOU5pKPogWvped4C9fysQA { display:block; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B6ugv78F5fNlghN8qxVha6DJ08aCDAz4 { width:15.3125rem;height:11.4375rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWt9OXSW0RUntwFW5eu1NTITpukUv6hq { top:13rem;left:18.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ev1DGNIGSmB9THTNpzNDTSPiVIaHwPoc { display:block; }
 }@media only screen and (max-width: 1199px) { #GOrVbPMCkKVhL4ZhkXz4hOI8c74kCQ2y { top:13rem;left:2.34375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJSZD20TaZMmqS0VnX2DeWVcrRJSeVXh { display:block; }
 }@media only screen and (max-width: 1199px) { #CNxPA5GccTdiOlbTa3lM6C6MA3BKcbRr { width:15.3125rem;height:11.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzdU8wlE9bD8ldPriIbsp3KlKN8Dw1nG { width:15.3125rem;height:11.4375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpSvOW4pMX6mHh6tLpD6AfhPke9ndhvw { top:13rem;left:34.78125rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gipfe4R468RHxrFwxFQamWrTxEyTK0ag { display:block; }
 }@media only screen and (max-width: 1199px) { #eydERKEIUNOuhTR1z0KIx2TNy7ldvak4 { width:15.3125rem;height:11.4375rem;top:0rem;left:32.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Homkna4I2BEiXvUevRTKBRIWNCvkMDvX { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #go0X0kClJLPOmHXbJdUhZFcZVdQQ8xMk { display:block; }
 }@media only screen and (max-width: 1199px) { #QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA { display:block; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cBGvN3rgPmQXFqq4TwUG41LfgCecvfAe { width:15.3125rem;height:11.4375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPsQZveFvABlDwtK5et0HcJHi3fmPEFk { top:12.9375rem;left:2.34375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fksnOOeUU8UZ4DLDqCiQay572BvJlTIZ { display:block; }
 }@media only screen and (max-width: 1199px) { #fC6ycuULHVUG1Ir0P4DQoTAcB4rMaOzx { top:12.9375rem;left:34.78125rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNANof6hRGegqJFtcgTTRAp1Tv3gUb5p { display:block; }
 }@media only screen and (max-width: 1199px) { #XpBMbWVTethgO9kGXqxT3WpAyiFvl61Z { width:15.3125rem;height:11.4375rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUOugPN8ATApPqa8ozxWMiXaeGETCpt9 { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m7oEBMqavfITITxATwVVsUb6CLLpiD55 { display:block; }
 }@media only screen and (max-width: 1199px) { #d70ZxK9Chm6gscNCTuV8DPxLfsPTHlqA { width:15.3125rem;height:11.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #st9P9c5I6B7h48ITd3dibNRLekPN7agh { width:18.6875rem;height:13.5rem;top:0rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xw0NTzm3bFycB0geKqrpN2yLUhdW91Ag { width:20.625rem;height:12.0625rem;top:0rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DwGrotTBv1mRtiveMJsK46QMPZqC6S2m { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gtDOwdA0qQWtsVBV8m3BP15MJfwXxPGL { display:block; }
 }@media only screen and (max-width: 1199px) { #GPH67ydVKTtetLvzO7eTPx6wTzis8mDo { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oaUTDJEpNTyRWrodw8h5OcOzW8xJ5gv5 { display:block; }
 }@media only screen and (max-width: 1199px) { #vVIbAfum1HaK21Dgi9SCvMPhLu6ROeOO { top:12.9375rem;left:18.59375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TybnF1pQau0LhXB2DgmcZ8o1OTcMkt6C { display:block; }
 }@media only screen and (max-width: 1199px) { #dHqPUNSMHg8Q2vT83ly07f4QdtFb47av { display:block; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HI8ec6Rrl9TJI7hcXVqTwielPAZSUAli { top:12.9375rem;left:34.78125rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDdNsDQqOpWKLowRxxKy4ptNTNqhpUWA { display:block; }
 }@media only screen and (max-width: 1199px) { #asKlkVfirIEU1dhRZyL2yBH1FOI04S5q { width:15.3125rem;height:11.4375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkZxDdQr0wS1z7Gr4sNo0VxMbAiVebif { width:15.3125rem;height:11.4375rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ev6mZEvsNFW7T7obgg8M4M89GuAbtc7w { top:12.9375rem;left:18.59375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T05xJVM2Em4IPMbfaoxqomayVD4OuBcT { display:block; }
 }@media only screen and (max-width: 1199px) { #TK75TeNcSzEfPJzTFThrhr0dmWxZP0kK { width:15.3125rem;height:11.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mlLqfbrqVPs8ClatGB8BBWfZ9ugB7ist { top:12.9375rem;left:2.34375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOvHXgxp8TtM46RxwvGccznNnV97dIfK { display:block; }
 }@media only screen and (max-width: 1199px) { #gF0iD1PuGJhx7CmzPnAlcRTuMvxREg1N { width:7.4375rem;height:5.3125rem;top:0rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AGRKDzCEzsHld7msToMi4RDsxzGaPmo3 { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HnGgP6e113bsXUDql2hdi6e9WPOpqlVm { display:block; }
 }@media only screen and (max-width: 1199px) { #RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A { display:block; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Suqx8TTi6C6ObV3QE80TUFw8oTHiXtKX { top:13rem;left:34.78125rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KC2rtJzkJCnXp1aVKaTcs2yT8kZnIW2i { display:block; }
 }@media only screen and (max-width: 1199px) { #lt5lDKt2TbEeATFpPgMQBx77ktMBHpp8 { width:15.3125rem;height:11.4375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRGEDy8632T0fZwINPy8lZ3EJEGJvNRZ { width:15.3125rem;height:11.4375rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwkeUgBzcRi5vZVyHcTvA57UWmQBbpAF { top:13rem;left:18.59375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tp59DZG5uThThTDsOLp4ZDdQnbiSGEkO { display:block; }
 }@media only screen and (max-width: 1199px) { #Zd4RU55FfxKRQlqnE1hv3QU106lIohH7 { width:15.3125rem;height:11.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwyXNVigG9738aaWJh9uLgkRvTNvQHrQ { top:13rem;left:2.34375rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q03puvgKtz4C165cuo2iWLObkQS8rOeS { display:block; }
 }@media only screen and (max-width: 1199px) { #Op4SbkrvyR0lfOMCSSxAGMz98b01oxyk { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OJdfXsior0zQN97OWubvwdTVJRATxtf9 { display:block; }
 }@media only screen and (max-width: 1199px) { #aZirQqeeH4OaHB7H33GgTCVztvNUeyHq { width:11.4375rem;height:10.0625rem;top:0rem;left:16.15625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iRpT338XypIiTuZMTSLK5OSuNJvhVEGa { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QTKdXcNJtaNhLB37izyxAQl5ZoL2z8ba { display:block; }
 }@media only screen and (max-width: 1199px) { #Vbxu2PALFDyi7eckLLEFn3AA3Zcb39o0 { width:23.8125rem;height:18.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ { display:block; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ti6L7SC4o0zUAxlcDtU96wOi0kfDpBdn { top:3.34375rem;left:13.3125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qs7ilmBaLfLClDwsR6VFvX1Als8KBJF2 { top:2.875rem;left:0.25rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtaE81JVZbxP0MhzVQlswU0XULTO3o9J { top:2.65625rem;left:10.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvFNzD3nGWR4bPGmxzOhG7psWi3mIkaA { top:3.28125rem;left:27.0625rem;width:7rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoshTT1LHW4CUOZbp5Tfz1owhOTy5DIW { top:2.9375rem;left:39.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7RkKxKX4LkO6IiKr5IUDw0T8lLJaAlb { top:3.125rem;left:34.9375rem;width:4.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBqu6HKg7TvCX6H0BWTdLnQlvzpTaeAl { top:2.90625rem;left:42.375rem;width:4.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBVa3UWqgUiStMM6JanhnKRrVDOGrPQr { top:2.875rem;left:35.625rem;width:7.875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SLFD7ruRlbnSrr8Eb9d7CpyGoLSkBwOd { width:7.5rem;height:0.9375rem;top:3.34375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqErcurKNa3cFohRC6euX7zPhilWlDl7 { width:5.625rem;height:1.6875rem;top:2.96875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFlMx854iX0UEV5BRKunC7bxc4GkpXmp { display:block; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container { width:47.75rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZO8cyBcqsCtHvxc7tgXCxdboKlD0RNez { width:14.9375rem;height:3.65625rem;top:1.8125rem;left:16.40625rem;font-size:2.8125rem;font-family:inter;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #UDGtBT63xwegJbdtErIPKQxq3exv4PUM { width:15.125rem;height:15.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbbwJ8NuN3bpR1IqccDTErOEuarlOCx0 { width:15.125rem;height:15.125rem;top:26.4375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGinzVn2POsfqKrQzTFZ6u22ID6irJUM { width:15.125rem;height:15.125rem;top:26.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKePb32QwR7fWt5ElRw5QqKZAPQGJXhK { width:15.125rem;height:15.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mmyzb9q3Dig99dcxPXTGLE5kvRrpTLhC { width:15.125rem;height:15.125rem;top:10.03125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZJ5K6Ft2EBif7MR6GtrZ7faBZiWE1Ju { width:15.125rem;height:15.125rem;top:10.0625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nn3TpFsoc2Ilm13dQ7aIZrHk7pWcxtrT { width:15.125rem;height:15.125rem;top:42.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Zl0a74oHAHlUTpTOUqgolByUw0WGeiIZ { width:15.125rem;height:15.125rem;top:42.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ5VwwgpwSnqwRRcZoa6C9IGXsKNRNlo { width:15.125rem;height:15.125rem;top:42.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liIPRtDf1VTMzcVP2dQoDIS7eV2nTL9R { width:19.4375rem;height:19.4375rem;top:51.0625rem;left:28.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QhLe3Uffs5B7Te1dw5q7OxTap84N19hk { display:block; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tIRCQRsvvqqv8edUFHZBNtlIom5P3WsA { width:47.75rem;height:21.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWt7laRiVMcMkCVIzARkUC90WsUBTmoI { width:47.75rem;height:3.65625rem;top:1.8125rem;left:0rem;font-size:2.8125rem;font-family:inter;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 { display:block; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container { width:47.75rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v5OcT0Bq74ehrUkSUxJDtevE8TN9tXTN { width:30.5rem;height:3.25rem;top:3.1875rem;left:8.625rem;font-size:2.5rem;font-family:inter;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Ocs8wJDTkf4iv5yUvgB2sLzAgawMamUT { width:5.8125rem;height:5.8125rem;top:8.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELEzgibgM964gxpPIIuQ7esDing4LEpd { width:46.875rem;height:5.1181625rem;top:15.75rem;left:0.375rem;font-size:1.3125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 1199px) { #oND5emqppOl88wIKoAhSby0wT76qgu2o { width:1.4375rem;height:1rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBcTtnOiBQ7ATOAHf1UeLUiKiO5bPu4K { width:1.4375rem;height:1rem;top:18.8125rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdXtlnGXm96Ng3UElV29dza6ku9Fo3k2 { width:47.75rem;height:0.9375rem;top:22.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wG6Q9oSpHhpKh6TwwaeyGsSOMQHD1s4c { width:47.75rem;height:0.89355625rem;top:23.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lggz6k8MSQpuH4XazKDLTQ7e41Z3ETxB { width:18.25rem;height:10.2368125rem;top:27.3125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLAcBh2KvzZspTEyiOQK1cfpvZAOrlpx { width:8.75rem;height:0.9375rem;top:39.3125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfZEzLGP5ZarlqCv5LZd2vmcTtkJo2vs { width:7.75rem;height:1.05615rem;top:40.9384765625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xc48p0ZAHwLA4sRbBSn3cwh8HOcp0vJ1 { width:23.25rem;height:14.624rem;top:27.3125rem;left:23.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndTrCui6NaZMHbo7caqgIvnFbubFxFbz { width:13.4375rem;height:0.9375rem;top:42.93359375rem;left:23.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLuhVCeOVCHguAiOTGnkVp6kMogQTIC3 { width:11.6875rem;height:1.05615rem;top:44.5546875rem;left:23.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { width:9.8125rem;height:4.5625rem;top:0.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { top:6.75rem;left:0.75rem;width:10.625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { top:6.75rem;left:13.875rem;width:10.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { top:6.75rem;left:22.1875rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { top:6.75rem;left:8.1875rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { width:19.125rem;height:1.04980625rem;top:6.6875rem;left:27.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw { background-color:rgba(209,193,196,0.17);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { background-color: transparent; background-image: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container > .video-iframe-container { display: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container { display: none; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .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); }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { border-width: 0; border-radius: 0; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGJcH2e8Ke8GKiS8QmrTlwuk3n8MtOTw > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9xlXJgWpSatmRQ6z24qZzDdiFS2umUN { width:20rem;height:4.6497375rem;top:5.875rem;left:0.0625rem;font-size:1.9375rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhlPvF7Mx6Tbs9paNRN30i0IFQ8Hoe8f { width:9.125rem;height:3.0625rem;top:46.125rem;left:0.3125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #n1dMf502BqJCuBWJ2uw86rC5uHgwW8zl { width:20rem;height:2.88671875rem;top:11.55078125rem;left:0rem;font-size:1.3125rem;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;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F42XGiqe8UdCDnCv8E9cTXbT9u4Ta1k5 { top:40.4375rem;left:0.0625rem;width:20rem;height:3.5rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kHMDWqn8TcIMNHeMPzNXGZ0tetwaq6W1 { display:block; }
 }@media only screen and (max-width: 763px) { #nJnfyAp6XwWFso3iRXGrnyU2HKrCwb1p { width:20rem;height:2.1933625rem;top:36.9384765625rem;left:0.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { width:8.25rem;height:3.4375rem;top:0.71875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #btbzmDGkMnLuBPOFptATgIZLy2AaMWzC { width:20rem;height:20rem;top:15.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOhiKf1V8T5opUxyIodWkVRxkndrvqIr { top:1.0625rem;left:10.6875rem;width:9.3125rem;height:2.75rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WnzlTmfwQ4Irflq6PQTQbKkwC2INTqEE { display:block; }
 }@media only screen and (max-width: 763px) { #VDZyyPOXUFgRoweMzfPRGCuI5yUBHdb0 { width:9.1875rem;height:5.3125rem;top:44.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { width:3.125rem;height:3.125rem;top:2.15625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { width:3.4375rem;height:3.4375rem;top:2rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { width:4.3125rem;height:2.4375rem;top:6.125rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { width:4rem;height:2.4375rem;top:6.125rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { width:5.375rem;height:2.4375rem;top:6.125rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObfVnZFc7dxuS5I49VQT6SbsXvgoWfH { width:3.3125rem;height:3.3125rem;top:2.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTU4BQsRb7Z2EPTwsULoZTg4OsT3u369 { width:3.125rem;height:3.125rem;top:2.15625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amx1JggBvKAhhM7Pry5PtnbTUt7z6BBP { width:4.4375rem;height:2.4375rem;top:6.0625rem;left:15.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST { display:block; }#DTX1DTNHxFZTFyuVqadIz0S6K0U9J7ST > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9d47gKBceLUG48SwJ8r5e68BAqwvv2e { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:inter;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1vzbNCSCPVphe4SfZLcUisqJAthhS6I { width:20rem;height:13.16160625rem;top:7.04785rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #pEfqn0mvMmyOU5pKPogWvped4C9fysQA { display:block; }#pEfqn0mvMmyOU5pKPogWvped4C9fysQA > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ugv78F5fNlghN8qxVha6DJ08aCDAz4 { width:9.25rem;height:7.0625rem;top:0rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uWt9OXSW0RUntwFW5eu1NTITpukUv6hq { top:7.8125rem;left:0.875rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ev1DGNIGSmB9THTNpzNDTSPiVIaHwPoc { display:block; }
 }@media only screen and (max-width: 763px) { #GOrVbPMCkKVhL4ZhkXz4hOI8c74kCQ2y { top:7.8125rem;left:10.6875rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RJSZD20TaZMmqS0VnX2DeWVcrRJSeVXh { display:block; }
 }@media only screen and (max-width: 763px) { #CNxPA5GccTdiOlbTa3lM6C6MA3BKcbRr { width:9.25rem;height:7.0625rem;top:0rem;left:10.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RzdU8wlE9bD8ldPriIbsp3KlKN8Dw1nG { width:8.9375rem;height:6.625rem;top:11.1875rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VpSvOW4pMX6mHh6tLpD6AfhPke9ndhvw { top:18.375rem;left:0.875rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Gipfe4R468RHxrFwxFQamWrTxEyTK0ag { display:block; }
 }@media only screen and (max-width: 763px) { #eydERKEIUNOuhTR1z0KIx2TNy7ldvak4 { width:8.9375rem;height:6.625rem;top:11.1875rem;left:10.40625rem;overflow:hidden;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Homkna4I2BEiXvUevRTKBRIWNCvkMDvX { top:18.375rem;left:10.6875rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #go0X0kClJLPOmHXbJdUhZFcZVdQQ8xMk { display:block; }
 }@media only screen and (max-width: 763px) { #QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA { display:block; }#QtOfbodb2u2MVQ9BXvmxz6c302RrWkwA > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBGvN3rgPmQXFqq4TwUG41LfgCecvfAe { width:10.4375rem;height:9.1875rem;top:0.9375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPsQZveFvABlDwtK5et0HcJHi3fmPEFk { top:15.6875rem;left:11.09375rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #fksnOOeUU8UZ4DLDqCiQay572BvJlTIZ { display:block; }
 }@media only screen and (max-width: 763px) { #fC6ycuULHVUG1Ir0P4DQoTAcB4rMaOzx { top:7.5625rem;left:1.34375rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #WNANof6hRGegqJFtcgTTRAp1Tv3gUb5p { display:block; }
 }@media only screen and (max-width: 763px) { #XpBMbWVTethgO9kGXqxT3WpAyiFvl61Z { width:20rem;height:14.25rem;top:27.9970625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TUOugPN8ATApPqa8ozxWMiXaeGETCpt9 { top:7.5625rem;left:11.15625rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #m7oEBMqavfITITxATwVVsUb6CLLpiD55 { display:block; }
 }@media only screen and (max-width: 763px) { #d70ZxK9Chm6gscNCTuV8DPxLfsPTHlqA { width:20rem;height:15.748031496063rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #st9P9c5I6B7h48ITd3dibNRLekPN7agh { width:8.9375rem;height:6.625rem;top:0rem;left:0.625rem;overflow:hidden;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Xw0NTzm3bFycB0geKqrpN2yLUhdW91Ag { width:8.9375rem;height:6.625rem;top:0rem;left:10.375rem;overflow:hidden;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #DwGrotTBv1mRtiveMJsK46QMPZqC6S2m { top:7.59375rem;left:0.90625rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gtDOwdA0qQWtsVBV8m3BP15MJfwXxPGL { display:block; }
 }@media only screen and (max-width: 763px) { #GPH67ydVKTtetLvzO7eTPx6wTzis8mDo { top:7.59375rem;left:10.78125rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #oaUTDJEpNTyRWrodw8h5OcOzW8xJ5gv5 { display:block; }
 }@media only screen and (max-width: 763px) { #vVIbAfum1HaK21Dgi9SCvMPhLu6ROeOO { top:7.8125rem;left:10.96875rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #TybnF1pQau0LhXB2DgmcZ8o1OTcMkt6C { display:block; }
 }@media only screen and (max-width: 763px) { #dHqPUNSMHg8Q2vT83ly07f4QdtFb47av { display:block; }#dHqPUNSMHg8Q2vT83ly07f4QdtFb47av > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI8ec6Rrl9TJI7hcXVqTwielPAZSUAli { top:19.25rem;left:11.875rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #BDdNsDQqOpWKLowRxxKy4ptNTNqhpUWA { display:block; }
 }@media only screen and (max-width: 763px) { #asKlkVfirIEU1dhRZyL2yBH1FOI04S5q { width:8.9375rem;height:6.625rem;top:11rem;left:11.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SkZxDdQr0wS1z7Gr4sNo0VxMbAiVebif { width:20rem;height:15.748031496063rem;top:10.6875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ev6mZEvsNFW7T7obgg8M4M89GuAbtc7w { top:16.96875rem;left:1.25rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #T05xJVM2Em4IPMbfaoxqomayVD4OuBcT { display:block; }
 }@media only screen and (max-width: 763px) { #TK75TeNcSzEfPJzTFThrhr0dmWxZP0kK { width:8.9375rem;height:6.625rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mlLqfbrqVPs8ClatGB8BBWfZ9ugB7ist { top:7.8125rem;left:1.03125rem;width:8.125rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QOvHXgxp8TtM46RxwvGccznNnV97dIfK { display:block; }
 }@media only screen and (max-width: 763px) { #gF0iD1PuGJhx7CmzPnAlcRTuMvxREg1N { width:9.0625rem;height:6.625rem;top:0rem;left:10.375rem;overflow:hidden;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AGRKDzCEzsHld7msToMi4RDsxzGaPmo3 { top:7.8125rem;left:10.53125rem;width:8.75rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HnGgP6e113bsXUDql2hdi6e9WPOpqlVm { display:block; }
 }@media only screen and (max-width: 763px) { #RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A { display:block; }#RvEiJlOh8sVsaHFRLsCJSk0bzd8iBe7A > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Suqx8TTi6C6ObV3QE80TUFw8oTHiXtKX { top:18.375rem;left:1.21875rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #KC2rtJzkJCnXp1aVKaTcs2yT8kZnIW2i { display:block; }
 }@media only screen and (max-width: 763px) { #lt5lDKt2TbEeATFpPgMQBx77ktMBHpp8 { width:8.9375rem;height:6.625rem;top:11.1875rem;left:0.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CRGEDy8632T0fZwINPy8lZ3EJEGJvNRZ { width:8.9375rem;height:6.625rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DwkeUgBzcRi5vZVyHcTvA57UWmQBbpAF { top:7.875rem;left:0.90625rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Tp59DZG5uThThTDsOLp4ZDdQnbiSGEkO { display:block; }
 }@media only screen and (max-width: 763px) { #Zd4RU55FfxKRQlqnE1hv3QU106lIohH7 { width:8.8125rem;height:6.625rem;top:0rem;left:10.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zwyXNVigG9738aaWJh9uLgkRvTNvQHrQ { top:7.875rem;left:10.65625rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Q03puvgKtz4C165cuo2iWLObkQS8rOeS { display:block; }
 }@media only screen and (max-width: 763px) { #Op4SbkrvyR0lfOMCSSxAGMz98b01oxyk { top:19.625rem;left:0.90625rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #OJdfXsior0zQN97OWubvwdTVJRATxtf9 { display:block; }
 }@media only screen and (max-width: 763px) { #aZirQqeeH4OaHB7H33GgTCVztvNUeyHq { width:8.9375rem;height:6.625rem;top:11.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRpT338XypIiTuZMTSLK5OSuNJvhVEGa { top:19.625rem;left:10.78125rem;width:8.375rem;height:1.625rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QTKdXcNJtaNhLB37izyxAQl5ZoL2z8ba { display:block; }
 }@media only screen and (max-width: 763px) { #Vbxu2PALFDyi7eckLLEFn3AA3Zcb39o0 { width:8.9375rem;height:6.625rem;top:11.1875rem;left:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ { display:block; }#TmuptfS29cNiN2ZDr1RClsOhTXSMXxiQ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ti6L7SC4o0zUAxlcDtU96wOi0kfDpBdn { width:4.75rem;height:0.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7ilmBaLfLClDwsR6VFvX1Als8KBJF2 { width:2.375rem;height:1.6875rem;top:1rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtaE81JVZbxP0MhzVQlswU0XULTO3o9J { width:2.375rem;height:2.25rem;top:0.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvFNzD3nGWR4bPGmxzOhG7psWi3mIkaA { width:5.3125rem;height:0.75rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SoshTT1LHW4CUOZbp5Tfz1owhOTy5DIW { width:1.6875rem;height:1.6875rem;top:2.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7RkKxKX4LkO6IiKr5IUDw0T8lLJaAlb { width:3.5rem;height:1.125rem;top:3.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqu6HKg7TvCX6H0BWTdLnQlvzpTaeAl { width:3.75rem;height:1.25rem;top:1.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBVa3UWqgUiStMM6JanhnKRrVDOGrPQr { width:6.25rem;height:1rem;top:1.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFD7ruRlbnSrr8Eb9d7CpyGoLSkBwOd { width:5.3125rem;height:0.625rem;top:3.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqErcurKNa3cFohRC6euX7zPhilWlDl7 { width:4.75rem;height:1.375rem;top:3.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFlMx854iX0UEV5BRKunC7bxc4GkpXmp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container { background-color: transparent; background-image: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container > .video-iframe-container { display: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row > .video-iframe-container { display: none; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .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); }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container { border-width: 0; border-radius: 0; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFlMx854iX0UEV5BRKunC7bxc4GkpXmp > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO8cyBcqsCtHvxc7tgXCxdboKlD0RNez { width:20rem;height:2.5996125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDGtBT63xwegJbdtErIPKQxq3exv4PUM { width:9.375rem;height:9.375rem;top:5.3125rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JbbwJ8NuN3bpR1IqccDTErOEuarlOCx0 { width:9.375rem;height:9.375rem;top:15.3740234375rem;left:10.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kGinzVn2POsfqKrQzTFZ6u22ID6irJUM { width:9.375rem;height:9.375rem;top:25.4365234375rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKePb32QwR7fWt5ElRw5QqKZAPQGJXhK { width:9.375rem;height:9.375rem;top:25.4365234375rem;left:10.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mmyzb9q3Dig99dcxPXTGLE5kvRrpTLhC { width:9.375rem;height:9.375rem;top:5.3125rem;left:10.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nZJ5K6Ft2EBif7MR6GtrZ7faBZiWE1Ju { width:9.375rem;height:9.375rem;top:15.3740234375rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3TpFsoc2Ilm13dQ7aIZrHk7pWcxtrT { width:9.375rem;height:9.375rem;top:35.6865234375rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zl0a74oHAHlUTpTOUqgolByUw0WGeiIZ { width:9.375rem;height:9.375rem;top:35.6865234375rem;left:10.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mJ5VwwgpwSnqwRRcZoa6C9IGXsKNRNlo { width:9.375rem;height:9.375rem;top:45.8115234375rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #liIPRtDf1VTMzcVP2dQoDIS7eV2nTL9R { width:9.375rem;height:9.375rem;top:45.8115234375rem;left:10.375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QhLe3Uffs5B7Te1dw5q7OxTap84N19hk { display:block; }#QhLe3Uffs5B7Te1dw5q7OxTap84N19hk > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIRCQRsvvqqv8edUFHZBNtlIom5P3WsA { width:20rem;height:21.875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWt7laRiVMcMkCVIzARkUC90WsUBTmoI { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 { display:block; }#pnnA9a4RX2CGMvxg7JJAAfO47ZWNemm0 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5OcT0Bq74ehrUkSUxJDtevE8TN9tXTN { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocs8wJDTkf4iv5yUvgB2sLzAgawMamUT { width:4.0625rem;height:4.0625rem;top:4.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELEzgibgM964gxpPIIuQ7esDing4LEpd { width:16.8125rem;height:5.2807625rem;top:10.078906059265rem;left:1.5937501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #oND5emqppOl88wIKoAhSby0wT76qgu2o { width:1.0625rem;height:0.75rem;top:9.3296880722044rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcTtnOiBQ7ATOAHf1UeLUiKiO5bPu4K { width:1rem;height:0.75rem;top:13.61328125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdXtlnGXm96Ng3UElV29dza6ku9Fo3k2 { width:20rem;height:0.9375rem;top:15.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #wG6Q9oSpHhpKh6TwwaeyGsSOMQHD1s4c { width:20rem;height:0.89355625rem;top:16.85546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Lggz6k8MSQpuH4XazKDLTQ7e41Z3ETxB { width:8.875rem;height:12.6738125rem;top:19.2802734375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #wLAcBh2KvzZspTEyiOQK1cfpvZAOrlpx { width:7.3125rem;height:0.8129875rem;top:32.7119140625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #VfZEzLGP5ZarlqCv5LZd2vmcTtkJo2vs { width:7.875rem;height:1.05615rem;top:34.6494140625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xc48p0ZAHwLA4sRbBSn3cwh8HOcp0vJ1 { width:9.1875rem;height:19.01075rem;top:19.21875rem;left:10.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ndTrCui6NaZMHbo7caqgIvnFbubFxFbz { width:6.125rem;height:0.8129875rem;top:39.1416015625rem;left:10.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #uLuhVCeOVCHguAiOTGnkVp6kMogQTIC3 { width:7.375rem;height:1.05615rem;top:40.8203125rem;left:10.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { width:6.5rem;height:3rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { width:7.125rem;height:0.9746125rem;top:6.2992172241213rem;left:6.4374998807906rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { width:10.0625rem;height:0.9746125rem;top:7.5234375rem;left:4.9687498807907rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { width:7.125rem;height:auto;top:6.75rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { width:7.125rem;height:auto;top:6.75rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { width:19.125rem;height:1.04980625rem;top:4.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }