.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;
}
:root { --color-primary-0:229,244,253;--color-primary-1:168,219,248;--color-primary-2:81,182,241;--color-primary-3:41,91,121;--color-primary-4:12,27,36;--color-secondary-0:253,239,210;--color-secondary-1:248,207,121;--color-secondary-2:244,175,32;--color-secondary-3:249,191,14;--color-secondary-4:49,35,6;--color-tertiary-0:255,255,255;--color-tertiary-1:197,197,193;--color-tertiary-2:118,118,116;--color-tertiary-3:71,71,70;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container { background-color: transparent; background-image: none; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container > .video-iframe-container { display: none; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row > .video-iframe-container { display: none; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .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); }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container { border-width: 0; border-radius: 0; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#D9RhWNfdQrMRT1lEix0kmuHeWvlqL71k { 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:4.25rem;width:8.125rem;top:0rem;left:1.2757453918457rem;overflow:hidden;display:block; }
#d2VmXZgMCNdlAAlTgkJR5WbIqQpOL2k2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.2801846265793rem;left:38.837888717651rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#KWNwAVvLU2P93DX2InMtRFFOysCXos5S { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #dcbd8f;border-left:0.0625rem solid #dcbd8f;border-right:0.0625rem solid #dcbd8f;border-bottom:0.0625rem solid #dcbd8f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.625rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:57.53125rem;display:block; }
#TWnqzB21SwkEBOilKNGRo9pIOqk6nPkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12b5cb55-53e6-4487-af85-67ae21f1525b/initiallarocheguyonvuevillage.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(112,114,114,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(112,114,114,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.5619675rem;width:26.9993125rem;top:5.9375rem;left:48.0625rem;display:block; }
#QJB8oy7V66BJxvIHwD07Bx4qlciiDdks { color:rgba(var(--color-primary-4),1);display:block;width:24.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1303262710569rem;left:49.248929977417rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-form-header {  }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:23.4375rem;box-sizing:border-box;height:2.5625rem;color:#979597;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:23.4375rem;box-sizing:border-box;height:4.375rem;color:#979597;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-button { 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:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;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.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.12) ; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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";font-size:0.625rem;font-weight:300;color:#979597;vertical-align:top;width:22.4375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-container:first-of-type{padding-top:0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-container:last-of-type{padding-bottom:0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.6806640625rem;left:48.5927734375rem; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi {display:block;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.6806640625rem;left:48.5927734375rem; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #X8fxiDDvNbXV0GTRhkNHNaZ7AHphlNLw { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #uqSVBgGCxfGPrCGGlSK0TB76qZAOXPxT { position:relative;display:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TEyxwTRoq054XyR6rGV0Q0TyrGmBkEKU { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #DrlheSfqgZoq1hec9ior0MUu7PgSRQL6 { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #AsvoIql0WK7EBfstTLBM1aHmIoxdAZXW { position:relative;display:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #O5v5kL4MXFPazZfml9NEBAnvmwzCIFCH { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #V1kGHw7OQmAbnFMUixiJaElvkh8KMQai { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #nGnURxRVHZyk5bIQmxi1BoesBq93pwER { position:relative;display:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #JK6TQcIeuyW3MgN3bsXVFVIXkcPar7ZV { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #ccU37KFnrxK1EQuaEC6zBHfCVGcHnIrT { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #F8Jwc77tTJD2DTqqhWPGbfQtCktPuDMm { position:relative;display:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #bJgsf3lx6zL2aLaJyFPVUoJg1rC41TP4 { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #R8sDJXzvvw3Pvlyl7SOngZpUbuBfhaIi { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #PdFmUdAh8VC4H6RF9Qq1oNp8dwdyhlkH { position:relative;display:none; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TTpx9MqTT4EPW5sqCA5RpC4sHSAMZTmi { position:relative; }
#pPDgydEe2qkToLyVUaACXhDwMKxfhRwt { position:relative;display:block; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #WAFgXCGMxehLwzGiyBqW8o3vrBInCT2o { position:relative; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #d6UpOiZoqUuXG8QekTT5UDqDgpu5hoqe { position:relative; }
#tHxRKfeBmaHyDDo0pLkWd1zKB8HtiuFp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.12) ;height:32.9375rem;width:27rem;top:5.9996447563171rem;left:48.061964035034rem;display:block; }
#lAzfAVEplQTCLZlDXH2FIe8nMo5XGFJD { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6397371292112rem;left:0.93039703369138rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#saUCkAX5IncEXwQscnLVglmMwvCtbi1w { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:50.6875rem;top:9.125rem;left:0rem;display:block; }
#LRT9B8Z75rN54pJEZLrTbln1FTlJ0euS { color:#eeb013;display:block;width:45.68625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.680930249393rem;left:0.92951011657713rem;height:6.5rem;font-style:normal;display:block; }
#egJvXzU8N7bknLJ129XDvDS9WtvpHgCu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:24.686611175537rem;left:6.3734016418456rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gNrfmGkrR5T5GKF6AAmO0Od9ZTrEKLF9 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:29.49928855896rem;left:6.3423290252688rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fVGqRNTgTyzW8u5sEzJnQUKxEPqvG9rp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15021;opacity:1;top:29.6875rem;left:2.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#IEJBVyymUohg0Dgw1SeP7i9FRoiPKWKR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15022;opacity:1;top:24.875rem;left:2.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#l1aTzNV3DtDC1HfJanspO0z9x1gHT05S { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:20.091440200806rem;left:6.3734016418456rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bp47C8LaaTzFWEDVqLsqGbt4XR54oTBo { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.311611115933rem;left:2.1546516418457rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#RzT3UBpUkiyHerWegzzX0aKqL57lL5p2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9366875rem;height:3.5617875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.687232971191rem;left:48.063298463821rem;display:block; }
#w22cmez9mysDcIV3JMMnvabaW4WorW5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2y7dw2JEEbe8yv2b4238vC8M8XM0tmE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.5619675rem;width:26.9993125rem;top:38.810546875rem;left:48.000707626343rem;display:block; }
#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container { background-color: transparent; background-image: none; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container > .video-iframe-container { display: none; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row > .video-iframe-container { display: none; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .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); }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container { border-width: 0; border-radius: 0; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container { font-size:0.875rem;font-family:arial;height:81.6875rem;width:75rem;position:relative;display:block; }#HPdSf6e9cmttC4fJJOGwFa82UgV9veoD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:5.25rem;left:26.5625rem;display:block; }
#BAhCSfvGWZ436fDktTcfMq53qU5PpqCv { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.125rem;left:37.5rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uoak0nPreeriXGId7bR39tQLg9U8245S { color:#454545;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbO5JAraTqvG8vAhpvxJ9z6ichZzSfPo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8123125rem;width:27.562125rem;top:13.498756408691rem;left:6.1239318847656rem;overflow:hidden;display:block; }
#dH6fPZZGGnc5yEsRyAvZNeM1acXkq1q0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:27.875rem;top:50.6875rem;left:6rem;overflow:hidden;display:block; }
#g1qCTN4LZDu94sS3QkO2EhzHLTk0BTSl { box-sizing:content-box;height:29.125rem;width:16.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.25rem;left:19.375rem;display:block; }
#eHdA0tZgaZoaEW2HeeqFO2F6RBHFhink { box-sizing:content-box;height:16.3743125rem;width:16.3743125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:60.8125rem;left:3.625rem;display:block; }
#OuDX70aRRo7QVdORKoC5yOa4s1Tp52q9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:84.1875rem;left:6.75rem;display:none; }
#OlLEGM7siwf0UUnc91R4XTcwwg9c3nof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raWITiQEkTZg5quGl9AgcBcxS8TnEs3D { color:#454545;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9371440112594rem;left:0rem;height:1.949575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2oZhDdgPaiG57FEKdkaSDRpN0863evu { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13.5rem;left:37.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycTkBVUClyzGgxZu2yTdO2wrfx6OEdWB { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:28.625rem;left:37.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32.875rem;left:37.5rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X li:before{  }
#nkShanIzimGSqx87T5k2tMU3BDl7cXG7 { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:43.75rem;left:37.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6M9k5Du35BrkE3biAMAUOFM0fagDQqB { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:47.5rem;left:37.5rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#S6M9k5Du35BrkE3biAMAUOFM0fagDQqB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6M9k5Du35BrkE3biAMAUOFM0fagDQqB li:before{  }
#CiNmxTgCIa8N4HaMLKNlmkdLgILdARF6 { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:58.0625rem;left:37.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnPPCWE1mqUDbMFfopwgbEiivSUtsA0K { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9602275rem;height:3.5225525rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:70.380413055419rem;left:44.218747377396rem;display:block; }
#w8XtPmyDOLTk1IosIDiBztqFShicevKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H > .row .container { border-width: 0; border-radius: 0; }#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H > .row .container { font-size:0.875rem;font-family:arial;height:70.375rem;width:75rem;position:relative;display:none; }#ZczfnAmBt2PeVTx8g9ba8ByxOIvKlQGX { color:#454545;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCkoIiW24hd13KrgrSFfDZsWlUAcxe9O { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:4.875rem;left:26.5625rem;display:block; }
#qaW9QJ994Sxn0MhdhxmGpOTZnXZLomEm { box-sizing:content-box;height:48.6875rem;width:35.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.6875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#QKH54NVXpMQiG4qfkgox3MdbURhoHTDV { box-sizing:content-box;height:47.562125rem;width:0.2494675rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:25.25rem;display:block; }
#MIfUuAQhX0UEDkHbx0ChCP4g56L7d9oT { color:#454545;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.75rem;left:1.1875rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grT9z4eb0xuuKARWwASWhP3AWUKXeQlW { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:10.5rem;left:0.1875rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPT6bfIciTbz2HkFyEXV8GdchL1zdxDw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:10.5rem;left:25.6875rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rkd3WwFBbFziaSoWpJLR2nmkqL9wfZQt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.875rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTmPfdoRtpCXOeRT8lUDAZ0E185NOiET { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.25rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5VVg6SuT0wBC1E3UE17OI3kcytebbaD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.5625rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvKZPkC958qAvWugNU7TGdzO6t8ZrtTM { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:20.875rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m78FpgA9TzmOS55f9BG86TriS8c0Q6BF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:30.1875rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epXqWeHTd5tFPeC2WItMuQ3Z5btDqI0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.875rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLXf1NzNn7gaKdqiMhmaGoTyVHCDX3Hx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.5rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VgM8qE6eZdvl5DTs0gWlCM4b4oSE2s3i { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.125rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qK3tqCa5sSfnSNShoVhUdICIXvlgDtiq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:48.6875rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQWzRB7maH33P9VF2Lu5sMZe23hJiB4w { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:46.375rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDiu2Abd4PF4PmzcFFp3fMopOP60LhgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:44rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSgDTbA1eaRShr5xwhE5sl8D3c8wpO2P { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:41.625rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvWvMZNrTnV4D5gJMTUJsg7svX9TP8VG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.375rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc5tb1nScC2d9SlfLJ04lVM4HZNfMPKZ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:37.0625rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TW4ubSORt6qpQ2C89KJsniTJRJF1UM79 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:34.75rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4nJd4gLoVpMXC7VBm64MTvnHMDWHgbd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.375rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRrdtXURFETPf02JztmdNXxJbz47hU3c { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:13.875rem;left:25.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qenm3fh3VfaCbTKrT2k1alPSM767IetH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:16.25rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcO13opAKWaAOTrLyw9pJwBI0AE75PDP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:18.5625rem;left:25.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKi7aRMr4lNde0lO0Uq0vnmTzcmC1qxx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.875rem;left:25.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxacgLUbquxlhFUIZxfWsSdTwqM621Nr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:23.125rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nx8pkUrGgU23uvFm5OGecEBWLcqklWme { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:25.5rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oy4oMe9mra4KSiTJGRGpKvx65hO6lLTp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:27.875rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNdJdJ7VEPGVPaqGQwyzFvTAbus4kWEE { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.1875rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kT987IeTFVrLRuGFUG8cSd6l9VDbGSPa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:32.375rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXAZEr02GgDBc6GpmL8PyAfs5b1mNgn8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:34.75rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2ba7euxBzxT2zpxdbvdpGqTO0Q3zzhT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:37.0625rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvAkht34ArgI3tpDVvlh1GEXkxE6dXOc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:39.375rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkDL5EKXntNTHk5x0b2sn5Nk2gXAw0nz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:41.625rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7f274tIcRDtd3Mn0AILTxhC0of3F1ne { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:44rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX06LG79T4Qs0UTAolcX3HqLegi9w6xW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:46.375rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd2nTcl6tvUSOqQSwECpTSUWIMK3CEsS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:48.6875rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8UK9T1G5govACCWWcMfgdbGTkiRRHP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:55.6875rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8G2FOiFe2uqwryNzcUHK36kUnaD7IT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:53.375rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9P6mTN0TZFNM6tuc9iWNIaF4PlnQ2i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:51rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyTTIveNV0LTbfTPyUuqv8wt3NapUqCo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:55.75rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nh7OCOSVn6cmpTsPsW3xvg5TiEkTJyNU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:53.4375rem;left:25.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb5cPmsGhTUIzIXvTgen6ickIE95ULvw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:51.0625rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZyo9R5Hv5VOuWLgWLzKfQdcZzioSwXL { color:#454545;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:5.75rem;left:40.25rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkdFTR695FRk1w1gJCxWr0W65EVT20oS { box-sizing:content-box;height:32.1875rem;width:35.875rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.7496445328rem;left:39.062496185302rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#nhTimrDFUolQu9VMDdh4vTeaD8nJvTHm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:10.5625rem;left:64.75rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#La73kluO7w2GKBEx9Ohu7qBIpxCH7vT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:13.9375rem;left:64.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EohlzTRTJdw0toHwTZKLmK7VbpSf89FL { box-sizing:content-box;height:30.687125rem;width:0.25rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.249467149377rem;left:64.556995391844rem;display:block; }
#s5wSfDSNFQt0spfborkcVdurMNovPZ4U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:10.5625rem;left:39.25rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCBZbJVda5NVBTwiR52VC8uHnDpw7XTF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:13.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMOoE7b6F1l1XaQ20Q0FvR5Zc1LsVMNb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZXx9xXHbAcJa4XThbqPEiUFgBhro6U2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:16.3125rem;left:64.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nV2EdIqCLxAH0nOTDtOGEsxSttEZF8kI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:18.625rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWthKfBNznV70r65ngVTgXJDldCoiaMe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:18.625rem;left:64.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9XLaTUvvLsXTmHMQnIwrk01stMX0sVF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:20.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nekPTVl3V9gJDWori74rzVUPXfgsVtEa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:20.9375rem;left:64.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NznBqebLGydPuUJiJTqBliGgguMSuQzC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:23.124999299646rem;left:39.061611175537rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nD6JBkt0AksJptdKlTgZSTIwEC8skZ0F { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:23.1875rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U08bHfnv8LKg9TImv0WJNwLqwl3Fdv2S { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:25.5625rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZNwJMG8EsghpVlx0TzMTDxiiAb043di { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:25.5625rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUy2cMlbEN1I4z4MO9SuelMkT6vhA669 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:30.25rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTxHOKVxXGfQu3LNyGker5gaGt4ETTxO { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:27.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dya88BCmDNqGqaAbsyDiEZx5LqqicDVH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:32.4375rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5AXEDUaqrMRJomfw0ZicSISHVioTUXK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:27.9375rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWUhcqN5It5gJoS4IAqTaTiPrgExUNfn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:30.25rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuPiMkWlQ4PkcqFT89g2ws41hq9Db0yH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:32.4375rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytoAbzQ4oNJvq0ikOnMscTDqLFGGkp2s { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:39.4375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZT0N3TC7zd8gTPJlGZfHRJ43HXO6yod { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:37.125rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxAgDAsfwFGw4da06sF7ZVMh7nRzBrOk { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:34.8125rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARECxXyTzPPcAPb8sTU0ym3GTDQLAw56 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:34.8125rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpQOIyBXitpxU1dImprh0TM7i6NwRSXK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:37.125rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnZTaNG6xuITAgS0x1u39UrTAITwUOrs { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.5;letter-spacing:0;top:39.4375rem;left:64.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rc2rNf8KyU4stNBRcULTdvXi4GVK0X4Z { box-sizing:content-box;height:21.1875rem;width:35.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:47.75rem;left:39.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#h1BZyPfPvRMkSqC7sfW0ohOXimFqb4PX { box-sizing:content-box;height:20.25rem;width:0.25rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48.25rem;left:64.5625rem;display:block; }
#is1AEP4683OMiGGScdn3rnGqwtuo7zaT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:58.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSTkSkGhGQW4O3syUSFCzneNbF2kV2SW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15099;line-height:1.5;letter-spacing:0;top:58.9375rem;left:64.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V77KqmpZoobOT4SToqt4GhFG3Db1TuGt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:61.125rem;left:39.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ok7dwbV9b4fdIsMDLuDsgp360pg3Rvdo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.5;letter-spacing:0;top:61.1875rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1qU39FZSO35nKsXcEsC6yW8HeCc6l4T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:63.5625rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wm5dQgiXTNC38nN3lLnJtloR1XS8TJ6v { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15101;line-height:1.5;letter-spacing:0;top:63.5625rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5qgqM9ni1ftpyKDdfA0z9WAAVauaEX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.5;letter-spacing:0;top:65.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrfGsgVn6TTXWFaaSnhn9XRkz4tRknfs { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15102;line-height:1.5;letter-spacing:0;top:65.9375rem;left:64.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTrPEeW40hFm9wqZxr8VN6gBmODQViff { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.5;letter-spacing:0;top:51.9375rem;left:64.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaFMvMXLO6pmzgTCOL23JTLsQKzTTtmX { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:51.9375rem;left:39.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WveUTToWkIRD9S0AmxeHZNtIoHOorZr2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:54.3125rem;left:39.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmhbN4UyiruHJ9J0R4ExxKTSvfTDW6bR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15097;line-height:1.5;letter-spacing:0;top:54.3125rem;left:64.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghky5RxhFsQaGcQC3RqoOX5XKARaB2K4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:56.625rem;left:39.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRs3r8gepUTo7OOVcK1Lu330NXPWwTCy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.5;letter-spacing:0;top:56.625rem;left:64.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnJshpEsuxvd1ikQSCMoyzPRSGTZLZcD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:48.5625rem;left:64.75rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtI6ffLhPk4KvOWmQ6q2BuT1kdCz8f4z { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:48.5625rem;left:39.25rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxHiLRV81IIdphDadFREnoBe0nycIbwW { color:#454545;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:43.62304520607rem;left:40.24857711792rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfSJeV2xIKFcbSms4f0332L6Cg4O0OVJ { color:#454545;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:59.624467849731rem;left:0rem;height:4.49840625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuQJWacLRP7noybA2CCSWMinq1LrupMX { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:65.157846450806rem;left:5.9561424255371rem;display:block; }
#uFoOG7TfmyfgqMFtyxPsrfowXTKxJiuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container { background-color: transparent; background-image: none; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container > .video-iframe-container { display: none; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row > .video-iframe-container { display: none; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .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); }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container { border-width: 0; border-radius: 0; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container { font-size:0.875rem;font-family:"source sans pro";height:23.875rem;width:75rem;position:relative;display:block; }#aOdCiDe5QAX95vOeZhl1zJPg7zGo673y { color:#e5d9ca;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:17.5625rem;left:8.75rem;height:2.5996125rem;font-style:normal;display:block; }
#wTpCuCHR6HsrZFWxWU2w1kEZSoek2PNy { box-sizing:content-box;height:3.1875rem;width:3.1875rem;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:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.4375rem;left:7.8125rem;display:block; }
#w1U8MMcuKUGOFxP3e6ogcncZhuTmVoua { box-sizing:content-box;height:3.1875rem;width:3.1875rem;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:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.4375rem;left:28.3125rem;display:block; }
#Ln7n4Z2eBONDb9Q0J5VCkwXKtOrsDapB { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15016;background-color:#d6ddd9;background-image:none;top:14.25rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZadkqzNkXdC9TZEwvIi1WSL0qOJSeqL0 { box-sizing:content-box;height:3.1875rem;width:3.1875rem;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:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.4375rem;left:48.9375rem;display:block; }
#rZ00ckDiNPwvWabUIpTZOMziqNIvBTnn { color:rgba(var(--color-primary-0),1);display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:9.3125rem;left:8.0625rem;height:3.375rem;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;font-style:normal;display:block; }
#S2nwVDWl4iOxfISvWCOq9TNV2RfdpfLH { color:rgba(var(--color-primary-0),1);display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.3125rem;left:28.5625rem;height:3.375rem;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;font-style:normal;display:block; }
#QUtSvutWTgfL8ISNmArB4IDsq1hrTTW2 { color:rgba(var(--color-primary-0),1);display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:9.3125rem;left:49.1875rem;height:3.375rem;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;font-style:normal;display:block; }
#RXizEmSBluLUTePuURTtUiwaaAWspkU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:14rem;left:8.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSUm40mDgfL76EaxCmN3W5aNq7wqdd9z { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:13.875rem;left:29.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qizNXlRioV8UTIwJo3DfDcPHhM0PZU7K { color:#e5d9ca;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:17.5625rem;left:29.625rem;height:2.5996125rem;font-style:normal;display:block; }
#R1pAcefx1Vact4AN71ZfI8m8Tid3eNGe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:13.875rem;left:50rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4e46FeFLQbKhVphruW9KEH0pTvhDL4w { color:#e5d9ca;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.5625rem;left:50rem;height:2.5996125rem;font-style:normal;display:block; }
#FhMgTGJDThXs8g8Gf1b3T5SKVAsAWofa { box-sizing:content-box;height:3.8125rem;width:59.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.125rem;left:7.5rem;border-top:0.0625rem solid #d6ddd9;border-left:0.0625rem solid #d6ddd9;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#bEs7MnZQJlpg5p32q1GT0MA5QwbobPBp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:2.19993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Llz4rNH8OOKuUB6vGenANE9Ni9K17LmS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:5.4375rem;left:26.562498092651rem;display:block; }
#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container { background-color: transparent; background-image: none; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container > .video-iframe-container { display: none; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row > .video-iframe-container { display: none; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .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); }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container { border-width: 0; border-radius: 0; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container { font-size:0.875rem;font-family:arial;height:92.375rem;width:75rem;position:relative;display:block; }#Tna3PlT3JE5wki6izAd4EJlkSS7naGSk { color:#454545;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUo2nsOlmJEgALPkwZsBkvH1G18d74Zm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:5.375rem;left:26.562498092651rem;display:block; }
#LtAtzukXTGiEoXBd7IkGaaTdidat88fw { box-sizing:content-box;height:15.4375rem;width:15.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.9375rem;left:1.6875rem;display:block; }
#KbK7v5ext5yKqF6XhZRTMXP10kEEtiL4 { box-sizing:content-box;height:16.375rem;width:15.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.3125rem;left:57.875rem;display:block; }
#qxbAoF76Rm8cFxRT7rPFl0FvNVSenkLJ { position:absolute;display:block;z-index:15014;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:23.75rem;width:17.8125rem;top:35.21875rem;left:18.1875rem;overflow:hidden;display:block; }
#lZOgs9ZxdEKdzpZ9ZOlAxIRk0oZnpgqT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:31.4375rem;top:10.8125rem;left:21.75rem;overflow:hidden;display:block; }
#iFwvIdNAOkMwwgqMg3LHiV8Llx4mn5rJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:86.5615234375rem;left:25.46875rem;display:block; }
#Qk37xydy5g3qf8Lx97IP2IbzLanuwnlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAdMCGLZLQbtIKHCcPblvqTFAP2VQnMs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:16.875rem;top:10.9375rem;left:55.5rem;overflow:hidden;display:block; }
#eLKaBs6gqdNz70vqo4nn2sRp8GchwGnV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:16.9375rem;top:10.9375rem;left:3rem;overflow:hidden;display:block; }
#XbamIpoSXh8Svfc3O3JPQ3Bs7S1xJBtQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:14.375rem;top:35.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#EcyoDXWLb8mZs5TQciRO0ZuCwZFT51Qd { position:absolute;display:block;z-index:15014;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:23.5625rem;width:17.625rem;top:35.3125rem;left:55.9375rem;overflow:hidden;display:block; }
#Zp3xegME08Kx33GT1gTDsCEzy2VAQQpK { position:absolute;display:block;z-index:15014;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:23.5625rem;width:17.625rem;top:60.8125rem;left:54.4453125rem;overflow:hidden;display:block; }
#rl0g44ZfeCiuv08DDIelxWuTieLRhqPy { position:absolute;display:block;z-index:15015;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:23.625rem;width:31rem;top:60.8125rem;left:22.032774390244rem;overflow:hidden;display:block; }
#qO0JnpGmarrr2RTHH0luzaFnQ0IQc41Q { position:absolute;display:block;z-index:15015;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:23.625rem;width:17.875rem;top:60.78125rem;left:2.78125rem;overflow:hidden;display:block; }
#Mv3N8BLK5J3nKcKFFB6knCZ0BPaSHTtc { box-sizing:content-box;height:15.4375rem;width:15.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:69.9375rem;left:1.6875rem;display:block; }
#muhyNIoWF4yBGT2UEc3BAG9Q48aazUFm { box-sizing:content-box;height:16.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:59.6875rem;left:57.875rem;display:block; }
#NhhvSNkkZbx1i1vd33pLaGbbkmupbcl2 { position:absolute;display:block;z-index:15015;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:23.75rem;width:17.0625rem;top:35.21875rem;left:37.1328125rem;overflow:hidden;display:block; }
#dlPFfmv790GEs01bzpvofvoUS0a9h4LV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container { background-color: transparent; background-image: none; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container > .video-iframe-container { display: none; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row > .video-iframe-container { display: none; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .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); }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container { border-width: 0; border-radius: 0; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#EyvF4JCmhkpkEN6htE2zCe0Xqgi5zWWb { box-sizing:content-box;height:15rem;width:18.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.1875rem;left:28.1875rem;border-top:0.0625rem solid #e3e3e1;border-left:0.0625rem solid #e3e3e1;border-right:0.0625rem solid #e3e3e1;border-bottom:0.0625rem solid #e3e3e1;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#y6MSMsEthEz2hfxgCeFGqpNScMdBUzlm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:9.6875rem;left:29.3125rem;overflow:hidden;display:block; }
#f44s80zipFTPZ2H6L7toHpDR7PXgMx0q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.625rem;height:1.29980625rem;display:block; }
#bqBdWdGE0FP4EODqrHBuzWisc8y1KVQD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.875rem;top:12.3125rem;left:28.9375rem;overflow:hidden;display:block; }
#kiqw3lpPUqL2aTfTgSttmloVIJHQ7B3N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.311967253685rem;left:29.311962127686rem;height:7.7988125rem;display:block; }
#gk1yd6eNuhqUsDyoEcDuiakTuiNc7c1x { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:32.6875rem;height:0.97523125rem;display:block; }
#pZOwIbd9HC3vsLgOch7gfpBtqpNMITmC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:9.5625rem;left:44.0625rem;overflow:hidden;display:block; }
#brS2QTOoEBoEK518ZC4XDCAJ0dmADk34 { box-sizing:content-box;height:22.8125rem;width:18.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.1875rem;left:48.125rem;border-top:0.0625rem solid #e3e3e1;border-left:0.0625rem solid #e3e3e1;border-right:0.0625rem solid #e3e3e1;border-bottom:0.0625rem solid #e3e3e1;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kbTEdQp9J64rHlfyB2wzxIXaTBXJMGp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0618125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.62269115448rem;left:49.39896774292rem;height:15.597625rem;display:block; }
#f0GJT3TCKxvxKzm2HKMIXVQTifTPDPRx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.875rem;top:12.3125rem;left:48.875rem;overflow:hidden;display:block; }
#WDusNDXXfeH6wczOLnhOX08XsL8SfCtM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.6875rem;left:49.25rem;overflow:hidden;display:block; }
#RBAdKOHHqGd9eMikyfzcUCm2T3kfJry2 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:52.625rem;height:0.97523125rem;display:block; }
#lhM0XoHv2t5Tg4cXa8IGy5u6NV5rcHJ8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:9.5625rem;left:64rem;overflow:hidden;display:block; }
#grDAysPMeGcwmL99NFx6l0AWTtm4X3Jv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.6875rem;left:52.5625rem;height:1.29980625rem;display:block; }
#SbxZOM6a3ETMsqAWehUGbNlT9WrM9iw7 { box-sizing:content-box;height:17.125rem;width:18.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.1871447991581rem;left:8.18714427948rem;border-top:0.0625rem solid #e3e3e1;border-left:0.0625rem solid #e3e3e1;border-right:0.0625rem solid #e3e3e1;border-bottom:0.0625rem solid #e3e3e1;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#LE8EvtJmE86zqPv1P2szSM8kWdZOExrO { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.311966462061rem;left:9.3119668960569rem;height:10.39844375rem;display:block; }
#cA3ibFzzoPBfmSIPSm05moIR78RsV5oE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.875rem;top:12.3125rem;left:8.9375rem;overflow:hidden;display:block; }
#TddetC4XJV2Wl62kz4PQwxziRM7q8XI2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:9.6875rem;left:9.3125rem;overflow:hidden;display:block; }
#iSrGEBIxpxeIoabUF049xWmzuEs1ueWP { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11rem;left:12.6875rem;height:0.97523125rem;display:block; }
#ewXIfBlhAwzxi0C3JO8SmsuvWKcUECNq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:9.5625rem;left:24.0625rem;overflow:hidden;display:block; }
#QBXsSPCWQvncHaAix7tvpTUyXdOigxhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.6875rem;left:12.625rem;height:1.29980625rem;display:block; }
#JpyARVE21yKul39MsCGmczKrssLCdiWX { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:5.5rem;left:26.5rem;display:block; }
#KDdoe6TafQCnwwx4cVT6ueBOglAINo1l { color:#454545;display:block;width:74.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container { background-color: transparent; background-image: none; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container > .video-iframe-container { display: none; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row > .video-iframe-container { display: none; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .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); }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container { border-width: 0; border-radius: 0; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container { font-size:0.875rem;font-family:lato;height:46.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#vH0zwe7oiV0qhlxt7F5qH7IyfOtHqdqA { box-sizing:content-box;height:27.8125rem;width:28.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.375rem;left:4.3125rem;display:block; }
#DEsmOe87ssHinPHTTKuF2bbTvSB2vWfl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.154829978943rem;left:4.7789421081543rem; }
#n2W9nPw1BJBna6L4kTpk95ZUTguIct8s { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.0625rem;left:4.75rem; }
#wfQMLH1q7BUgg5LgSTWsH3457TS8rDVx { color:#454545;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:38.3125rem;left:8.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K7AzToM26Cs88mgeJs9iLEZ10G7R0vtU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#454545;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3123125rem;height:1.6867875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.3125rem;left:8.9375rem;display:block; }
#xfEtzC2xixmgdltuvfzwrUQLebR68XAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxkOrJERt23DSNTAofVRIce0lbz3mrfV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.5619675rem;width:26.9993125rem;top:3.375rem;left:44.5rem;display:block; }
#lQ9ywsI1UhMUUUzCryBspbZmnNwZQ0Az { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-primary-4),1) ;height:37.375rem;width:27rem;top:3.4375rem;left:44.499730348587rem;display:block; }
#PBA46CcT5QS17Zzvf41tpNrW9xgyBsKM { color:rgba(var(--color-primary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:45.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyvHCu0yWvq0ubOxaSEtV7tCIRROTau8 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.56241125rem;width:26.99975rem;top:40.562417984009rem;left:44.499287843704rem;display:block; }
#GS2nBNJsVOHuPrlqhcfXtH6DSB30fdez { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249625rem;width:7.249625rem;top:38.062410354614rem;left:33.874734163284rem;overflow:hidden;display:block; }
#rzvcHVgWVoFETmIFWsgyre5oJTxEBcSi { position:absolute;display:block;z-index:15039;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:26.5625rem;width:27.1875rem;top:4rem;left:4.9375rem;overflow:hidden;display:block; }
#xrZBEudoxPwC3MyP2rHGkGcrGaPAhpS5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:42.0625rem;left:4.9375rem; }
#aVybuJwmKMeTSKWT9qTKTs4pVk2mFVBs { color:#454545;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:34.054507255554rem;left:8.9373226165769rem;height:2.699225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-form-header {  }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:23.4375rem;box-sizing:border-box;height:2.5625rem;color:#979597;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:23.4375rem;box-sizing:border-box;height:4.375rem;color:#979597;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-button { 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:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;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.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.12) ; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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";font-size:0.625rem;font-weight:300;color:#979597;vertical-align:top;width:22.4375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-container:first-of-type{padding-top:0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-container:last-of-type{padding-bottom:0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.5rem;left:45.0302734375rem; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 {display:block;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.5rem;left:45.0302734375rem; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KXBdqcN69CDZ4QStTGfDsKocFsB6FfdB { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #phJ5PL6aeUnnGqnFNp2WX53wn07uX9Xp { position:relative;display:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #ss33ow7CFkA498Fg4fnWFWhvFzTeq7TJ { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #wT56VzXSUglRI80THsf3Pxq511sp6L43 { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #bOJtyK38FBCuvmf8HGmHVsdd3HRkhNHI { position:relative;display:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #R2qTo3MoGougbsKA7rngLOavsGSIqXbo { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #nrofyEhHasvWIy8wChhyEoS60AzLop3K { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vfbvqfgDSKNW5XAwQbS0cv5GaFPM3gnN { position:relative;display:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KX0WuVQ1HoPTSWMA5S8S4GxqnEtT4LFd { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KHUeh5lkFhVQemEkJT8FKyHCXfodxIT0 { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #NZNxwEZEpKm9NcxEPe2dBZNUUmb6SRg8 { position:relative;display:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vf56BaMG9vWqzXqUTgVLGsnhCbg7wlqh { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #H6sd9avVDh4tRMdkVMzXZOURotv2Mein { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #rUKRDmedi0cwS9iPvtngbxAkf69G45Tv { position:relative;display:none; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #t97Knc3Lc17SAKEZewFHdOXNQC1AeEZn { position:relative; }
#T12NpTnbxSMlc7FhTa4QyTM8oF7wK4g1 { position:relative;display:block; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #eQ4kNxD28s7FlSvgfh4AuZvSJ3TOvgGD { position:relative; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vVKxH6Rtu5LJBDHvvIKQTMTRTrpgPw4d { position:relative; }
#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { background-color: transparent; background-image: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container > .video-iframe-container { display: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row > .video-iframe-container { display: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .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); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { border-width: 0; border-radius: 0; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#xrbWCpvMBy0aHg9lmViBsPtTSu6mmQI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1rem;left:28.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ETFhhom2zPHwd1pO73ZomGBGFr1ZoCNn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.31214375rem;width:3.5617875rem;top:1rem;left:37.875rem;overflow:hidden;display:block; }
#HrbpxzhEc8UmTzBv287RChSWwJofLiZu { z-index:15003;background-color:#020202;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;top:3.125rem;left:32.625rem;display:block; }
#Zf2Wa5hZ0TczeSJXe55XTuamQd6KDKn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD { display:block; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9RhWNfdQrMRT1lEix0kmuHeWvlqL71k { top:0rem;left:0rem;width:8.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VmXZgMCNdlAAlTgkJR5WbIqQpOL2k2 { top:1.25rem;left:25.212888717651rem;width:18.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWNwAVvLU2P93DX2InMtRFFOysCXos5S { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnqzB21SwkEBOilKNGRo9pIOqk6nPkZ { 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) { #pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { width:26.9375rem;height:0.5rem;top:5.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJB8oy7V66BJxvIHwD07Bx4qlciiDdks { width:24.5625rem;height:2.0625rem;top:8.125rem;left:23.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-button { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-checkbox-label { width:22.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi  { width:23.4375rem;height:auto;top:10.625rem;left:21.8125rem; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi {display:block;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi { width:23.4375rem;height:auto;top:10.625rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #X8fxiDDvNbXV0GTRhkNHNaZ7AHphlNLw {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #uqSVBgGCxfGPrCGGlSK0TB76qZAOXPxT { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TEyxwTRoq054XyR6rGV0Q0TyrGmBkEKU {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #DrlheSfqgZoq1hec9ior0MUu7PgSRQL6 {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #AsvoIql0WK7EBfstTLBM1aHmIoxdAZXW { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #O5v5kL4MXFPazZfml9NEBAnvmwzCIFCH {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #V1kGHw7OQmAbnFMUixiJaElvkh8KMQai {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #nGnURxRVHZyk5bIQmxi1BoesBq93pwER { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #JK6TQcIeuyW3MgN3bsXVFVIXkcPar7ZV {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #ccU37KFnrxK1EQuaEC6zBHfCVGcHnIrT {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #F8Jwc77tTJD2DTqqhWPGbfQtCktPuDMm { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #bJgsf3lx6zL2aLaJyFPVUoJg1rC41TP4 {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #R8sDJXzvvw3Pvlyl7SOngZpUbuBfhaIi {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #PdFmUdAh8VC4H6RF9Qq1oNp8dwdyhlkH { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TTpx9MqTT4EPW5sqCA5RpC4sHSAMZTmi {  }
 }@media only screen and (max-width: 763px) { #pPDgydEe2qkToLyVUaACXhDwMKxfhRwt { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #WAFgXCGMxehLwzGiyBqW8o3vrBInCT2o {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #d6UpOiZoqUuXG8QekTT5UDqDgpu5hoqe {  }
 }@media only screen and (max-width: 763px) { #tHxRKfeBmaHyDDo0pLkWd1zKB8HtiuFp { width:27rem;height:32.9375rem;top:5.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzfAVEplQTCLZlDXH2FIe8nMo5XGFJD { width:47.625rem;height:2rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saUCkAX5IncEXwQscnLVglmMwvCtbi1w { width:47.75rem;height:0.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRT9B8Z75rN54pJEZLrTbln1FTlJ0euS { width:45.625rem;height:6.4375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJvXzU8N7bknLJ129XDvDS9WtvpHgCu { top:24.625rem;left:0rem;width:23.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNrfmGkrR5T5GKF6AAmO0Od9ZTrEKLF9 { top:29.4375rem;left:0rem;width:37.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVGqRNTgTyzW8u5sEzJnQUKxEPqvG9rp { top:29.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJBVyymUohg0Dgw1SeP7i9FRoiPKWKR { top:24.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1aTzNV3DtDC1HfJanspO0z9x1gHT05S { top:20.0625rem;left:0rem;width:28.5rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp47C8LaaTzFWEDVqLsqGbt4XR54oTBo { top:20.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzT3UBpUkiyHerWegzzX0aKqL57lL5p2 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22cmez9mysDcIV3JMMnvabaW4WorW5e { display:block; }
 }@media only screen and (max-width: 763px) { #P2y7dw2JEEbe8yv2b4238vC8M8XM0tmE { width:26.9375rem;height:0.5rem;top:38.75rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos { display:block; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPdSf6e9cmttC4fJJOGwFa82UgV9veoD { width:21.875rem;height:0.3125rem;top:5.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhCSfvGWZ436fDktTcfMq53qU5PpqCv { width:37.5rem;height:8.9375rem;top:17.125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoak0nPreeriXGId7bR39tQLg9U8245S { width:47.75rem;height:2.5625rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbO5JAraTqvG8vAhpvxJ9z6ichZzSfPo { top:13.4375rem;left:0rem;width:27.5rem;height:35.73159158628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH6fPZZGGnc5yEsRyAvZNeM1acXkq1q0 { top:50.6875rem;left:0rem;width:27.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1qCTN4LZDu94sS3QkO2EhzHLTk0BTSl { top:11.25rem;left:7.5rem;width:16.375rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHdA0tZgaZoaEW2HeeqFO2F6RBHFhink { top:60.8125rem;left:0rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuDX70aRRo7QVdORKoC5yOa4s1Tp52q9 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlLEGM7siwf0UUnc91R4XTcwwg9c3nof { display:block; }
 }@media only screen and (max-width: 763px) { #raWITiQEkTZg5quGl9AgcBcxS8TnEs3D { width:47.75rem;height:1.9375rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oZhDdgPaiG57FEKdkaSDRpN0863evu { width:37.5rem;height:2.25rem;top:13.5rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTkBVUClyzGgxZu2yTdO2wrfx6OEdWB { width:37.5rem;height:2.25rem;top:28.625rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X { width:37.5rem;height:8.0625rem;top:32.875rem;left:10.25rem;font-size:1rem;display:block; }#to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X li:before{  }
 }@media only screen and (max-width: 763px) { #nkShanIzimGSqx87T5k2tMU3BDl7cXG7 { width:37.5rem;height:2.25rem;top:43.75rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6M9k5Du35BrkE3biAMAUOFM0fagDQqB { width:37.5rem;height:8.375rem;top:47.5rem;left:10.25rem;font-size:1rem;display:block; }#S6M9k5Du35BrkE3biAMAUOFM0fagDQqB li:before{  }
 }@media only screen and (max-width: 763px) { #CiNmxTgCIa8N4HaMLKNlmkdLgILdARF6 { width:37.5rem;height:5.9375rem;top:58.0625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPPCWE1mqUDbMFfopwgbEiivSUtsA0K { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8XtPmyDOLTk1IosIDiBztqFShicevKh { display:block; }
 }@media only screen and (max-width: 763px) { #HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H { display:block; }#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZczfnAmBt2PeVTx8g9ba8ByxOIvKlQGX { width:47.75rem;height:3.0625rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCkoIiW24hd13KrgrSFfDZsWlUAcxe9O { width:21.875rem;height:0.3125rem;top:4.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaW9QJ994Sxn0MhdhxmGpOTZnXZLomEm { top:9.6875rem;left:0rem;width:35.8125rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKH54NVXpMQiG4qfkgox3MdbURhoHTDV { top:10.25rem;left:11.625rem;width:0.1875rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfUuAQhX0UEDkHbx0ChCP4g56L7d9oT { width:33.4375rem;height:2.25rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grT9z4eb0xuuKARWwASWhP3AWUKXeQlW { width:25.0625rem;height:2.25rem;top:10.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPT6bfIciTbz2HkFyEXV8GdchL1zdxDw { width:10.1875rem;height:2.25rem;top:10.5rem;left:12.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkd3WwFBbFziaSoWpJLR2nmkqL9wfZQt { width:25.375rem;height:1.4375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmPfdoRtpCXOeRT8lUDAZ0E185NOiET { width:25.375rem;height:1.4375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VVg6SuT0wBC1E3UE17OI3kcytebbaD { width:25.3125rem;height:1.4375rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKZPkC958qAvWugNU7TGdzO6t8ZrtTM { width:25.3125rem;height:1.4375rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m78FpgA9TzmOS55f9BG86TriS8c0Q6BF { width:25.375rem;height:1.4375rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epXqWeHTd5tFPeC2WItMuQ3Z5btDqI0Q { width:25.3125rem;height:1.4375rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLXf1NzNn7gaKdqiMhmaGoTyVHCDX3Hx { width:25.3125rem;height:1.4375rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgM8qE6eZdvl5DTs0gWlCM4b4oSE2s3i { width:25.3125rem;height:1.4375rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK3tqCa5sSfnSNShoVhUdICIXvlgDtiq { width:25.4375rem;height:1.4375rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWzRB7maH33P9VF2Lu5sMZe23hJiB4w { width:25.3125rem;height:1.4375rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiu2Abd4PF4PmzcFFp3fMopOP60LhgQ { width:25.375rem;height:1.4375rem;top:44rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSgDTbA1eaRShr5xwhE5sl8D3c8wpO2P { width:25.3125rem;height:1.4375rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWvMZNrTnV4D5gJMTUJsg7svX9TP8VG { width:25.3125rem;height:1.4375rem;top:39.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc5tb1nScC2d9SlfLJ04lVM4HZNfMPKZ { width:25.3125rem;height:1.4375rem;top:37.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4ubSORt6qpQ2C89KJsniTJRJF1UM79 { width:25.3125rem;height:1.4375rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nJd4gLoVpMXC7VBm64MTvnHMDWHgbd { width:25.3125rem;height:1.4375rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrdtXURFETPf02JztmdNXxJbz47hU3c { width:10.0625rem;height:1.4375rem;top:13.875rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qenm3fh3VfaCbTKrT2k1alPSM767IetH { width:10rem;height:1.4375rem;top:16.25rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcO13opAKWaAOTrLyw9pJwBI0AE75PDP { width:10.3125rem;height:1.4375rem;top:18.5625rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKi7aRMr4lNde0lO0Uq0vnmTzcmC1qxx { width:10.3125rem;height:1.4375rem;top:20.875rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxacgLUbquxlhFUIZxfWsSdTwqM621Nr { width:10.3125rem;height:1.4375rem;top:23.125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx8pkUrGgU23uvFm5OGecEBWLcqklWme { width:10.3125rem;height:1.4375rem;top:25.5rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy4oMe9mra4KSiTJGRGpKvx65hO6lLTp { width:10.3125rem;height:1.4375rem;top:27.875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdJdJ7VEPGVPaqGQwyzFvTAbus4kWEE { width:10.3125rem;height:1.4375rem;top:30.1875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT987IeTFVrLRuGFUG8cSd6l9VDbGSPa { width:10.3125rem;height:1.4375rem;top:32.375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXAZEr02GgDBc6GpmL8PyAfs5b1mNgn8 { width:10.3125rem;height:1.4375rem;top:34.75rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ba7euxBzxT2zpxdbvdpGqTO0Q3zzhT { width:10.3125rem;height:1.4375rem;top:37.0625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAkht34ArgI3tpDVvlh1GEXkxE6dXOc { width:10.125rem;height:1.4375rem;top:39.375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkDL5EKXntNTHk5x0b2sn5Nk2gXAw0nz { width:10.0625rem;height:1.4375rem;top:41.625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f274tIcRDtd3Mn0AILTxhC0of3F1ne { width:10.3125rem;height:1.4375rem;top:44rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX06LG79T4Qs0UTAolcX3HqLegi9w6xW { width:10.3125rem;height:1.4375rem;top:46.375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2nTcl6tvUSOqQSwECpTSUWIMK3CEsS { width:10.3125rem;height:1.4375rem;top:48.6875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UK9T1G5govACCWWcMfgdbGTkiRRHP6 { width:25.1875rem;height:1.4375rem;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8G2FOiFe2uqwryNzcUHK36kUnaD7IT4 { width:25.3125rem;height:1.4375rem;top:53.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P6mTN0TZFNM6tuc9iWNIaF4PlnQ2i0 { width:25.3125rem;height:1.4375rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTTIveNV0LTbfTPyUuqv8wt3NapUqCo { width:10.1875rem;height:1.4375rem;top:55.75rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh7OCOSVn6cmpTsPsW3xvg5TiEkTJyNU { width:10.375rem;height:1.4375rem;top:53.4375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5cPmsGhTUIzIXvTgen6ickIE95ULvw { width:10.1875rem;height:1.4375rem;top:51.0625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyo9R5Hv5VOuWLgWLzKfQdcZzioSwXL { width:33.4375rem;height:2.25rem;top:5.75rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkdFTR695FRk1w1gJCxWr0W65EVT20oS { top:9.6875rem;left:11.875rem;width:35.875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTimrDFUolQu9VMDdh4vTeaD8nJvTHm { width:10.1875rem;height:2.25rem;top:10.5625rem;left:37.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #La73kluO7w2GKBEx9Ohu7qBIpxCH7vT4 { width:10.0625rem;height:1.4375rem;top:13.875rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EohlzTRTJdw0toHwTZKLmK7VbpSf89FL { top:10.1875rem;left:47.5rem;width:0.25rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5wSfDSNFQt0spfborkcVdurMNovPZ4U { width:25.0625rem;height:2.25rem;top:10.5625rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBZbJVda5NVBTwiR52VC8uHnDpw7XTF { width:25.375rem;height:1.4375rem;top:13.9375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMOoE7b6F1l1XaQ20Q0FvR5Zc1LsVMNb { width:25.375rem;height:1.4375rem;top:16.3125rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXx9xXHbAcJa4XThbqPEiUFgBhro6U2 { width:10rem;height:1.4375rem;top:16.25rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2EdIqCLxAH0nOTDtOGEsxSttEZF8kI { width:25.3125rem;height:1.4375rem;top:18.625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWthKfBNznV70r65ngVTgXJDldCoiaMe { width:10.3125rem;height:1.4375rem;top:18.5625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9XLaTUvvLsXTmHMQnIwrk01stMX0sVF { width:25.3125rem;height:1.4375rem;top:20.9375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekPTVl3V9gJDWori74rzVUPXfgsVtEa { width:10.3125rem;height:1.4375rem;top:20.875rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznBqebLGydPuUJiJTqBliGgguMSuQzC { width:25.3125rem;height:1.4375rem;top:23.0625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6JBkt0AksJptdKlTgZSTIwEC8skZ0F { width:10.3125rem;height:1.4375rem;top:23.125rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U08bHfnv8LKg9TImv0WJNwLqwl3Fdv2S { width:25.3125rem;height:1.4375rem;top:25.5625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNwJMG8EsghpVlx0TzMTDxiiAb043di { width:10.3125rem;height:1.4375rem;top:25.5rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUy2cMlbEN1I4z4MO9SuelMkT6vhA669 { width:25.375rem;height:1.4375rem;top:30.25rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxHOKVxXGfQu3LNyGker5gaGt4ETTxO { width:25.3125rem;height:1.4375rem;top:27.9375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dya88BCmDNqGqaAbsyDiEZx5LqqicDVH { width:25.3125rem;height:1.4375rem;top:32.4375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5AXEDUaqrMRJomfw0ZicSISHVioTUXK { width:10.3125rem;height:1.4375rem;top:27.875rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWUhcqN5It5gJoS4IAqTaTiPrgExUNfn { width:10.3125rem;height:1.4375rem;top:30.1875rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPiMkWlQ4PkcqFT89g2ws41hq9Db0yH { width:10.3125rem;height:1.4375rem;top:32.375rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoAbzQ4oNJvq0ikOnMscTDqLFGGkp2s { width:25.3125rem;height:1.4375rem;top:39.375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZT0N3TC7zd8gTPJlGZfHRJ43HXO6yod { width:25.3125rem;height:1.4375rem;top:37.125rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAgDAsfwFGw4da06sF7ZVMh7nRzBrOk { width:25.3125rem;height:1.4375rem;top:34.8125rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARECxXyTzPPcAPb8sTU0ym3GTDQLAw56 { width:10.3125rem;height:1.4375rem;top:34.75rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQOIyBXitpxU1dImprh0TM7i6NwRSXK { width:10.3125rem;height:1.4375rem;top:37.0625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZTaNG6xuITAgS0x1u39UrTAITwUOrs { width:10.125rem;height:1.4375rem;top:39.375rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc2rNf8KyU4stNBRcULTdvXi4GVK0X4Z { top:47.75rem;left:11.875rem;width:35.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1BZyPfPvRMkSqC7sfW0ohOXimFqb4PX { top:48.25rem;left:47.5rem;width:0.25rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is1AEP4683OMiGGScdn3rnGqwtuo7zaT { width:25.3125rem;height:1.4375rem;top:58.9375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTkSkGhGQW4O3syUSFCzneNbF2kV2SW { width:10.3125rem;height:1.4375rem;top:58.875rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V77KqmpZoobOT4SToqt4GhFG3Db1TuGt { width:25.3125rem;height:1.4375rem;top:61.125rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok7dwbV9b4fdIsMDLuDsgp360pg3Rvdo { width:10.3125rem;height:1.4375rem;top:61.125rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1qU39FZSO35nKsXcEsC6yW8HeCc6l4T { width:25.3125rem;height:1.4375rem;top:63.5625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5dQgiXTNC38nN3lLnJtloR1XS8TJ6v { width:10.3125rem;height:1.4375rem;top:63.5rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qgqM9ni1ftpyKDdfA0z9WAAVauaEX6 { width:25.3125rem;height:1.4375rem;top:65.9375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfGsgVn6TTXWFaaSnhn9XRkz4tRknfs { width:10.3125rem;height:1.4375rem;top:65.9375rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrPEeW40hFm9wqZxr8VN6gBmODQViff { width:10.0625rem;height:1.4375rem;top:51.875rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFMvMXLO6pmzgTCOL23JTLsQKzTTtmX { width:25.375rem;height:1.4375rem;top:51.9375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveUTToWkIRD9S0AmxeHZNtIoHOorZr2 { width:25.375rem;height:1.4375rem;top:54.3125rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhbN4UyiruHJ9J0R4ExxKTSvfTDW6bR { width:10rem;height:1.4375rem;top:54.25rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghky5RxhFsQaGcQC3RqoOX5XKARaB2K4 { width:25.3125rem;height:1.4375rem;top:56.625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRs3r8gepUTo7OOVcK1Lu330NXPWwTCy { width:10.3125rem;height:1.4375rem;top:56.5625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJshpEsuxvd1ikQSCMoyzPRSGTZLZcD { width:10.1875rem;height:2.25rem;top:48.5625rem;left:37.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtI6ffLhPk4KvOWmQ6q2BuT1kdCz8f4z { width:25.0625rem;height:2.25rem;top:48.5625rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxHiLRV81IIdphDadFREnoBe0nycIbwW { width:33.4375rem;height:2.25rem;top:43.5625rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfSJeV2xIKFcbSms4f0332L6Cg4O0OVJ { width:37.5rem;height:4.4375rem;top:59.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQJWacLRP7noybA2CCSWMinq1LrupMX { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFoOG7TfmyfgqMFtyxPsrfowXTKxJiuD { display:block; }
 }@media only screen and (max-width: 763px) { #Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y { display:block; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOdCiDe5QAX95vOeZhl1zJPg7zGo673y { top:17.5625rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpCuCHR6HsrZFWxWU2w1kEZSoek2PNy { top:9.4375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U8MMcuKUGOFxP3e6ogcncZhuTmVoua { top:9.4375rem;left:14.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7n4Z2eBONDb9Q0J5VCkwXKtOrsDapB { top:14.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZadkqzNkXdC9TZEwvIi1WSL0qOJSeqL0 { top:9.4375rem;left:35.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ00ckDiNPwvWabUIpTZOMziqNIvBTnn { top:9.3125rem;left:0rem;width:2.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2nwVDWl4iOxfISvWCOq9TNV2RfdpfLH { top:9.3125rem;left:14.9375rem;width:2.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUtSvutWTgfL8ISNmArB4IDsq1hrTTW2 { top:9.3125rem;left:35.5625rem;width:2.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXizEmSBluLUTePuURTtUiwaaAWspkU6 { top:14rem;left:0rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUm40mDgfL76EaxCmN3W5aNq7wqdd9z { top:13.875rem;left:16rem;width:16.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizNXlRioV8UTIwJo3DfDcPHhM0PZU7K { top:17.5625rem;left:16rem;width:15.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1pAcefx1Vact4AN71ZfI8m8Tid3eNGe { top:13.875rem;left:32rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4e46FeFLQbKhVphruW9KEH0pTvhDL4w { top:17.5625rem;left:30.25rem;width:17.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhMgTGJDThXs8g8Gf1b3T5SKVAsAWofa { top:11.125rem;left:0rem;width:47.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEs7MnZQJlpg5p32q1GT0MA5QwbobPBp { width:47.75rem;height:2.1875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llz4rNH8OOKuUB6vGenANE9Ni9K17LmS { width:21.875rem;height:0.3125rem;top:5.4375rem;left:12.937498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 { display:block; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tna3PlT3JE5wki6izAd4EJlkSS7naGSk { width:47.75rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUo2nsOlmJEgALPkwZsBkvH1G18d74Zm { width:21.875rem;height:0.3125rem;top:5.375rem;left:12.937498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtAtzukXTGiEoXBd7IkGaaTdidat88fw { top:9.9375rem;left:0rem;width:15.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbK7v5ext5yKqF6XhZRTMXP10kEEtiL4 { top:18.3125rem;left:31.375rem;width:15.625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxbAoF76Rm8cFxRT7rPFl0FvNVSenkLJ { top:35.1875rem;left:4.5625rem;width:17.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZOgs9ZxdEKdzpZ9ZOlAxIRk0oZnpgqT { top:10.8125rem;left:8.125rem;width:31.4375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFwvIdNAOkMwwgqMg3LHiV8Llx4mn5rJ { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk37xydy5g3qf8Lx97IP2IbzLanuwnlv { display:block; }
 }@media only screen and (max-width: 763px) { #tAdMCGLZLQbtIKHCcPblvqTFAP2VQnMs { top:10.9375rem;left:30.875rem;width:16.875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKaBs6gqdNz70vqo4nn2sRp8GchwGnV { top:10.9375rem;left:0rem;width:16.9375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbamIpoSXh8Svfc3O3JPQ3Bs7S1xJBtQ { top:35.3125rem;left:0rem;width:14.375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcyoDXWLb8mZs5TQciRO0ZuCwZFT51Qd { top:35.3125rem;left:30.125rem;width:17.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp3xegME08Kx33GT1gTDsCEzy2VAQQpK { top:60.8125rem;left:30.0625rem;width:17.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl0g44ZfeCiuv08DDIelxWuTieLRhqPy { top:60.8125rem;left:8.4077743902438rem;width:31rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0JnpGmarrr2RTHH0luzaFnQ0IQc41Q { top:60.75rem;left:0rem;width:17.875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv3N8BLK5J3nKcKFFB6knCZ0BPaSHTtc { top:69.9375rem;left:0rem;width:15.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhyNIoWF4yBGT2UEc3BAG9Q48aazUFm { top:59.6875rem;left:32.125rem;width:15.625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhhvSNkkZbx1i1vd33pLaGbbkmupbcl2 { top:35.1875rem;left:23.5078125rem;width:17.0625rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlPFfmv790GEs01bzpvofvoUS0a9h4LV { display:block; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyvF4JCmhkpkEN6htE2zCe0Xqgi5zWWb { top:8.125rem;left:0rem;width:18.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6MSMsEthEz2hfxgCeFGqpNScMdBUzlm { top:9.625rem;left:15.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44s80zipFTPZ2H6L7toHpDR7PXgMx0q { top:9.6875rem;left:18.99928855896rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqBdWdGE0FP4EODqrHBuzWisc8y1KVQD { top:12.25rem;left:15.3125rem;width:5.875rem;height:2.3119965635191rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqw3lpPUqL2aTfTgSttmloVIJHQ7B3N { top:14.25rem;left:15.686079025269rem;width:16.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk1yd6eNuhqUsDyoEcDuiakTuiNc7c1x { top:10.9375rem;left:19.062322616577rem;width:14.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZOwIbd9HC3vsLgOch7gfpBtqpNMITmC { top:9.5rem;left:30.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brS2QTOoEBoEK518ZC4XDCAJ0dmADk34 { top:8.125rem;left:29.125rem;width:18.5rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTEdQp9J64rHlfyB2wzxIXaTBXJMGp3 { top:14.5625rem;left:31.75rem;width:16rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GJT3TCKxvxKzm2HKMIXVQTifTPDPRx { top:12.25rem;left:35.25rem;width:5.875rem;height:2.3119965635191rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDusNDXXfeH6wczOLnhOX08XsL8SfCtM { top:9.625rem;left:35.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBAdKOHHqGd9eMikyfzcUCm2T3kfJry2 { top:10.9375rem;left:33.625rem;width:14.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhM0XoHv2t5Tg4cXa8IGy5u6NV5rcHJ8 { top:9.5rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grDAysPMeGcwmL99NFx6l0AWTtm4X3Jv { top:9.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxZOM6a3ETMsqAWehUGbNlT9WrM9iw7 { top:8.125rem;left:0rem;width:18.5625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE8EvtJmE86zqPv1P2szSM8kWdZOExrO { top:14.25rem;left:0rem;width:16.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3ibFzzoPBfmSIPSm05moIR78RsV5oE { top:12.25rem;left:0rem;width:5.875rem;height:2.3119965635191rem;display:block; }
 }@media only screen and (max-width: 763px) { #TddetC4XJV2Wl62kz4PQwxziRM7q8XI2 { top:9.625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrGEBIxpxeIoabUF049xWmzuEs1ueWP { top:10.9375rem;left:0rem;width:14.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXIfBlhAwzxi0C3JO8SmsuvWKcUECNq { top:9.5rem;left:10.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBXsSPCWQvncHaAix7tvpTUyXdOigxhZ { top:9.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyARVE21yKul39MsCGmczKrssLCdiWX { width:21.875rem;height:0.3125rem;top:5.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdoe6TafQCnwwx4cVT6ueBOglAINo1l { width:47.75rem;height:2.5625rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 { display:block; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH0zwe7oiV0qhlxt7F5qH7IyfOtHqdqA { top:3.375rem;left:0rem;width:28.4375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEsmOe87ssHinPHTTKuF2bbTvSB2vWfl { top:34.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2W9nPw1BJBna6L4kTpk95ZUTguIct8s { top:38.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQMLH1q7BUgg5LgSTWsH3457TS8rDVx { top:38.3125rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7AzToM26Cs88mgeJs9iLEZ10G7R0vtU { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfEtzC2xixmgdltuvfzwrUQLebR68XAn { display:block; }
 }@media only screen and (max-width: 763px) { #WxkOrJERt23DSNTAofVRIce0lbz3mrfV { width:26.9375rem;height:0.5rem;top:3.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9ywsI1UhMUUUzCryBspbZmnNwZQ0Az { width:27rem;height:37.375rem;top:3.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBA46CcT5QS17Zzvf41tpNrW9xgyBsKM { width:24.625rem;height:2.0625rem;top:5.125rem;left:23.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyvHCu0yWvq0ubOxaSEtV7tCIRROTau8 { width:26.9375rem;height:0.5rem;top:40.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2nBNJsVOHuPrlqhcfXtH6DSB30fdez { top:38rem;left:20.249734163284rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvcHVgWVoFETmIFWsgyre5oJTxEBcSi { top:4rem;left:0rem;width:27.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrZBEudoxPwC3MyP2rHGkGcrGaPAhpS5 { top:42.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVybuJwmKMeTSKWT9qTKTs4pVk2mFVBs { top:34rem;left:0rem;width:21.875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-button { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-checkbox-label { width:22.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7  { width:23.4375rem;height:auto;top:10.5rem;left:21.8125rem; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 {display:block;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 { width:23.4375rem;height:auto;top:10.5rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KXBdqcN69CDZ4QStTGfDsKocFsB6FfdB {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #phJ5PL6aeUnnGqnFNp2WX53wn07uX9Xp { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #ss33ow7CFkA498Fg4fnWFWhvFzTeq7TJ {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #wT56VzXSUglRI80THsf3Pxq511sp6L43 {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #bOJtyK38FBCuvmf8HGmHVsdd3HRkhNHI { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #R2qTo3MoGougbsKA7rngLOavsGSIqXbo {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #nrofyEhHasvWIy8wChhyEoS60AzLop3K {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vfbvqfgDSKNW5XAwQbS0cv5GaFPM3gnN { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KX0WuVQ1HoPTSWMA5S8S4GxqnEtT4LFd {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KHUeh5lkFhVQemEkJT8FKyHCXfodxIT0 {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #NZNxwEZEpKm9NcxEPe2dBZNUUmb6SRg8 { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vf56BaMG9vWqzXqUTgVLGsnhCbg7wlqh {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #H6sd9avVDh4tRMdkVMzXZOURotv2Mein {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #rUKRDmedi0cwS9iPvtngbxAkf69G45Tv { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #t97Knc3Lc17SAKEZewFHdOXNQC1AeEZn {  }
 }@media only screen and (max-width: 763px) { #T12NpTnbxSMlc7FhTa4QyTM8oF7wK4g1 { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #eQ4kNxD28s7FlSvgfh4AuZvSJ3TOvgGD {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vVKxH6Rtu5LJBDHvvIKQTMTRTrpgPw4d {  }
 }@media only screen and (max-width: 763px) { #iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh { display:none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xrbWCpvMBy0aHg9lmViBsPtTSu6mmQI6 { top:1rem;left:15.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFhhom2zPHwd1pO73ZomGBGFr1ZoCNn { top:1rem;left:24.25rem;width:3.5rem;height:1.2888305976018rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbpxzhEc8UmTzBv287RChSWwJofLiZu { width:8.75rem;height:1.875rem;top:3.125rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf2Wa5hZ0TczeSJXe55XTuamQd6KDKn7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XIbH6lMXTZfx7TtWwZhJFJCTDxi4yoXD > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9RhWNfdQrMRT1lEix0kmuHeWvlqL71k { width:2.5rem;height:1.25rem;top:0rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2VmXZgMCNdlAAlTgkJR5WbIqQpOL2k2 { width:20rem;height:0;top:6.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KWNwAVvLU2P93DX2InMtRFFOysCXos5S { width:10.8123125rem;height:2.6242875rem;top:0.24946731328964rem;left:4.5925067663193rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnqzB21SwkEBOilKNGRo9pIOqk6nPkZ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12b5cb55-53e6-4487-af85-67ae21f1525b/initiallarocheguyonvuevillage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { width:20rem;height:0.5625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJB8oy7V66BJxvIHwD07Bx4qlciiDdks { width:20rem;height:2.11230625rem;top:28.260830879211rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi  { width:17.5rem;height:auto;top:30.067471504211rem;left:0rem; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi {display:block;}#LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi { width:17.5rem;height:auto;top:30.067471504211rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #X8fxiDDvNbXV0GTRhkNHNaZ7AHphlNLw {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #uqSVBgGCxfGPrCGGlSK0TB76qZAOXPxT { display:none; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TEyxwTRoq054XyR6rGV0Q0TyrGmBkEKU {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #DrlheSfqgZoq1hec9ior0MUu7PgSRQL6 {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #AsvoIql0WK7EBfstTLBM1aHmIoxdAZXW { display:none; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #O5v5kL4MXFPazZfml9NEBAnvmwzCIFCH {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #V1kGHw7OQmAbnFMUixiJaElvkh8KMQai {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #nGnURxRVHZyk5bIQmxi1BoesBq93pwER { display:none; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #JK6TQcIeuyW3MgN3bsXVFVIXkcPar7ZV {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #ccU37KFnrxK1EQuaEC6zBHfCVGcHnIrT {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #F8Jwc77tTJD2DTqqhWPGbfQtCktPuDMm { display:none; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #bJgsf3lx6zL2aLaJyFPVUoJg1rC41TP4 {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #R8sDJXzvvw3Pvlyl7SOngZpUbuBfhaIi {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #PdFmUdAh8VC4H6RF9Qq1oNp8dwdyhlkH { display:none; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #TTpx9MqTT4EPW5sqCA5RpC4sHSAMZTmi {  }
 }@media only screen and (max-width: 763px) { #pPDgydEe2qkToLyVUaACXhDwMKxfhRwt { display:block; }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #WAFgXCGMxehLwzGiyBqW8o3vrBInCT2o {  }
 }@media only screen and (max-width: 763px) { #LsBFxS7GIWM5iy7xkNC8tTuKu8fZh3gi #d6UpOiZoqUuXG8QekTT5UDqDgpu5hoqe {  }
 }@media only screen and (max-width: 763px) { #tHxRKfeBmaHyDDo0pLkWd1zKB8HtiuFp { width:20rem;height:30.5625rem;top:27.062377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzfAVEplQTCLZlDXH2FIe8nMo5XGFJD { width:20rem;height:1.94921875rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #saUCkAX5IncEXwQscnLVglmMwvCtbi1w { width:20rem;height:0.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRT9B8Z75rN54pJEZLrTbln1FTlJ0euS { width:20rem;height:3.8984375rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJvXzU8N7bknLJ129XDvDS9WtvpHgCu { width:17.5rem;height:1.6875rem;top:18.871625900269rem;left:2.6260651350021rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gNrfmGkrR5T5GKF6AAmO0Od9ZTrEKLF9 { width:17.5rem;height:1.6875rem;top:23.247512817382rem;left:2.4999998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fVGqRNTgTyzW8u5sEzJnQUKxEPqvG9rp { display:flex;width:1.875rem;height:1.875rem;top:18.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IEJBVyymUohg0Dgw1SeP7i9FRoiPKWKR { display:flex;width:1.875rem;height:1.875rem;top:23.154296875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l1aTzNV3DtDC1HfJanspO0z9x1gHT05S { width:17.5rem;height:1.6875rem;top:14.3125rem;left:2.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bp47C8LaaTzFWEDVqLsqGbt4XR54oTBo { display:flex;width:1.875rem;height:1.875rem;top:14.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RzT3UBpUkiyHerWegzzX0aKqL57lL5p2 { width:18.9999375rem;height:4.375rem;top:57.937231063843rem;left:0.49937844276428rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22cmez9mysDcIV3JMMnvabaW4WorW5e { display:block; }
 }@media only screen and (max-width: 763px) { #P2y7dw2JEEbe8yv2b4238vC8M8XM0tmE { width:20rem;height:0.56241125rem;top:57.431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos { display:block; }#xB0MZX4kcl5cWC4ytBFkaJ95J5yqFlos > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPdSf6e9cmttC4fJJOGwFa82UgV9veoD { width:20rem;height:0.3125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhCSfvGWZ436fDktTcfMq53qU5PpqCv { width:20rem;height:15rem;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uoak0nPreeriXGId7bR39tQLg9U8245S { width:20rem;height:3.8984375rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbO5JAraTqvG8vAhpvxJ9z6ichZzSfPo { width:20rem;height:25.875rem;top:57.062316894531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dH6fPZZGGnc5yEsRyAvZNeM1acXkq1q0 { width:20rem;height:17.4343125rem;top:55.109191656113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1qCTN4LZDu94sS3QkO2EhzHLTk0BTSl { width:16.375rem;height:16.375rem;top:111.4375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHdA0tZgaZoaEW2HeeqFO2F6RBHFhink { width:16.375rem;height:16.375rem;top:129.0625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuDX70aRRo7QVdORKoC5yOa4s1Tp52q9 { width:18.6477275rem;height:2.522015rem;top:111.56071853638rem;left:0.67560362815856rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlLEGM7siwf0UUnc91R4XTcwwg9c3nof { display:block; }
 }@media only screen and (max-width: 763px) { #raWITiQEkTZg5quGl9AgcBcxS8TnEs3D { width:20rem;height:2.76171875rem;top:7.4991121292112rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oZhDdgPaiG57FEKdkaSDRpN0863evu { width:20rem;height:2.25053125rem;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTkBVUClyzGgxZu2yTdO2wrfx6OEdWB { width:20rem;height:4.5rem;top:34.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X { width:20rem;height:11.125rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#to4lbQV2cQxUI8SpBbmnOd9XfPG9PF4X li:before{  }
 }@media only screen and (max-width: 763px) { #nkShanIzimGSqx87T5k2tMU3BDl7cXG7 { width:20rem;height:2.25053125rem;top:76.874111175537rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6M9k5Du35BrkE3biAMAUOFM0fagDQqB { width:20rem;height:14.4375rem;top:80.186428070069rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#S6M9k5Du35BrkE3biAMAUOFM0fagDQqB li:before{  }
 }@media only screen and (max-width: 763px) { #CiNmxTgCIa8N4HaMLKNlmkdLgILdARF6 { width:20rem;height:7.5rem;top:99.061607360837rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPPCWE1mqUDbMFfopwgbEiivSUtsA0K { width:18.75rem;height:3.5rem;top:107.81116604614rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8XtPmyDOLTk1IosIDiBztqFShicevKh { display:block; }
 }@media only screen and (max-width: 763px) { #HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H { display:none; }#HpHyrg08tUEbSJBDdRz8NuGCgPFOHI5H > .row .container { width:20rem;height:177.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZczfnAmBt2PeVTx8g9ba8ByxOIvKlQGX { width:20rem;height:1.94921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCkoIiW24hd13KrgrSFfDZsWlUAcxe9O { width:20rem;height:0.3125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaW9QJ994Sxn0MhdhxmGpOTZnXZLomEm { width:20rem;height:73.375rem;top:10.87180352211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKH54NVXpMQiG4qfkgox3MdbURhoHTDV { width:0.25rem;height:68.3125rem;top:15.4296875rem;left:11.369850516319rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfUuAQhX0UEDkHbx0ChCP4g56L7d9oT { width:20rem;height:4.5rem;top:5.3746490478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grT9z4eb0xuuKARWwASWhP3AWUKXeQlW { width:7.9368125rem;height:2.25053125rem;top:11.746278762818rem;left:1.811967253685rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPT6bfIciTbz2HkFyEXV8GdchL1zdxDw { width:8.499625rem;height:2.25053125rem;top:11.74538230896rem;left:11.501242041588rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkd3WwFBbFziaSoWpJLR2nmkqL9wfZQt { width:11.5625rem;height:3rem;top:15.4296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmPfdoRtpCXOeRT8lUDAZ0E185NOiET { width:11.4373125rem;height:3rem;top:19.11576461792rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VVg6SuT0wBC1E3UE17OI3kcytebbaD { width:11.5625rem;height:3rem;top:22.686431884766rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKZPkC958qAvWugNU7TGdzO6t8ZrtTM { width:11.5625rem;height:1.5rem;top:26.617542266846rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m78FpgA9TzmOS55f9BG86TriS8c0Q6BF { width:11.5625rem;height:3rem;top:41.93625497818rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epXqWeHTd5tFPeC2WItMuQ3Z5btDqI0Q { width:11.4373125rem;height:4.5rem;top:36.560722827911rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLXf1NzNn7gaKdqiMhmaGoTyVHCDX3Hx { width:11.4375rem;height:3rem;top:32.686431884766rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgM8qE6eZdvl5DTs0gWlCM4b4oSE2s3i { width:11.4373125rem;height:3rem;top:28.868961334229rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK3tqCa5sSfnSNShoVhUdICIXvlgDtiq { width:11.3743125rem;height:3rem;top:70.935720443725rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWzRB7maH33P9VF2Lu5sMZe23hJiB4w { width:11.4373125rem;height:3rem;top:67.249643325806rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiu2Abd4PF4PmzcFFp3fMopOP60LhgQ { width:11.4994375rem;height:3rem;top:63.623933792113rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSgDTbA1eaRShr5xwhE5sl8D3c8wpO2P { width:11.4373125rem;height:3rem;top:59.874820709229rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWvMZNrTnV4D5gJMTUJsg7svX9TP8VG { width:11.624625rem;height:3rem;top:55.874465942382rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc5tb1nScC2d9SlfLJ04lVM4HZNfMPKZ { width:11.4373125rem;height:3rem;top:52.000175476074rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4ubSORt6qpQ2C89KJsniTJRJF1UM79 { width:11.4373125rem;height:3rem;top:48.061952829361rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nJd4gLoVpMXC7VBm64MTvnHMDWHgbd { width:11.3743125rem;height:1.5rem;top:45.748399972916rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrdtXURFETPf02JztmdNXxJbz47hU3c { width:8.3744375rem;height:1.5rem;top:16.178976297379rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qenm3fh3VfaCbTKrT2k1alPSM767IetH { width:8.4375rem;height:1.5rem;top:19.864168405533rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcO13opAKWaAOTrLyw9pJwBI0AE75PDP { width:8.3744375rem;height:1.5rem;top:23.434835672379rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKi7aRMr4lNde0lO0Uq0vnmTzcmC1qxx { width:8.4375rem;height:1.5rem;top:26.617542505264rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxacgLUbquxlhFUIZxfWsSdTwqM621Nr { width:8.3123125rem;height:1.5rem;top:29.617365121841rem;left:11.687676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx8pkUrGgU23uvFm5OGecEBWLcqklWme { width:8.3744375rem;height:1.5rem;top:33.434835672379rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy4oMe9mra4KSiTJGRGpKvx65hO6lLTp { width:8.3744375rem;height:1.5rem;top:38.059303283691rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdJdJ7VEPGVPaqGQwyzFvTAbus4kWEE { width:8.3123125rem;height:1.5rem;top:42.685544967651rem;left:11.687676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT987IeTFVrLRuGFUG8cSd6l9VDbGSPa { width:8.3744375rem;height:1.5rem;top:45.748401641846rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXAZEr02GgDBc6GpmL8PyAfs5b1mNgn8 { width:8.3744375rem;height:1.5rem;top:48.836112976074rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ba7euxBzxT2zpxdbvdpGqTO0Q3zzhT { width:8.3744375rem;height:1.5rem;top:52.749465942382rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAkht34ArgI3tpDVvlh1GEXkxE6dXOc { width:8.3123125rem;height:1.5rem;top:56.623756408691rem;left:11.687676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkDL5EKXntNTHk5x0b2sn5Nk2gXAw0nz { width:8.187125rem;height:1.5rem;top:60.624111175537rem;left:11.812855124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f274tIcRDtd3Mn0AILTxhC0of3F1ne { width:8.3123125rem;height:1.5rem;top:64.373222351075rem;left:11.687676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX06LG79T4Qs0UTAolcX3HqLegi9w6xW { width:8.3744375rem;height:1.5rem;top:67.998931884762rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd2nTcl6tvUSOqQSwECpTSUWIMK3CEsS { width:8.3123125rem;height:1.5rem;top:71.685012817381rem;left:11.687676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UK9T1G5govACCWWcMfgdbGTkiRRHP6 { width:11.624625rem;height:3rem;top:80.366651535031rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8G2FOiFe2uqwryNzcUHK36kUnaD7IT4 { width:11.5625rem;height:3rem;top:76.748929977419rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9P6mTN0TZFNM6tuc9iWNIaF4PlnQ2i0 { width:11.4373125rem;height:1.5rem;top:74.6839466095rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTTIveNV0LTbfTPyUuqv8wt3NapUqCo { width:8.499625rem;height:1.5rem;top:81.115943908694rem;left:11.500355124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh7OCOSVn6cmpTsPsW3xvg5TiEkTJyNU { width:8.3744375rem;height:1.5rem;top:77.498222351075rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5cPmsGhTUIzIXvTgen6ickIE95ULvw { width:8.187125rem;height:1.5rem;top:74.68394470215rem;left:11.812855124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyo9R5Hv5VOuWLgWLzKfQdcZzioSwXL { width:20rem;height:4.5rem;top:85.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkdFTR695FRk1w1gJCxWr0W65EVT20oS { width:20rem;height:44.4375rem;top:90.812316894531rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nhTimrDFUolQu9VMDdh4vTeaD8nJvTHm { width:7.75rem;height:2.25053125rem;top:91.625rem;left:12.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #La73kluO7w2GKBEx9Ohu7qBIpxCH7vT4 { width:8.3125rem;height:1.5rem;top:94.9999961853rem;left:11.562676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EohlzTRTJdw0toHwTZKLmK7VbpSf89FL { width:0.25rem;height:39.3119375rem;top:94.999992370606rem;left:11.369850516319rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5wSfDSNFQt0spfborkcVdurMNovPZ4U { width:7.9368125rem;height:2.25053125rem;top:91.623767852781rem;left:1.811967253685rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBZbJVda5NVBTwiR52VC8uHnDpw7XTF { width:11.4375rem;height:1.5rem;top:95rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMOoE7b6F1l1XaQ20Q0FvR5Zc1LsVMNb { width:11.5rem;height:3rem;top:97.374822616575rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXx9xXHbAcJa4XThbqPEiUFgBhro6U2 { width:8.4375rem;height:1.5rem;top:98.124107360837rem;left:11.437322020531rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2EdIqCLxAH0nOTDtOGEsxSttEZF8kI { width:11.5625rem;height:3rem;top:101.18696784973rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWthKfBNznV70r65ngVTgXJDldCoiaMe { width:8.4375rem;height:1.5rem;top:101.93625259399rem;left:11.437676787376rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9XLaTUvvLsXTmHMQnIwrk01stMX0sVF { width:11.5625rem;height:3rem;top:105.18110275269rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekPTVl3V9gJDWori74rzVUPXfgsVtEa { width:8.4375rem;height:1.5rem;top:105.93039321899rem;left:11.437855124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznBqebLGydPuUJiJTqBliGgguMSuQzC { width:11.5625rem;height:1.5rem;top:108.99946212769rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6JBkt0AksJptdKlTgZSTIwEC8skZ0F { width:8.4375rem;height:1.5rem;top:108.99946212769rem;left:11.437499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U08bHfnv8LKg9TImv0WJNwLqwl3Fdv2S { width:11.4375rem;height:1.5rem;top:111.31214141846rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNwJMG8EsghpVlx0TzMTDxiiAb043di { width:8.375rem;height:1.5rem;top:111.31214141846rem;left:11.499822020531rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUy2cMlbEN1I4z4MO9SuelMkT6vhA669 { width:11.5625rem;height:3rem;top:116.74449157715rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxHOKVxXGfQu3LNyGker5gaGt4ETTxO { width:11.4375rem;height:1.5rem;top:113.90535736084rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dya88BCmDNqGqaAbsyDiEZx5LqqicDVH { width:11.5rem;height:1.5rem;top:120.49981689453rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5AXEDUaqrMRJomfw0ZicSISHVioTUXK { width:8.3125rem;height:1.5rem;top:113.90535736084rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWUhcqN5It5gJoS4IAqTaTiPrgExUNfn { width:8.3125rem;height:1.5rem;top:117.49378204346rem;left:11.562855124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPiMkWlQ4PkcqFT89g2ws41hq9Db0yH { width:8.375rem;height:1.5rem;top:120.49981689453rem;left:11.500355124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoAbzQ4oNJvq0ikOnMscTDqLFGGkp2s { width:11.4375rem;height:3rem;top:130.81143188476rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZT0N3TC7zd8gTPJlGZfHRJ43HXO6yod { width:11.4375rem;height:3rem;top:126.87321853638rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAgDAsfwFGw4da06sF7ZVMh7nRzBrOk { width:11.5625rem;height:3rem;top:122.93678665161rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARECxXyTzPPcAPb8sTU0ym3GTDQLAw56 { width:8.3125rem;height:1.5rem;top:123.68607330323rem;left:11.562855124474rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQOIyBXitpxU1dImprh0TM7i6NwRSXK { width:8.375rem;height:1.5rem;top:127.62250900269rem;left:11.500532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZTaNG6xuITAgS0x1u39UrTAITwUOrs { width:8.25rem;height:1.5rem;top:131.56072235107rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc2rNf8KyU4stNBRcULTdvXi4GVK0X4Z { width:20rem;height:32.3125rem;top:140.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1BZyPfPvRMkSqC7sfW0ohOXimFqb4PX { width:0.25rem;height:27.6873125rem;top:144.96714401245rem;left:11.369850516319rem;display:block; }
 }@media only screen and (max-width: 763px) { #is1AEP4683OMiGGScdn3rnGqwtuo7zaT { width:11.4994375rem;height:1.5rem;top:158.06195831299rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTkSkGhGQW4O3syUSFCzneNbF2kV2SW { width:8.4375rem;height:1.5rem;top:158.06195831299rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V77KqmpZoobOT4SToqt4GhFG3Db1TuGt { width:11.375rem;height:3rem;top:160.62410354614rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok7dwbV9b4fdIsMDLuDsgp360pg3Rvdo { width:8.2493125rem;height:1.5rem;top:161.37339401245rem;left:11.749822020531rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1qU39FZSO35nKsXcEsC6yW8HeCc6l4T { width:11.4373125rem;height:3rem;top:164.62445831299rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5dQgiXTNC38nN3lLnJtloR1XS8TJ6v { width:8.4375rem;height:1.5rem;top:165.3737487793rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qgqM9ni1ftpyKDdfA0z9WAAVauaEX6 { width:11.1875rem;height:3rem;top:168.68695831299rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfGsgVn6TTXWFaaSnhn9XRkz4tRknfs { width:8.3744375rem;height:1.5rem;top:169.4264831543rem;left:11.626420378685rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrPEeW40hFm9wqZxr8VN6gBmODQViff { width:8.3744375rem;height:1.5rem;top:145.74217987061rem;left:11.625532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFMvMXLO6pmzgTCOL23JTLsQKzTTtmX { width:11.5625rem;height:3rem;top:144.99289131164rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveUTToWkIRD9S0AmxeHZNtIoHOorZr2 { width:11.4994375rem;height:4.5rem;top:148.74910354614rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhbN4UyiruHJ9J0R4ExxKTSvfTDW6bR { width:8.3123125rem;height:1.5rem;top:150.24768447876rem;left:11.369850516319rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghky5RxhFsQaGcQC3RqoOX5XKARaB2K4 { width:11.5625rem;height:3rem;top:154.21874237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRs3r8gepUTo7OOVcK1Lu330NXPWwTCy { width:8.4375rem;height:1.5rem;top:154.96803283691rem;left:11.562499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJshpEsuxvd1ikQSCMoyzPRSGTZLZcD { width:8.5618125rem;height:2.25053125rem;top:141.56072235107rem;left:11.437322020531rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtI6ffLhPk4KvOWmQ6q2BuT1kdCz8f4z { width:11.3743125rem;height:2.25053125rem;top:141.56161117554rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxHiLRV81IIdphDadFREnoBe0nycIbwW { width:20rem;height:2.25053125rem;top:136.87410736084rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfSJeV2xIKFcbSms4f0332L6Cg4O0OVJ { width:20rem;height:auto;top:59.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuQJWacLRP7noybA2CCSWMinq1LrupMX { width:18.52254rem;height:2.8975525rem;top:174.1858959198rem;left:0.68625700473787rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFoOG7TfmyfgqMFtyxPsrfowXTKxJiuD { display:block; }
 }@media only screen and (max-width: 763px) { #Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y { display:block; }#Kw3pdbwSgeFQ7wgQwkzDRwTnllIu2d7y > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOdCiDe5QAX95vOeZhl1zJPg7zGo673y { width:16.0625rem;height:3.19921875rem;top:11rem;left:3.2375001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpCuCHR6HsrZFWxWU2w1kEZSoek2PNy { width:2.5rem;height:2.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U8MMcuKUGOFxP3e6ogcncZhuTmVoua { width:2.5rem;height:2.5rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7n4Z2eBONDb9Q0J5VCkwXKtOrsDapB { width:1rem;height:1rem;top:5.9375rem;left:3.3000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZadkqzNkXdC9TZEwvIi1WSL0qOJSeqL0 { width:2.5rem;height:2.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ00ckDiNPwvWabUIpTZOMziqNIvBTnn { width:2.5rem;height:1.875rem;top:8.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2nwVDWl4iOxfISvWCOq9TNV2RfdpfLH { width:2.6875rem;height:1.875rem;top:17.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUtSvutWTgfL8ISNmArB4IDsq1hrTTW2 { width:2.625rem;height:1.875rem;top:26rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXizEmSBluLUTePuURTtUiwaaAWspkU6 { width:16.0625rem;height:1.79980625rem;top:8.8499994277956rem;left:3.2375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUm40mDgfL76EaxCmN3W5aNq7wqdd9z { width:16.0625rem;height:1.79980625rem;top:17.375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizNXlRioV8UTIwJo3DfDcPHhM0PZU7K { width:16.0625rem;height:3.19921875rem;top:19.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1pAcefx1Vact4AN71ZfI8m8Tid3eNGe { width:16.0625rem;height:1.79980625rem;top:25.9375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4e46FeFLQbKhVphruW9KEH0pTvhDL4w { width:16.0625rem;height:4.798825rem;top:28.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhMgTGJDThXs8g8Gf1b3T5SKVAsAWofa { width:2.625rem;height:25.0625rem;top:6.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEs7MnZQJlpg5p32q1GT0MA5QwbobPBp { width:20rem;height:1.6503875rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llz4rNH8OOKuUB6vGenANE9Ni9K17LmS { width:20rem;height:0.3125rem;top:3.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 { display:block; }#lAwdz6tcEcEZiC2g00XViKICxKqkp6E4 > .row .container { width:20rem;height:180.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tna3PlT3JE5wki6izAd4EJlkSS7naGSk { width:13.125rem;height:1.94921875rem;top:1.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUo2nsOlmJEgALPkwZsBkvH1G18d74Zm { width:20rem;height:0.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtAtzukXTGiEoXBd7IkGaaTdidat88fw { width:16.375rem;height:16.375rem;top:5.625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbK7v5ext5yKqF6XhZRTMXP10kEEtiL4 { width:16.375rem;height:16.375rem;top:173.396625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxbAoF76Rm8cFxRT7rPFl0FvNVSenkLJ { width:13rem;height:17.375rem;top:5.771484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZOgs9ZxdEKdzpZ9ZOlAxIRk0oZnpgqT { width:20rem;height:14.5rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFwvIdNAOkMwwgqMg3LHiV8Llx4mn5rJ { width:18.6477275rem;height:2.834515rem;top:173.68607902527rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk37xydy5g3qf8Lx97IP2IbzLanuwnlv { display:block; }
 }@media only screen and (max-width: 763px) { #tAdMCGLZLQbtIKHCcPblvqTFAP2VQnMs { width:20rem;height:26.8125rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKaBs6gqdNz70vqo4nn2sRp8GchwGnV { width:20rem;height:26.6875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbamIpoSXh8Svfc3O3JPQ3Bs7S1xJBtQ { width:19.9375rem;height:35.6875rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcyoDXWLb8mZs5TQciRO0ZuCwZFT51Qd { width:20rem;height:26.8125rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp3xegME08Kx33GT1gTDsCEzy2VAQQpK { width:19.9375rem;height:26.625rem;top:171.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl0g44ZfeCiuv08DDIelxWuTieLRhqPy { width:20rem;height:15.2411875rem;top:155.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO0JnpGmarrr2RTHH0luzaFnQ0IQc41Q { width:20rem;height:26.5rem;top:142.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv3N8BLK5J3nKcKFFB6knCZ0BPaSHTtc { width:15.5rem;height:15.4375rem;top:69.9375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #muhyNIoWF4yBGT2UEc3BAG9Q48aazUFm { width:15.625rem;height:16.375rem;top:59.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhhvSNkkZbx1i1vd33pLaGbbkmupbcl2 { width:17.0625rem;height:23.75rem;top:35.1875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlPFfmv790GEs01bzpvofvoUS0a9h4LV { display:block; }#dlPFfmv790GEs01bzpvofvoUS0a9h4LV > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyvF4JCmhkpkEN6htE2zCe0Xqgi5zWWb { width:18.5625rem;height:15.3125rem;top:24.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6MSMsEthEz2hfxgCeFGqpNScMdBUzlm { width:2.375rem;height:2.375rem;top:25.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44s80zipFTPZ2H6L7toHpDR7PXgMx0q { width:12.5rem;height:1.29980625rem;top:25.5625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqBdWdGE0FP4EODqrHBuzWisc8y1KVQD { width:5.875rem;height:2.3119965635191rem;top:28.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqw3lpPUqL2aTfTgSttmloVIJHQ7B3N { width:16.7498125rem;height:7.7988125rem;top:30.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk1yd6eNuhqUsDyoEcDuiakTuiNc7c1x { width:14.1868125rem;height:0.97523125rem;top:26.875rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZOwIbd9HC3vsLgOch7gfpBtqpNMITmC { width:1.5rem;height:1.5rem;top:25.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brS2QTOoEBoEK518ZC4XDCAJ0dmADk34 { width:18.5625rem;height:21.125rem;top:41.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTEdQp9J64rHlfyB2wzxIXaTBXJMGp3 { width:16.5rem;height:14.297875rem;top:47.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GJT3TCKxvxKzm2HKMIXVQTifTPDPRx { width:5.875rem;height:2.3119965635191rem;top:45.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDusNDXXfeH6wczOLnhOX08XsL8SfCtM { width:2rem;height:2rem;top:42.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBAdKOHHqGd9eMikyfzcUCm2T3kfJry2 { width:14.1868125rem;height:0.97523125rem;top:44.0625rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhM0XoHv2t5Tg4cXa8IGy5u6NV5rcHJ8 { width:1.5rem;height:1.5rem;top:42.625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grDAysPMeGcwmL99NFx6l0AWTtm4X3Jv { width:12.5rem;height:1.29980625rem;top:42.75rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxZOM6a3ETMsqAWehUGbNlT9WrM9iw7 { width:18.625rem;height:18.0625rem;top:4.2498226165771rem;left:0.62499988079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE8EvtJmE86zqPv1P2szSM8kWdZOExrO { width:16.93625rem;height:10.39844375rem;top:10.685369491577rem;left:1.5305396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA3ibFzzoPBfmSIPSm05moIR78RsV5oE { width:5.875rem;height:2.3119965635191rem;top:8.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TddetC4XJV2Wl62kz4PQwxziRM7q8XI2 { width:2.3125rem;height:2.3125rem;top:5.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrGEBIxpxeIoabUF049xWmzuEs1ueWP { width:14.1868125rem;height:0.97523125rem;top:7.0625rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXIfBlhAwzxi0C3JO8SmsuvWKcUECNq { width:1.5rem;height:1.5rem;top:5.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBXsSPCWQvncHaAix7tvpTUyXdOigxhZ { width:12.5rem;height:1.29980625rem;top:5.75rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyARVE21yKul39MsCGmczKrssLCdiWX { width:20rem;height:0.3125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDdoe6TafQCnwwx4cVT6ueBOglAINo1l { width:15.75rem;height:1.94921875rem;top:0.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 { display:block; }#fBzoUp6Q3w0Avqif70bdaeBh4eOqpwE6 > .row .container { width:20rem;height:90.123046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH0zwe7oiV0qhlxt7F5qH7IyfOtHqdqA { width:20rem;height:0.625rem;top:63.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEsmOe87ssHinPHTTKuF2bbTvSB2vWfl { display:flex;width:2.5rem;height:2.5rem;top:44.373222351074rem;left:0.61612212657929rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #n2W9nPw1BJBna6L4kTpk95ZUTguIct8s { display:flex;width:2.5rem;height:2.5rem;top:39.686611175537rem;left:0.61789762973786rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #wfQMLH1q7BUgg5LgSTWsH3457TS8rDVx { width:16.5625rem;height:1.5rem;top:40.185544967651rem;left:3.4374998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7AzToM26Cs88mgeJs9iLEZ10G7R0vtU { width:16.5625rem;height:2.3125rem;top:35.246803283691rem;left:3.4374998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xfEtzC2xixmgdltuvfzwrUQLebR68XAn { display:block; }
 }@media only screen and (max-width: 763px) { #WxkOrJERt23DSNTAofVRIce0lbz3mrfV { width:20rem;height:0.5rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9ywsI1UhMUUUzCryBspbZmnNwZQ0Az { width:20rem;height:30.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBA46CcT5QS17Zzvf41tpNrW9xgyBsKM { width:20rem;height:2.11230625rem;top:3.5607242584229rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyvHCu0yWvq0ubOxaSEtV7tCIRROTau8 { width:20rem;height:0.4998225rem;top:32.93101811409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2nBNJsVOHuPrlqhcfXtH6DSB30fdez { width:13.9373125rem;height:13.9373125rem;top:48.623878479004rem;left:3.0300070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvcHVgWVoFETmIFWsgyre5oJTxEBcSi { width:20rem;height:19.540229885057rem;top:80.436763183594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrZBEudoxPwC3MyP2rHGkGcrGaPAhpS5 { display:flex;width:2.1875rem;height:2.1875rem;top:35.30983543396rem;left:0.93128550052644rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #aVybuJwmKMeTSKWT9qTKTs4pVk2mFVBs { width:16.5625rem;height:2.3987875rem;top:44.422939300537rem;left:3.4374998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7  { width:17.5rem;height:auto;top:63.748046875rem;left:0rem; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 {display:block;}#cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 { width:17.5rem;height:auto;top:63.748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KXBdqcN69CDZ4QStTGfDsKocFsB6FfdB {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #phJ5PL6aeUnnGqnFNp2WX53wn07uX9Xp { display:none; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #ss33ow7CFkA498Fg4fnWFWhvFzTeq7TJ {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #wT56VzXSUglRI80THsf3Pxq511sp6L43 {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #bOJtyK38FBCuvmf8HGmHVsdd3HRkhNHI { display:none; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #R2qTo3MoGougbsKA7rngLOavsGSIqXbo {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #nrofyEhHasvWIy8wChhyEoS60AzLop3K {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vfbvqfgDSKNW5XAwQbS0cv5GaFPM3gnN { display:none; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KX0WuVQ1HoPTSWMA5S8S4GxqnEtT4LFd {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #KHUeh5lkFhVQemEkJT8FKyHCXfodxIT0 {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #NZNxwEZEpKm9NcxEPe2dBZNUUmb6SRg8 { display:none; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vf56BaMG9vWqzXqUTgVLGsnhCbg7wlqh {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #H6sd9avVDh4tRMdkVMzXZOURotv2Mein {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #rUKRDmedi0cwS9iPvtngbxAkf69G45Tv { display:none; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #t97Knc3Lc17SAKEZewFHdOXNQC1AeEZn {  }
 }@media only screen and (max-width: 763px) { #T12NpTnbxSMlc7FhTa4QyTM8oF7wK4g1 { display:block; }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #eQ4kNxD28s7FlSvgfh4AuZvSJ3TOvgGD {  }
 }@media only screen and (max-width: 763px) { #cue8iGRgBtgL2V5kREgSA3gSgmPTAZt7 #vVKxH6Rtu5LJBDHvvIKQTMTRTrpgPw4d {  }
 }@media only screen and (max-width: 763px) { #iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh { background-color:transparent;background-image:none;display:block; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { background-color: transparent; background-image: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container > .video-iframe-container { display: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row > .video-iframe-container { display: none; }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .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); }#iML7Vu9MLXtxyv23U8kSO5ciSx0uw9Dh > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrbWCpvMBy0aHg9lmViBsPtTSu6mmQI6 { width:12.5rem;height:1.29980625rem;top:0.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFhhom2zPHwd1pO73ZomGBGFr1ZoCNn { width:3.125rem;height:1.18696875rem;top:1rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbpxzhEc8UmTzBv287RChSWwJofLiZu { top:3.25rem;left:5.6875rem;z-index:15019;width:8.75rem;height:1.875rem;font-size:0.625rem;color:#fefdff;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);background-color:#050505;background-image:none;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2Wa5hZ0TczeSJXe55XTuamQd6KDKn7 { display:block; }
 }