.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#X9u0Ryyu8e8Cyr2kqB9DfIIDk6yLmhSN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.625rem;top:2.75rem;left:91.750938795856rem;overflow:hidden;display:block; }
#veoNLAf7v4hd3ceV77JeEZrDkJrTqtVV { 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:5.8125rem;width:15.4375rem;top:1.03125rem;left:3.3203125rem;overflow:hidden;display:block; }
#CTqM56K2ehPUFELB3BVL88Uq4m6HhMuq { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:21.875rem;height:1.625rem;display:block; }
#nAkVE7U1FtHnfgfxESkrGlfmwuXHsJQC { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:43.062500953674rem;height:1.625rem;display:block; }
#pQ3A0KAxl6Ky6gZPtXTRJLXaduRzOOFD { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:29.625rem;height:1.625rem;display:block; }
#qTVMTLRryxnzadpzbo3cD2iwrKvTzSQ2 { color:#000000;display:block;width:2.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:50.75rem;height:1.625rem;display:block; }
#WJoLOu4LS22wqApHWDdVc8D7Zyi8BKO8 { background-color:#ffa800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5625rem;left:60.1875rem;display:block; }
#CcO2uzV3XNGQSdbi6od6EBRfeP7aGy2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFG7DHiCrGFhRVWoJ1OvsEM8BzDgGZ8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.0625rem;left:57.6875rem; }
#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;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; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container { background-color: transparent; background-image: none; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container > .video-iframe-container { display: none; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row > .video-iframe-container { display: none; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .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); }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container { border-width: 0; border-radius: 0; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 { 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; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container { background-color: transparent; background-image: none; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container > .video-iframe-container { display: none; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row > .video-iframe-container { display: none; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .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); }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container { border-width: 0; border-radius: 0; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#OwwKJiMNXMTpLIC9g0dwbnuWRA4zGvXu { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.5rem;left:36.437500953674rem;height:4.875rem;display:block; }
#DPlVXR1Q1Z7PnBGvhLDWeCkP2bmzuPz4 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:36.875rem;left:37.125rem;height:1.1875rem;font-style:normal;display:block; }
#dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:39.561719894409rem;left:37.125000953674rem;height:4.875rem;display:block; }
#V1DcDC0DNGMzth6by7y7zDs03c2TSLiH { color:#000000;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:38.562501907349rem;left:37.125000953674rem;height:1rem;font-style:normal;display:block; }
#fCPmyVIZa353XRTRxlc8G9cH7WCKlGC0 { 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:22.75rem;width:22.75rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;display:block; }
#JWhItwy34pVBKhz4sU1TauUI93tNtl6K { background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.61171913147rem;left:37.125000953674rem;display:block; }
#uBJK7wV4tERTcOe2iJF0fsLSN3p9Npig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgp83otozGavHV4qSWPXqM3CZFUnGIAz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.6875rem;width:34.375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#FAVLmDOG8neaz89mCxdJMX6cMURea54g { color:#1e1e1e;display:block;width:30rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:10.187500953674rem;left:37.062500953674rem;height:1.375rem;display:block; }
#pFgRt49eTEyiMwlivJTWTdE40SaKqvby { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:5.7375001907349rem;left:36.812500953674rem;height:3.625rem;display:block; }
#zDJJwTnlnq5NWrBvTmAqlrBz38546vnw { 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:15.125rem;width:22.75rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;display:none; }
#w8sAsi1EL9L0SahOLzdZnBnvTxdZpMoP { 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:15.125rem;width:15.125rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;display:none; }
#mFk0FP29sTKuMOIJmuPC2fTBMuVJCWC7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R6Rv9FO36bLaTZPwi2pU68fXbHpc9TBZ { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:36.437500953674rem;height:4.875rem;display:none; }
#pb2infGPCySuWFTf8tqqflNOecT86s2v { color:#000000;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:40.875rem;left:37.125rem;height:1rem;font-style:normal;display:none; }
#BkGNnczrlBtinTQBSLz8Z8cD4fnDOHs2 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:40.875rem;left:37.125rem;height:1rem;font-style:normal;display:none; }
#ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:38.5rem;left:37.125rem;height:1rem;font-style:normal;display:none; }#ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 li:before{  }
#oPVlZtXA7QbqxinJ8kaxBOl9d7A12ZEU { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#WTgoIScsxqW0GiFs1lwIylQRJ8HtT0XJ { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:36.437500953674rem;height:4.875rem;display:none; }
#cVIBTGM6QI2rF3TCJD2zaHV5KcpcgBKs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#awX7cnsFOAuKLt9b3eMM6kDJfJa5K49n { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S2HB5a3xxBiLyi0zuXTMKdxRJ6tkh1U4 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#BQAJnT4VTLLB4DBdV8sw2XL1HIJm20MX { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#Kn0kGIKZETbh30sv12xMoroAJmJziqfo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JHeqG34L8cnNnTGzKM4UtcH4TqrZkbrz { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #ZOIT4IK5SbJChARl8wKx7bJt1NRn5dhQ { display:flex;position:relative;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Wt5HFvM5XoTgvR6qsxOabcEZXAie9b31 { width:auto; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Z0rFBdkb1CzLWQ3MWQwJ1vJRHy4ShxVK {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #AVO7uF4CIBTFTUQWmeNdwNcJdmXhSHZR { display:flex;position:relative;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #OwHUqsia3pPG4szdRL152mPMHZlllc6W {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Am5HWwLJtVgl4KVTBKl4flbxOLK6EfIZ {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #z6e9Ha7wxy2nNfaraT3yezXE6pBu6hhn { display:flex;position:relative;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #vzG1onrdA2MpKWReITixrAqhahZ12ZdU {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Gsc7Vsda2hKHpoNa1wOVcEXo07GHoti1 {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #X5ZPBUtUPeaL0Jrw5q0MDAxEbLxfCSqT { display:flex;position:relative;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #opxhXwxm93fbglu7opikE1Hg2OwK4uAL {  }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh #v4595sgUvc7UNe2RGgWpCIWd1NoApR8u {  }
#Sghiblm3lzfuRPnH12OgZtkDqFTBKmfT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:10.75rem;left:57.662499427796rem;display:none; }
#Qem7VPWOTaNVQuTcFDPqapaqDP9hZZdh { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#d10000;background-image:none;top:12.25rem;left:54.312500953674rem;display:block; }
#hVTTK2gG467FSwzvx1K8OB9IS3TyyqeH { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:14rem;left:56.218750953674rem;height:1.375rem;font-style:normal;display:block; }
#Jzrr62WE84KlTKgJ73qGnL9RTQCuB8n5 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:archivo;font-size:3rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.612501144409rem;left:56.343750953674rem;height:3rem;font-style:normal;display:block; }
#ImnhULeuO6rU46Q3wGwB5mIvLgO4WsS9 { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1.6875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:16.59375rem;left:59.625000953674rem;height:1.6875rem;font-style:normal;display:block; }
#CK0cGGhi1of1pEQfNUDAcFq2HDpS4VtH { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:archivo;font-size:3rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:15.6875rem;left:54.625000953674rem;height:3rem;font-style:normal;display:block; }
#ZU6O6EawhBSE1CdqDq6R3VQEEaizBIQT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:45.249219894409rem;left:37.125000953674rem;height:0.8125rem;font-style:italic;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; }
#DgaxrRkzPsXqPgPZriTh0ClZ4T7CtQ7U { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:42.9375rem;left:22.912499427796rem;display:none; }
#R2hpEqAJrFTX3nFniymBTDwhGwJuH9ET { color:#1e1e1e;display:block;width:20.4375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:47rem;left:37.125000953674rem;height:1.125rem;display:block; }
#et7CRaFrtRak8uTnQzCLJmNuy084LXk7 { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:36.437500953674rem;height:4.875rem;display:none; }
#BMc3XA6f2hTFA1g958ZcqSAstZgCvOU2 { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:36.437500953674rem;height:4.875rem;display:none; }
#KtbszsnLAwCtIXrLZxntu0AvcKXEsy2o { color:#1e1e1e;display:block;width:20.4375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:47rem;left:37.125000953674rem;height:1.125rem;display:none; }
#TTMxUB8lbMZS9E298dPd0eIKbaM4CXVv { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:36.437500953674rem;height:4.875rem;display:none; }
#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:31.800001144409rem;left:60.687500953674rem;height:4.125rem;font-style:normal;display:block; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { position:relative;display:block; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { background-color: transparent; background-image: none; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container > .video-iframe-container { display: none; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row > .video-iframe-container { display: none; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .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); }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { border-width: 0; border-radius: 0; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .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; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .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:26.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; }#xP74bt2GH0iFDNQ6ib8DhzVcmDifm6LN { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:4.7492160797119rem;left:37.437500953674rem;display:block; }
#EcANBbLBb4t66R3x4ExlRFcUOVtCaOiu { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:block; }
#JvX68iG9c4BnfoEa3Tz4i8h5iJxi3Hau { color:#000000;display:block;width:28.25rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.6875rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5UGzgV3RauDKy2zxpsbGXQp6OEPA3Zn { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.6875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CKRS57HplBtcotbKW4W73bD35hiT79if { color:#000000;display:block;width:29.5rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.224999904633rem;left:3.6875rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgqKBZUBJTcOiRsAumVVwLpaXA1VSccf { color:#000000;display:block;width:29.5rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.412499904633rem;left:3.6875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTOv8TyuTIyODSILgC5QOw5mk0uk5WRK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.1875rem;width:34.375rem;top:4.5312504768372rem;left:39.125000953674rem;display:block; }
#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { position:relative;display:block; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { background-color: transparent; background-image: none; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row .container > .video-iframe-container { display: none; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row > .video-iframe-container { display: none; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .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); }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { border-width: 0; border-radius: 0; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .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; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .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:9.4375rem;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; }#aOv73ICiyCCzQFXWDE1T6lJ2325gnKFQ { color:#1e1e1e;display:block;width:47.75rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:1.59375rem;left:13.624218940735rem;height:6.25rem;display:block; }
#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL { position:relative;display:block; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL { background-color: transparent; background-image: none; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container > .video-iframe-container { display: none; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row > .video-iframe-container { display: none; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .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); }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL { border-width: 0; border-radius: 0; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .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; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .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:39.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; }#UsptATcrqoa343rcJdVWeVKMt4nyVcBZ { 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:34.75rem;width:23rem;top:1.2617189586163rem;left:2.03515625rem;overflow:hidden;display:block; }
#LkDVvWEl40a18NI1pdTEXCJJJ1zJSQZh { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8234376907349rem;left:27.599999427796rem;height:27.7875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { position:relative;display:block; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { background-color: transparent; background-image: none; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container > .video-iframe-container { display: none; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row > .video-iframe-container { display: none; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .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); }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { border-width: 0; border-radius: 0; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .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; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .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:6.8125rem;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; }#XLDKKPwkJmuenHafc4r6zSUDfHrwN9of { color:#1e1e1e;display:block;width:27.4375rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.84375rem;left:23.781250953674rem;height:3.125rem;display:block; }
#p6h0WUECcsauwqQPqhC8UGps4Av6989X { position:relative;display:block; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X { background-color: transparent; background-image: none; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container > .video-iframe-container { display: none; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row > .video-iframe-container { display: none; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .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); }#p6h0WUECcsauwqQPqhC8UGps4Av6989X { border-width: 0; border-radius: 0; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .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; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .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:18.75rem;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; }#iCtTTio8RSaVsP7RduAhFnvv1BUfPTei { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:3.21875rem;overflow:hidden;display:block; }
#nx3q5PmAdI4VandnBKKNa27cANUMxybh { 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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:21.967968940735rem;overflow:hidden;display:block; }
#snkgRnHT9B2MdCrNBQ9ygnnmXMUdP45E { 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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:40.718750953674rem;overflow:hidden;display:block; }
#IOvudUUfPxQumobenbZfhryvFxBsfSFt { 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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:59.468750953674rem;overflow:hidden;display:block; }
#QNnuXLN1vO5TFarT6rc3MDNVrsA0E6CW { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:15.523437881843rem;left:1.59375rem;height:1.1875rem;font-style:normal;display:block; }
#rThgHeSy5tf4Ttcd0JDWFJkTpGprRa6o { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.523437881843rem;left:20.342968940735rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2npb6Gh35DiM0etaeBGau9iQkkB6Quq { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.5234375rem;left:39.093750953674rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sx1QQvFtblFyAJKzUK1HlJ4AGzrw7ioE { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.5234375rem;left:57.843750953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAeviuChBgMo7XXBOwROFVsqF26RrW9m { position:relative;display:block; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m { background-color: transparent; background-image: none; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row .container > .video-iframe-container { display: none; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row > .video-iframe-container { display: none; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .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); }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m { border-width: 0; border-radius: 0; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .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; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .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:13.4375rem;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; }#LOlGpwx6T5x9BwFt0gOlZl5532BMM9VL { color:#1e1e1e;display:block;width:60.5rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2.0304684638977rem;left:7.249218940735rem;height:9.375rem;text-align:center;text-align-last:center;display:block; }
#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { position:relative;display:block; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { background-color: transparent; background-image: none; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container > .video-iframe-container { display: none; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row > .video-iframe-container { display: none; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .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); }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { border-width: 0; border-radius: 0; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .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; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .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:21.6875rem;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; }#Ko6cLcugg6AcElE0WOEvT4GNJarut2iC { color:#000000;display:block;width:12.875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.3750019073486rem;left:6.0617189407349rem;height:1.1875rem;font-style:normal;display:block; }
#ACWbw5z1wTDE67bAFV7eiXrpBAQf4sh0 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.375rem;left:30.156250953674rem;height:1.1875rem;font-style:normal;display:block; }
#SQq88S2Q2PylJUW0lqrZvd67ZDPGRPUG { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.375rem;left:54.537499427796rem;height:1.1875rem;font-style:normal;display:block; }
#D3IuMzxw7hR7GGp3drpe2JT0Fwi4N45C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:11.1875rem;width:11.1875rem;top:3.3125rem;left:6.905468940735rem;overflow:hidden;display:block; }
#OKbvxZG3w7c53yWJsNBAZdWUASatuQzb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:11.1875rem;width:11.1875rem;top:3.3125009536743rem;left:31.906250953674rem;overflow:hidden;display:block; }
#uJdd5AQCoDasma4GeKafxHycxiRTR9c2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:11.1875rem;width:11.1875rem;top:3.3125009536743rem;left:56.906250953674rem;overflow:hidden;display:block; }
#bHr2XdFv9BM7S9uLOtISknf3fAM3hTOf { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.137499809265rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JE8KHaoN20EhA8gZeBAK1ZCDdmzxViBG { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.137499809265rem;left:27.718750953674rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GS3eP9ERBEmNsTE3PQiRMufFgesLiGfo { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.137499809265rem;left:53.287499427796rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTH0C6vz8KTQyX0Q0609D9A3ono2xN90 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:11.1875rem;width:11.1875rem;top:3.3125rem;left:6.905468940735rem;overflow:hidden;display:none; }
#KlRNTUcMyyLsNL7JH9q2CTBZEPoSAFxA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:11.1875rem;width:11.1875rem;top:3.3125rem;left:6.905468940735rem;overflow:hidden;display:none; }
#BHX618ISVrg1B4KgHA75XzOKNyMwepbm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:34.6875rem;top:21.687499761581rem;left:0rem;overflow:hidden;display:block; }
#uA7bL4D6cWT8CBTgmZkNIfT7xxFL0Zab { 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:34.6875rem;width:34.6875rem;top:21.687499761581rem;left:39.812500953674rem;overflow:hidden;display:block; }
#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { position:relative;display:block; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { background-color: transparent; background-image: none; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container > .video-iframe-container { display: none; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row > .video-iframe-container { display: none; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .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); }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { border-width: 0; border-radius: 0; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .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; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;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; }#xq91XLomRHc2kPd7m2EcGGG8eDTqAv5L { color:#1e1e1e;display:block;width:50.75rem;position:absolute;font-family:archivo;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.5625rem;left:1.6875rem;height:1.75rem;display:block; }
#lsRHh0U6if9ieHL1UhOmhtDyR5IJ0A5I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#dxlWAm1wmmR9JsKPfU6Qq1NimR2KlTdK { color:#1e1e1e;display:block;width:44.125rem;position:absolute;font-family:archivo;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5.0874998569489rem;left:1.6875rem;height:1.5625rem;display:block; }
#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv { position:relative;display:block; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv { background-color: transparent; background-image: none; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row .container > .video-iframe-container { display: none; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row > .video-iframe-container { display: none; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .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); }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv { border-width: 0; border-radius: 0; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .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; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .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:21.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; }#ZIKAVo0x9hdn0EVGFWKTgvI31bE7VGLD { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8984375rem;left:18.224219322204rem;height:1.3rem;display:block; }
#Qk0DWWeQwzg0INNGUuWGEKk6WCnexqfX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8984375rem;left:58.912499427796rem;height:1.3rem;display:block; }
#Aama7TVLtniQnhqdxwI5EOiLt00566Be { position:absolute;display:block;z-index:15007;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:21.5625rem;width:21.5625rem;top:19.625rem;left:47.750000953674rem;overflow:hidden;display:block; }
#QMEJLF4MmVIw8BFpueopLCPQux5rhKqU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#nkJI4ur1EUncsOnyKTZ4ONw0Zy32FRBs { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8984375rem;left:58.912499427796rem;height:1.3rem;display:none; }
#m3GfKgX3wUTzDAmcdb73DJciLrxTENAT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#aXFoCNmIRDh5LVM6ScGUMM7hcV0OidZg { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8984375rem;left:18.224219322204rem;height:1.3rem;display:none; }
#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;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; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { background-color: transparent; background-image: none; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container > .video-iframe-container { display: none; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row > .video-iframe-container { display: none; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .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); }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { border-width: 0; border-radius: 0; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Ez9OCJKWoGDE11aHKLWg5tRt4ZMTRbRn { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.75rem;left:4.625rem;height:2.375rem;display:block; }
#A8lOGvZsMXAWphQPuL7pJ9CTdqUMsCAZ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.6875rem;left:4.625rem;height:2.375rem;display:block; }
#W6XrN9teqzNEJu2H8h6UFFwX951UnyED { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:7.3125rem;left:4.625rem;height:5.375rem;display:block; }
#FIadiQAnw1T3k073qk1Loix9XUR8JJyr { background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.625rem;left:4.625rem;display:block; }
#I1wsGQEQZ2mNrqM16uXxQECyVVJ73rTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T06cHzgo3b4EirGkXTlpDEgaXiPLvTL0 { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.875rem;left:1.34765625rem;height:2.375rem;display:none; }
#ntMW0S0PynPsCDfa2Qm4HOVadu8ai7KA { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"amazon font semibold";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.5625rem;left:49.75rem;height:1.1875rem;display:block; }
#bguVTLgW1DP9TXvJLdiknTXgrxcQVbBh { color:#be0000;display:block;width:9.375rem;position:absolute;font-family:"amazon font semibold";font-size:2.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:6.3125rem;left:53.987504005432rem;height:2.875rem;display:block; }
#i0IbEBCypz0RlzSdUPTx2BZV4ep9dyMn { color:#1e1e1e;display:block;width:14.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:9.59375rem;left:50.687500953674rem;height:0.8125rem;display:block; }
#nb79NQdS54hhoDw5Li828MS6Jl3hHs7w { position:absolute;display:block;z-index:15007;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:21.5625rem;width:21.5625rem;top:20.574219226837rem;left:50.312500953674rem;overflow:hidden;display:none; }
#DybcXaZqgtOlIx9ULR3bycRknAk7x3hT { color:#be0000;display:block;width:9.375rem;position:absolute;font-family:"amazon font semibold";font-size:2.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:6.86171913147rem;left:56.500000953674rem;height:2.875rem;display:none; }
#i1DBxJBtbXUCqQyBhuTDZBZgbOOIDyiN { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.9250011444092rem;left:26.035157203674rem;height:5.375rem;display:none; }
#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { position:relative;display:block; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { background-color: transparent; background-image: none; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row .container > .video-iframe-container { display: none; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row > .video-iframe-container { display: none; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .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); }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { border-width: 0; border-radius: 0; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .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; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .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:34.875rem;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; }#zQ7M6HrZSBEMsWmrZg2mrMBcHxUJi6c5 { color:#1e1e1e;display:block;width:31.5rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.0625rem;left:0.9375rem;height:2.375rem;display:block; }
#c2iy9Vd5r1ifrvTDqaTLdfOJnlwTEg3l { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6.125rem;left:0.9375rem;height:2.75rem;display:block; }
#dZVFGyPh4VFpg32dGBIZJi1KNZG1vgdH { color:#be0000;display:block;width:14.5rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:8.875rem;left:0.9375rem;height:5.375rem;display:block; }
#skaJv1l7I1LK4g8NUzvLZB4Su1JBsJcL { color:#1e1e1e;display:block;width:32.25rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:21.875rem;left:1.1875rem;height:0.9375rem;display:block; }
#gk0riCgCrdCgcLACS1uFm14sRFTeWAIH { color:#1e1e1e;display:block;width:13.1875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:26.125rem;left:1.28125rem;height:2.5rem;display:block; }
#cn2IshGGmmnJIZ9ZDmwhH4eBx3IDbD66 { color:#1e1e1e;display:block;width:15.3125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:24rem;left:1.1875rem;height:1.25rem;display:block; }
#quZT10eU8BXoMcmNJCHkeZnvrSebLsLe { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.9375rem;left:1.22265625rem;height:2.75rem;display:none; }
#X5CtWf4nJaJFsBnpBpLL7nQFGW4vPt0h { box-sizing:content-box;height:1.5rem;width:27.875rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:19.9375rem;left:0.9375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#ALGaTs8RZngQtx6U4ot2OgIdkSmn7IgO { box-sizing:content-box;height:1.5rem;width:6.125rem;position:absolute;display:block;z-index:15017;background-color:#d20910;background-image:none;top:19.9375rem;left:1rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#t8hKNO1Nffk6hR0l8pJShOvCK6OQXes8 { color:#1e1e1e;display:block;width:23.625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:16.5625rem;left:0.9375rem;height:2.375rem;display:block; }
#ifsHKZtsmQs3w3yac6q5975xTgSUb3c8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:27.9375rem;top:3.0625rem;left:41.437500953674rem;overflow:hidden;display:block; }
#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { position:relative;display:block; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { background-color: transparent; background-image: none; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row .container > .video-iframe-container { display: none; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row > .video-iframe-container { display: none; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .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); }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { border-width: 0; border-radius: 0; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .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; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .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:11.5rem;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; }#wFH1BezHX1v39CpJtUH7ek6dIOGNPpHv { 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:9.0625rem;width:18.0625rem;top:1.21875rem;left:28.468750953674rem;overflow:hidden;display:block; }
#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { position:relative;display:block; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { background-color: transparent; background-image: none; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row .container > .video-iframe-container { display: none; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row > .video-iframe-container { display: none; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .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); }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { border-width: 0; border-radius: 0; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .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; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .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:70.6875rem;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; }#XqSgZwa23G2G4aDSnHfVwNoksipI0mlv { box-sizing:content-box;height:64rem;width:61.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.25rem;left:6.4375rem;border-top:0.125rem dashed #53ba00;border-left:0.125rem dashed #53ba00;border-right:0.125rem dashed #53ba00;border-bottom:0.125rem dashed #53ba00;box-shadow: 0.3125rem 0.0625rem 0.1875rem #1e1e1e ;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-form-header {  }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:35.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:3.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:3.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffa800;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:35.375rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f [class*="-text"]:-moz-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f [class*="-text"]::-moz-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.9;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:34.125rem;overflow:hidden;font-style:normal; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-container:first-of-type{padding-top:0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-container:last-of-type{padding-bottom:0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.562499046326rem;top:8.0625rem;z-index:15001;position:absolute; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.375rem;display:block;vertical-align:top; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f {display:block;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.562499046326rem;top:8.0625rem;z-index:15001;position:absolute; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #fdoPUMu1apa7T1Z96diPamddwAcTl19S { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #una1cuAaPDQvdkluBOEckz7kJPpMmAT6 { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LO6p4csv3DhZK8X4ptig7VpBvNKT0v2W { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #ntNy5n7m7Jme4OENZ0WWQnFJazBaah9h { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #tTsdPUIy5vNrRt01ua6IemV97aieQTyu { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #MGrqTgFqSdxMH6oRT838NFu80yqUQ8sG { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #cvmILfxqpIPLUnHUSGLlnxudrblcvkK3 { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #RxKFZqt45Bwz6VXnpRUNAR302qmugkQS { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #Mt9GGe04RPIgdTqel3ZgWlkdyg9L2M0k { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #NaFJcP0OCspqFw9SJQORlXwQ5gkEDvbN { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #KppOqOwyoHx1BLXgNFRUGznPLJ2rzZzb { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #opPAw6VBp0q1fGatUGgKzaDzS7dkktwy { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #P2BSGkQN0qaRXpcgQc47zzfL0cHdz66e { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #XUuJMF60EB2XZvlT7TAaTa6hQdA1zrGq { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #sd9zow40HEkBxG4Ci6glFzzXyfGVPuuK { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #K4c88GvQE6hx0zyVlSXgnDMTPi40quwS { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V4dsaZwOiTpkaVZ1VQwLWXW4xHrPLCsD { position:relative;display:block; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LNl6DSeTdv7JcUI14dEf0TxMxggP2a91 { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #qzWFPc1C6lg0gE7QTfNqcr9Fku4sbNfx { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V5yv5ETzpMbM67d8UX8GMLbqN4Uq2MCK { position:relative;z-index:2; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #bTw0XnqF03dwVlwxEFXWzU8usKs2Orvw { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #CIAhpXF0ESDdNOw28otQJVgyM9hk3xhC { position:relative; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f #EcA8vezhk8gopOJ3Eoq0VLuWPKVZbLOh { position:relative; }
#Gy6zx7xTtaiBki8lGXrUdT1CXlAdatv9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:43.46249961853rem;left:21.374218940735rem; }
#gnf7yfrtcVRyOKPwKF8hoM5tNOCZv4Ig { color:#1e1e1e;display:block;width:22.3125rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.4367127418518rem;left:26.343750953674rem;height:3.125rem;display:block; }
#tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { color:#9a9b9b;display:block;width:10.375rem;position:absolute;font-family:"amazon font semibold";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:52.125rem;left:38rem;height:1.3125rem;display:block; }
#dmaFHm5atXFAfPs2s1fftHG9JEMJmeRM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;height:12.3125rem;width:12.3125rem;top:50.375rem;left:20.5rem;overflow:hidden;display:block; }
#HX6VvknxpT02N3EyezKisDxUVSNrKAiC { color:#9a9b9b;display:block;width:15.5625rem;position:absolute;font-family:"amazon font semibold";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:54.125rem;left:34.0625rem;height:1.75rem;display:block; }
#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { position:relative;display:block; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { background-color: transparent; background-image: none; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row .container > .video-iframe-container { display: none; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row > .video-iframe-container { display: none; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .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); }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { border-width: 0; border-radius: 0; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .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; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .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:5.6875rem;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; }#vHS8T4aa4KCqk5TTTFNbdxyQwWHi25dT { color:#1e1e1e;display:block;width:27.75rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.28125rem;left:23.625000953674rem;height:3.125rem;display:block; }
#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu { position:relative;display:block; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu { background-color: transparent; background-image: none; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row .container > .video-iframe-container { display: none; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row > .video-iframe-container { display: none; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .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); }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu { border-width: 0; border-radius: 0; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .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; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .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:22.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; }#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #1e1e1e;border-left:0.0625rem solid #1e1e1e;border-right:0.0625rem solid #1e1e1e;border-bottom:0.0625rem solid #1e1e1e; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-trigger.adaptive-delivery-prevent-bg, #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-trigger.lazyload, #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-trigger.lazyloading { background-image: none; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt { box-sizing:content-box;height:auto;width:64.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.2687644958496rem;left:3.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B { display:block;position:relative; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #z6TninWlDWJmEtUboHUtoKaBqisx3mqT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM { display:block;position:relative; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 { display:none; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN { display:block;position:relative; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW { display:none; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #qrHAxseRKl6k8xhat8bbgxaSQatuw81q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #NVs5285eeFwLnGQGIBvFcbVOsHditMdu { display:block;position:relative; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 { display:none; }
#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { position:relative;display:block; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { background-color: transparent; background-image: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container > .video-iframe-container { display: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row > .video-iframe-container { display: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .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); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { border-width: 0; border-radius: 0; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .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; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .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:5.0625rem;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; }#K9Wc6bfom6DVoT9oqCkPvJgS4LPp5hIm { color:#1e1e1e;display:block;width:51.625rem;position:absolute;font-family:"amazon font semibold";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2.0929679870606rem;left:13.499218940735rem;height:0.875rem;display:block; }
#Rkn7Gh72dzQ0P0vg4ap53PyqbbXJOJeN { 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:3.875rem;width:9.875rem;top:0.59375rem;left:1.609375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9u0Ryyu8e8Cyr2kqB9DfIIDk6yLmhSN { width:1.625rem;height:0.625rem;top:2.75rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veoNLAf7v4hd3ceV77JeEZrDkJrTqtVV { width:15.4375rem;height:5.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqM56K2ehPUFELB3BVL88Uq4m6HhMuq { width:6.8125rem;height:1.625rem;top:3.125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAkVE7U1FtHnfgfxESkrGlfmwuXHsJQC { width:6.0625rem;height:1.625rem;top:3.125rem;left:29.437500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3A0KAxl6Ky6gZPtXTRJLXaduRzOOFD { width:12.8125rem;height:1.625rem;top:3.125rem;left:16.000000953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVMTLRryxnzadpzbo3cD2iwrKvTzSQ2 { width:2.375rem;height:1.625rem;top:3.125rem;left:37.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJoLOu4LS22wqApHWDdVc8D7Zyi8BKO8 { width:9.25rem;height:2.8125rem;top:2.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO2uzV3XNGQSdbi6od6EBRfeP7aGy2N { display:block; }
 }@media only screen and (max-width: 763px) { #RFG7DHiCrGFhRVWoJ1OvsEM8BzDgGZ8C { width:1.9375rem;height:1.9375rem;top:3.0625rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt { display:block; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 { display:block; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwwKJiMNXMTpLIC9g0dwbnuWRA4zGvXu { width:23.375rem;height:4.875rem;top:1.5rem;left:22.812500953674rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPlVXR1Q1Z7PnBGvhLDWeCkP2bmzuPz4 { width:18.75rem;height:1.1875rem;top:36.875rem;left:23.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { width:9.375rem;height:4.875rem;top:39.5rem;left:23.500000953674rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1DcDC0DNGMzth6by7y7zDs03c2TSLiH { width:2.75rem;height:1rem;top:38.5625rem;left:23.500000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCPmyVIZa353XRTRxlc8G9cH7WCKlGC0 { width:22.75rem;height:22.75rem;top:13.125rem;left:23.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhItwy34pVBKhz4sU1TauUI93tNtl6K { width:16.6875rem;height:3.375rem;top:49.5625rem;left:23.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBJK7wV4tERTcOe2iJF0fsLSN3p9Npig { display:block; }
 }@media only screen and (max-width: 763px) { #zgp83otozGavHV4qSWPXqM3CZFUnGIAz { width:34.375rem;height:51.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVLmDOG8neaz89mCxdJMX6cMURea54g { width:30rem;height:1.375rem;top:10.1875rem;left:17.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgRt49eTEyiMwlivJTWTdE40SaKqvby { width:23.375rem;height:3.625rem;top:5.6875rem;left:23.187500953674rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDJJwTnlnq5NWrBvTmAqlrBz38546vnw { width:22.75rem;height:15.125rem;top:13.125rem;left:23.437500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8sAsi1EL9L0SahOLzdZnBnvTxdZpMoP { width:15.125rem;height:15.125rem;top:13.125rem;left:23.437500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFk0FP29sTKuMOIJmuPC2fTBMuVJCWC7 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6Rv9FO36bLaTZPwi2pU68fXbHpc9TBZ { width:4.5rem;height:3rem;top:15.4375rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb2infGPCySuWFTf8tqqflNOecT86s2v { width:2.75rem;height:1rem;top:40.875rem;left:23.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkGNnczrlBtinTQBSLz8Z8cD4fnDOHs2 { width:2.5625rem;height:;top:14.8125rem;left:1.0812497735024rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 { width:15.1875rem;height:;top:35.0625rem;left:0rem;font-size:1rem;display:none; }#ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 li:before{  }
 }@media only screen and (max-width: 763px) { #oPVlZtXA7QbqxinJ8kaxBOl9d7A12ZEU { width:20rem;height:1.25rem;top:33.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTgoIScsxqW0GiFs1lwIylQRJ8HtT0XJ { width:8.375rem;height:5.75rem;top:42.125rem;left:0rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVIBTGM6QI2rF3TCJD2zaHV5KcpcgBKs { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #awX7cnsFOAuKLt9b3eMM6kDJfJa5K49n { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2HB5a3xxBiLyi0zuXTMKdxRJ6tkh1U4 { width:14.125rem;height:;top:43.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAJnT4VTLLB4DBdV8sw2XL1HIJm20MX { width:18.9375rem;height:2.5625rem;top:48.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kn0kGIKZETbh30sv12xMoroAJmJziqfo { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHeqG34L8cnNnTGzKM4UtcH4TqrZkbrz { width:16.0625rem;height:2.5625rem;top:59.8125rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #ZOIT4IK5SbJChARl8wKx7bJt1NRn5dhQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Wt5HFvM5XoTgvR6qsxOabcEZXAie9b31 {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Z0rFBdkb1CzLWQ3MWQwJ1vJRHy4ShxVK {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #AVO7uF4CIBTFTUQWmeNdwNcJdmXhSHZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #OwHUqsia3pPG4szdRL152mPMHZlllc6W {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Am5HWwLJtVgl4KVTBKl4flbxOLK6EfIZ {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #z6e9Ha7wxy2nNfaraT3yezXE6pBu6hhn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #vzG1onrdA2MpKWReITixrAqhahZ12ZdU {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Gsc7Vsda2hKHpoNa1wOVcEXo07GHoti1 {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #X5ZPBUtUPeaL0Jrw5q0MDAxEbLxfCSqT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #opxhXwxm93fbglu7opikE1Hg2OwK4uAL {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #v4595sgUvc7UNe2RGgWpCIWd1NoApR8u {  }
 }@media only screen and (max-width: 763px) { #Sghiblm3lzfuRPnH12OgZtkDqFTBKmfT { width:;height:;top:11.375rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qem7VPWOTaNVQuTcFDPqapaqDP9hZZdh { width:8.4375rem;height:8.4375rem;top:12.25rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTTK2gG467FSwzvx1K8OB9IS3TyyqeH { width:4.625rem;height:1.375rem;top:14rem;left:42.593750953674rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzrr62WE84KlTKgJ73qGnL9RTQCuB8n5 { width:1.9375rem;height:0;top:15.5625rem;left:42.718750953674rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImnhULeuO6rU46Q3wGwB5mIvLgO4WsS9 { width:2.75rem;height:1.6875rem;top:16.5625rem;left:45rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0cGGhi1of1pEQfNUDAcFq2HDpS4VtH { width:1.9375rem;height:3rem;top:15.6875rem;left:41.000000953674rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU6O6EawhBSE1CdqDq6R3VQEEaizBIQT { width:17.5rem;height:0.8125rem;top:45.1875rem;left:23.500000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgaxrRkzPsXqPgPZriTh0ClZ4T7CtQ7U { width:;height:;top:43.5625rem;left:9.9124994277956rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2hpEqAJrFTX3nFniymBTDwhGwJuH9ET { width:20.4375rem;height:1.125rem;top:47rem;left:23.500000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7CRaFrtRak8uTnQzCLJmNuy084LXk7 { width:4.5rem;height:3rem;top:17.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMc3XA6f2hTFA1g958ZcqSAstZgCvOU2 { width:3rem;height:3rem;top:16.1875rem;left:0.97499996423719rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtbszsnLAwCtIXrLZxntu0AvcKXEsy2o { width:20.4375rem;height:1.125rem;top:47rem;left:23.500000953674rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTMxUB8lbMZS9E298dPd0eIKbaM4CXVv { width:6rem;height:11.5rem;top:44.8125rem;left:0rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 { width:14.3125rem;height:4.125rem;top:31.75rem;left:33.4375rem;font-size:0.875rem;display:block; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { display:block; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP74bt2GH0iFDNQ6ib8DhzVcmDifm6LN { width:0.125rem;height:18.75rem;top:4.6875rem;left:23.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcANBbLBb4t66R3x4ExlRFcUOVtCaOiu { width:31.125rem;height:4.875rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvX68iG9c4BnfoEa3Tz4i8h5iJxi3Hau { width:28.25rem;height:2.625rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UGzgV3RauDKy2zxpsbGXQp6OEPA3Zn { width:29.8125rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRS57HplBtcotbKW4W73bD35hiT79if { width:29.5rem;height:2.5625rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqKBZUBJTcOiRsAumVVwLpaXA1VSccf { width:29.5rem;height:1.25rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTOv8TyuTIyODSILgC5QOw5mk0uk5WRK { width:34.375rem;height:19.1875rem;top:4.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { display:block; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOv73ICiyCCzQFXWDE1T6lJ2325gnKFQ { width:47.75rem;height:6.25rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL { display:block; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsptATcrqoa343rcJdVWeVKMt4nyVcBZ { width:23rem;height:34.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkDVvWEl40a18NI1pdTEXCJJJ1zJSQZh { width:45.8125rem;height:27.75rem;top:2.8125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { display:block; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLDKKPwkJmuenHafc4r6zSUDfHrwN9of { width:27.4375rem;height:3.125rem;top:1.8125rem;left:10.156250953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6h0WUECcsauwqQPqhC8UGps4Av6989X { display:block; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCtTTio8RSaVsP7RduAhFnvv1BUfPTei { width:12.3125rem;height:12.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx3q5PmAdI4VandnBKKNa27cANUMxybh { width:12.3125rem;height:12.3125rem;top:1rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snkgRnHT9B2MdCrNBQ9ygnnmXMUdP45E { width:12.3125rem;height:12.3125rem;top:1rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOvudUUfPxQumobenbZfhryvFxBsfSFt { width:12.3125rem;height:12.3125rem;top:1rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNnuXLN1vO5TFarT6rc3MDNVrsA0E6CW { width:15.5625rem;height:1.1875rem;top:15.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThgHeSy5tf4Ttcd0JDWFJkTpGprRa6o { width:15.5625rem;height:2.375rem;top:15.5rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2npb6Gh35DiM0etaeBGau9iQkkB6Quq { width:15.5625rem;height:1.1875rem;top:15.5rem;left:20.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1QQvFtblFyAJKzUK1HlJ4AGzrw7ioE { width:15.5625rem;height:2.375rem;top:15.5rem;left:32.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAeviuChBgMo7XXBOwROFVsqF26RrW9m { display:block; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOlGpwx6T5x9BwFt0gOlZl5532BMM9VL { width:47.75rem;height:9.375rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { display:block; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko6cLcugg6AcElE0WOEvT4GNJarut2iC { width:12.875rem;height:1.1875rem;top:1.375rem;left:1.4992189407349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWbw5z1wTDE67bAFV7eiXrpBAQf4sh0 { width:14.6875rem;height:1.1875rem;top:1.375rem;left:16.468750953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQq88S2Q2PylJUW0lqrZvd67ZDPGRPUG { width:17.0625rem;height:1.1875rem;top:1.375rem;left:30.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3IuMzxw7hR7GGp3drpe2JT0Fwi4N45C { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:2.3429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKbvxZG3w7c53yWJsNBAZdWUASatuQzb { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:18.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdd5AQCoDasma4GeKafxHycxiRTR9c2 { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:34.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHr2XdFv9BM7S9uLOtISknf3fAM3hTOf { width:19.5625rem;height:3.875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8KHaoN20EhA8gZeBAK1ZCDdmzxViBG { width:19.5625rem;height:3.875rem;top:16.125rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3eP9ERBEmNsTE3PQiRMufFgesLiGfo { width:19.5625rem;height:3.875rem;top:16.125rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH0C6vz8KTQyX0Q0609D9A3ono2xN90 { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:2.3429689407349rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlRNTUcMyyLsNL7JH9q2CTBZEPoSAFxA { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:2.3429689407349rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHX618ISVrg1B4KgHA75XzOKNyMwepbm { width:34.6875rem;height:34.6875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA7bL4D6cWT8CBTgmZkNIfT7xxFL0Zab { width:34.6875rem;height:34.6875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { display:block; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq91XLomRHc2kPd7m2EcGGG8eDTqAv5L { width:47.75rem;height:1.75rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsRHh0U6if9ieHL1UhOmhtDyR5IJ0A5I { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxlWAm1wmmR9JsKPfU6Qq1NimR2KlTdK { width:44.125rem;height:1.5625rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv { display:block; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIKAVo0x9hdn0EVGFWKTgvI31bE7VGLD { width:14.5rem;height:1.25rem;top:2.875rem;left:4.5992193222046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0DWWeQwzg0INNGUuWGEKk6WCnexqfX { width:14.5rem;height:1.25rem;top:2.875rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aama7TVLtniQnhqdxwI5EOiLt00566Be { width:21.5625rem;height:21.5625rem;top:19.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEJLF4MmVIw8BFpueopLCPQux5rhKqU { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkJI4ur1EUncsOnyKTZ4ONw0Zy32FRBs { width:14.5rem;height:1.25rem;top:2.875rem;left:33.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3GfKgX3wUTzDAmcdb73DJciLrxTENAT { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXFoCNmIRDh5LVM6ScGUMM7hcV0OidZg { width:14.5rem;height:1.25rem;top:2.875rem;left:4.5992193222046rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT { display:block; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez9OCJKWoGDE11aHKLWg5tRt4ZMTRbRn { width:27.625rem;height:2.375rem;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8lOGvZsMXAWphQPuL7pJ9CTdqUMsCAZ { width:24.6875rem;height:2.375rem;top:4.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6XrN9teqzNEJu2H8h6UFFwX951UnyED { width:14.5rem;height:5.375rem;top:7.3125rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIadiQAnw1T3k073qk1Loix9XUR8JJyr { width:22.375rem;height:3.375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1wsGQEQZ2mNrqM16uXxQECyVVJ73rTQ { display:block; }
 }@media only screen and (max-width: 763px) { #T06cHzgo3b4EirGkXTlpDEgaXiPLvTL0 { width:20rem;height:5.9375rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntMW0S0PynPsCDfa2Qm4HOVadu8ai7KA { width:13.5625rem;height:1.1875rem;top:1.5625rem;left:34.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguVTLgW1DP9TXvJLdiknTXgrxcQVbBh { width:9.375rem;height:2.875rem;top:6.3125rem;left:38.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0IbEBCypz0RlzSdUPTx2BZV4ep9dyMn { width:14.9375rem;height:0.8125rem;top:9.5625rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb79NQdS54hhoDw5Li828MS6Jl3hHs7w { width:21.5625rem;height:21.5625rem;top:20.5625rem;left:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DybcXaZqgtOlIx9ULR3bycRknAk7x3hT { width:9.375rem;height:0;top:6.8125rem;left:38.375rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1DBxJBtbXUCqQyBhuTDZBZgbOOIDyiN { width:8.875rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { display:block; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ7M6HrZSBEMsWmrZg2mrMBcHxUJi6c5 { width:31.5rem;height:2.375rem;top:3.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2iy9Vd5r1ifrvTDqaTLdfOJnlwTEg3l { width:27.625rem;height:2.75rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZVFGyPh4VFpg32dGBIZJi1KNZG1vgdH { width:14.5rem;height:5.375rem;top:8.875rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skaJv1l7I1LK4g8NUzvLZB4Su1JBsJcL { width:32.25rem;height:0.9375rem;top:21.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0riCgCrdCgcLACS1uFm14sRFTeWAIH { width:13.1875rem;height:2.5rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2IshGGmmnJIZ9ZDmwhH4eBx3IDbD66 { width:15.3125rem;height:1.25rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZT10eU8BXoMcmNJCHkeZnvrSebLsLe { width:19.875rem;height:2.125rem;top:6.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5CtWf4nJaJFsBnpBpLL7nQFGW4vPt0h { width:27.875rem;height:1.5rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGaTs8RZngQtx6U4ot2OgIdkSmn7IgO { width:6.125rem;height:1.5rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKNO1Nffk6hR0l8pJShOvCK6OQXes8 { width:23.625rem;height:2.375rem;top:16.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifsHKZtsmQs3w3yac6q5975xTgSUb3c8 { width:27.9375rem;height:27.9375rem;top:3.0625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { display:block; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFH1BezHX1v39CpJtUH7ek6dIOGNPpHv { width:18.0625rem;height:9.0625rem;top:1.1875rem;left:14.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { display:block; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqSgZwa23G2G4aDSnHfVwNoksipI0mlv { width:47.5rem;height:64rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-regular-label { display:block;width:35.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-textarea { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-button { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-checkbox-label { width:34.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f  { width:35.375rem;height:auto;top:8.0625rem;left:4.9374990463257rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .radio-container { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f {display:block;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f { width:35.375rem;height:auto;top:8.0625rem;left:4.9374990463257rem; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #fdoPUMu1apa7T1Z96diPamddwAcTl19S {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #una1cuAaPDQvdkluBOEckz7kJPpMmAT6 { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LO6p4csv3DhZK8X4ptig7VpBvNKT0v2W {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #ntNy5n7m7Jme4OENZ0WWQnFJazBaah9h {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #tTsdPUIy5vNrRt01ua6IemV97aieQTyu { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #MGrqTgFqSdxMH6oRT838NFu80yqUQ8sG {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #cvmILfxqpIPLUnHUSGLlnxudrblcvkK3 {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #RxKFZqt45Bwz6VXnpRUNAR302qmugkQS { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #Mt9GGe04RPIgdTqel3ZgWlkdyg9L2M0k {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #NaFJcP0OCspqFw9SJQORlXwQ5gkEDvbN {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #KppOqOwyoHx1BLXgNFRUGznPLJ2rzZzb { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #opPAw6VBp0q1fGatUGgKzaDzS7dkktwy {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #P2BSGkQN0qaRXpcgQc47zzfL0cHdz66e {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #XUuJMF60EB2XZvlT7TAaTa6hQdA1zrGq { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #sd9zow40HEkBxG4Ci6glFzzXyfGVPuuK {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #K4c88GvQE6hx0zyVlSXgnDMTPi40quwS {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V4dsaZwOiTpkaVZ1VQwLWXW4xHrPLCsD { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LNl6DSeTdv7JcUI14dEf0TxMxggP2a91 {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #qzWFPc1C6lg0gE7QTfNqcr9Fku4sbNfx {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V5yv5ETzpMbM67d8UX8GMLbqN4Uq2MCK {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #bTw0XnqF03dwVlwxEFXWzU8usKs2Orvw {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #CIAhpXF0ESDdNOw28otQJVgyM9hk3xhC {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #EcA8vezhk8gopOJ3Eoq0VLuWPKVZbLOh {  }
 }@media only screen and (max-width: 763px) { #Gy6zx7xTtaiBki8lGXrUdT1CXlAdatv9 { width:2.75rem;height:2.75rem;top:43.4375rem;left:7.749218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnf7yfrtcVRyOKPwKF8hoM5tNOCZv4Ig { width:22.3125rem;height:3.125rem;top:4.375rem;left:12.718750953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { width:10.375rem;height:1.3125rem;top:52.125rem;left:24.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaFHm5atXFAfPs2s1fftHG9JEMJmeRM { width:12.3125rem;height:12.3125rem;top:50.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6VvknxpT02N3EyezKisDxUVSNrKAiC { width:15.5625rem;height:2.125rem;top:54.125rem;left:20.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { display:block; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHS8T4aa4KCqk5TTTFNbdxyQwWHi25dT { width:27.75rem;height:3.125rem;top:1.25rem;left:10.000000953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu { display:block; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt { display:flex;height:auto;width:27.8125rem;top:3.25rem;left:7.6624994277956rem; }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #z6TninWlDWJmEtUboHUtoKaBqisx3mqT {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #qrHAxseRKl6k8xhat8bbgxaSQatuw81q {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #NVs5285eeFwLnGQGIBvFcbVOsHditMdu {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 {  }
 }@media only screen and (max-width: 763px) { #W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { display:block; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9Wc6bfom6DVoT9oqCkPvJgS4LPp5hIm { width:47.75rem;height:0.875rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkn7Gh72dzQ0P0vg4ap53PyqbbXJOJeN { width:9.875rem;height:3.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9u0Ryyu8e8Cyr2kqB9DfIIDk6yLmhSN { width:1.625rem;height:0.625rem;top:27.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #veoNLAf7v4hd3ceV77JeEZrDkJrTqtVV { width:15.4375rem;height:5.8125rem;top:0.8125rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqM56K2ehPUFELB3BVL88Uq4m6HhMuq { width:6.8125rem;height:0;top:8.3125rem;left:6.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAkVE7U1FtHnfgfxESkrGlfmwuXHsJQC { width:6.0625rem;height:0;top:14.0625rem;left:6.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQ3A0KAxl6Ky6gZPtXTRJLXaduRzOOFD { width:12.8125rem;height:0;top:11.1875rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTVMTLRryxnzadpzbo3cD2iwrKvTzSQ2 { width:2.375rem;height:0;top:16.9375rem;left:8.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJoLOu4LS22wqApHWDdVc8D7Zyi8BKO8 { width:9.25rem;height:2.8125rem;top:20.8125rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcO2uzV3XNGQSdbi6od6EBRfeP7aGy2N { display:block; }
 }@media only screen and (max-width: 763px) { #RFG7DHiCrGFhRVWoJ1OvsEM8BzDgGZ8C { display:flex;width:1.9375rem;height:1.9375rem;top:21.25rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt { display:block; }#E9nm15ImzlMIkODt21dZhIAWFrJ0CmAt > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 { display:block; }#RpxQzRynNBKTd4lbFDh1pcoP53ud11o4 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwwKJiMNXMTpLIC9g0dwbnuWRA4zGvXu { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPlVXR1Q1Z7PnBGvhLDWeCkP2bmzuPz4 { width:18.75rem;height:1.1875rem;top:26.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { width:9.375rem;height:0;top:38.4375rem;left:1.25rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1DcDC0DNGMzth6by7y7zDs03c2TSLiH { width:2.75rem;height:0;top:37.4375rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCPmyVIZa353XRTRxlc8G9cH7WCKlGC0 { width:13.25rem;height:13.25rem;top:12.487501144409rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JWhItwy34pVBKhz4sU1TauUI93tNtl6K { width:13.75rem;height:2.5625rem;top:58.062501907349rem;left:2.5000000596046rem;font-size:1.0625rem;background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(133,119,79,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #uBJK7wV4tERTcOe2iJF0fsLSN3p9Npig { display:block; }
 }@media only screen and (max-width: 763px) { #zgp83otozGavHV4qSWPXqM3CZFUnGIAz { width:20rem;height:30.072727272727rem;top:12.83828163147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAVLmDOG8neaz89mCxdJMX6cMURea54g { width:20rem;height:2.75rem;top:8.3749985694887rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgRt49eTEyiMwlivJTWTdE40SaKqvby { width:20rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDJJwTnlnq5NWrBvTmAqlrBz38546vnw { width:20rem;height:13.25rem;top:12.375rem;left:0rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #w8sAsi1EL9L0SahOLzdZnBnvTxdZpMoP { width:20rem;height:20rem;top:12.375rem;left:0rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mFk0FP29sTKuMOIJmuPC2fTBMuVJCWC7 { top:13.5625rem;left:13.1875rem;width:5.625rem;height:5.625rem;z-index:15009;background-color:#d10000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R6Rv9FO36bLaTZPwi2pU68fXbHpc9TBZ { width:3rem;height:3rem;top:15.562500476837rem;left:13.687500536442rem;font-size:3rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pb2infGPCySuWFTf8tqqflNOecT86s2v { width:2.75rem;height:1rem;top:14.4375rem;left:16.1875rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BkGNnczrlBtinTQBSLz8Z8cD4fnDOHs2 { width:3.0625rem;height:0.875rem;top:14.5rem;left:14.4375rem;font-size:0.875rem;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 { width:15.1875rem;height:4.625rem;top:35.625rem;left:0rem;font-size:1rem;z-index:15004;display:block; }#ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 li:before{  }
 }@media only screen and (max-width: 763px) { #oPVlZtXA7QbqxinJ8kaxBOl9d7A12ZEU { width:14.125rem;height:1.625rem;top:33.1875rem;left:1.2500000596046rem;font-size:1.25rem;z-index:15004;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTgoIScsxqW0GiFs1lwIylQRJ8HtT0XJ { width:6rem;height:5.75rem;top:42.1875rem;left:4.5rem;font-size:5.75rem;z-index:15011;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #cVIBTGM6QI2rF3TCJD2zaHV5KcpcgBKs { top:39.362501144409rem;left:0rem;width:20rem;height:20rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #awX7cnsFOAuKLt9b3eMM6kDJfJa5K49n { top:40.987501144409rem;left:-0.074999988079069rem;width:20rem;height:1.4375rem;z-index:15012;background-color:#d10000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S2HB5a3xxBiLyi0zuXTMKdxRJ6tkh1U4 { width:14.125rem;height:1.4625rem;top:40.975008964539rem;left:5.8750000596046rem;font-size:1.125rem;z-index:15013;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BQAJnT4VTLLB4DBdV8sw2XL1HIJm20MX { width:16.25rem;height:1.05625rem;top:47.925001144409rem;left:1.2500000596046rem;font-size:0.8125rem;z-index:15014;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#1e1e1e;font-family:archivo;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Kn0kGIKZETbh30sv12xMoroAJmJziqfo { top:61.9375rem;left:0rem;width:20rem;height:1.4375rem;z-index:15013;background-color:rgba(119,119,119,0.21);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JHeqG34L8cnNnTGzKM4UtcH4TqrZkbrz { width:20rem;height:0.89375rem;top:62.1875rem;left:0rem;font-size:0.6875rem;z-index:15015;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#1e1e1e;font-family:archivo;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-number { padding-top:0.37875rem;padding-right:0.330625rem;padding-bottom:0.37875rem;padding-left:0.330625rem;width:1.983125rem;min-width:1.983125rem;height:2.03625rem;font-size:1.515rem;line-height:32.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.644375rem;height:0.805rem;font-size:0.568125rem;line-height:12.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FoKptRAiZTlervgWDtXiwvP6gE9T26gh { display:flex;top:49.611721038818rem;left:1.6203125119209rem;width:14.5625rem;height:3.83515625rem;z-index:15016;padding-top:0.47375rem;padding-right:0.4725rem;padding-bottom:0.47375rem;padding-left:0.4725rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #ZOIT4IK5SbJChARl8wKx7bJt1NRn5dhQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Wt5HFvM5XoTgvR6qsxOabcEZXAie9b31 {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Z0rFBdkb1CzLWQ3MWQwJ1vJRHy4ShxVK {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #AVO7uF4CIBTFTUQWmeNdwNcJdmXhSHZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #OwHUqsia3pPG4szdRL152mPMHZlllc6W {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Am5HWwLJtVgl4KVTBKl4flbxOLK6EfIZ {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #z6e9Ha7wxy2nNfaraT3yezXE6pBu6hhn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #vzG1onrdA2MpKWReITixrAqhahZ12ZdU {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #Gsc7Vsda2hKHpoNa1wOVcEXo07GHoti1 {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #X5ZPBUtUPeaL0Jrw5q0MDAxEbLxfCSqT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #opxhXwxm93fbglu7opikE1Hg2OwK4uAL {  }
 }@media only screen and (max-width: 763px) { #FoKptRAiZTlervgWDtXiwvP6gE9T26gh #v4595sgUvc7UNe2RGgWpCIWd1NoApR8u {  }
 }@media only screen and (max-width: 763px) { #Sghiblm3lzfuRPnH12OgZtkDqFTBKmfT { top:62.5625rem;left:7.1875rem;width:5.625rem;height:5.625rem;z-index:15009;background-color:#d10000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Qem7VPWOTaNVQuTcFDPqapaqDP9hZZdh { width:8.4375rem;height:8.4375rem;top:69.4375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVTTK2gG467FSwzvx1K8OB9IS3TyyqeH { width:4.625rem;height:0;top:65.812502026556rem;left:7.0625000596044rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzrr62WE84KlTKgJ73qGnL9RTQCuB8n5 { width:4.625rem;height:0;top:66.5rem;left:4.3875045776367rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImnhULeuO6rU46Q3wGwB5mIvLgO4WsS9 { width:2.75rem;height:0;top:82.375002980231rem;left:8.625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK0cGGhi1of1pEQfNUDAcFq2HDpS4VtH { width:1.9375rem;height:0;top:79.125002980231rem;left:9rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU6O6EawhBSE1CdqDq6R3VQEEaizBIQT { width:17.5rem;height:0;top:65.25rem;left:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgaxrRkzPsXqPgPZriTh0ClZ4T7CtQ7U { top:62.5625rem;left:0rem;width:20rem;height:1.4375rem;z-index:15013;background-color:rgba(119,119,119,0.21);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #R2hpEqAJrFTX3nFniymBTDwhGwJuH9ET { width:20rem;height:0;top:65.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #et7CRaFrtRak8uTnQzCLJmNuy084LXk7 { width:1.875rem;height:1.375rem;top:16.612499713897rem;left:16.624999582768rem;font-size:1.375rem;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMc3XA6f2hTFA1g958ZcqSAstZgCvOU2 { width:1.1875rem;height:1.9375rem;top:14.968750476837rem;left:12.612499773503rem;font-size:1.9375rem;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KtbszsnLAwCtIXrLZxntu0AvcKXEsy2o { width:14.8125rem;height:0.8125rem;top:1rem;left:0rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TTMxUB8lbMZS9E298dPd0eIKbaM4CXVv { width:6rem;height:2.875rem;top:44.3125rem;left:9.6875rem;font-size:2.875rem;z-index:15012;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 { width:5.125rem;height:0;top:64.625rem;left:7.4375rem;font-size:1.1875rem;display:none; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { display:block; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP74bt2GH0iFDNQ6ib8DhzVcmDifm6LN { width:0.125rem;height:18.75rem;top:24.075rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcANBbLBb4t66R3x4ExlRFcUOVtCaOiu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvX68iG9c4BnfoEa3Tz4i8h5iJxi3Hau { width:20rem;height:3.9rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UGzgV3RauDKy2zxpsbGXQp6OEPA3Zn { width:20rem;height:2.6rem;top:12.525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRS57HplBtcotbKW4W73bD35hiT79if { width:20rem;height:2.6rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqKBZUBJTcOiRsAumVVwLpaXA1VSccf { width:20rem;height:2.6rem;top:20.225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTOv8TyuTIyODSILgC5QOw5mk0uk5WRK { height:11.163636363636rem;width:20rem;top:25.574999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { display:block; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOv73ICiyCCzQFXWDE1T6lJ2325gnKFQ { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL { display:block; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsptATcrqoa343rcJdVWeVKMt4nyVcBZ { width:20rem;height:30.2171875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkDVvWEl40a18NI1pdTEXCJJJ1zJSQZh { width:20rem;height:51.1875rem;top:32.7171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { display:block; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLDKKPwkJmuenHafc4r6zSUDfHrwN9of { width:13.75rem;height:1.5625rem;top:1.09375rem;left:3.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6h0WUECcsauwqQPqhC8UGps4Av6989X { display:block; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCtTTio8RSaVsP7RduAhFnvv1BUfPTei { width:12.3125rem;height:12.3125rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx3q5PmAdI4VandnBKKNa27cANUMxybh { width:12.3125rem;height:12.3125rem;top:17.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snkgRnHT9B2MdCrNBQ9ygnnmXMUdP45E { width:12.3125rem;height:12.3125rem;top:34.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOvudUUfPxQumobenbZfhryvFxBsfSFt { width:12.3125rem;height:12.3125rem;top:50.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNnuXLN1vO5TFarT6rc3MDNVrsA0E6CW { width:15.5625rem;height:1.1875rem;top:14.8125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThgHeSy5tf4Ttcd0JDWFJkTpGprRa6o { width:15.5625rem;height:2.375rem;top:30.8125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2npb6Gh35DiM0etaeBGau9iQkkB6Quq { width:15.5625rem;height:1.1875rem;top:48rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1QQvFtblFyAJKzUK1HlJ4AGzrw7ioE { width:15.5625rem;height:2.375rem;top:64rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAeviuChBgMo7XXBOwROFVsqF26RrW9m { display:block; }#BAeviuChBgMo7XXBOwROFVsqF26RrW9m > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOlGpwx6T5x9BwFt0gOlZl5532BMM9VL { width:20rem;height:7.8125rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { display:block; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko6cLcugg6AcElE0WOEvT4GNJarut2iC { width:12.875rem;height:1.1875rem;top:1.125rem;left:3.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWbw5z1wTDE67bAFV7eiXrpBAQf4sh0 { width:14.6875rem;height:1.1875rem;top:23.9375rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQq88S2Q2PylJUW0lqrZvd67ZDPGRPUG { width:16.0625rem;height:1.1875rem;top:46.312501907349rem;left:1.9687500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3IuMzxw7hR7GGp3drpe2JT0Fwi4N45C { width:11.75rem;height:11.75rem;top:3rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKbvxZG3w7c53yWJsNBAZdWUASatuQzb { width:11.1875rem;height:11.1875rem;top:24.549218654633rem;left:4.4062500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJdd5AQCoDasma4GeKafxHycxiRTR9c2 { width:11.1875rem;height:11.1875rem;top:3.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHr2XdFv9BM7S9uLOtISknf3fAM3hTOf { width:19.5625rem;height:3.9rem;top:15.811718940735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8KHaoN20EhA8gZeBAK1ZCDdmzxViBG { width:19.5625rem;height:3.9rem;top:38.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3eP9ERBEmNsTE3PQiRMufFgesLiGfo { width:19.5625rem;height:3.9rem;top:61.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH0C6vz8KTQyX0Q0609D9A3ono2xN90 { width:11.75rem;height:11.75rem;top:26rem;left:4.125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KlRNTUcMyyLsNL7JH9q2CTBZEPoSAFxA { width:11.75rem;height:11.75rem;top:48.25rem;left:4.1250000596046rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BHX618ISVrg1B4KgHA75XzOKNyMwepbm { width:20rem;height:20rem;top:72.436719894406rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uA7bL4D6cWT8CBTgmZkNIfT7xxFL0Zab { width:20rem;height:20rem;top:92.435939788819rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { display:block; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq91XLomRHc2kPd7m2EcGGG8eDTqAv5L { width:20rem;height:4.6875rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsRHh0U6if9ieHL1UhOmhtDyR5IJ0A5I { top:12.399999260903rem;left:0rem;width:20rem;height:20rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dxlWAm1wmmR9JsKPfU6Qq1NimR2KlTdK { width:20rem;height:1.25rem;top:7.25rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv { display:block; }#eWIhV9TDQ3yBDKLNEsw203bvao0Nwabv > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIKAVo0x9hdn0EVGFWKTgvI31bE7VGLD { width:14.5rem;height:0;top:1.25rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk0DWWeQwzg0INNGUuWGEKk6WCnexqfX { width:14.5rem;height:0;top:3.75rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aama7TVLtniQnhqdxwI5EOiLt00566Be { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMEJLF4MmVIw8BFpueopLCPQux5rhKqU { top:13.5625rem;left:0rem;width:20rem;height:20rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nkJI4ur1EUncsOnyKTZ4ONw0Zy32FRBs { width:10.9375rem;height:0.975rem;top:20.075000762939rem;left:8.3750005364419rem;font-size:0.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #m3GfKgX3wUTzDAmcdb73DJciLrxTENAT { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aXFoCNmIRDh5LVM6ScGUMM7hcV0OidZg { width:10.75rem;height:0.975rem;top:6.5rem;left:8.4687505364419rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT { display:block; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez9OCJKWoGDE11aHKLWg5tRt4ZMTRbRn { width:20rem;height:4rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8lOGvZsMXAWphQPuL7pJ9CTdqUMsCAZ { width:20rem;height:0;top:6.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W6XrN9teqzNEJu2H8h6UFFwX951UnyED { width:12.0625rem;height:4.25rem;top:11.287500763312rem;left:3.9687500596046rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIadiQAnw1T3k073qk1Loix9XUR8JJyr { width:15.125rem;height:2.625rem;top:33.662500858307rem;left:2.4375000596046rem;font-size:0.9375rem;background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(133,119,79,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #I1wsGQEQZ2mNrqM16uXxQECyVVJ73rTQ { display:block; }
 }@media only screen and (max-width: 763px) { #T06cHzgo3b4EirGkXTlpDEgaXiPLvTL0 { width:20rem;height:5.9375rem;top:5.3500003814697rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ntMW0S0PynPsCDfa2Qm4HOVadu8ai7KA { width:13.5625rem;height:1.1875rem;top:18.781250381843rem;left:3.2187500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bguVTLgW1DP9TXvJLdiknTXgrxcQVbBh { width:9.375rem;height:2rem;top:24.5rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0IbEBCypz0RlzSdUPTx2BZV4ep9dyMn { width:14.9375rem;height:auto;top:9.5625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nb79NQdS54hhoDw5Li828MS6Jl3hHs7w { width:20rem;height:20rem;top:16.337500000373rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DybcXaZqgtOlIx9ULR3bycRknAk7x3hT { width:9.375rem;height:2.625rem;top:24.187500476837rem;left:5.3125000596046rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #i1DBxJBtbXUCqQyBhuTDZBZgbOOIDyiN { width:8.875rem;height:1.5rem;top:26.812500476837rem;left:5.5625000596046rem;font-size:0.75rem;z-index:15009;color:#1e1e1e;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { display:block; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ7M6HrZSBEMsWmrZg2mrMBcHxUJi6c5 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2iy9Vd5r1ifrvTDqaTLdfOJnlwTEg3l { width:19.875rem;height:0;top:6.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dZVFGyPh4VFpg32dGBIZJi1KNZG1vgdH { width:14.5625rem;height:4.9375rem;top:9.6875rem;left:2.7187500596046rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skaJv1l7I1LK4g8NUzvLZB4Su1JBsJcL { width:19.375rem;height:0.75rem;top:27.468750715256rem;left:0.31171876192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gk0riCgCrdCgcLACS1uFm14sRFTeWAIH { width:9.6875rem;height:2rem;top:17.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cn2IshGGmmnJIZ9ZDmwhH4eBx3IDbD66 { width:11.1875rem;height:1rem;top:17.4375rem;left:8.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #quZT10eU8BXoMcmNJCHkeZnvrSebLsLe { width:19.875rem;height:2.125rem;top:6.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X5CtWf4nJaJFsBnpBpLL7nQFGW4vPt0h { width:20rem;height:1.5rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGaTs8RZngQtx6U4ot2OgIdkSmn7IgO { width:6.125rem;height:1.5rem;top:25.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKNO1Nffk6hR0l8pJShOvCK6OQXes8 { width:20rem;height:2rem;top:22.375000715256rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifsHKZtsmQs3w3yac6q5975xTgSUb3c8 { width:20rem;height:20rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { display:block; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFH1BezHX1v39CpJtUH7ek6dIOGNPpHv { width:18.0625rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { display:block; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqSgZwa23G2G4aDSnHfVwNoksipI0mlv { width:19.75rem;height:64rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.5rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f  { width:17.5rem;height:auto;top:6.0625rem;left:0rem; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DtDabgAWhu58Fh49yhp276C9OWqwQa6f {display:block;}#DtDabgAWhu58Fh49yhp276C9OWqwQa6f { width:17.5rem;height:auto;top:6.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #fdoPUMu1apa7T1Z96diPamddwAcTl19S {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #una1cuAaPDQvdkluBOEckz7kJPpMmAT6 { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LO6p4csv3DhZK8X4ptig7VpBvNKT0v2W {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #ntNy5n7m7Jme4OENZ0WWQnFJazBaah9h {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #tTsdPUIy5vNrRt01ua6IemV97aieQTyu { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #MGrqTgFqSdxMH6oRT838NFu80yqUQ8sG {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #cvmILfxqpIPLUnHUSGLlnxudrblcvkK3 {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #RxKFZqt45Bwz6VXnpRUNAR302qmugkQS { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #Mt9GGe04RPIgdTqel3ZgWlkdyg9L2M0k {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #NaFJcP0OCspqFw9SJQORlXwQ5gkEDvbN {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #KppOqOwyoHx1BLXgNFRUGznPLJ2rzZzb { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #opPAw6VBp0q1fGatUGgKzaDzS7dkktwy {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #P2BSGkQN0qaRXpcgQc47zzfL0cHdz66e {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #XUuJMF60EB2XZvlT7TAaTa6hQdA1zrGq { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #sd9zow40HEkBxG4Ci6glFzzXyfGVPuuK {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #K4c88GvQE6hx0zyVlSXgnDMTPi40quwS {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V4dsaZwOiTpkaVZ1VQwLWXW4xHrPLCsD { display:block; }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #LNl6DSeTdv7JcUI14dEf0TxMxggP2a91 {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #qzWFPc1C6lg0gE7QTfNqcr9Fku4sbNfx {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #V5yv5ETzpMbM67d8UX8GMLbqN4Uq2MCK {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #bTw0XnqF03dwVlwxEFXWzU8usKs2Orvw {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #CIAhpXF0ESDdNOw28otQJVgyM9hk3xhC {  }
 }@media only screen and (max-width: 763px) { #DtDabgAWhu58Fh49yhp276C9OWqwQa6f #EcA8vezhk8gopOJ3Eoq0VLuWPKVZbLOh {  }
 }@media only screen and (max-width: 763px) { #Gy6zx7xTtaiBki8lGXrUdT1CXlAdatv9 { display:flex;width:1.8125rem;height:1.8125rem;top:43.025001525879rem;left:1.7062500119209rem; }
 }@media only screen and (max-width: 763px) { #gnf7yfrtcVRyOKPwKF8hoM5tNOCZv4Ig { width:11.6875rem;height:1.5625rem;top:2.6851563453674rem;left:4.1562500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { width:10.375rem;height:1.3125rem;top:47.937500953674rem;left:5.5179687142372rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaFHm5atXFAfPs2s1fftHG9JEMJmeRM { width:12.3125rem;height:12.3125rem;top:52.000000953674rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6VvknxpT02N3EyezKisDxUVSNrKAiC { width:15.5625rem;height:1.75rem;top:49.250000953674rem;left:2.2187500596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { display:block; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHS8T4aa4KCqk5TTTFNbdxyQwWHi25dT { width:14.5rem;height:1.5625rem;top:2.0625rem;left:2.7500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu { display:block; }#UBILftfJQxAXElKsT4ZTJ0HEzC1WsdXu > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt { display:flex;height:auto;width:17.5rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #z6TninWlDWJmEtUboHUtoKaBqisx3mqT {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #qrHAxseRKl6k8xhat8bbgxaSQatuw81q {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #NVs5285eeFwLnGQGIBvFcbVOsHditMdu {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
 }@media only screen and (max-width: 763px) { #lgbvfWDHBegQPbOaGPhDaqlrOFn6lyDt #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 {  }
 }@media only screen and (max-width: 763px) { #W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { display:block; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m { background-color: transparent; background-image: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container > .video-iframe-container { display: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row > .video-iframe-container { display: none; }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .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); }#W2OVWSehbW9763XW6Cr0GdreKUMe9R4m > .row .container { width:20rem;height:12.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9Wc6bfom6DVoT9oqCkPvJgS4LPp5hIm { width:20rem;height:2.625rem;top:7.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #Rkn7Gh72dzQ0P0vg4ap53PyqbbXJOJeN { width:14.9375rem;height:5.8125rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
 }