.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#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:none; }#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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 { 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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #FrGODrIhQ4NEm7gE0TyMPcn5IIeQ0bpx { display:flex;position:relative;top:0rem;left:0rem; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #GImq78DIf7anzIw0kE6U2ouxeKRRwUxi { width:auto; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #g0ENPiqQ1PzoZt0g0WRXHsw7RfDCTxkC {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bIA6a7zlmw03T7dw59Z68RL9MFoFd9CZ { display:flex;position:relative;top:0rem;left:0rem; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #qGPgUiXmJz4XdgHlmEhZ7ConzgyTM7Vb {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #M6MZxazVspORTP8QfxeUXbFKN2ov6N94 {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #NDhoiTChh71T412cMcaUBKlMUznBZLxi { display:flex;position:relative;top:0rem;left:0rem; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #KIWB8FyynwFxeTlcByEn7hBxiwNV3Bzq {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bywp4cmLDL2ligdpX8ur0O8ppQ6O3RJ3 {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #EabWhIZsx5JgWso2c1NZePdOx8AzFuMA { display:flex;position:relative;top:0rem;left:0rem; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #IXGFlsK3xonaxCJHGR5EBD6O2krbIVQ1 {  }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #lFJJTmaTGGpH8oBR2WIUZJKLC1vBWe6B {  }
#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:47.0625rem;width:75rem;position:relative;display:block; }#OwwKJiMNXMTpLIC9g0dwbnuWRA4zGvXu { color:#fa0000;display:block;width:28.125rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.25rem;left:33.1875rem;height:9.75rem;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:18rem;left:33.1875rem;height:1.1875rem;font-style:normal;display:block; }
#dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { color:#d21f1b;display:block;width:13.875rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:31.25rem;left:33.1875rem;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:28.6875rem;left:33.1875rem;height:1rem;font-style:normal;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:38.1875rem;left:33.1875rem;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:45.125rem;width:29.9375rem;top:1.875rem;left:1.109375rem;overflow:hidden;display:block; }
#FAVLmDOG8neaz89mCxdJMX6cMURea54g { color:#1e1e1e;display:block;width:30rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:15.125rem;left:33.1875rem;height:1.3125rem;display:block; }
#pFgRt49eTEyiMwlivJTWTdE40SaKqvby { color:#1e1e1e;display:block;width:33.875rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.9375rem;left:33.1875rem;height:6.525rem;font-style:normal;display:block; }
#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:10.0625rem;width:10.0625rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;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; }
#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; }
#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; }
#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:36.75rem;left:33.1875rem;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:1.3125rem;left:33.1875rem;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:22.25rem;left:33.1875rem;height:4.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
#s6Lmv6LOQM71VDN3i3LvkkFD1SO50UB9 { color:#1e1e1e;display:block;width:3.4375rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:4.5250000953674rem;left:5.7210931777954rem;height:1.25rem;display:block; }
#h6OiiJ4SCDuG9J9zKSDTRXIlDaeQViWZ { color:#fa0000;display:block;width:6.3125rem;position:absolute;font-family:"amazon font semibold";font-size:6.0625rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:5.1625003814697rem;left:2.734375rem;height:6.0625rem;display:block; }
#GDD8XtXGdTwf6OkW0VHTAxoE7JT6qqHd { color:#1e1e1e;display:block;width:6.8125rem;position:absolute;font-family:archivo;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:5.9250001907349rem;left:4.03125rem;height:1.875rem;font-style:normal;display:block; }
#RGE2x7XR8TsQrsRGsJbZrNrivM83kUGz { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:archivo;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.46875rem;left:1.25rem;height:2.1875rem;font-style:normal;display:none; }
#vdSR7moyJMB8GSTAMbbLsqkxz88V36A6 { color:#fa0000;display:block;width:16.75rem;position:absolute;font-family:"amazon font semibold";font-size:6.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:6.1875rem;left:1.0625rem;height:6.125rem;display:none; }
#W5daVI8soUfkGsVc7TRlKZGP29MPWOO2 { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:archivo;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.46875rem;left:1.25rem;height:2.1875rem;font-style:normal;display:none; }
#meox5eoIWCMCAx2D1C8gg488MwVvfsBQ { color:#1e1e1e;display:block;width:6.5rem;position:absolute;font-family:archivo;font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:29.9375rem;left:33.1875rem;height:1.6875rem;font-style:normal;display:block; }
#TZbo3VQgnu3H8Hw6vms2RQB8rLsCVSbl { 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; }
#PdFsnPTUJuRZTdIAFl66Os3Ixo61zqB4 { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:archivo;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:4.46875rem;left:1.25rem;height:2.1875rem;font-style:normal;display:none; }
#c7pmCBEhrNmN39t8tM7uyN2TqTRg5rVa { color:#1e1e1e;display:block;width:19.5rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:16.987501144409rem;left:40.062500953674rem;height:1.375rem;display:none; }
#EHr5pWO1ADcRbgZ0KwmtzGDv2XCBgghC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.272657394409rem;left:40.937500953674rem;display:none; }
#qm0VXHMPWa68WJ59b0WOBvM4G2agRXus { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:20.5rem;left:33.1875rem;height:1rem;font-style:normal;display:block; }
#nci38f7m7yEqGNNKNA2UgnKF7oEGIdTR { 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:64rem;width:64rem;display:none; }
#bOmKWts92iKfefTiT7TdFov4XIGwrkue { 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:75rem;width:75rem;display:none; }
#HncrflvuiHKTLuKTyEbA5xpiNyPFWgLt { 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; }
#p4Up8gIX0BWqU0nbZ0Q5X7T7bONAKlWm { color:#1e1e1e;display:block;width:30rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:15.125rem;left:33.1875rem;height:1.3125rem;display:none; }
#IdgvMi3pU5qlODvf07Ebulmn8hmGegmN { 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:75rem;width:75rem;display:none; }
#zHHoFUAKglP1EQzATUySVR9m5rrbFRoy { 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:75rem;width:75rem;display:none; }
#CueWf9x9ZbTX6iqVCb6rrLMawgxCs01h { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HdTXBOTMTDNedhumN9r2V1ctdvKW6G3k { color:#1e1e1e;display:block;width:30rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:15.125rem;left:33.1875rem;height:1.3125rem;display:none; }
#BvqPrN7QH5fwJt2DFTCWsuBz6TzDq304 { color:#1e1e1e;display:block;width:33.875rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.9375rem;left:33.1875rem;height:6.525rem;font-style:normal;display:none; }
#doA7qX7b2z2X8B8T2GO2Tshkb6LVNiKk { color:#1e1e1e;display:block;width:33.875rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.9375rem;left:33.1875rem;height:6.525rem;font-style:normal;display:none; }
#nh2TBHL669AoNQze71x9kRwkhhRb8NQ2 { color:#1e1e1e;display:block;width:33.875rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.9375rem;left:33.1875rem;height:6.525rem;font-style:normal;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; }
#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; }
#Cu6nor0WtGu2uNQT5vnGf4AL4BpnTqMq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:0.63046884536744rem;left:0rem;overflow:hidden;display:block; }
#xvD0Dbm2mdTHJnNPlz7rttxKkn0JhtV2 { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:archivo;font-size:2.8125rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:7.75rem;left:3.15625rem;height:2.8125rem;font-style:normal;display:block; }
#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi { border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;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; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container { background-color: transparent; background-image: none; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container > .video-iframe-container { display: none; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row > .video-iframe-container { display: none; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .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); }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container { border-width: 0; border-radius: 0; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container { font-size:0.875rem;font-family:arial;height:7.1375rem;width:75rem;position:relative;display:block; }#Uw9TsOnhdyCDoGfOJMwfXGyXXqUyTClt { color:#ffffff;display:block;width:74.5625rem;position:absolute;font-family:"amazon font semibold";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.1867179870606rem;left:0.093750953674319rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#LBVGJyXZlr92ZzDleMIShqaBfMpv8ycf { color:#ffffff;display:block;width:74.5625rem;position:absolute;font-family:"amazon font semibold";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.1867179870606rem;left:0.093750953674319rem;height:2.8125rem;text-align:center;text-align-last:center;display:none; }
#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { position:relative;display:none; }#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:none; }#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:76.3125rem;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:68rem;width:62.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.98046875rem;left:6.4351568222044rem;border-top:0.3125rem dashed rgba(17,114,36,0.99);border-left:0.3125rem dashed rgba(17,114,36,0.99);border-right:0.3125rem dashed rgba(17,114,36,0.99);border-bottom:0.3125rem dashed rgba(17,114,36,0.99);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.828906059265rem;top:11.623435974121rem;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.828906059265rem;top:11.623435974121rem;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:47.08749961853rem;left:22.061718940735rem; }
#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.7484397888184rem;left:26.343750953674rem;height:6.25rem;display:block; }
#tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { color:#9a9b9b;display:block;width:7.8125rem;position:absolute;font-family:"amazon font semibold";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:57.374218940735rem;left:37.893750190735rem;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:9.1875rem;width:12.3125rem;top:53.437500953674rem;left:20.499999046326rem;overflow:hidden;display:block; }
#HX6VvknxpT02N3EyezKisDxUVSNrKAiC { color:#9a9b9b;display:block;width:16.375rem;position:absolute;font-family:"amazon font semibold";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:58.68593788147rem;left:34.375000953674rem;height:1.75rem;display:block; }
#FZTrIZRaJKlJwX2CSJVo5NQy4t0Eabtt { color:#9a9b9b;display:block;width:59.5625rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:66.524999618531rem;left:7.9859380722044rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#r5ltiLbavzn5Mtc4kBLLR12K2mJHNNIP { color:#9a9b9b;display:block;width:59.5625rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:9.29843711853rem;left:7.717968940735rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { border-top:0.125rem solid rgba(30,30,30,0.18);border-left:0.125rem solid rgba(30,30,30,0.18);border-right:0.125rem solid rgba(30,30,30,0.18);border-bottom:0.125rem solid rgba(30,30,30,0.18);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; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container { font-size:0.875rem;font-family:arial;height:28.9875rem;width:75rem;position:relative;display:block; }#xP74bt2GH0iFDNQ6ib8DhzVcmDifm6LN { box-sizing:content-box;height:23.1875rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:4.7484436035156rem;left:37.375000953674rem;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:29.8125rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.6875rem;height:3.9rem;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:10rem;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:17.125rem;left:3.6875rem;height:3.9rem;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:21.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; }
#kk593aXoRAwIREgFCd4TDMa782UGwBoP { position:absolute;display:block;z-index:15008;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.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5rem;width:31.8125rem;top:3.375rem;left:40.63692126161rem;overflow:hidden;display:block; }
#R8eft1EOPEvqCWCVyON5rRTVxRSNMOX1 { 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:59.625rem;left:41.75rem;display:none; }
#rwS7sK8SN6ePLDAU5mTBGEL52Mm1MbXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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-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: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 { 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; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEkNiJTS6fTt9MuCozzEcLrIHyD7piHL > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;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-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.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;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:24.8625rem;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; }
#bwzRHXURvJawBOmnGquSdzs6T7zg7Lkl { 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:15006;text-align:center;text-align-last:center;top:32.686719894409rem;left:42.162499427796rem;display:block; }
#EwoZdJ42thPv2SzpKbbrETpaNiUMtvQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 { border-top:0.1875rem solid rgba(0,0,0,0.15);border-left:0.1875rem solid rgba(0,0,0,0.15);border-right:0.1875rem solid rgba(0,0,0,0.15);border-bottom:0.125rem solid rgba(0,0,0,0.18);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; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#me4ZVrhKKkNa35cSyGLAGTELHnZEtXL5 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;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:6.25rem;display:block; }
#p6h0WUECcsauwqQPqhC8UGps4Av6989X { border-top:0rem solid #1e1e1e;border-left:0rem solid #1e1e1e;border-right:0rem solid #1e1e1e;border-bottom:0.125rem solid rgba(30,30,30,0.18);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; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6h0WUECcsauwqQPqhC8UGps4Av6989X > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;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:17rem;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:62.5625rem;position:absolute;font-family:archivo;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6.7156257629394rem;left:5.62890625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#AuCN9B1GZTE2bmKlH1hoqwTOiaB22pJP { color:#1e1e1e;display:block;width:68.4375rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.0242195129394rem;left:3.28125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { 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; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;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.199999809265rem;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:16.9375rem;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:29.031250953674rem;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:21rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.137500762939rem;left:52.568749427796rem;height:5.2rem;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; }
#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { 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; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row > .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 { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;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; }
#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 { position:relative;display:block; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 { background-color: transparent; background-image: none; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row .container > .video-iframe-container { display: none; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row > .video-iframe-container { display: none; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .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); }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 { border-width: 0; border-radius: 0; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .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; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .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; }#oq8ASxdBzRIwKcF5kurhlKSEbybKKrJq { position:absolute;display:block;z-index:15035;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.375rem;width:3.375rem;top:2rem;left:7.0625rem;overflow:hidden;display:block; }
#bffv1Wue13czmmNBctGLi4GPrpfzxZyX { color:#1e1e1e;display:block;width:5.5rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1;letter-spacing:0;top:2.6125001907349rem;left:10.874218940735rem;height:1.0625rem;display:block; }
#oWW0SBGyXGFcHi8lHeUsumh9XyNMXiyv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:3.75rem;left:10.8125rem; }
#ZnJK764UqIB1UppFfEQrRGd4yNZ3uOrc { color:rgba(30,30,30,0.36);display:block;width:3.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:3.9875011444092rem;left:18.186718940735rem;height:0.8125rem;font-style:normal;display:block; }
#GTCt6lSMaOxyTn1D8drk55vSULc2hxXO { color:#1e1e1e;display:block;width:7.4375rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:5.4375rem;left:11rem;height:0.875rem;font-style:normal;display:block; }
#FtFD9UJZQZEuOBxlGTIphmDaVTwqyLZC { color:#1e1e1e;display:block;width:19.0625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:6.875rem;left:11rem;height:6.375rem;display:block; }
#vXuvBTczm6WOTUT9RDqizh5xWtCBxyuB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:3.75rem;left:12.1875rem; }
#J8xzgEaIJw23dVEV7FayIb0v3OTyeTh6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.75rem;left:13.5625rem; }
#PgK9JfuufwDg7OMCC87xT0oDR1xeJh4L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3.8125rem;left:14.9375rem; }
#t7LBrFBsJkticBRgzTCs9xnr9CUl9MZ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.8125rem;left:16.375rem; }
#HpyB9HJUoebB1OzN1FCAOzJOr0CkTf43 { position:absolute;display:block;z-index:15027;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.375rem;width:3.375rem;top:2rem;left:41.875000953674rem;overflow:hidden;display:block; }
#QddaX4SJHS6Ut5aN8buPutT7EfEVqbdA { color:#1e1e1e;display:block;width:6.5625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:2.65625rem;left:45.875000953674rem;height:1.0625rem;display:block; }
#t76rdEMHZmftiPJmDNXhWND1TWibQlpP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.875rem;left:45.8125rem; }
#DFsEuaMctHJfRUrediIc4NWZPQyuuKZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.875rem;left:47.25rem; }
#pXmZFp8vZEsBt6VnNEy89MBtUpBroOrJ { color:#1e1e1e;display:block;width:11.6875rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:5.5625rem;left:45.937500953674rem;height:0.875rem;font-style:normal;display:block; }
#lO3V1XsWuyntcNF56ShiTOEvrWGN5ZcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.875rem;left:48.75rem; }
#ey1TgkcfcSZyy2sLkmnkUR3MwztmD2w2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.875rem;left:50.25rem; }
#ROwuNshCEw3eAroyu8HObq2xeZmnoNl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.875rem;left:51.75rem; }
#g3Q5k8hfU1iQaBXsUSnWlLbvTw0b8OpT { color:rgba(30,30,30,0.36);display:block;width:5.8125rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:4.125rem;left:53.625rem;height:0.8125rem;font-style:normal;display:block; }
#WDyCGuNWMmIBAh1m29I0DoMFZhs4kQF4 { box-sizing:content-box;height:15.8125rem;width:25rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:1.41796875rem;left:39.887501716614rem;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zRgwtzKe90yGT48M2mSBGsamPUvC2r20 { color:#1e1e1e;display:block;width:19.0625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1;letter-spacing:0;top:6.875rem;left:45.875000953674rem;height:6.375rem;display:block; }
#Us19nhT5Wt8Zu4oBRL4ul156shEQAuC3 { box-sizing:content-box;height:15.8125rem;width:25rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:1.41796875rem;left:6.1992177963257rem;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#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:22.875rem;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:4.75rem;display:block; }
#A8lOGvZsMXAWphQPuL7pJ9CTdqUMsCAZ { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:5.3750002682209rem;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:10.937499791384rem;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:17.437500745058rem;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:5.75rem;display:block; }
#i0IbEBCypz0RlzSdUPTx2BZV4ep9dyMn { color:#1e1e1e;display:block;width:14.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:10.9375rem;left:48.812500953674rem;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; }
#WgvsTrCwspuFWfLekW9KunEEcMXtxk5J { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"amazon font semibold";font-size:4rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:7.0625rem;left:49.750000953674rem;height:8rem;display:block; }
#gRS18kKZJa9zWGto84wk5X0C41a0GfbT { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:archivo;font-size:2rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:8.9874999821188rem;left:4.625rem;height:2rem;font-style:normal;display:block; }
#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:45.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:4.75rem;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:13.712503433227rem;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:18.924999952316rem;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:31.125rem;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:35.375rem;left:1.3125rem;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:33.25rem;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:29.1875rem;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:29.1875rem;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:25.8125rem;left:0.9375rem;height:4.75rem;display:block; }
#ifsHKZtsmQs3w3yac6q5975xTgSUb3c8 { position:absolute;display:block;z-index:15018;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.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:24.625rem;width:32.875rem;top:6.1234374046326rem;left:38.127343177796rem;overflow:hidden;display:block; }
#aJhm2QHQQ1B5OM6Chzs4uGEPkrLTbfyW { color:#1e1e1e;display:block;width:34.1875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:6.8625030517575rem;left:0.9375rem;height:5rem;display:block; }
#EwwZLoTrDCy5etDSaZ6bTtb4TM1uSsxD { color:#1e1e1e;display:block;width:6.625rem;position:absolute;font-family:archivo;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:17.162501096726rem;left:0.9375rem;height:1.8125rem;font-style:normal;display:block; }
#uhQIU7RvswiLU0rVLittHzdpoaDXH7v9 { color:#1e1e1e;display:block;width:34.1875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:6.8625030517575rem;left:0.9375rem;height:5rem;display:none; }
#SCW7ggcMPuqzSWerl1REkK6Opq9FfoPT { 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; }
#smxOVkEWQRthoCtyJku5zd7HTBmypu1k { 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:none; }
#EfASIbOh6ge5lJxMSTKGBbBX8b2DExyz { 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:19.0625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.8125rem;left:0.9375rem;display:block; }
#GRz9QB23sEgJ0INc89920HeWPupakNuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN { border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;background-color:#fff3b8;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:none; }#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN > .row .container { border-width: 0; border-radius: 0; }#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN > .row .container { font-size:0.875rem;font-family:arial;height:37.2rem;width:75rem;position:relative;display:none; }#sEuEOswVCVoSSbCTez4rmqOANeEBQOG8 { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.1867189407349rem;left:26.218750953674rem;height:2.375rem;display:block; }
#sdDtPUZvVRGfBmFADa4eSfFWyJUWFDzM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.6875001788139rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#sAIV6mkHIgLoqcmnew89Xrl9s2B3g5y0 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:11.875rem;left:21.374218940735rem;height:2.375rem;display:block; }
#NCSH1rUTQDtr2PTObDwq4ckiJOa5Sce6 { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:archivo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2CvMci3LImfKxis7g0PHendDUy8gu19 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:17.9375rem;left:-0.0625rem;height:2.0125rem;display:block; }
#JT1lKONTkeZmXCD9pl2J9zS1F0fXT5vP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5rem;left:0rem;height:6.0375rem;display:block; }
#JCfbTHbXuqWT6wqdOG8Bp9qlJxAg7C1f { 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:15006;text-align:center;text-align-last:center;top:31.900000572204rem;left:29.156250953674rem;display:block; }
#WE6hkyzrb3QdTinBNaZddOKVydl7OhRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:6.25rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35); }
#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:70.8125rem;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.2687377929688rem;left:0.96875rem;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; }
@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) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #FrGODrIhQ4NEm7gE0TyMPcn5IIeQ0bpx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #GImq78DIf7anzIw0kE6U2ouxeKRRwUxi {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #g0ENPiqQ1PzoZt0g0WRXHsw7RfDCTxkC {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bIA6a7zlmw03T7dw59Z68RL9MFoFd9CZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #qGPgUiXmJz4XdgHlmEhZ7ConzgyTM7Vb {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #M6MZxazVspORTP8QfxeUXbFKN2ov6N94 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #NDhoiTChh71T412cMcaUBKlMUznBZLxi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #KIWB8FyynwFxeTlcByEn7hBxiwNV3Bzq {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bywp4cmLDL2ligdpX8ur0O8ppQ6O3RJ3 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #EabWhIZsx5JgWso2c1NZePdOx8AzFuMA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #IXGFlsK3xonaxCJHGR5EBD6O2krbIVQ1 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #lFJJTmaTGGpH8oBR2WIUZJKLC1vBWe6B {  }
 }@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:28.125rem;height:4.875rem;top:3.25rem;left:19.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPlVXR1Q1Z7PnBGvhLDWeCkP2bmzuPz4 { width:18.75rem;height:1.1875rem;top:18rem;left:19.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { width:13.875rem;height:4.875rem;top:31.25rem;left:19.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1DcDC0DNGMzth6by7y7zDs03c2TSLiH { width:2.75rem;height:1rem;top:28.6875rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhItwy34pVBKhz4sU1TauUI93tNtl6K { width:16.6875rem;height:3.375rem;top:38.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBJK7wV4tERTcOe2iJF0fsLSN3p9Npig { display:block; }
 }@media only screen and (max-width: 763px) { #zgp83otozGavHV4qSWPXqM3CZFUnGIAz { width:29.9375rem;height:45.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVLmDOG8neaz89mCxdJMX6cMURea54g { width:30rem;height:1.3125rem;top:15.125rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgRt49eTEyiMwlivJTWTdE40SaKqvby { width:33.875rem;height:6.5rem;top:7.9375rem;left:13.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8sAsi1EL9L0SahOLzdZnBnvTxdZpMoP { width:10.0625rem;height:10.0625rem;top:13.125rem;left:23.437500953674rem;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) { #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:14.125rem;height:3.25rem;top:46.125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTgoIScsxqW0GiFs1lwIylQRJ8HtT0XJ { width:6rem;height:17.25rem;top:50.25rem;left:0rem;font-size:5rem;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:18.9375rem;height:1.4375rem;top:43.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@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) { #ZU6O6EawhBSE1CdqDq6R3VQEEaizBIQT { width:17.5rem;height:0.8125rem;top:36.75rem;left:19.5625rem;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:1.3125rem;left:19.5625rem;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.4375rem;top:22.25rem;left:19.5625rem;font-size:0.875rem;display:block; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #s6Lmv6LOQM71VDN3i3LvkkFD1SO50UB9 { width:3.4375rem;height:1.25rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6OiiJ4SCDuG9J9zKSDTRXIlDaeQViWZ { width:6.3125rem;height:6.0625rem;top:5.125rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDD8XtXGdTwf6OkW0VHTAxoE7JT6qqHd { width:6.8125rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGE2x7XR8TsQrsRGsJbZrNrivM83kUGz { width:5.375rem;height:3rem;top:23.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdSR7moyJMB8GSTAMbbLsqkxz88V36A6 { width:5.5rem;height:5.375rem;top:15.625rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5daVI8soUfkGsVc7TRlKZGP29MPWOO2 { width:5.3125rem;height:1.4375rem;top:85.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #meox5eoIWCMCAx2D1C8gg488MwVvfsBQ { width:6.5rem;height:1.6875rem;top:29.9375rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbo3VQgnu3H8Hw6vms2RQB8rLsCVSbl { width:20rem;height:1.25rem;top:33.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdFsnPTUJuRZTdIAFl66Os3Ixo61zqB4 { width:4rem;height:1.4375rem;top:49.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7pmCBEhrNmN39t8tM7uyN2TqTRg5rVa { width:19.5rem;height:1.375rem;top:16.9375rem;left:26.437500953674rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHr5pWO1ADcRbgZ0KwmtzGDv2XCBgghC { width:1.875rem;height:1.875rem;top:37.25rem;left:27.312500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm0VXHMPWa68WJ59b0WOBvM4G2agRXus { width:12.1875rem;height:1rem;top:20.5rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nci38f7m7yEqGNNKNA2UgnKF7oEGIdTR { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOmKWts92iKfefTiT7TdFov4XIGwrkue { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HncrflvuiHKTLuKTyEbA5xpiNyPFWgLt { width:12rem;height:2.0625rem;top:67rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4Up8gIX0BWqU0nbZ0Q5X7T7bONAKlWm { width:16.25rem;height:2.125rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdgvMi3pU5qlODvf07Ebulmn8hmGegmN { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHHoFUAKglP1EQzATUySVR9m5rrbFRoy { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CueWf9x9ZbTX6iqVCb6rrLMawgxCs01h { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdTXBOTMTDNedhumN9r2V1ctdvKW6G3k { width:30rem;height:1.3125rem;top:15.125rem;left:17.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvqPrN7QH5fwJt2DFTCWsuBz6TzDq304 { width:20rem;height:2rem;top:11.625rem;left:0rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #doA7qX7b2z2X8B8T2GO2Tshkb6LVNiKk { width:20rem;height:2rem;top:11rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nh2TBHL669AoNQze71x9kRwkhhRb8NQ2 { width:20rem;height:2rem;top:13.0625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHeqG34L8cnNnTGzKM4UtcH4TqrZkbrz { width:20rem;height:0.875rem;top:78.5rem;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) { #Cu6nor0WtGu2uNQT5vnGf4AL4BpnTqMq { width:15.125rem;height:15.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvD0Dbm2mdTHJnNPlz7rttxKkn0JhtV2 { width:8.5rem;height:2.8125rem;top:7.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi { display:block; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw9TsOnhdyCDoGfOJMwfXGyXXqUyTClt { width:47.75rem;height:2.8125rem;top:2.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBVGJyXZlr92ZzDleMIShqaBfMpv8ycf { width:20rem;height:5.8125rem;top:0.875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@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.125rem;height:68rem;top:2.9375rem;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:11.5625rem;left:5.2039060592651rem; }
#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:11.5625rem;left:5.2039060592651rem; }
 }@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:47.0625rem;left:8.436718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnf7yfrtcVRyOKPwKF8hoM5tNOCZv4Ig { width:22.3125rem;height:3.125rem;top:4.6875rem;left:12.718750953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { width:7.8125rem;height:1.3125rem;top:57.3125rem;left:24.268750190735rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaFHm5atXFAfPs2s1fftHG9JEMJmeRM { width:12.3125rem;height:9.1875rem;top:53.4375rem;left:6.8749990463256rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6VvknxpT02N3EyezKisDxUVSNrKAiC { width:16.375rem;height:1.75rem;top:58.625rem;left:20.750000953674rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTrIZRaJKlJwX2CSJVo5NQy4t0Eabtt { width:47.75rem;height:2.5rem;top:66.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ltiLbavzn5Mtc4kBLLR12K2mJHNNIP { width:47.75rem;height:1.5rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@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:23.1875rem;top:4.6875rem;left:23.750000953674rem;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:29.8125rem;height:3.875rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UGzgV3RauDKy2zxpsbGXQp6OEPA3Zn { width:29.8125rem;height:1.25rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRS57HplBtcotbKW4W73bD35hiT79if { width:29.5rem;height:3.875rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqKBZUBJTcOiRsAumVVwLpaXA1VSccf { width:29.5rem;height:2.5625rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk593aXoRAwIREgFCd4TDMa782UGwBoP { width:31.8125rem;height:23.5rem;top:3.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8eft1EOPEvqCWCVyON5rRTVxRSNMOX1 { width:16.6875rem;height:3.375rem;top:59.625rem;left:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwS7sK8SN6ePLDAU5mTBGEL52Mm1MbXa { 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.4375rem;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) { #bwzRHXURvJawBOmnGquSdzs6T7zg7Lkl { width:16.6875rem;height:3.375rem;top:32.625rem;left:28.537499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwoZdJ42thPv2SzpKbbrETpaNiUMtvQ8 { 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:7.5rem;top:6.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCN9B1GZTE2bmKlH1hoqwTOiaB22pJP { width:47.75rem;height:3.125rem;top:2rem;left:0rem;font-size:3.125rem;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.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE8KHaoN20EhA8gZeBAK1ZCDdmzxViBG { width:16.9375rem;height:3.875rem;top:16.125rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3eP9ERBEmNsTE3PQiRMufFgesLiGfo { width:21rem;height:5.1875rem;top:16.125rem;left:26.625rem;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) { #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.375rem;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) { #siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 { display:block; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq8ASxdBzRIwKcF5kurhlKSEbybKKrJq { width:3.375rem;height:3.375rem;top:2rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bffv1Wue13czmmNBctGLi4GPrpfzxZyX { width:5.5rem;height:1.0625rem;top:2.5625rem;left:4.0617189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWW0SBGyXGFcHi8lHeUsumh9XyNMXiyv { width:1.3125rem;height:1.3125rem;top:3.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnJK764UqIB1UppFfEQrRGd4yNZ3uOrc { width:3.9375rem;height:0.8125rem;top:3.9375rem;left:11.374218940735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCt6lSMaOxyTn1D8drk55vSULc2hxXO { width:7.4375rem;height:0.875rem;top:5.4375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtFD9UJZQZEuOBxlGTIphmDaVTwqyLZC { width:19.0625rem;height:6.375rem;top:6.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXuvBTczm6WOTUT9RDqizh5xWtCBxyuB { width:1.3125rem;height:1.3125rem;top:3.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8xzgEaIJw23dVEV7FayIb0v3OTyeTh6 { width:1.3125rem;height:1.3125rem;top:3.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgK9JfuufwDg7OMCC87xT0oDR1xeJh4L { width:1.3125rem;height:1.3125rem;top:3.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7LBrFBsJkticBRgzTCs9xnr9CUl9MZ9 { width:1.3125rem;height:1.3125rem;top:3.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpyB9HJUoebB1OzN1FCAOzJOr0CkTf43 { width:3.375rem;height:3.375rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QddaX4SJHS6Ut5aN8buPutT7EfEVqbdA { width:6.5625rem;height:1.0625rem;top:2.625rem;left:25.437500953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76rdEMHZmftiPJmDNXhWND1TWibQlpP { width:1.375rem;height:1.375rem;top:3.875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFsEuaMctHJfRUrediIc4NWZPQyuuKZE { width:1.375rem;height:1.375rem;top:3.875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXmZFp8vZEsBt6VnNEy89MBtUpBroOrJ { width:11.6875rem;height:0.875rem;top:5.5625rem;left:25.500000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO3V1XsWuyntcNF56ShiTOEvrWGN5ZcT { width:1.375rem;height:1.375rem;top:3.875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1TgkcfcSZyy2sLkmnkUR3MwztmD2w2 { width:1.375rem;height:1.375rem;top:3.875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROwuNshCEw3eAroyu8HObq2xeZmnoNl4 { width:1.375rem;height:1.375rem;top:3.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Q5k8hfU1iQaBXsUSnWlLbvTw0b8OpT { width:5.8125rem;height:0.8125rem;top:4.125rem;left:33.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDyCGuNWMmIBAh1m29I0DoMFZhs4kQF4 { width:25rem;height:15.8125rem;top:1.375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgwtzKe90yGT48M2mSBGsamPUvC2r20 { width:19.0625rem;height:6.375rem;top:6.875rem;left:25.437500953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us19nhT5Wt8Zu4oBRL4ul156shEQAuC3 { width:25rem;height:15.8125rem;top:1.375rem;left:0rem;display:block; }
 }@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:25.8125rem;height:2.375rem;top:5.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6XrN9teqzNEJu2H8h6UFFwX951UnyED { width:14.5rem;height:5.375rem;top:10.875rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIadiQAnw1T3k073qk1Loix9XUR8JJyr { width:22.375rem;height:3.375rem;top:17.4375rem;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:10.9375rem;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.9375rem;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) { #WgvsTrCwspuFWfLekW9KunEEcMXtxk5J { width:12.9375rem;height:4rem;top:7.0625rem;left:34.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRS18kKZJa9zWGto84wk5X0C41a0GfbT { width:7.6875rem;height:2rem;top:8.9375rem;left:0rem;font-size:2rem;display:block; }
 }@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:13.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZVFGyPh4VFpg32dGBIZJi1KNZG1vgdH { width:14.5rem;height:5.375rem;top:18.875rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skaJv1l7I1LK4g8NUzvLZB4Su1JBsJcL { width:32.25rem;height:0.9375rem;top:31.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0riCgCrdCgcLACS1uFm14sRFTeWAIH { width:13.1875rem;height:2.5rem;top:35.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2IshGGmmnJIZ9ZDmwhH4eBx3IDbD66 { width:15.3125rem;height:1.25rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZT10eU8BXoMcmNJCHkeZnvrSebLsLe { width:19.875rem;height:2.125rem;top:12.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5CtWf4nJaJFsBnpBpLL7nQFGW4vPt0h { width:27.875rem;height:1.5rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGaTs8RZngQtx6U4ot2OgIdkSmn7IgO { width:6.125rem;height:1.5rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKNO1Nffk6hR0l8pJShOvCK6OQXes8 { width:23.625rem;height:2.375rem;top:25.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifsHKZtsmQs3w3yac6q5975xTgSUb3c8 { width:32.875rem;height:24.625rem;top:6.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJhm2QHQQ1B5OM6Chzs4uGEPkrLTbfyW { width:34.1875rem;height:5rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwZLoTrDCy5etDSaZ6bTtb4TM1uSsxD { width:6.625rem;height:1.8125rem;top:17.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhQIU7RvswiLU0rVLittHzdpoaDXH7v9 { width:34.1875rem;height:5rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCW7ggcMPuqzSWerl1REkK6Opq9FfoPT { width:19.875rem;height:4.6875rem;top:5.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #smxOVkEWQRthoCtyJku5zd7HTBmypu1k { width:20rem;height:4rem;top:1.125rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfASIbOh6ge5lJxMSTKGBbBX8b2DExyz { width:19.0625rem;height:3.375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRz9QB23sEgJ0INc89920HeWPupakNuk { display:block; }
 }@media only screen and (max-width: 763px) { #B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN { display:block; }#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEuEOswVCVoSSbCTez4rmqOANeEBQOG8 { width:22.5625rem;height:2.375rem;top:2.125rem;left:12.593750953674rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDtPUZvVRGfBmFADa4eSfFWyJUWFDzM { width:47.75rem;height:3.75rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAIV6mkHIgLoqcmnew89Xrl9s2B3g5y0 { width:32.25rem;height:2.375rem;top:11.875rem;left:7.749218940735rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSH1rUTQDtr2PTObDwq4ckiJOa5Sce6 { width:47.75rem;height:1.875rem;top:14.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2CvMci3LImfKxis7g0PHendDUy8gu19 { width:47.75rem;height:2rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1lKONTkeZmXCD9pl2J9zS1F0fXT5vP { width:47.75rem;height:6rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfbTHbXuqWT6wqdOG8Bp9qlJxAg7C1f { width:16.6875rem;height:3.375rem;top:31.875rem;left:15.531250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE6hkyzrb3QdTinBNaZddOKVydl7OhRk { 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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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:none; }
 }@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) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .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; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .widget-text.counter-number { padding-top:0.45375rem;padding-right:0.391875rem;padding-bottom:0.45375rem;padding-left:0.391875rem;width:2.350625rem;min-width:2.350625rem;height:2.4375rem;font-size:1.81375rem;line-height:39px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #1e1e1e;border-left:0.0625rem solid #1e1e1e;border-right:0.0625rem solid #1e1e1e;border-bottom:0.0625rem solid #1e1e1e;background-color:#ffffff;background-image:none;color:#1e1e1e; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.134375rem;height:0.96375rem;font-size:0.68rem;line-height:15.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 { display:flex;top:0.86953127384188rem;left:0.56406253576279rem;width:17.75rem;height:4.5625rem;z-index:15018;padding-top:0.5675rem;padding-right:0.56rem;padding-bottom:0.5675rem;padding-left:0.56rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #FrGODrIhQ4NEm7gE0TyMPcn5IIeQ0bpx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #GImq78DIf7anzIw0kE6U2ouxeKRRwUxi {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #g0ENPiqQ1PzoZt0g0WRXHsw7RfDCTxkC {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bIA6a7zlmw03T7dw59Z68RL9MFoFd9CZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #qGPgUiXmJz4XdgHlmEhZ7ConzgyTM7Vb {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #M6MZxazVspORTP8QfxeUXbFKN2ov6N94 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #NDhoiTChh71T412cMcaUBKlMUznBZLxi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #KIWB8FyynwFxeTlcByEn7hBxiwNV3Bzq {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #bywp4cmLDL2ligdpX8ur0O8ppQ6O3RJ3 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #EabWhIZsx5JgWso2c1NZePdOx8AzFuMA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #IXGFlsK3xonaxCJHGR5EBD6O2krbIVQ1 {  }
 }@media only screen and (max-width: 763px) { #fVobU9aQGruuqhvAxdNUdHoWFahAiJa9 #lFJJTmaTGGpH8oBR2WIUZJKLC1vBWe6B {  }
 }@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:101.375rem;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:0;top:49.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQcvOTAoT8wtTQmhIR7qF5SRLziP0pui { width:9.375rem;height:0;top:59.4375rem;left:1.25rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1DcDC0DNGMzth6by7y7zDs03c2TSLiH { width:2.75rem;height:0;top:58.4375rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWhItwy34pVBKhz4sU1TauUI93tNtl6K { width:14.3125rem;height:2.5625rem;top:93.6875rem;left:2.875rem;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:0;top:37.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFgRt49eTEyiMwlivJTWTdE40SaKqvby { width:20rem;height:0;top:10.050000190735rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8sAsi1EL9L0SahOLzdZnBnvTxdZpMoP { width:20rem;height:20rem;top:21.9375rem;left:0rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pb2infGPCySuWFTf8tqqflNOecT86s2v { width:2.75rem;height:1rem;top:21.9375rem;left:3.8125rem;font-size:1rem;z-index:15028;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #ESFgtpWFp47lWqJmAA8rE3Ey9eUQ0Nn7 { width:15.1875rem;height:4.625rem;top:86.75rem;left:2.4375rem;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:18.375rem;height:1.86875rem;top:49.9375rem;left:0.8125rem;font-size:1.4375rem;z-index:15004;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTgoIScsxqW0GiFs1lwIylQRJ8HtT0XJ { width:13.75rem;height:5rem;top:78.375rem;left:2.875rem;font-size:5rem;z-index:15011;color:#d20910;display:block; }
 }@media only screen and (max-width: 763px) { #cVIBTGM6QI2rF3TCJD2zaHV5KcpcgBKs { top:60.362501144409rem;left:0rem;width:20rem;height:20rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #awX7cnsFOAuKLt9b3eMM6kDJfJa5K49n { top:47.1875rem;left:0rem;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:18.9375rem;height:1.4625rem;top:47.1875rem;left:0.5rem;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) { #Sghiblm3lzfuRPnH12OgZtkDqFTBKmfT { top:83.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) { #ZU6O6EawhBSE1CdqDq6R3VQEEaizBIQT { width:17.5rem;height:0;top:86.25rem;left:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgaxrRkzPsXqPgPZriTh0ClZ4T7CtQ7U { top:83.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:86.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #et7CRaFrtRak8uTnQzCLJmNuy084LXk7 { width:1.875rem;height:0;top:37.862501144409rem;left:16.812499582768rem;font-size:1.375rem;z-index:15011;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BMc3XA6f2hTFA1g958ZcqSAstZgCvOU2 { width:1.1875rem;height:0;top:36.28125rem;left:12.875000536442rem;font-size:1.9375rem;z-index:15011;color:#ffffff;display:none; }
 }@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:0;top:52.5625rem;left:9.3499999642375rem;font-size:2.875rem;z-index:15012;color:#1e1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 { width:5.125rem;height:0;top:85.625rem;left:7.4375rem;font-size:1.1875rem;display:none; }#hZbHm0PymLtarDdkSWdHePW4MFAblpZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #s6Lmv6LOQM71VDN3i3LvkkFD1SO50UB9 { width:3.4375rem;height:0;top:65.800000190738rem;left:8.2812505364419rem;font-size:1.25rem;z-index:15018;color:#1e1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #h6OiiJ4SCDuG9J9zKSDTRXIlDaeQViWZ { width:5.5rem;height:0;top:64.4375rem;left:5.4867187142372rem;font-size:2rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #GDD8XtXGdTwf6OkW0VHTAxoE7JT6qqHd { width:3.875rem;height:0;top:88.75rem;left:8.0625rem;font-size:1.25rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #RGE2x7XR8TsQrsRGsJbZrNrivM83kUGz { width:5.375rem;height:1.5rem;top:23.125rem;left:2.6875rem;font-size:1.5rem;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vdSR7moyJMB8GSTAMbbLsqkxz88V36A6 { width:6.125rem;height:2.375rem;top:24.5rem;left:2.1875rem;font-size:2.375rem;z-index:15027;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #W5daVI8soUfkGsVc7TRlKZGP29MPWOO2 { width:5.3125rem;height:1.4375rem;top:77.3125rem;left:7.0625rem;font-size:1.4375rem;z-index:15021;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #meox5eoIWCMCAx2D1C8gg488MwVvfsBQ { width:6.5rem;height:auto;top:29.9375rem;left:6.75rem;font-size:1.6875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #TZbo3VQgnu3H8Hw6vms2RQB8rLsCVSbl { width:14.125rem;height:0;top:62.300001144409rem;left:2.3125000596046rem;font-size:1.25rem;z-index:15005;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PdFsnPTUJuRZTdIAFl66Os3Ixo61zqB4 { width:2.6875rem;height:1rem;top:76.0625rem;left:8.375rem;font-size:1rem;z-index:15022;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #c7pmCBEhrNmN39t8tM7uyN2TqTRg5rVa { width:14.1875rem;height:1.375rem;top:84.3125rem;left:2.9375rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHr5pWO1ADcRbgZ0KwmtzGDv2XCBgghC { display:flex;width:1.375rem;height:1.375rem;top:94.3125rem;left:3.3125rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #qm0VXHMPWa68WJ59b0WOBvM4G2agRXus { width:12.1875rem;height:auto;top:20.5rem;left:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nci38f7m7yEqGNNKNA2UgnKF7oEGIdTR { top:53.4375rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;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.25rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bOmKWts92iKfefTiT7TdFov4XIGwrkue { top:66.75rem;left:0rem;width:12.9375rem;height:12.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HncrflvuiHKTLuKTyEbA5xpiNyPFWgLt { width:12rem;height:2.7625rem;top:70.9375rem;left:0.8125rem;font-size:1.0625rem;z-index:15025;color:#ffffff;font-family:archivo;font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4Up8gIX0BWqU0nbZ0Q5X7T7bONAKlWm { width:16.25rem;height:2.125rem;top:16.03750038147rem;left:0rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IdgvMi3pU5qlODvf07Ebulmn8hmGegmN { top:19.625rem;left:0rem;width:10.6875rem;height:10.6875rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHHoFUAKglP1EQzATUySVR9m5rrbFRoy { top:16.64999961853rem;left:13.424999773503rem;width:1.75rem;height:1.75rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CueWf9x9ZbTX6iqVCb6rrLMawgxCs01h { top:23.8125rem;left:2.6875rem;width:5.625rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #HdTXBOTMTDNedhumN9r2V1ctdvKW6G3k { width:20rem;height:2rem;top:44.375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BvqPrN7QH5fwJt2DFTCWsuBz6TzDq304 { width:18.5rem;height:2.925rem;top:7.125rem;left:0rem;font-size:3.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #doA7qX7b2z2X8B8T2GO2Tshkb6LVNiKk { width:20rem;height:2.025rem;top:11.03750038147rem;left:0rem;font-size:2.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nh2TBHL669AoNQze71x9kRwkhhRb8NQ2 { width:20rem;height:1.575rem;top:13.0625rem;left:0rem;font-size:1.75rem;z-index:15004;font-family:archivo;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #JHeqG34L8cnNnTGzKM4UtcH4TqrZkbrz { width:20rem;height:1.05625rem;top:99.1875rem;left:0rem;font-size:0.8125rem;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) { #Kn0kGIKZETbh30sv12xMoroAJmJziqfo { top:99rem;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) { #Cu6nor0WtGu2uNQT5vnGf4AL4BpnTqMq { width:15.125rem;height:15.125rem;top:109.99687957764rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvD0Dbm2mdTHJnNPlz7rttxKkn0JhtV2 { width:8.5rem;height:0;top:117.11641073227rem;left:5.59375rem;font-size:2rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi { display:block; }#RzwPDAvUW0epZKCRr4DT2JKdkTHTrgmi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw9TsOnhdyCDoGfOJMwfXGyXXqUyTClt { width:20rem;height:0;top:0.91171836853025rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LBVGJyXZlr92ZzDleMIShqaBfMpv8ycf { width:20rem;height:5.8125rem;top:0.69296836853025rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F { display:none; }#w7kcpetBPpECD6wqGwH8nwwTT2ii9J5F > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wFH1BezHX1v39CpJtUH7ek6dIOGNPpHv { width:18.0625rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa { display:block; }#kfHw7avdsKFeJGWXgTmGVIfLDbGeAHPa > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqSgZwa23G2G4aDSnHfVwNoksipI0mlv { width:19.8125rem;height:73.25rem;top:1.0625rem;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:8.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:8.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.6875rem;height:1.6875rem;top:45.150001525879rem;left:1.9062500596046rem; }
 }@media only screen and (max-width: 763px) { #gnf7yfrtcVRyOKPwKF8hoM5tNOCZv4Ig { width:11.6875rem;height:1.5625rem;top:2.8726577758789rem;left:4.1562500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTeeaMDh43bOSFuNPyoNABrWX2ITUUe { width:7.875rem;height:1.3125rem;top:49.800003051757rem;left:5.5187502503395rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaFHm5atXFAfPs2s1fftHG9JEMJmeRM { width:12.3125rem;height:9.1875rem;top:54.625001907349rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6VvknxpT02N3EyezKisDxUVSNrKAiC { width:16.1875rem;height:1.75rem;top:51.300003051757rem;left:1.9062500596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTrIZRaJKlJwX2CSJVo5NQy4t0Eabtt { width:17.4375rem;height:6rem;top:66.162499904631rem;left:1.2812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ltiLbavzn5Mtc4kBLLR12K2mJHNNIP { width:19rem;height:1.875rem;top:5.3000011444092rem;left:0.68671876192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { display:block; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG { border-width: 0; border-radius: 0; }#RnJTRy6B8DTTaFnlFf5PpSp2Tin8QAhG > .row .container { width:20rem;height:51.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.5rem;top:11.362499713898rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UGzgV3RauDKy2zxpsbGXQp6OEPA3Zn { width:20rem;height:2.6rem;top:7.5000004768369rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRS57HplBtcotbKW4W73bD35hiT79if { width:20rem;height:5.2rem;top:19.062500476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqKBZUBJTcOiRsAumVVwLpaXA1VSccf { width:20rem;height:3.9rem;top:25.537500858307rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk593aXoRAwIREgFCd4TDMa782UGwBoP { width:18.0625rem;height:13.3125rem;top:31.38671875rem;left:0.96796876192094rem;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.25rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #R8eft1EOPEvqCWCVyON5rRTVxRSNMOX1 { width:17rem;height:2.5625rem;top:47.625rem;left:1.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;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rwS7sK8SN6ePLDAU5mTBGEL52Mm1MbXa { display:block; }
 }@media only screen and (max-width: 763px) { #cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 { display:block; }#cbJDCvqeVrUWQ1qmlH5K4zlV1w0wTPT8 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOv73ICiyCCzQFXWDE1T6lJ2325gnKFQ { width:20rem;height:4.3125rem;top:0.8125rem;left:0rem;font-size:1.4375rem;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:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsptATcrqoa343rcJdVWeVKMt4nyVcBZ { width:20rem;height:30.2171875rem;top:1.1875rem;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) { #bwzRHXURvJawBOmnGquSdzs6T7zg7Lkl { width:16.6875rem;height:3.375rem;top:85.154693603512rem;left:1.625rem;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) { #EwoZdJ42thPv2SzpKbbrETpaNiUMtvQ8 { 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:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOlGpwx6T5x9BwFt0gOlZl5532BMM9VL { width:20rem;height:5.5rem;top:10.250000476837rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCN9B1GZTE2bmKlH1hoqwTOiaB22pJP { width:20rem;height:6rem;top:2.9375004768372rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q { display:block; }#Dpm0ux0lHhlMkhEsta1wfH7EkMwrK64q > .row .container { width:20rem;height:69.0625rem;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:6.5rem;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) { #aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { display:block; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm { border-width: 0; border-radius: 0; }#aZi4zuESL1mNwAc1TJfX6Vrwu1g2RnMm > .row .container { width:20rem;height:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq91XLomRHc2kPd7m2EcGGG8eDTqAv5L { width:20rem;height:2.75rem;top:1.4375007748604rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;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:5.25rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 { display:block; }#siGICSTGEhyzF5v1IRgANO9eWrzvk2X8 > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq8ASxdBzRIwKcF5kurhlKSEbybKKrJq { width:3.375rem;height:3.375rem;top:1.83203125rem;left:0.92578220367431rem;display:block; }
 }@media only screen and (max-width: 763px) { #bffv1Wue13czmmNBctGLi4GPrpfzxZyX { width:5.5rem;height:1.0625rem;top:2.4445314407349rem;left:4.7375011444092rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oWW0SBGyXGFcHi8lHeUsumh9XyNMXiyv { display:flex;width:1.3125rem;height:1.3125rem;top:3.58203125rem;left:4.6757822036743rem; }
 }@media only screen and (max-width: 763px) { #ZnJK764UqIB1UppFfEQrRGd4yNZ3uOrc { width:3.9375rem;height:0.8125rem;top:3.8195323944092rem;left:12.050001144409rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCt6lSMaOxyTn1D8drk55vSULc2hxXO { width:7.4375rem;height:0.875rem;top:5.26953125rem;left:4.8632822036743rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtFD9UJZQZEuOBxlGTIphmDaVTwqyLZC { width:19.0625rem;height:6.375rem;top:6.70703125rem;left:0.9375rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vXuvBTczm6WOTUT9RDqizh5xWtCBxyuB { display:flex;width:1.3125rem;height:1.3125rem;top:3.58203125rem;left:6.0507822036743rem; }
 }@media only screen and (max-width: 763px) { #J8xzgEaIJw23dVEV7FayIb0v3OTyeTh6 { display:flex;width:1.3125rem;height:1.3125rem;top:3.58203125rem;left:7.4257822036744rem; }
 }@media only screen and (max-width: 763px) { #PgK9JfuufwDg7OMCC87xT0oDR1xeJh4L { display:flex;width:1.3125rem;height:1.3125rem;top:3.64453125rem;left:8.8007822036744rem; }
 }@media only screen and (max-width: 763px) { #t7LBrFBsJkticBRgzTCs9xnr9CUl9MZ9 { display:flex;width:1.3125rem;height:1.3125rem;top:3.64453125rem;left:10.238282203674rem; }
 }@media only screen and (max-width: 763px) { #HpyB9HJUoebB1OzN1FCAOzJOr0CkTf43 { width:3.375rem;height:3.375rem;top:18.99453125rem;left:2.0499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #QddaX4SJHS6Ut5aN8buPutT7EfEVqbdA { width:6.5625rem;height:1.0625rem;top:19.65078125rem;left:6.0499992370606rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t76rdEMHZmftiPJmDNXhWND1TWibQlpP { display:flex;width:1.375rem;height:1.375rem;top:20.86953125rem;left:5.9874982833863rem; }
 }@media only screen and (max-width: 763px) { #DFsEuaMctHJfRUrediIc4NWZPQyuuKZE { display:flex;width:1.375rem;height:1.375rem;top:20.86953125rem;left:7.4249982833863rem; }
 }@media only screen and (max-width: 763px) { #pXmZFp8vZEsBt6VnNEy89MBtUpBroOrJ { width:11.6875rem;height:0.875rem;top:22.55703125rem;left:6.1124992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO3V1XsWuyntcNF56ShiTOEvrWGN5ZcT { display:flex;width:1.375rem;height:1.375rem;top:20.86953125rem;left:8.9249982833863rem; }
 }@media only screen and (max-width: 763px) { #ey1TgkcfcSZyy2sLkmnkUR3MwztmD2w2 { display:flex;width:1.375rem;height:1.375rem;top:20.86953125rem;left:10.424998283386rem; }
 }@media only screen and (max-width: 763px) { #ROwuNshCEw3eAroyu8HObq2xeZmnoNl4 { display:flex;width:1.375rem;height:1.375rem;top:20.86953125rem;left:11.924998283386rem; }
 }@media only screen and (max-width: 763px) { #g3Q5k8hfU1iQaBXsUSnWlLbvTw0b8OpT { width:5.8125rem;height:0.8125rem;top:21.11953125rem;left:13.799998283386rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDyCGuNWMmIBAh1m29I0DoMFZhs4kQF4 { width:19.875rem;height:15.8125rem;top:18.4125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgwtzKe90yGT48M2mSBGsamPUvC2r20 { width:19.0625rem;height:6.375rem;top:23.86953125rem;left:0.9375rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Us19nhT5Wt8Zu4oBRL4ul156shEQAuC3 { width:19.875rem;height:15.8125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT { display:block; }#gQ7oymXiOs5UNEZCG5bIbCzgJFBbg6TT > .row .container { width:20rem;height:36.625rem;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:13.286719322204rem;left:3.9687500596046rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIadiQAnw1T3k073qk1Loix9XUR8JJyr { width:15.125rem;height:2.625rem;top:31.975000739097rem;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:10.9375rem;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:15.5rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DybcXaZqgtOlIx9ULR3bycRknAk7x3hT { width:9.375rem;height:2.9375rem;top:23.312500357628rem;left:5.3125000596046rem;font-size:2.9375rem;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.500000357628rem;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) { #WgvsTrCwspuFWfLekW9KunEEcMXtxk5J { width:12.9375rem;height:0;top:36.787498474121rem;left:3.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRS18kKZJa9zWGto84wk5X0C41a0GfbT { width:7.4375rem;height:2rem;top:11.411719322204rem;left:6.4062500596044rem;font-size:2rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #msqe8nNBTTH1LpprbsTF5sEgna7D3Aix { display:block; }#msqe8nNBTTH1LpprbsTF5sEgna7D3Aix > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ7M6HrZSBEMsWmrZg2mrMBcHxUJi6c5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@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:13.5rem;height:4.9375rem;top:16.224220275879rem;left:3.2500000596046rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skaJv1l7I1LK4g8NUzvLZB4Su1JBsJcL { width:19.375rem;height:0.75rem;top:29.3125rem;left:0.3125rem;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:32.8125rem;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:32.8125rem;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:12.112501144409rem;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:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGaTs8RZngQtx6U4ot2OgIdkSmn7IgO { width:6.125rem;height:1.5rem;top:27.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hKNO1Nffk6hR0l8pJShOvCK6OQXes8 { width:20rem;height:2rem;top:24.1875rem;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:15rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJhm2QHQQ1B5OM6Chzs4uGEPkrLTbfyW { width:20rem;height:auto;top:6.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EwwZLoTrDCy5etDSaZ6bTtb4TM1uSsxD { width:6.625rem;height:2rem;top:14.411682128906rem;left:6.6875000596044rem;font-size:2rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #uhQIU7RvswiLU0rVLittHzdpoaDXH7v9 { width:20rem;height:0;top:10.174987792969rem;left:1.5374999642372rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #SCW7ggcMPuqzSWerl1REkK6Opq9FfoPT { width:19.875rem;height:4.6875rem;top:5.9250001907349rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;font-family:archivo;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #smxOVkEWQRthoCtyJku5zd7HTBmypu1k { width:20rem;height:4rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EfASIbOh6ge5lJxMSTKGBbBX8b2DExyz { width:19.0625rem;height:3.375rem;top:52.8125rem;left:0.4375rem;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) { #GRz9QB23sEgJ0INc89920HeWPupakNuk { display:block; }
 }@media only screen and (max-width: 763px) { #B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN { display:none; }#B5gr7FVPqoEc8tTGH2iNHz4nwiTlhxPN > .row .container { width:20rem;height:55.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sEuEOswVCVoSSbCTez4rmqOANeEBQOG8 { width:20rem;height:2rem;top:1.4875001907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdDtPUZvVRGfBmFADa4eSfFWyJUWFDzM { width:20rem;height:11.8125rem;top:5.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAIV6mkHIgLoqcmnew89Xrl9s2B3g5y0 { width:19.375rem;height:4rem;top:19.562500953674rem;left:0.31171876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCSH1rUTQDtr2PTObDwq4ckiJOa5Sce6 { width:20rem;height:5.625rem;top:24.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2CvMci3LImfKxis7g0PHendDUy8gu19 { width:20rem;height:6.65rem;top:31.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT1lKONTkeZmXCD9pl2J9zS1F0fXT5vP { width:20rem;height:8.75rem;top:40.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCfbTHbXuqWT6wqdOG8Bp9qlJxAg7C1f { width:13.125rem;height:3.375rem;top:50.624217987061rem;left:3.4375000596046rem;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) { #WE6hkyzrb3QdTinBNaZddOKVydl7OhRk { display:block; }
 }@media only screen and (max-width: 763px) { #rgmUwFyCvi6f9ILM9P0aStN3necGRe51 { display:block; }#rgmUwFyCvi6f9ILM9P0aStN3necGRe51 > .row .container { width:20rem;height:4.8125rem;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 {  }
 }