.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:254,244,244;--color-primary-1:252,218,217;--color-primary-2:249,181,179;--color-primary-3:125,91,90;--color-primary-4:37,27,27;--color-secondary-0:221,221,221;--color-secondary-1:143,143,143;--color-secondary-2:30,30,30;--color-secondary-3:15,15,15;--color-secondary-4:5,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:url("https://images.assets-landingi.com/Kifpfwvv/bg1_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container { background-color: transparent; background-image: none; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container > .video-iframe-container { display: none; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row > .video-iframe-container { display: none; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .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); }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container { border-width: 0; border-radius: 0; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#tq2rT4F9Qt3QsSkoHmNlA5m6zTSWx7dD { background-color:transparent;background-image:none;border-top:0.1875rem solid #f4ad00;border-left:0.1875rem solid #f4ad00;border-right:0.1875rem solid #f4ad00;border-bottom:0.1875rem solid #f4ad00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0.875rem;left:18.125rem;display:block; }
#t5hshghrphvTRW0cu6eC1Z7TTQ44NbWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KH6KkE4EmexbXqemgxkfHd9UkOEQoeHA { background-color:transparent;background-image:none;border-top:0.1875rem solid #f4ad00;border-left:0.1875rem solid #f4ad00;border-right:0.1875rem solid #f4ad00;border-bottom:0.1875rem solid #f4ad00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0.875rem;left:1.625rem;display:block; }
#TEChEWMWJf0BHTKvGVl6TZzsnU3TILL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhE3UqC4mgn2WtuO08CVgKlGuEhIniUr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:10.125rem;top:0.40625rem;left:51.25rem;overflow:hidden;display:block; }
#FzqqmXcqTIUkiWeTmzGuWgF5gtPlXGWW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:10.5625rem;top:0.3125rem;left:63.0625rem;overflow:hidden;display:block; }
#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6a40732-9dc6-4575-9a64-835782a4821f/NovaCapa.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;overflow:visible;position:relative;display:block; }#oZqHAWyy9NePP6rNyqcDPaEN6MNPAJXE { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.263671875rem;left:1.75rem;height:8.44925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GETegiKCu7lr7uShKSZSrIPLHfay6hR8 { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:6.9375rem;left:1.75rem;height:8.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;display:block; }
#EzsTzkTxpK4meWa8S1tQteqGxdcLTm41 { box-sizing:content-box;height:5.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.5625rem;left:50.8125rem;display:block; }
#V6spKuySWZDDpFlsqSTbvdwRgveKX5MF { box-sizing:content-box;height:5.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.5625rem;left:23.625rem;display:block; }
#mFh8MGdefNRFbVOWRnW8Gmdo00fDzDnE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.625rem;left:2.9375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IQN7Nu5v6el10EV393Wkf45UBzfvNe0y { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L2DVZT0se7y5SBzkuqs8mC5xxOO3STkP { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.8125rem;left:24.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UdRe4zdXgw3QATd1KKrlTEpTMXHuIbMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:39.625rem;left:27.875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P7XpqVgi2Uu7SHX3zTAtecVcVZB33FQg { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:36.8125rem;left:50.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v21oNpOc6IdfrJzWAh09BT9xiz0AcwxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:39.625rem;left:56rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g7L5XnOyRKv69fNqlUcvIeJQ92dNaze5 { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:45.25rem;left:1.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XK388ocFcF4IbtudAU75etTpMi55obNZ { background-color:#ececec;background-image:none;border-top:0.125rem solid #f4ad00;border-left:0.125rem solid #f4ad00;border-right:0.125rem solid #f4ad00;border-bottom:0.125rem solid #f4ad00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4ad00;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.875rem;left:21.25rem;display:block; }
#nN4Kfy8P0PPdJCRAmfLu2xx8LcuzhifK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udnKnOi6G0UTJwmTHghXwuHaVolnRlhr { position:absolute;display:block;z-index:15031;height:2.75rem;width:4.9375rem;top:1.3994140625rem;left:68.712890625rem;display:block; }
#J6GBxdpexpO9Pti9WHKA7p46sbKNxQn8 { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.875rem;left:1.75rem;display:block; }
#AwWXHPe0ZEHhhQar6kgab5aFzVZVRTaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddcTOa5XOtgPwZTWvd5WqWIR1HzTTrIv { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.6494140625rem;left:1.75rem;height:2.25rem;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; }
#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container { background-color: transparent; background-image: none; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container > .video-iframe-container { display: none; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row > .video-iframe-container { display: none; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .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); }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container { border-width: 0; border-radius: 0; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#yUDNlq5oq1F2mDaxxFf4l70BSq85s5OR { color:#222222;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5625rem;left:2.59375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#Ty3c0LHHv22xsB5EXhzXBTFAdvQOi7HC { color:#222222;display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.5rem;left:10.75rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNfRtafhz5NN85LVStLDXvNeQEhtR71M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.5625rem;left:11.9375rem; }
#xzqKFlp371zGMKqGDOuk6BU1sx387bl4 { color:#222222;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.75rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xt2LxGRBFlTwwXAVSdmLVoFW3evnbd9a { color:#222222;display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:16.3125rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kwUD2cL2QBE165SuLcGiWPxurzakw8NI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.125rem;left:11.9375rem; }
#kikCgBduI43AH5mNVd9v28tc5Ddd4p09 { color:#222222;display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.8125rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RpedsGViOePhny02MPIbPqthie293Boo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.625rem;left:11.9375rem; }
#x2zLq78FPfNslxuwaA4WlJP3O1nZtftO { color:#222222;display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.375rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PUUyF6XmK9SazmOFHEKXveHbaTQTE8rA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.1875rem;left:11.9375rem; }
#RxiUDs1PibqMJWeGpn6ITmERHNICvkqT { color:#222222;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:26.9375rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#saTMBEgQOIC2E1uUTHJMqEdLO4szvtn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:26.75rem;left:11.9375rem; }
#WSo0W1uroamE7hDaHzS8NBSTuArPg7Hb { color:#222222;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.5rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cH83RhTZHy9VvQArMHtpJpJagvs33vUg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:30.3125rem;left:11.9375rem; }
#MOcGcyFCvdbs1ZKffenTCsyWoZxwLToF { color:#222222;display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:34.0625rem;left:17.75rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#INfkrFoNakRPfvgIzRhP1JhInNvqmXOJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:33.875rem;left:11.9375rem; }
#pfUS554asLQNTWpTyksWfyMF7nG52T3G { color:#222222;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:39.6875rem;left:16.3125rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QGTue9vd5sgMBKTbJQqXdw6PtHxyyTDn { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:46.9375rem;left:28.6875rem;display:block; }
#uxoGT5D1qGEi7M9qBCo0LITrHXEpvKyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { 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; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { border-width: 0; border-radius: 0; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#ZctVDLxstNfurLciNNoH0RiZ9Dnv3DDM { color:#222222;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:2.59375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#cFDxaZ5TqyyBpym3SXJKVP5uTq0SGLb1 { color:#222222;display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.5rem;left:10.75rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBTTDvrbTW2TkugFvgRIN2anNFqTDLHy { color:#222222;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.4375rem;left:28rem;height:21.441375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nS7GK9qqV4T6vzlvuJs7sNDDqGvLzqHe { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:22.25rem;top:9.375rem;left:26.375rem;overflow:hidden;display:block; }
#lUH58udyMOHJqPB2IoSncsDoWUTaXB5T { position:absolute;display:block;z-index:15013;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:22.25rem;top:26.125rem;left:26.375rem;display:block; }
#d6h8K1xUULnlgHJQn43AdKFd2pLu91lX { color:#222222;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:32.4375rem;left:3.625rem;height:17.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AE3oyLoUJzv2oB7pml3uJTHmdzaOPgRu { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:22.25rem;top:9.375rem;left:2rem;overflow:hidden;display:block; }
#D5NvsrKUxqML1UH5pG28u4sdMapPTm5u { position:absolute;display:block;z-index:15016;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:22.25rem;top:26.125rem;left:2rem;display:block; }
#WyTnop1yKfV381Tq8AeQFor5oaTTt5tq { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:22.25rem;top:9.375rem;left:51.1875rem;overflow:hidden;display:block; }
#b6Tok5TNOSViU2wumgtRv91P0DQwM0DW { position:absolute;display:block;z-index:15016;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:22.25rem;top:26.125rem;left:51.1875rem;display:block; }
#Zy3UgPs8Wl3y7QrnFOTZvPsKOaiHUOXp { color:#222222;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:17.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BeNPunOCzagu8rsR8lTVsdDiSLnoB0hS { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:58.8125rem;left:28.65625rem;display:block; }
#WkiyvZ54eIMLsv6w1gnDzT9neZvGbDUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container { background-color: transparent; background-image: none; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container > .video-iframe-container { display: none; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row > .video-iframe-container { display: none; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .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); }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container { border-width: 0; border-radius: 0; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#kKHh0V5R94gvtxEHpOR5nTcBC4y391N8 { color:#222222;display:block;width:71.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:1.84375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#DceZNxhKNiWrRJgVgVyh0SUuH4sNZfif { color:#222222;display:block;width:58.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:2.6875rem;left:8.0625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THc0AZp2T0m5eL2vNIKpJN3edDzcCAbJ { color:#222222;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LQmZvncqltn2nrgNcImHHUJDTktOhF9i { color:#222222;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.625rem;left:41rem;height:7.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rII6q1OyECPRDozXeixVt3qAWiLPw65C { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.4375rem;width:37.0625rem;top:13.642578125rem;left:1.84375rem;overflow:hidden;display:block; }
#OE4U86IAUJohhLyPgRMKfd5tpSgP1nbb { color:#222222;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.294921875rem;left:41rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yUEKDLH4l7Qq2orc7dcEizoOPtUeBAhG { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39.3125rem;left:28.65625rem;display:block; }
#K6tVTnZZnfTGnT8FwpaTQiObvJlrDsGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container { background-color: transparent; background-image: none; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container > .video-iframe-container { display: none; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row > .video-iframe-container { display: none; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .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); }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container { border-width: 0; border-radius: 0; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#LuTadpH6HlJhmcTRFXRr9aJRobc5qdkM { color:#222222;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:3.59375rem;left:35.375rem;height:1.96875rem;text-align:left;text-align-last:left;display:block; }
#JdFyBVHOX8ChAO16Z62XLIs44xKCeVTd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.25rem;width:29.25rem;top:3.90625rem;left:2.96875rem;overflow:hidden;display:block; }
#JmtUQ8hBWnAGF4AflnSJfTrGClZR4sSm { color:#222222;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7rem;left:35.375rem;height:25.5rem;font-style:normal;display:block; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#D4RExNJTT9otThK3ZiCdKaTwqfylTLSx { color:#222222;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:6.5rem;left:2.59375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#P3gTKJkuSk1WFc0zhSh6tWk5OrepkWrX { color:#222222;display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:2.9375rem;left:15.09375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhe7kpcg854MPismgmTCTSaN8Cc9FvBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.875rem;left:24.125rem; }
#mStyelpSoN0swTUqTaE567MFOoEGH5aX { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:15.6875rem;left:41.5625rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ewUKhFQSRUQoOcPlHM001EBbOlTKckWm { color:#222222;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6875rem;left:15.5625rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G8Ml8f3um8yKeG6Ky71rM9KvPxBms5Ie { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.875rem;left:48.625rem; }
#yRwVXbBc4ClIJZJbEsNQQHUB1x974Mv1 { color:#222222;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:20.375rem;left:15.625rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#usG85q7tL9OzzBfTrvWhFxMfQmde1pWQ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:20.375rem;left:40.125rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T5dclbwekrmzvuWvtVxThvHoO3ykEFKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.1875rem;left:36.4375rem; }
#bPhovNxWzd55XEU1gUeUKk8wCPgGHcN3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:28.1875rem;left:60rem; }
#SADd1ut5fIfS4EbRUUoyxCO7TN0izcSI { color:#222222;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:3.375rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X6KTVhuT1n8RtLJSVmUPL6i1qQZTH1W7 { color:#222222;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.875rem;left:27.8125rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F4yl3B5uV13Riu20Ewcqq67gF1W7b51y { color:#222222;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:35rem;left:27.9375rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lW1g1ZTnqxEgDFuVtvxl2zaxqdva2vEp { color:#222222;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:51.375rem;height:5.8359375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OV0dEflOhl5gIEh5JAx5Xo52z5wyqfMu { color:#222222;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:35rem;left:3.4375rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fDX0aHoKFbNkON9XTThlewt1pSGPXe9T { color:#222222;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:35rem;left:51.5rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kb0JAlkVUoGsEor0G2ulbNR79PTmZJym { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.1875rem;left:11.9375rem; }
#Gv8fnTwzCLk92SJfGV2nqM3dwmiGeXea { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:46.5625rem;left:28.65625rem;display:block; }
#SbL86GeDDorf5r4CFzqfVbR5Jm3WsnJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { background-color: transparent; background-image: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .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); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { border-width: 0; border-radius: 0; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { font-size:0.875rem;font-family:arial;height:76.5rem;width:75rem;position:relative;display:block; }#SulUGPnJDTB07tfIc51GvNJsCZ8rFE39 { color:#222222;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:6.5rem;left:2.59375rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#PG5Vyk9xNpSKbH95kgr7q0b19hxQUsoQ { color:#222222;display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:2.875rem;left:10.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbHXdXgq4B7MMO1eFCBOgQhGQsB0mB3c { position:absolute;display:block;z-index:15024;height:55.1875rem;width:44.1875rem;top:11.09375rem;left:15.40625rem;display:block; }
#G8uuZ1nyXEIfZBnmshoL80BzZXMxJZTC { background-color:#f4ad00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:67.625rem;left:28.65625rem;display:block; }
#s48p8WNBLtsImF0RyuK6AfwtO71RsLLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtMncR0duE2Zl6nnii8BlKpNdKiFylG7 { color:#222222;display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:8.71875rem;left:10.1875rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P59TgV5UN90WUT2zCG5aISpHblmxX2dL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container { background-color: transparent; background-image: none; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container > .video-iframe-container { display: none; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row > .video-iframe-container { display: none; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .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); }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container { border-width: 0; border-radius: 0; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#Q3OcGhUC7Zc1h9KHeZ790b5V91DOFMED { color:#222222;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:2.25rem;left:16.5625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPN7ha7qRXf65EqsBkKDr5J0b1d3es7g { color:#222222;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:5.3125rem;left:2.59375rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#JEMZ1Nd8s0PFsvMIJo6XqwzQlngJMgMr { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:9.125rem;left:28.125rem;display:block; }
#oFDgCbtP09aleoOPLv1TJ0D1TT0Sc2IG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:9.875rem;left:29.625rem;height:8.9238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHZSFxMnL5XSceCx2ZMKx6bqgmXzaUhN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:18.9375rem;left:29.75rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuSzKiZTtI4xHUqNhB0JgaB8FBCCNcFA { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:9.125rem;left:7.5625rem;display:block; }
#AE2TLE5FLGNpTXLWCSyFVuIb8cRP87M9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:11.375rem;left:9.0625rem;height:5.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4Abu6RC5vWefiVnwTGa3KsVtW1ZCO2O { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:17.9375rem;left:9.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwaLiA4BbQfC4XtXwCiNc5B9iOQ9axMn { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:9.125rem;left:48.9375rem;display:block; }
#zQxA20eqQGSO1y799SAWyOxpopWdbPNc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:11.361328125rem;left:50.53125rem;height:5.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcunlD6VPRfobffcZhdbaqhgQawO9eUe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.9375rem;left:50.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOATEbgg9ron0eRwoBNP9zXE7GTCDpRd { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:23.375rem;left:28.125rem;display:block; }
#zWi3MT9DZPKH4l0gTmobZ7L5aBxW0VtT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:32.4375rem;left:29.875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWgUxl5i6ygGhn7cEL9Nf9T7a2o0zfZg { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:23.375rem;left:48.9375rem;display:block; }
#XfpeKiWHfMXQ4c97UqTEnWR5vodWx8vp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:33.125rem;left:50.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DU18UZsCcRbMZ1L2fm5WrWbBK4VklFU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:24.8134765625rem;left:29.71875rem;height:7.4365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myTRWK16T9KJmRNG9us5Oep2peGvITWK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:24.3818359375rem;left:50.53125rem;height:8.9238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nby45QktLeOGOHeQECCgdwXMQGKQltP7 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:23.375rem;left:7.5625rem;display:block; }
#cdq8knUtnARXRoRSvIbJzx7WUirGZQqr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:24.8134765625rem;left:9.15625rem;height:7.4365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IClQME39sZ2ABFs0z3u9UBeHfwQUTJh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:32.4375rem;left:9.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2QU4sA7Il8avX4aV5el4vN4Csh1L9bz { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.125rem;width:18.5rem;top:37.3125rem;left:28.25rem;display:block; }
#y2RhE5Cqi4oJoqkUBLMo7OTtGsTsnrxk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:45.6875rem;left:29.875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHrhCms9kwM9s6lFEUXdvnRh0GGoNd8V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:40.0625rem;left:29.71875rem;height:4.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ad00;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; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#LX6JHy34QmGXU94SaTe47UOwJzUbf8F6 { color:#ffffff;display:block;width:69.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:2.25rem;left:2.59375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#HT1NqU5u3vD0GMqFWQOtkR2sahf4q19m { color:#ffffff;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:6.25rem;left:8.34375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wETtRxgrWXNURlOsUHHF9wtNk9cUflik { position:absolute;display:block;z-index:15018;height:37.1875rem;width:38.75rem;top:10.5625rem;left:18.125rem;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-form-header {  }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:0.625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-text {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-select {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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-primary-2),1);background-image:none;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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container:first-of-type{padding-top:0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container:last-of-type{padding-bottom:0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.375rem;left:27.5rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL {display:block;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.375rem;left:27.5rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #XtHS3ZNG4ItuffzI1dsOwmiTV3TJ6UWN { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #ROqEV9OqZBCkvwMEezkRleMG0JSlf91w { position:relative;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #u9ZgGlOsbGyuhkual2xXT5E1PI79Pbvz { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #BFuCMcEkBlIJ7LrBpyITUkgXLOT15z0c { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #o9Omp3tow1IBthLLVemn2dbaLk8mAX9c { position:relative;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #M86TokBmVssuED1bfLlGKZC4TgWd7mav { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rUruUHQa7TzbG61TingzbGrIakL3mwlk { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rugumkaaUsluHVo0yOIyvQ2tZPtmIFRg { position:relative;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #KJXSx2BXCgKXsmkIJd3vOcRcQAXU5nnF { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #TALtREUJ85Ru7NJLXVB2Xi96sHthdxTF { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #qWdRAl0d6Su3A61LAQEH5ZzTzJIRa0QI { position:relative;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #gTRPoBzQ32XKCTAzHbq5VmuZLf1EBXfs { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #yyicE3lqGUuOPW1TowX0hAkuilgWX736 { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rXxc3kNdfXKVhPcdm38XH4g3WTvHBIIQ { position:relative;display:block; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #v0OURwBQi0wN1eMpg1TQTvgXzBfGBVQI { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #Ne9uT4nuIuMunkOQiZUpELJR9RATRi32 { position:relative; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #pHGgh6ZX9EXqp2s7UGAHfOyvt4I0CSoI { position:relative; }
#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF { position:relative;display:block; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF { background-color: transparent; background-image: none; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container > .video-iframe-container { display: none; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row > .video-iframe-container { display: none; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .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); }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF { border-width: 0; border-radius: 0; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hdbsmdcVInW8GNSVE7bM5dNyaAvBIOPV { color:#222222;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:1.0625rem;left:11.4375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc { display:block; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tq2rT4F9Qt3QsSkoHmNlA5m6zTSWx7dD { width:15.3125rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5hshghrphvTRW0cu6eC1Z7TTQ44NbWl { display:block; }
 }@media only screen and (max-width: 763px) { #KH6KkE4EmexbXqemgxkfHd9UkOEQoeHA { width:15.3125rem;height:3.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEChEWMWJf0BHTKvGVl6TZzsnU3TILL7 { display:block; }
 }@media only screen and (max-width: 763px) { #KhE3UqC4mgn2WtuO08CVgKlGuEhIniUr { top:0.375rem;left:37.625rem;width:10.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzqqmXcqTIUkiWeTmzGuWgF5gtPlXGWW { top:0.3125rem;left:37.1875rem;width:10.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZqHAWyy9NePP6rNyqcDPaEN6MNPAJXE { top:16.25rem;left:0rem;width:34.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GETegiKCu7lr7uShKSZSrIPLHfay6hR8 { width:37.125rem;height:8.25rem;top:6.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsTzkTxpK4meWa8S1tQteqGxdcLTm41 { top:38.5625rem;left:37.1875rem;width:0.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6spKuySWZDDpFlsqSTbvdwRgveKX5MF { top:38.5625rem;left:10rem;width:0.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFh8MGdefNRFbVOWRnW8Gmdo00fDzDnE { top:39.625rem;left:0rem;width:17.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQN7Nu5v6el10EV393Wkf45UBzfvNe0y { top:36.8125rem;left:0rem;width:23.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DVZT0se7y5SBzkuqs8mC5xxOO3STkP { top:36.8125rem;left:11.25rem;width:25.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdRe4zdXgw3QATd1KKrlTEpTMXHuIbMJ { top:39.625rem;left:14.25rem;width:19.3125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XpqVgi2Uu7SHX3zTAtecVcVZB33FQg { top:36.8125rem;left:23.625rem;width:24.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v21oNpOc6IdfrJzWAh09BT9xiz0AcwxQ { top:39.625rem;left:33.875rem;width:13.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7L5XnOyRKv69fNqlUcvIeJQ92dNaze5 { top:45.25rem;left:0rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK388ocFcF4IbtudAU75etTpMi55obNZ { width:17.6875rem;height:5rem;top:28.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN4Kfy8P0PPdJCRAmfLu2xx8LcuzhifK { display:block; }
 }@media only screen and (max-width: 763px) { #udnKnOi6G0UTJwmTHghXwuHaVolnRlhr { top:1.375rem;left:42.8125rem;width:4.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6GBxdpexpO9Pti9WHKA7p46sbKNxQn8 { width:17.6875rem;height:5rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwWXHPe0ZEHhhQar6kgab5aFzVZVRTaK { display:block; }
 }@media only screen and (max-width: 763px) { #ddcTOa5XOtgPwZTWvd5WqWIR1HzTTrIv { width:21.3125rem;height:2.25rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp { display:block; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDNlq5oq1F2mDaxxFf4l70BSq85s5OR { width:47.75rem;height:5.25rem;top:5.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3c0LHHv22xsB5EXhzXBTFAdvQOi7HC { width:47.75rem;height:2.125rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfRtafhz5NN85LVStLDXvNeQEhtR71M { top:12.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzqKFlp371zGMKqGDOuk6BU1sx387bl4 { top:12.75rem;left:4.125rem;width:34.375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2LxGRBFlTwwXAVSdmLVoFW3evnbd9a { top:16.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUD2cL2QBE165SuLcGiWPxurzakw8NI { top:16.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikCgBduI43AH5mNVd9v28tc5Ddd4p09 { top:19.8125rem;left:3.9375rem;width:43.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpedsGViOePhny02MPIbPqthie293Boo { top:19.625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2zLq78FPfNslxuwaA4WlJP3O1nZtftO { top:23.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUUyF6XmK9SazmOFHEKXveHbaTQTE8rA { top:23.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxiUDs1PibqMJWeGpn6ITmERHNICvkqT { top:26.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTMBEgQOIC2E1uUTHJMqEdLO4szvtn6 { top:26.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSo0W1uroamE7hDaHzS8NBSTuArPg7Hb { top:30.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH83RhTZHy9VvQArMHtpJpJagvs33vUg { top:30.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOcGcyFCvdbs1ZKffenTCsyWoZxwLToF { top:34.0625rem;left:0.6875rem;width:47.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INfkrFoNakRPfvgIzRhP1JhInNvqmXOJ { top:33.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfUS554asLQNTWpTyksWfyMF7nG52T3G { top:39.6875rem;left:2.6875rem;width:42.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTue9vd5sgMBKTbJQqXdw6PtHxyyTDn { width:17.6875rem;height:5rem;top:46.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxoGT5D1qGEi7M9qBCo0LITrHXEpvKyc { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZctVDLxstNfurLciNNoH0RiZ9Dnv3DDM { width:47.75rem;height:2.625rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDxaZ5TqyyBpym3SXJKVP5uTq0SGLb1 { width:47.75rem;height:2.125rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTTDvrbTW2TkugFvgRIN2anNFqTDLHy { top:32.4375rem;left:14.375rem;width:19rem;height:21.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7GK9qqV4T6vzlvuJs7sNDDqGvLzqHe { top:9.375rem;left:12.75rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUH58udyMOHJqPB2IoSncsDoWUTaXB5T { width:22.25rem;height:26.875rem;top:26.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6h8K1xUULnlgHJQn43AdKFd2pLu91lX { top:32.4375rem;left:0rem;width:19rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE3oyLoUJzv2oB7pml3uJTHmdzaOPgRu { top:9.375rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5NvsrKUxqML1UH5pG28u4sdMapPTm5u { width:22.25rem;height:26.875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTnop1yKfV381Tq8AeQFor5oaTTt5tq { top:9.375rem;left:25.5rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Tok5TNOSViU2wumgtRv91P0DQwM0DW { width:22.25rem;height:26.875rem;top:26.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy3UgPs8Wl3y7QrnFOTZvPsKOaiHUOXp { top:32.4375rem;left:28.75rem;width:19rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeNPunOCzagu8rsR8lTVsdDiSLnoB0hS { width:17.6875rem;height:5rem;top:58.8125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkiyvZ54eIMLsv6w1gnDzT9neZvGbDUr { display:block; }
 }@media only screen and (max-width: 763px) { #FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV { display:block; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKHh0V5R94gvtxEHpOR5nTcBC4y391N8 { width:47.75rem;height:2.625rem;top:8rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DceZNxhKNiWrRJgVgVyh0SUuH4sNZfif { width:47.75rem;height:4.25rem;top:2.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THc0AZp2T0m5eL2vNIKpJN3edDzcCAbJ { top:30.6875rem;left:14.3125rem;width:33.4375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQmZvncqltn2nrgNcImHHUJDTktOhF9i { top:13.625rem;left:16.625rem;width:31.125rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rII6q1OyECPRDozXeixVt3qAWiLPw65C { top:13.625rem;left:0rem;width:37.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE4U86IAUJohhLyPgRMKfd5tpSgP1nbb { top:23.25rem;left:16rem;width:31.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUEKDLH4l7Qq2orc7dcEizoOPtUeBAhG { width:17.6875rem;height:5rem;top:39.3125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tVTnZZnfTGnT8FwpaTQiObvJlrDsGC { display:block; }
 }@media only screen and (max-width: 763px) { #flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT { display:block; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuTadpH6HlJhmcTRFXRr9aJRobc5qdkM { width:30.5625rem;height:1.9375rem;top:3.5625rem;left:17.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdFyBVHOX8ChAO16Z62XLIs44xKCeVTd { width:29.25rem;height:29.25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmtUQ8hBWnAGF4AflnSJfTrGClZR4sSm { width:34.8125rem;height:25.5rem;top:7rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4RExNJTT9otThK3ZiCdKaTwqfylTLSx { width:47.75rem;height:2.625rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gTKJkuSk1WFc0zhSh6tWk5OrepkWrX { width:44.8125rem;height:2.125rem;top:2.9375rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhe7kpcg854MPismgmTCTSaN8Cc9FvBV { top:12.875rem;left:10.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mStyelpSoN0swTUqTaE567MFOoEGH5aX { top:15.6875rem;left:27.9375rem;width:16.4375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUKhFQSRUQoOcPlHM001EBbOlTKckWm { top:15.6875rem;left:1.9375rem;width:19.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Ml8f3um8yKeG6Ky71rM9KvPxBms5Ie { top:12.875rem;left:35rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwVXbBc4ClIJZJbEsNQQHUB1x974Mv1 { top:20.375rem;left:2rem;width:19.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usG85q7tL9OzzBfTrvWhFxMfQmde1pWQ { top:20.375rem;left:26.5rem;width:19.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dclbwekrmzvuWvtVxThvHoO3ykEFKU { top:28.1875rem;left:22.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhovNxWzd55XEU1gUeUKk8wCPgGHcN3 { top:28.1875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SADd1ut5fIfS4EbRUUoyxCO7TN0izcSI { top:30.875rem;left:0rem;width:19.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6KTVhuT1n8RtLJSVmUPL6i1qQZTH1W7 { top:30.875rem;left:14.1875rem;width:19.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4yl3B5uV13Riu20Ewcqq67gF1W7b51y { top:35rem;left:14.3125rem;width:19.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1g1ZTnqxEgDFuVtvxl2zaxqdva2vEp { top:30.875rem;left:28.25rem;width:19.5rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV0dEflOhl5gIEh5JAx5Xo52z5wyqfMu { top:35rem;left:0rem;width:19.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDX0aHoKFbNkON9XTThlewt1pSGPXe9T { top:35rem;left:28.4375rem;width:19.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb0JAlkVUoGsEor0G2ulbNR79PTmZJym { top:28.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8fnTwzCLk92SJfGV2nqM3dwmiGeXea { width:17.6875rem;height:5rem;top:46.5625rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbL86GeDDorf5r4CFzqfVbR5Jm3WsnJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SulUGPnJDTB07tfIc51GvNJsCZ8rFE39 { width:47.75rem;height:1.9375rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG5Vyk9xNpSKbH95kgr7q0b19hxQUsoQ { width:47.75rem;height:2.125rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbHXdXgq4B7MMO1eFCBOgQhGQsB0mB3c { top:11.0625rem;left:1.78125rem;width:44.1875rem;height:55.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uuZ1nyXEIfZBnmshoL80BzZXMxJZTC { width:17.6875rem;height:5rem;top:67.625rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48p8WNBLtsImF0RyuK6AfwtO71RsLLR { display:block; }
 }@media only screen and (max-width: 763px) { #DtMncR0duE2Zl6nnii8BlKpNdKiFylG7 { width:47.75rem;height:1.6875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P59TgV5UN90WUT2zCG5aISpHblmxX2dL { display:block; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3OcGhUC7Zc1h9KHeZ790b5V91DOFMED { width:41.875rem;height:2.125rem;top:2.25rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPN7ha7qRXf65EqsBkKDr5J0b1d3es7g { width:47.75rem;height:1.9375rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEMZ1Nd8s0PFsvMIJo6XqwzQlngJMgMr { width:18.5rem;height:12.125rem;top:9.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDgCbtP09aleoOPLv1TJ0D1TT0Sc2IG { width:15.5625rem;height:8.875rem;top:9.875rem;left:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZSFxMnL5XSceCx2ZMKx6bqgmXzaUhN { width:15.25rem;height:2.125rem;top:18.9375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSzKiZTtI4xHUqNhB0JgaB8FBCCNcFA { width:18.5rem;height:12.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE2TLE5FLGNpTXLWCSyFVuIb8cRP87M9 { width:15.5625rem;height:5.9375rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Abu6RC5vWefiVnwTGa3KsVtW1ZCO2O { width:15.25rem;height:2.125rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwaLiA4BbQfC4XtXwCiNc5B9iOQ9axMn { width:18.5rem;height:12.125rem;top:9.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxA20eqQGSO1y799SAWyOxpopWdbPNc { width:15.5625rem;height:5.9375rem;top:11.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcunlD6VPRfobffcZhdbaqhgQawO9eUe { width:15.25rem;height:2.125rem;top:17.9375rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOATEbgg9ron0eRwoBNP9zXE7GTCDpRd { width:18.5rem;height:12.125rem;top:23.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWi3MT9DZPKH4l0gTmobZ7L5aBxW0VtT { width:15.25rem;height:2.125rem;top:32.4375rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWgUxl5i6ygGhn7cEL9Nf9T7a2o0zfZg { width:18.5rem;height:12.125rem;top:23.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpeKiWHfMXQ4c97UqTEnWR5vodWx8vp { width:15.25rem;height:2.125rem;top:33.125rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU18UZsCcRbMZ1L2fm5WrWbBK4VklFU3 { width:15.5625rem;height:7.375rem;top:24.8125rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTRWK16T9KJmRNG9us5Oep2peGvITWK { width:15.5625rem;height:8.875rem;top:24.375rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nby45QktLeOGOHeQECCgdwXMQGKQltP7 { width:18.5rem;height:12.125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdq8knUtnARXRoRSvIbJzx7WUirGZQqr { width:15.5625rem;height:7.375rem;top:24.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IClQME39sZ2ABFs0z3u9UBeHfwQUTJh5 { width:15.25rem;height:2.125rem;top:32.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2QU4sA7Il8avX4aV5el4vN4Csh1L9bz { width:18.5rem;height:12.125rem;top:37.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2RhE5Cqi4oJoqkUBLMo7OTtGsTsnrxk { width:15.25rem;height:2.125rem;top:45.6875rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrhCms9kwM9s6lFEUXdvnRh0GGoNd8V { width:15.5625rem;height:4.4375rem;top:40.0625rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX6JHy34QmGXU94SaTe47UOwJzUbf8F6 { width:47.75rem;height:2.625rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1NqU5u3vD0GMqFWQOtkR2sahf4q19m { width:47.75rem;height:2.75rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETtRxgrWXNURlOsUHHF9wtNk9cUflik { top:10.5625rem;left:4.5rem;width:38.75rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-text {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-select {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL  { width:17.5rem;height:16.4375rem;top:11.375rem;left:13.875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL {display:block;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL { width:17.5rem;height:16.4375rem;top:11.375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #XtHS3ZNG4ItuffzI1dsOwmiTV3TJ6UWN {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #ROqEV9OqZBCkvwMEezkRleMG0JSlf91w {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #u9ZgGlOsbGyuhkual2xXT5E1PI79Pbvz {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #BFuCMcEkBlIJ7LrBpyITUkgXLOT15z0c {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #o9Omp3tow1IBthLLVemn2dbaLk8mAX9c {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #M86TokBmVssuED1bfLlGKZC4TgWd7mav {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rUruUHQa7TzbG61TingzbGrIakL3mwlk {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rugumkaaUsluHVo0yOIyvQ2tZPtmIFRg {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #KJXSx2BXCgKXsmkIJd3vOcRcQAXU5nnF {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #TALtREUJ85Ru7NJLXVB2Xi96sHthdxTF {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #qWdRAl0d6Su3A61LAQEH5ZzTzJIRa0QI {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #gTRPoBzQ32XKCTAzHbq5VmuZLf1EBXfs {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #yyicE3lqGUuOPW1TowX0hAkuilgWX736 {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rXxc3kNdfXKVhPcdm38XH4g3WTvHBIIQ {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #v0OURwBQi0wN1eMpg1TQTvgXzBfGBVQI {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #Ne9uT4nuIuMunkOQiZUpELJR9RATRi32 {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #pHGgh6ZX9EXqp2s7UGAHfOyvt4I0CSoI {  }
 }@media only screen and (max-width: 763px) { #wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF { display:block; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdbsmdcVInW8GNSVE7bM5dNyaAvBIOPV { width:47.75rem;height:2.125rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc { position:relative;z-index:auto;display:block; }#LDmPFtftihwuiuBw9ahRfwU7ra7Z1kcc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tq2rT4F9Qt3QsSkoHmNlA5m6zTSWx7dD { width:8.3125rem;height:1.8125rem;top:4.6875rem;left:10.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5hshghrphvTRW0cu6eC1Z7TTQ44NbWl { display:block; }
 }@media only screen and (max-width: 763px) { #KH6KkE4EmexbXqemgxkfHd9UkOEQoeHA { width:8.3125rem;height:1.8125rem;top:4.6875rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEChEWMWJf0BHTKvGVl6TZzsnU3TILL7 { display:block; }
 }@media only screen and (max-width: 763px) { #KhE3UqC4mgn2WtuO08CVgKlGuEhIniUr { width:6.25rem;height:2.5625rem;top:1.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzqqmXcqTIUkiWeTmzGuWgF5gtPlXGWW { width:6.25rem;height:2.5625rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:rgba(236,187,198,0.63);background-image:url("https://images.assets-landingi.com/uc/1de373e4-2632-4dca-adb9-95d5925972ac/NovaCapaMobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZqHAWyy9NePP6rNyqcDPaEN6MNPAJXE { width:20rem;height:5.84765625rem;top:7.5234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GETegiKCu7lr7uShKSZSrIPLHfay6hR8 { width:20rem;height:4.199225rem;top:2.4609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EzsTzkTxpK4meWa8S1tQteqGxdcLTm41 { width:0.0625rem;height:0.0625rem;top:37.6875rem;left:16.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #V6spKuySWZDDpFlsqSTbvdwRgveKX5MF { width:0.0625rem;height:0.125rem;top:44.3125rem;left:16.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mFh8MGdefNRFbVOWRnW8Gmdo00fDzDnE { width:14.8125rem;height:2.5996125rem;top:48.625rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IQN7Nu5v6el10EV393Wkf45UBzfvNe0y { width:20rem;height:1.625rem;top:46.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2DVZT0se7y5SBzkuqs8mC5xxOO3STkP { width:20rem;height:1.625rem;top:52.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdRe4zdXgw3QATd1KKrlTEpTMXHuIbMJ { width:19.3125rem;height:2.5996125rem;top:54.0625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P7XpqVgi2Uu7SHX3zTAtecVcVZB33FQg { width:20rem;height:1.625rem;top:57.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v21oNpOc6IdfrJzWAh09BT9xiz0AcwxQ { width:13.875rem;height:2.5996125rem;top:59.75rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g7L5XnOyRKv69fNqlUcvIeJQ92dNaze5 { width:20rem;height:2.2734375rem;top:65rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK388ocFcF4IbtudAU75etTpMi55obNZ { width:15.25rem;height:3.41015625rem;top:41rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN4Kfy8P0PPdJCRAmfLu2xx8LcuzhifK { display:block; }
 }@media only screen and (max-width: 763px) { #udnKnOi6G0UTJwmTHghXwuHaVolnRlhr { width:4.9375rem;height:2.75rem;top:1.2109375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6GBxdpexpO9Pti9WHKA7p46sbKNxQn8 { width:15.25rem;height:3.375rem;top:36.8125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwWXHPe0ZEHhhQar6kgab5aFzVZVRTaK { display:block; }
 }@media only screen and (max-width: 763px) { #ddcTOa5XOtgPwZTWvd5WqWIR1HzTTrIv { width:20rem;height:1.79980625rem;top:34.0986328125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp { display:block; }#MQGxlcFD44tHCr4RQ4QAuXHBF6kG5yTp > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDNlq5oq1F2mDaxxFf4l70BSq85s5OR { width:17.125rem;height:5.39941875rem;top:6.875rem;left:1.4375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3c0LHHv22xsB5EXhzXBTFAdvQOi7HC { width:20rem;height:4.38574375rem;top:1.3125rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfRtafhz5NN85LVStLDXvNeQEhtR71M { display:flex;width:1.5625rem;height:1.5625rem;top:14.1875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #xzqKFlp371zGMKqGDOuk6BU1sx387bl4 { width:11.875rem;height:2.5996125rem;top:13.587890625rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2LxGRBFlTwwXAVSdmLVoFW3evnbd9a { width:15.8125rem;height:3.8994125rem;top:17.021484375rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kwUD2cL2QBE165SuLcGiWPxurzakw8NI { display:flex;width:1.5625rem;height:1.5625rem;top:18.3125rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kikCgBduI43AH5mNVd9v28tc5Ddd4p09 { width:15.25rem;height:2.5996125rem;top:21.85546875rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpedsGViOePhny02MPIbPqthie293Boo { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #x2zLq78FPfNslxuwaA4WlJP3O1nZtftO { width:14.125rem;height:3.8994125rem;top:25.20703125rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUUyF6XmK9SazmOFHEKXveHbaTQTE8rA { display:flex;width:1.5625rem;height:1.5625rem;top:26.375rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RxiUDs1PibqMJWeGpn6ITmERHNICvkqT { width:11.875rem;height:3.8994125rem;top:29.95703125rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saTMBEgQOIC2E1uUTHJMqEdLO4szvtn6 { display:flex;width:1.5625rem;height:1.5625rem;top:31.125rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WSo0W1uroamE7hDaHzS8NBSTuArPg7Hb { width:14.75rem;height:2.5996125rem;top:34.6064453125rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH83RhTZHy9VvQArMHtpJpJagvs33vUg { display:flex;width:1.5625rem;height:1.5625rem;top:35.125rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #MOcGcyFCvdbs1ZKffenTCsyWoZxwLToF { width:11.125rem;height:3.8994125rem;top:37.95703125rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INfkrFoNakRPfvgIzRhP1JhInNvqmXOJ { display:flex;width:1.5625rem;height:1.5625rem;top:39.125rem;left:1.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pfUS554asLQNTWpTyksWfyMF7nG52T3G { width:16.8125rem;height:3.8994125rem;top:43.875rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGTue9vd5sgMBKTbJQqXdw6PtHxyyTDn { width:15.25rem;height:3.375rem;top:50.4375rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxoGT5D1qGEi7M9qBCo0LITrHXEpvKyc { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:20rem;height:122.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZctVDLxstNfurLciNNoH0RiZ9Dnv3DDM { width:17.3125rem;height:3.5996125rem;top:5.6875rem;left:1.34375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cFDxaZ5TqyyBpym3SXJKVP5uTq0SGLb1 { width:20rem;height:2.923825rem;top:1.75rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EBTTDvrbTW2TkugFvgRIN2anNFqTDLHy { width:15.1875rem;height:16.081025rem;top:28.21875rem;left:2.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS7GK9qqV4T6vzlvuJs7sNDDqGvLzqHe { width:15.625rem;height:15.625rem;top:46.53125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUH58udyMOHJqPB2IoSncsDoWUTaXB5T { width:15.625rem;height:22.0625rem;top:55.65625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6h8K1xUULnlgHJQn43AdKFd2pLu91lX { width:13.0625rem;height:13.1572375rem;top:63.40625rem;left:3.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AE3oyLoUJzv2oB7pml3uJTHmdzaOPgRu { width:15.625rem;height:15.625rem;top:11.90625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5NvsrKUxqML1UH5pG28u4sdMapPTm5u { width:15.625rem;height:19.125rem;top:24.65625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTnop1yKfV381Tq8AeQFor5oaTTt5tq { width:15.625rem;height:15.625rem;top:80.46875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Tok5TNOSViU2wumgtRv91P0DQwM0DW { width:15.625rem;height:24.75rem;top:86.21875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy3UgPs8Wl3y7QrnFOTZvPsKOaiHUOXp { width:14.8125rem;height:13.1572375rem;top:97.21875rem;left:2.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeNPunOCzagu8rsR8lTVsdDiSLnoB0hS { width:15.25rem;height:3.375rem;top:115.15625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkiyvZ54eIMLsv6w1gnDzT9neZvGbDUr { display:block; }
 }@media only screen and (max-width: 763px) { #FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV { display:block; }#FScAZiA8eUhfyJpHidiJVo9cZNaTQiFV > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKHh0V5R94gvtxEHpOR5nTcBC4y391N8 { width:17.3125rem;height:5.3994125rem;top:12.9375rem;left:1.34375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DceZNxhKNiWrRJgVgVyh0SUuH4sNZfif { width:20rem;height:7.30956875rem;top:2.0009765625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #THc0AZp2T0m5eL2vNIKpJN3edDzcCAbJ { width:16.3125rem;height:8.125rem;top:34.71875rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQmZvncqltn2nrgNcImHHUJDTktOhF9i { width:17.0625rem;height:8.125rem;top:44.71875rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rII6q1OyECPRDozXeixVt3qAWiLPw65C { width:20rem;height:12.5rem;top:20.40234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE4U86IAUJohhLyPgRMKfd5tpSgP1nbb { width:19.0625rem;height:6.5rem;top:55.15625rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUEKDLH4l7Qq2orc7dcEizoOPtUeBAhG { width:15.25rem;height:3.375rem;top:65.09375rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tVTnZZnfTGnT8FwpaTQiObvJlrDsGC { display:block; }
 }@media only screen and (max-width: 763px) { #flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT { display:block; }#flH0ZOvhncJIQ4JfzdK7ePNfht75MwJT > .row .container { width:20rem;height:49.01171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuTadpH6HlJhmcTRFXRr9aJRobc5qdkM { width:20rem;height:1.79980625rem;top:19.25rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdFyBVHOX8ChAO16Z62XLIs44xKCeVTd { width:14.8125rem;height:14.8125rem;top:2.875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmtUQ8hBWnAGF4AflnSJfTrGClZR4sSm { width:20rem;height:27.18753125rem;top:21.82421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:88.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4RExNJTT9otThK3ZiCdKaTwqfylTLSx { width:20rem;height:3.5996125rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gTKJkuSk1WFc0zhSh6tWk5OrepkWrX { width:20rem;height:2.923825rem;top:2.5rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhe7kpcg854MPismgmTCTSaN8Cc9FvBV { display:flex;width:2.3125rem;height:2.3125rem;top:12.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #mStyelpSoN0swTUqTaE567MFOoEGH5aX { width:16.4375rem;height:3.25rem;top:28.5rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewUKhFQSRUQoOcPlHM001EBbOlTKckWm { width:19.5rem;height:3.25rem;top:15.0625rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8Ml8f3um8yKeG6Ky71rM9KvPxBms5Ie { display:flex;width:2.3125rem;height:2.3125rem;top:26rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #yRwVXbBc4ClIJZJbEsNQQHUB1x974Mv1 { width:19.3125rem;height:5.84765625rem;top:18.3125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usG85q7tL9OzzBfTrvWhFxMfQmde1pWQ { width:19.3125rem;height:5.84765625rem;top:31.75rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5dclbwekrmzvuWvtVxThvHoO3ykEFKU { display:flex;width:2.3125rem;height:2.3125rem;top:53.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bPhovNxWzd55XEU1gUeUKk8wCPgGHcN3 { display:flex;width:2.3125rem;height:2.3125rem;top:66.5625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #SADd1ut5fIfS4EbRUUoyxCO7TN0izcSI { width:19.5rem;height:3.25rem;top:42.125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6KTVhuT1n8RtLJSVmUPL6i1qQZTH1W7 { width:19.5rem;height:3.25rem;top:56rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4yl3B5uV13Riu20Ewcqq67gF1W7b51y { width:19.3125rem;height:5.84765625rem;top:59.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lW1g1ZTnqxEgDFuVtvxl2zaxqdva2vEp { width:19.5rem;height:4.875rem;top:69.25rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OV0dEflOhl5gIEh5JAx5Xo52z5wyqfMu { width:19.3125rem;height:5.84765625rem;top:45.375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDX0aHoKFbNkON9XTThlewt1pSGPXe9T { width:19.3125rem;height:5.84765625rem;top:72.875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb0JAlkVUoGsEor0G2ulbNR79PTmZJym { display:flex;width:2.3125rem;height:2.3125rem;top:39.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Gv8fnTwzCLk92SJfGV2nqM3dwmiGeXea { width:15.25rem;height:3.375rem;top:81.78515625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbL86GeDDorf5r4CFzqfVbR5Jm3WsnJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SulUGPnJDTB07tfIc51GvNJsCZ8rFE39 { width:20rem;height:1.79980625rem;top:7.796875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PG5Vyk9xNpSKbH95kgr7q0b19hxQUsoQ { width:19.375rem;height:4.38574375rem;top:1.875rem;left:0.3125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZbHXdXgq4B7MMO1eFCBOgQhGQsB0mB3c { width:20rem;height:25.8125rem;top:13.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uuZ1nyXEIfZBnmshoL80BzZXMxJZTC { width:15.25rem;height:3.375rem;top:43.53125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48p8WNBLtsImF0RyuK6AfwtO71RsLLR { display:block; }
 }@media only screen and (max-width: 763px) { #DtMncR0duE2Zl6nnii8BlKpNdKiFylG7 { width:13rem;height:2.5996125rem;top:10.1591796875rem;left:3.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P59TgV5UN90WUT2zCG5aISpHblmxX2dL { display:block; }#P59TgV5UN90WUT2zCG5aISpHblmxX2dL > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3OcGhUC7Zc1h9KHeZ790b5V91DOFMED { width:20rem;height:1.9121125rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPN7ha7qRXf65EqsBkKDr5J0b1d3es7g { width:17.25rem;height:3.5996125rem;top:4.3125rem;left:1.375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JEMZ1Nd8s0PFsvMIJo6XqwzQlngJMgMr { width:18.5rem;height:11.25rem;top:9.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDgCbtP09aleoOPLv1TJ0D1TT0Sc2IG { width:17.75rem;height:7.4365rem;top:11.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZSFxMnL5XSceCx2ZMKx6bqgmXzaUhN { width:15.25rem;height:1.69921875rem;top:18.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSzKiZTtI4xHUqNhB0JgaB8FBCCNcFA { width:18.5rem;height:12.125rem;top:22.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE2TLE5FLGNpTXLWCSyFVuIb8cRP87M9 { width:15.5625rem;height:5.94921875rem;top:24.6875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Abu6RC5vWefiVnwTGa3KsVtW1ZCO2O { width:15.25rem;height:1.69921875rem;top:31.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwaLiA4BbQfC4XtXwCiNc5B9iOQ9axMn { width:18.5rem;height:12.125rem;top:36.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxA20eqQGSO1y799SAWyOxpopWdbPNc { width:15.5625rem;height:5.94921875rem;top:38.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcunlD6VPRfobffcZhdbaqhgQawO9eUe { width:15.25rem;height:1.69921875rem;top:44.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOATEbgg9ron0eRwoBNP9zXE7GTCDpRd { width:18.5rem;height:12.125rem;top:63.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWi3MT9DZPKH4l0gTmobZ7L5aBxW0VtT { width:15.25rem;height:1.69921875rem;top:72.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWgUxl5i6ygGhn7cEL9Nf9T7a2o0zfZg { width:18.5rem;height:12.125rem;top:76.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpeKiWHfMXQ4c97UqTEnWR5vodWx8vp { width:15.25rem;height:1.69921875rem;top:86.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU18UZsCcRbMZ1L2fm5WrWbBK4VklFU3 { width:15.5625rem;height:7.4365rem;top:64.75rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTRWK16T9KJmRNG9us5Oep2peGvITWK { width:15.5625rem;height:8.9238125rem;top:77.9375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nby45QktLeOGOHeQECCgdwXMQGKQltP7 { width:18.5rem;height:12.125rem;top:49.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdq8knUtnARXRoRSvIbJzx7WUirGZQqr { width:15.5625rem;height:7.4365rem;top:51.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IClQME39sZ2ABFs0z3u9UBeHfwQUTJh5 { width:15.25rem;height:1.69921875rem;top:58.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2QU4sA7Il8avX4aV5el4vN4Csh1L9bz { width:18.5rem;height:12.125rem;top:90.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2RhE5Cqi4oJoqkUBLMo7OTtGsTsnrxk { width:15.25rem;height:1.69921875rem;top:98.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrhCms9kwM9s6lFEUXdvnRh0GGoNd8V { width:15.5625rem;height:4.4619125rem;top:93.3125rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:#f4ad00;background-image:none;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX6JHy34QmGXU94SaTe47UOwJzUbf8F6 { width:15.3125rem;height:5.84765625rem;top:2.8125rem;left:2.34375rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HT1NqU5u3vD0GMqFWQOtkR2sahf4q19m { width:13.4375rem;height:3.82421875rem;top:10.3125rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETtRxgrWXNURlOsUHHF9wtNk9cUflik { width:20rem;height:22.3125rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-regular-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-text { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-text {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-textarea { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-select { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-select {padding-top: 0; padding-bottom: 0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-input-button { width:7.5rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:3.75rem;height:0.9375rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container:first-of-type{padding-top:0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .widget-container:last-of-type{padding-bottom:0;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL  { width:15.5625rem;height:auto;top:16.5rem;left:0.96875rem; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL .radio-container { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL {display:block;}#uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL { width:15.5625rem;height:auto;top:16.5rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #XtHS3ZNG4ItuffzI1dsOwmiTV3TJ6UWN {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #ROqEV9OqZBCkvwMEezkRleMG0JSlf91w {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #u9ZgGlOsbGyuhkual2xXT5E1PI79Pbvz {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #BFuCMcEkBlIJ7LrBpyITUkgXLOT15z0c {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #o9Omp3tow1IBthLLVemn2dbaLk8mAX9c {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #M86TokBmVssuED1bfLlGKZC4TgWd7mav {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rUruUHQa7TzbG61TingzbGrIakL3mwlk {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rugumkaaUsluHVo0yOIyvQ2tZPtmIFRg {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #KJXSx2BXCgKXsmkIJd3vOcRcQAXU5nnF {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #TALtREUJ85Ru7NJLXVB2Xi96sHthdxTF {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #qWdRAl0d6Su3A61LAQEH5ZzTzJIRa0QI {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #gTRPoBzQ32XKCTAzHbq5VmuZLf1EBXfs {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #yyicE3lqGUuOPW1TowX0hAkuilgWX736 {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #rXxc3kNdfXKVhPcdm38XH4g3WTvHBIIQ {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #v0OURwBQi0wN1eMpg1TQTvgXzBfGBVQI {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #Ne9uT4nuIuMunkOQiZUpELJR9RATRi32 {  }
 }@media only screen and (max-width: 763px) { #uzZOSO4oaVwh2QcdQ8qOSFZzk4oCZ1hL #pHGgh6ZX9EXqp2s7UGAHfOyvt4I0CSoI {  }
 }@media only screen and (max-width: 763px) { #wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF { display:block; }#wmzOUXAMvULBCwmtOwp9ODTcMkp0BSqF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdbsmdcVInW8GNSVE7bM5dNyaAvBIOPV { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }