.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,217,255;--color-primary-1:169,128,255;--color-primary-2:82,0,255;--color-primary-3:41,0,128;--color-primary-4:12,0,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,228,240;--color-tertiary-1:129,166,205;--color-tertiary-2:3,76,154;--color-tertiary-3:2,38,77;--color-tertiary-4:0,11,23;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw.adaptive-delivery-prevent-bg, #PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw.lazyload, #PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw.lazyloading { background-image: none; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container { background-color: transparent; background-image: none; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container > .video-iframe-container { display: none; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row > .video-iframe-container { display: none; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .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); }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container { border-width: 0; border-radius: 0; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container { width:60rem;height:46.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Uz04uLDykvsCzn3F7QMOEk3PcGMrSGrq { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:12.1875rem;left:0rem;height:10.35rem;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;display:block; }
#RCbSrm01ftkyZXqS6BJNhSKvupRrIfAG { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:25.853515625rem;left:0rem;height:12.375rem;font-style:normal;display:block; }
#PLom2Bnrrz1FE2Bb6ZvonR9oIlKCHQHk { color:rgba(var(--color-secondary-2),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.187500655651rem;left:40.479166030884rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-form-header {  }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:16.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;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:1.625rem;margin-bottom:0.25rem;margin-left:1.625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:12.8125rem;height:2.5rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .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; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-container:first-of-type{padding-top:0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-container:last-of-type{padding-bottom:0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40.72890663147rem;top:19.489062488079rem;z-index:15012;position:absolute; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.0625rem;display:block;vertical-align:top; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 {display:block;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40.72890663147rem;top:19.489062488079rem;z-index:15012;position:absolute; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #aGBX8fKIbFOnVynKtBk8ASRZdmrEHuEV { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #XAWlUmpZt8I2fDDhGfyqVQTwgK5HAOtG { position:relative;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #I7qJ8sSRN5CKhM1WTFWUe41tLq0ezur7 { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #bB297B5tsGFfhJVH6JRPLmy9F9Ah7gql { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #WGQyVlgQdWtrEgS3petHINOxipeRg5Aq { position:relative;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #Rf9u97Zo9H0a5b2rxbl9P98I0E3hsel1 { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VpHtTTGMnZ01PguUy2y7742AyZaJfL33 { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #OZPaGe1BG312RLevvGqs6rILi70FZWFk { position:relative;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #GPwGs0HPdxqwrGgsIbLf89fFEuEaH8Av { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #rX0GIdsKllGf70V203eK4pUa961NxQSh { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VNcT1a7gLr8XFSlwCZZH9DURNtePMeIN { position:relative;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #yeZsuuwh7QMN8lS7q0bqKluhELLKgi0l { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #dVeNNqQ6PxNKRQiUXVHp0rPHw5AgWIAv { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #hryl1o2zRmp3NcUXiLQbHMsU2LXMqWqm { position:relative;display:block; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #C9gwLWVTXqWyFtUX9qKG98yMFcoPIG9V { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #sMglRoKtyVgiW5efbSTFXBf8ZoUW6Jqy { position:relative; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #icQPtr7oXITmbvqGe10idTGciIyGONW5 { position:relative; }
#ae83J2FxZJrcoEZiClqHHIytNrXlpSTW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#yHADb8wnT3GcDQcvHvNwZutSXUpPGCum { 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:33.375rem;width:60rem;top:12.9775390625rem;left:0rem;overflow:hidden;display:block; }
#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK { border-bottom:0.0625rem solid #e6ebf1;border-left:0;border-right:0;border-top:0.0625rem solid #e6ebf1;background-color:rgba(var(--color-secondary-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; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container { background-color: transparent; background-image: none; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container > .video-iframe-container { display: none; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row > .video-iframe-container { display: none; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .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); }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container { border-width: 0; border-radius: 0; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#Qc1ATMG931Nw3bqrTqeU6O29uBzObaVE { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#5b5b5b;font-style:normal;display:block; }
#CnPZETevQF4SPAMfOFdMeCEh8AB1eBwd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.125rem;width:11.6875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9rem;left:1.71875rem;overflow:hidden;display:block; }
#Jbi8JGZpLaToKOGbMNl9aUKQpVd04oW9 { box-sizing:content-box;height:5.125rem;width:13.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,11,23,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.46875rem;left:0.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#qOnSbHoDMQqovrANtf3R0SyMCtG043nS { box-sizing:content-box;height:5.125rem;width:13.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,11,23,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.46875rem;left:15.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#q2osu7ZeqJ7hm0UGkyyd0kCT304Jo4Nc { box-sizing:content-box;height:5.125rem;width:13.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,11,23,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.46875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#KkWwOEQC47XALvw5ZBNl3vFhacimeoTE { box-sizing:content-box;height:5.125rem;width:13.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,11,23,0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.46875rem;left:45.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fNpNfGmyabQ9ApWQWShoVNPMmGolQrQH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.875rem;width:10.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.1875rem;left:17.40625rem;overflow:hidden;display:block; }
#AmB6XqJnfuVsl9TWgDCnDGiddZ88UF0g { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:10.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.1875rem;left:32.5625rem;overflow:hidden;display:block; }
#FsUZ7pnBcxSkp6VI2PlckrOTItzm07iQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:11.125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.84375rem;left:47.09375rem;overflow:hidden;display:block; }
#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),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; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { background-color: transparent; background-image: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .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); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { border-width: 0; border-radius: 0; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#5b5b5b;font-style:normal;display:block; }
#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),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; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { background-color: transparent; background-image: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container > .video-iframe-container { display: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row > .video-iframe-container { display: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .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); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { border-width: 0; border-radius: 0; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0.625rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.5625rem;width:4.5625rem;position:absolute;display:block;z-index:15000;top:1.78125rem;left:7.65625rem;display:block; }
#DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.43620300293rem;left:21.03125rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.5625rem;width:4.5625rem;position:absolute;display:block;z-index:15003;top:1.78125rem;left:27.65625rem;display:block; }
#y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.4375rem;left:41.125rem;height:12.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.5625rem;width:4.5625rem;position:absolute;display:block;z-index:15006;top:1.78125rem;left:47.65625rem;display:block; }
#XPl4vA4BcFWTeHc90T5ZvCTCtikXQsg8 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15012;top:2.96875rem;left:8.84375rem; }
#kwx5SAGWyQIm9Cx4nTaJ0nUMTtPKwuCS { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:2.9375rem;left:28.6875rem; }
#ZgVATlkFIJwJg5cZ4qe6RRos7AKEfwzx { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:3.0625rem;left:48.6875rem; }
#LutQ7kgKB74gg7nR9vJNhcuELARrx3C9 { border-top:0.0625rem solid #f6f3ff;border-left:0.0625rem solid #f6f3ff;border-right:0.0625rem solid #f6f3ff;border-bottom:0.0625rem solid #f6f3ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.1875rem;width:19.25rem;position:absolute;display:block;z-index:14999;top:0rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#U0pK70DMnwcR86FThavBCtKnprh8rt4p { border-top:0.0625rem solid #f6f3ff;border-left:0.0625rem solid #f6f3ff;border-right:0.0625rem solid #f6f3ff;border-bottom:0.0625rem solid #f6f3ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.3125rem;width:19.1875rem;position:absolute;display:block;z-index:15000;top:0rem;left:20.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#xbMCNnkllXqOdFFDzJNCwZQsUkrO9Wow { border-top:0.0625rem solid #f6f3ff;border-left:0.0625rem solid #f6f3ff;border-right:0.0625rem solid #f6f3ff;border-bottom:0.0625rem solid #f6f3ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.3125rem;width:19.1875rem;position:absolute;display:block;z-index:15001;top:0rem;left:40.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),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; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { background-color: transparent; background-image: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container > .video-iframe-container { display: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row > .video-iframe-container { display: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .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); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { border-width: 0; border-radius: 0; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.3125rem;width:3rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.625rem;left:28.5rem;overflow:hidden;display:block; }
#i09V5oa4yyVECDimbp77XGsyWwTfzwEz { z-index:15003;top:8.8125rem;left:22.96875rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HtiITCu8fFAkmthoITbv9Hmh1hsLo6pZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container { background-color: transparent; background-image: none; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container > .video-iframe-container { display: none; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row > .video-iframe-container { display: none; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .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); }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container { border-width: 0; border-radius: 0; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#waznAeH2xEUbSV7quHFe0oTPkt2r6tyH { color:#5b5b5b;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.0625rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAs3qWFALWfX9Vh4in8nWlDAELlfcmQU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#hhWzTtXlXBTAuGS8I2WdrTpPE6wrC5QG { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.96484375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vip2hgq70nrqx9LtyfrtUTv2ZDb44rNp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:11.5625rem;top:18.40625rem;left:0rem;overflow:hidden;display:block; }
#iti0auhVPFpolqZPavXJwlfTvNBRvqQ8 { color:#5b5b5b;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.13671875rem;left:22.53125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gZiyJqTqpnBI8HLR4i5t4K7Ja9RCdLBB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v1rTIND4Oohcg2s738rPDCmJEQQgX4un { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rOXnxPco13X0rTKiGkeLoo6nTg5WTDw1 { color:#5b5b5b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:22.59375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NTcovOdHswoKM2MN2B3f7DL02pI16I29 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:22.53125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTEzIqpiTILpvPNtwF0asGhWuz9qy0U4 { color:#5b5b5b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.40625rem;left:22.59375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XVyE9FBKdHHSJPDCF7gA5hNKtE92Ik20 { color:#5b5b5b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.13671875rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G8qfSOAFTvKsuIDhCO650EeGiP2pofqy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aXMJX2Ipki5TJdTx5Z2pXbwpXTn06OuN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UytFZ5FipFEybtNUxplhE7BO0puRfWAC { color:#5b5b5b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:16.3125rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#umemnnTzh0cRgE1V2DC3NNnTCRzaEPo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.250001430511rem;left:43.437501907349rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hrLGHvRI1KUsNaMbJ2TSEVvaKTwkTmWX { color:#5b5b5b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.40625rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XlUXxy5078IcE2Rn5UJwdS7xJ8cMZG98 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.3125rem;left:20rem; }
#XB3Vdvn1CICW741RM2ZmbyyibLaKdXJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.28515625rem;left:20rem; }
#NXgCdb5wnqWe74x8zb0wrbvGrQhqXU6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.59375rem;left:20rem; }
#cWdAcHaJwSPBJrMGIJxpNoIPq1xkyMte { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.0625rem;left:40.96875rem; }
#bWN26CWiEepP8THT54hmeD3vhUTHZRni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.34765625rem;left:40.96875rem; }
#JfQ53bRs4arnBTkzMgt11VTJlzCA9VSo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.53125rem;left:40.96875rem; }
#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid #e6ebf1;background-color:rgba(var(--color-secondary-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; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { background-color: transparent; background-image: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container > .video-iframe-container { display: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row > .video-iframe-container { display: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .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); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { border-width: 0; border-radius: 0; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#Htd8setgmVvQH5KR5f1gghsKHWoRwKpW { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#5b5b5b;font-style:normal;display:block; }
#GTyERrL3KDDDxkBQpkJ093svW09pohJR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-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; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container { background-color: transparent; background-image: none; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container > .video-iframe-container { display: none; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row > .video-iframe-container { display: none; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .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); }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container { border-width: 0; border-radius: 0; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#nlJt7lcTS96glSIsN3UgASf9pfJxOcCH { border-top:0.0625rem solid #f6f3ff;border-left:0.0625rem solid #f6f3ff;border-right:0.0625rem solid #f6f3ff;border-bottom:0.0625rem solid #f6f3ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.6875rem;width:18.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#Mm8Qc4XMdx8tEQLqDzpBUXpEBK7HuzyA { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.3125rem;height:2.925rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#NIGgiPn4TQBRXZqHDk6LFbktAcPSGBao { display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.361328125rem;left:0.603515625rem;height:3.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#LPa7bPBZNfybdMFEl4sJHww51lG09sKe { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.6875rem;width:18.75rem;position:absolute;display:block;z-index:15005;top:0rem;left:20.5625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#ECXn5rhsh9Hr0E5KNdqW2kE3C4PEMGQu { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:21.875rem;height:2.925rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#v2i23rqXmHmFdaF6opyLFBizXmm5CS1Q { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3625011444092rem;left:23.437501907349rem;height:4.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#RvczOqzmqQOEiz570bhJXAcgvNCB3bs8 { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f6f3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.6875rem;width:18.75rem;position:absolute;display:block;z-index:15008;top:0rem;left:41.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#SJ7QXu8MC3ldKBc6oEaX1TFMKDVBrEMW { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42.4375rem;height:1.4625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#mrxLKGAiTWLaeOc4RvwM4U3RvQwrJxZk { display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.3625011444092rem;left:43.487501144409rem;height:4.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#m59HRgKpqceGaLQbsyEUvlxWruF95T34 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f3ff;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; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { background-color: transparent; background-image: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container > .video-iframe-container { display: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row > .video-iframe-container { display: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .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); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { border-width: 0; border-radius: 0; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#fErsTUScFSHpxWdWR3vLOdqxdBioLfG8 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.244140625rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#5b5b5b;font-style:normal;display:block; }
#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f3ff;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; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container { background-color: transparent; background-image: none; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container > .video-iframe-container { display: none; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row > .video-iframe-container { display: none; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .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); }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container { border-width: 0; border-radius: 0; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { border-bottom:0.0625rem solid #e6ebf1;border-left:0.0625rem solid #e6ebf1;border-right:0.0625rem solid #e6ebf1;border-top:0.0625rem solid #e6ebf1;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.625rem;width:29.25rem;position:absolute;display:block;z-index:15000;top:1.25rem;left:0.5625rem;display:block; }
#n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.80078125rem;left:2.21875rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#vpBcCKTUiw3869s3vc5QtdP9Tc27y6NC { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:23.375rem;width:16.8125rem;top:1.375rem;left:36.53125rem;overflow:hidden;display:block; }
#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f3ff;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; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container { background-color: transparent; background-image: none; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container > .video-iframe-container { display: none; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row > .video-iframe-container { display: none; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .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); }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container { border-width: 0; border-radius: 0; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#f2Tp4uTDVeVsPkTibKwzvZ8N2kSTHvQ4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.3125rem;width:3rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8125rem;left:28.5rem;overflow:hidden;display:block; }
#LtaFShTFc8aXzu5dFhPlcHXWHeGV4QiD { z-index:15003;top:0rem;left:22.96875rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xO5xlo0Wmk4SOTm4L11WAK5TTaAgTIPU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container { background-color: transparent; background-image: none; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container > .video-iframe-container { display: none; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row > .video-iframe-container { display: none; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .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); }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container { border-width: 0; border-radius: 0; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#gpnzlLFV7FnuTfrfskrlCRikMRLIyNKM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-2),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.187501907349rem;display:block; }
#VboKaoyBgcWhAkxT7Vzr9aSCqtl2bf0v { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:1.225rem;font-style:normal;display:block; }
#FdG02SuHwk74NKgVFqKNp0uIQ04NQ84K { color:rgba(var(--color-secondary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.0872497558594rem;left:43.562501907349rem;height:3.675rem;font-style:normal;display:block; }
#nvUP1t4Lm1QoAt7kyxzSxQ7KoTKddtSJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:31.625rem;top:10.875rem;left:28.375rem;display:block; }
#SZFcxlIg4r1E1ZqIgqJ2yb40qxV0NvbW { color:rgba(var(--color-secondary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.3125rem;left:28.5rem;height:1.225rem;font-style:normal;display:block; }
#XsDqVu9FHkON6OEpC6f9RiZ3oETJulMz { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.05rem;font-style:normal;display:block; }
#wVXTClkFTy0d4gJNlayTD1oWyi0vX2Uw { color:rgba(var(--color-secondary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.2490234375rem;left:28.5rem;height:1.05rem;font-style:normal;display:block; }
#GffJ0IfnOxSHu9JypdGbkHhh9K9tzIL1 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.53125rem;left:49.156251907349rem; }
#wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#VJJKG4ttuRoy4BAqRTXgtchHtgskTTqR { position:absolute;display:block;z-index:15026;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:3.3125rem;width:6.6875rem;top:1.9248046875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw { display:block; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz04uLDykvsCzn3F7QMOEk3PcGMrSGrq { width:34.125rem;height:10.375rem;top:12.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCbSrm01ftkyZXqS6BJNhSKvupRrIfAG { width:41.25rem;height:12.375rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLom2Bnrrz1FE2Bb6ZvonR9oIlKCHQHk { width:19.0625rem;height:5.3125rem;top:12.1875rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-regular-label { display:block;width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0  { width:16.0625rem;height:auto;top:19.4375rem;left:29.1875rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 {display:block;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 { width:16.0625rem;height:auto;top:19.4375rem;left:29.1875rem; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #aGBX8fKIbFOnVynKtBk8ASRZdmrEHuEV {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #XAWlUmpZt8I2fDDhGfyqVQTwgK5HAOtG { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #I7qJ8sSRN5CKhM1WTFWUe41tLq0ezur7 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #bB297B5tsGFfhJVH6JRPLmy9F9Ah7gql {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #WGQyVlgQdWtrEgS3petHINOxipeRg5Aq { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #Rf9u97Zo9H0a5b2rxbl9P98I0E3hsel1 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VpHtTTGMnZ01PguUy2y7742AyZaJfL33 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #OZPaGe1BG312RLevvGqs6rILi70FZWFk {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #GPwGs0HPdxqwrGgsIbLf89fFEuEaH8Av {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #rX0GIdsKllGf70V203eK4pUa961NxQSh {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VNcT1a7gLr8XFSlwCZZH9DURNtePMeIN { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #yeZsuuwh7QMN8lS7q0bqKluhELLKgi0l {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #dVeNNqQ6PxNKRQiUXVHp0rPHw5AgWIAv {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #hryl1o2zRmp3NcUXiLQbHMsU2LXMqWqm {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #C9gwLWVTXqWyFtUX9qKG98yMFcoPIG9V {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #sMglRoKtyVgiW5efbSTFXBf8ZoUW6Jqy {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #icQPtr7oXITmbvqGe10idTGciIyGONW5 {  }
 }@media only screen and (max-width: 763px) { #ae83J2FxZJrcoEZiClqHHIytNrXlpSTW { width:6rem;height:2.9375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHADb8wnT3GcDQcvHvNwZutSXUpPGCum { top:12.9375rem;left:0rem;width:47.75rem;height:26.5609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK { display:block; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc1ATMG931Nw3bqrTqeU6O29uBzObaVE { width:47.75rem;height:1.9375rem;top:3.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPZETevQF4SPAMfOFdMeCEh8AB1eBwd { width:11.6875rem;height:2.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbi8JGZpLaToKOGbMNl9aUKQpVd04oW9 { top:7.4375rem;left:0rem;width:13.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOnSbHoDMQqovrANtf3R0SyMCtG043nS { top:7.4375rem;left:9.625rem;width:13.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2osu7ZeqJ7hm0UGkyyd0kCT304Jo4Nc { top:7.4375rem;left:24.6875rem;width:13.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkWwOEQC47XALvw5ZBNl3vFhacimeoTE { top:7.4375rem;left:33.875rem;width:13.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNpNfGmyabQ9ApWQWShoVNPMmGolQrQH { width:10.8125rem;height:1.875rem;top:9.1875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmB6XqJnfuVsl9TWgDCnDGiddZ88UF0g { width:10.375rem;height:3.75rem;top:8.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsUZ7pnBcxSkp6VI2PlckrOTItzm07iQ { width:11.125rem;height:2.5rem;top:8.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { display:block; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { width:47.75rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { display:block; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { width:14.6875rem;height:4.3125rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { width:5.25rem;height:5.25rem;top:0.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { width:14.6875rem;height:4.3125rem;top:7.375rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { width:5.25rem;height:5.25rem;top:0.8125rem;left:21.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { width:14.6875rem;height:1.4375rem;top:7.375rem;left:33.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { width:5.25rem;height:5.25rem;top:0rem;left:37.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPl4vA4BcFWTeHc90T5ZvCTCtikXQsg8 { width:2.3125rem;height:2.3125rem;top:2.9375rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwx5SAGWyQIm9Cx4nTaJ0nUMTtPKwuCS { width:2.625rem;height:2.625rem;top:2.9375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgVATlkFIJwJg5cZ4qe6RRos7AKEfwzx { width:2.625rem;height:2.625rem;top:3.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LutQ7kgKB74gg7nR9vJNhcuELARrx3C9 { width:15rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0pK70DMnwcR86FThavBCtKnprh8rt4p { width:15rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMCNnkllXqOdFFDzJNCwZQsUkrO9Wow { width:15rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { display:block; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { width:3rem;height:4.3125rem;top:7.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i09V5oa4yyVECDimbp77XGsyWwTfzwEz { top:1.8125rem;left:15.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiITCu8fFAkmthoITbv9Hmh1hsLo6pZ { display:block; }
 }@media only screen and (max-width: 763px) { #GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN { display:block; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waznAeH2xEUbSV7quHFe0oTPkt2r6tyH { width:11.1875rem;height:3.625rem;top:5.6875rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAs3qWFALWfX9Vh4in8nWlDAELlfcmQU { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhWzTtXlXBTAuGS8I2WdrTpPE6wrC5QG { width:16.1875rem;height:;top:9.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vip2hgq70nrqx9LtyfrtUTv2ZDb44rNp { width:11.5625rem;height:9.8125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iti0auhVPFpolqZPavXJwlfTvNBRvqQ8 { width:16.6875rem;height:3.9375rem;top:8.125rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZiyJqTqpnBI8HLR4i5t4K7Ja9RCdLBB { width:16.8125rem;height:;top:5.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rTIND4Oohcg2s738rPDCmJEQQgX4un { width:16.125rem;height:1.6875rem;top:14.0625rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXnxPco13X0rTKiGkeLoo6nTg5WTDw1 { width:16.5625rem;height:3.9375rem;top:16.375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcovOdHswoKM2MN2B3f7DL02pI16I29 { width:12.3125rem;height:1.6875rem;top:22.25rem;left:16.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEzIqpiTILpvPNtwF0asGhWuz9qy0U4 { width:16.5625rem;height:3.9375rem;top:24.375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVyE9FBKdHHSJPDCF7gA5hNKtE92Ik20 { width:16.5625rem;height:3.9375rem;top:8.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qfSOAFTvKsuIDhCO650EeGiP2pofqy { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXMJX2Ipki5TJdTx5Z2pXbwpXTn06OuN { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UytFZ5FipFEybtNUxplhE7BO0puRfWAC { width:16.5625rem;height:3.9375rem;top:16.3125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umemnnTzh0cRgE1V2DC3NNnTCRzaEPo7 { width:18.0625rem;height:;top:22.25rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLGHvRI1KUsNaMbJ2TSEVvaKTwkTmWX { width:16.5625rem;height:3.9375rem;top:24.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUXxy5078IcE2Rn5UJwdS7xJ8cMZG98 { top:6.3125rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3Vdvn1CICW741RM2ZmbyyibLaKdXJz { top:14.25rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXgCdb5wnqWe74x8zb0wrbvGrQhqXU6b { top:22.5625rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWdAcHaJwSPBJrMGIJxpNoIPq1xkyMte { top:6.0625rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWN26CWiEepP8THT54hmeD3vhUTHZRni { top:14.3125rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfQ53bRs4arnBTkzMgt11VTJlzCA9VSo { top:22.5rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 { display:block; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htd8setgmVvQH5KR5f1gghsKHWoRwKpW { width:47.75rem;height:1.9375rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTyERrL3KDDDxkBQpkJ093svW09pohJR { display:block; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlJt7lcTS96glSIsN3UgASf9pfJxOcCH { width:15rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm8Qc4XMdx8tEQLqDzpBUXpEBK7HuzyA { width:15.0625rem;height:1.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIGgiPn4TQBRXZqHDk6LFbktAcPSGBao { width:12.5rem;height:4.875rem;top:1.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPa7bPBZNfybdMFEl4sJHww51lG09sKe { width:15rem;height:9.6875rem;top:0rem;left:16.354166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECXn5rhsh9Hr0E5KNdqW2kE3C4PEMGQu { width:12.8125rem;height:1.4375rem;top:6.25rem;left:17.479166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2i23rqXmHmFdaF6opyLFBizXmm5CS1Q { width:12.5rem;height:4.875rem;top:1.375rem;left:17.604166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvczOqzmqQOEiz570bhJXAcgvNCB3bs8 { width:15rem;height:9.6875rem;top:0rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ7QXu8MC3ldKBc6oEaX1TFMKDVBrEMW { width:13.125rem;height:1.4375rem;top:6.375rem;left:33.770833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrxLKGAiTWLaeOc4RvwM4U3RvQwrJxZk { width:12.5rem;height:4.875rem;top:1.3125rem;left:34.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59HRgKpqceGaLQbsyEUvlxWruF95T34 { display:block; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fErsTUScFSHpxWdWR3vLOdqxdBioLfG8 { width:47.75rem;height:1.9375rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 { display:block; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { width:21.875rem;height:15rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { width:18.0625rem;height:6.25rem;top:2.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBcCKTUiw3869s3vc5QtdP9Tc27y6NC { top:1.375rem;left:27.34375rem;width:16.8125rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW { display:block; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Tp4uTDVeVsPkTibKwzvZ8N2kSTHvQ4 { width:3rem;height:4.3125rem;top:5.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtaFShTFc8aXzu5dFhPlcHXWHeGV4QiD { top:0rem;left:15.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5xlo0Wmk4SOTm4L11WAK5TTaAgTIPU { display:block; }
 }@media only screen and (max-width: 763px) { #tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt { display:block; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpnzlLFV7FnuTfrfskrlCRikMRLIyNKM { top:14.5625rem;left:42.062501907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VboKaoyBgcWhAkxT7Vzr9aSCqtl2bf0v { top:6.3125rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdG02SuHwk74NKgVFqKNp0uIQ04NQ84K { top:5.0625rem;left:27.625rem;width:20.125rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvUP1t4Lm1QoAt7kyxzSxQ7KoTKddtSJ { top:10.875rem;left:12.125rem;width:31.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFcxlIg4r1E1ZqIgqJ2yb40qxV0NvbW { top:6.3125rem;left:22.375rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsDqVu9FHkON6OEpC6f9RiZ3oETJulMz { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVXTClkFTy0d4gJNlayTD1oWyi0vX2Uw { top:4.1875rem;left:22.375rem;width:6.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GffJ0IfnOxSHu9JypdGbkHhh9K9tzIL1 { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 { top:15.5rem;left:43.031251907349rem;width:1.125rem;height:1.125rem;display:block; }
#wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #VJJKG4ttuRoy4BAqRTXgtchHtgskTTqR { top:1.875rem;left:0rem;width:6.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw { display:block; }#PTIR12PGJMOBs5E7dKRkk28CbTOh1hqw > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz04uLDykvsCzn3F7QMOEk3PcGMrSGrq { width:20rem;height:6.3rem;top:7.9226565361025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCbSrm01ftkyZXqS6BJNhSKvupRrIfAG { width:16.9375rem;height:7.5rem;top:17.938281059265rem;left:1.5304688811302rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLom2Bnrrz1FE2Bb6ZvonR9oIlKCHQHk { width:18.5rem;height:3.9rem;top:4.0226564407349rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-input-button { width:12rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0  { width:15rem;height:auto;top:26.000000953674rem;left:1.2500000596046rem; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 {display:block;}#MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 { width:15rem;height:auto;top:26.000000953674rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #aGBX8fKIbFOnVynKtBk8ASRZdmrEHuEV {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #XAWlUmpZt8I2fDDhGfyqVQTwgK5HAOtG { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #I7qJ8sSRN5CKhM1WTFWUe41tLq0ezur7 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #bB297B5tsGFfhJVH6JRPLmy9F9Ah7gql {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #WGQyVlgQdWtrEgS3petHINOxipeRg5Aq { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #Rf9u97Zo9H0a5b2rxbl9P98I0E3hsel1 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VpHtTTGMnZ01PguUy2y7742AyZaJfL33 {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #OZPaGe1BG312RLevvGqs6rILi70FZWFk {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #GPwGs0HPdxqwrGgsIbLf89fFEuEaH8Av {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #rX0GIdsKllGf70V203eK4pUa961NxQSh {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #VNcT1a7gLr8XFSlwCZZH9DURNtePMeIN { display:block; }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #yeZsuuwh7QMN8lS7q0bqKluhELLKgi0l {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #dVeNNqQ6PxNKRQiUXVHp0rPHw5AgWIAv {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #hryl1o2zRmp3NcUXiLQbHMsU2LXMqWqm {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #C9gwLWVTXqWyFtUX9qKG98yMFcoPIG9V {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #sMglRoKtyVgiW5efbSTFXBf8ZoUW6Jqy {  }
 }@media only screen and (max-width: 763px) { #MfkqZF3EP8UqH2HggLyqq1loih0SFyy0 #icQPtr7oXITmbvqGe10idTGciIyGONW5 {  }
 }@media only screen and (max-width: 763px) { #ae83J2FxZJrcoEZiClqHHIytNrXlpSTW { width:5rem;height:2.3125rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHADb8wnT3GcDQcvHvNwZutSXUpPGCum { width:19.75rem;height:11rem;top:4.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK { display:block; }#KJ1RqcZdqEchAbQ1dTDIZ2CG6rbrm6yK > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc1ATMG931Nw3bqrTqeU6O29uBzObaVE { width:18.75rem;height:4.63125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPZETevQF4SPAMfOFdMeCEh8AB1eBwd { width:11.375rem;height:2rem;top:8.6625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbi8JGZpLaToKOGbMNl9aUKQpVd04oW9 { width:13.875rem;height:5.125rem;top:7.13125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOnSbHoDMQqovrANtf3R0SyMCtG043nS { width:13.875rem;height:5.125rem;top:13.50625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2osu7ZeqJ7hm0UGkyyd0kCT304Jo4Nc { width:13.875rem;height:5.125rem;top:19.88125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkWwOEQC47XALvw5ZBNl3vFhacimeoTE { width:13.875rem;height:5.125rem;top:26.25625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNpNfGmyabQ9ApWQWShoVNPMmGolQrQH { width:10.5625rem;height:1.9375rem;top:15.225rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmB6XqJnfuVsl9TWgDCnDGiddZ88UF0g { width:10.1875rem;height:3.75rem;top:20.6rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsUZ7pnBcxSkp6VI2PlckrOTItzm07iQ { width:11.25rem;height:2.5rem;top:27.63125rem;left:4.3437538146972rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { background-color:#f4f9ff;background-image:none;display:block; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { background-color: transparent; background-image: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .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); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { width:18.5625rem;height:3.25rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { display:block; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { width:17.25rem;height:12rem;top:6.5984382629394rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { width:5.25rem;height:5.25rem;top:1.2984371185302rem;left:6.6999999880794rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { width:17.3125rem;height:12rem;top:25.84921836853rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { width:5.25rem;height:5.25rem;top:20.499998092651rem;left:7.3249999880794rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { width:17.8125rem;height:15rem;top:44.348439216614rem;left:1.0937500596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { width:5.25rem;height:5.25rem;top:39.048439025879rem;left:7.3249999880794rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPl4vA4BcFWTeHc90T5ZvCTCtikXQsg8 { width:2.625rem;height:2.625rem;top:2.6101570129394rem;left:8.0625001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwx5SAGWyQIm9Cx4nTaJ0nUMTtPKwuCS { width:2.875rem;height:2.875rem;top:21.73671913147rem;left:8.5625001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgVATlkFIJwJg5cZ4qe6RRos7AKEfwzx { width:2.625rem;height:2.625rem;top:40.410939216614rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #LutQ7kgKB74gg7nR9vJNhcuELARrx3C9 { width:19.125rem;height:18.1875rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0pK70DMnwcR86FThavBCtKnprh8rt4p { width:19.125rem;height:18.1875rem;top:20.5rem;left:0.38671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMCNnkllXqOdFFDzJNCwZQsUkrO9Wow { width:19.125rem;height:18.1875rem;top:39.560931444168rem;left:0.38671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { display:block; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { width:3rem;height:4.3125rem;top:5.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i09V5oa4yyVECDimbp77XGsyWwTfzwEz { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiITCu8fFAkmthoITbv9Hmh1hsLo6pZ { display:block; }
 }@media only screen and (max-width: 763px) { #GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN { display:block; }#GaFCzDE2PTqgzcaqaoEstIpgKD6DzAgN > .row .container { width:20rem;height:102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waznAeH2xEUbSV7quHFe0oTPkt2r6tyH { width:12.25rem;height:3.675rem;top:2.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAs3qWFALWfX9Vh4in8nWlDAELlfcmQU { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhWzTtXlXBTAuGS8I2WdrTpPE6wrC5QG { width:14rem;height:4.875rem;top:11.3625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vip2hgq70nrqx9LtyfrtUTv2ZDb44rNp { width:9.6875rem;height:8.1875rem;top:21.55rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iti0auhVPFpolqZPavXJwlfTvNBRvqQ8 { width:16.5625rem;height:4.5rem;top:35.612501144409rem;left:1.7187499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZiyJqTqpnBI8HLR4i5t4K7Ja9RCdLBB { width:15.625rem;height:1.5rem;top:34.16250038147rem;left:2.1874999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rTIND4Oohcg2s738rPDCmJEQQgX4un { width:15.625rem;height:1.5rem;top:44.287511825561rem;left:2.1874999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXnxPco13X0rTKiGkeLoo6nTg5WTDw1 { width:16.5625rem;height:6rem;top:45.7375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcovOdHswoKM2MN2B3f7DL02pI16I29 { width:15.625rem;height:1.5rem;top:55.587502479553rem;left:2.1874999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEzIqpiTILpvPNtwF0asGhWuz9qy0U4 { width:16.5625rem;height:6rem;top:57.037509441376rem;left:1.7187499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVyE9FBKdHHSJPDCF7gA5hNKtE92Ik20 { width:16.5625rem;height:4.5rem;top:69.675rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qfSOAFTvKsuIDhCO650EeGiP2pofqy { width:15.625rem;height:1.5rem;top:66.925rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXMJX2Ipki5TJdTx5Z2pXbwpXTn06OuN { width:15.625rem;height:1.5rem;top:79.425rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UytFZ5FipFEybtNUxplhE7BO0puRfWAC { width:16.5625rem;height:4.5rem;top:82.175rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umemnnTzh0cRgE1V2DC3NNnTCRzaEPo7 { width:15.625rem;height:1.5rem;top:92.05rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLGHvRI1KUsNaMbJ2TSEVvaKTwkTmWX { width:16.5625rem;height:6rem;top:94.8rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUXxy5078IcE2Rn5UJwdS7xJ8cMZG98 { display:flex;width:2.625rem;height:2.625rem;top:30.987491607666rem;left:8.6875001788137rem; }
 }@media only screen and (max-width: 763px) { #XB3Vdvn1CICW741RM2ZmbyyibLaKdXJz { display:flex;width:2.8125rem;height:2.8125rem;top:40.89999961853rem;left:8.5937501788137rem; }
 }@media only screen and (max-width: 763px) { #NXgCdb5wnqWe74x8zb0wrbvGrQhqXU6b { display:flex;width:2.3125rem;height:2.25rem;top:52.612502574921rem;left:8.8437501788137rem; }
 }@media only screen and (max-width: 763px) { #cWdAcHaJwSPBJrMGIJxpNoIPq1xkyMte { display:flex;width:2.5rem;height:2.6875rem;top:64.287500381469rem;left:8.7500001788137rem; }
 }@media only screen and (max-width: 763px) { #bWN26CWiEepP8THT54hmeD3vhUTHZRni { display:flex;width:2.875rem;height:2.75rem;top:75.425rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #JfQ53bRs4arnBTkzMgt11VTJlzCA9VSo { display:flex;width:2.4375rem;height:2.875rem;top:87.925rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 { background-color:#ffffff;background-image:none;display:block; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { background-color: transparent; background-image: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container > .video-iframe-container { display: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row > .video-iframe-container { display: none; }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .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); }#TtBiaIgKs8Hw32C0Fzy2FV1vzIouWUJ2 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htd8setgmVvQH5KR5f1gghsKHWoRwKpW { width:17.625rem;height:4.875rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTyERrL3KDDDxkBQpkJ093svW09pohJR { display:block; }#GTyERrL3KDDDxkBQpkJ093svW09pohJR > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlJt7lcTS96glSIsN3UgASf9pfJxOcCH { width:18.75rem;height:9.6875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm8Qc4XMdx8tEQLqDzpBUXpEBK7HuzyA { width:16.25rem;height:2.925rem;top:7.4375076293944rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIGgiPn4TQBRXZqHDk6LFbktAcPSGBao { width:12.5rem;height:2rem;top:2.7359485626221rem;left:2.9875001311302rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPa7bPBZNfybdMFEl4sJHww51lG09sKe { width:18.75rem;height:9.6875rem;top:12.2875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECXn5rhsh9Hr0E5KNdqW2kE3C4PEMGQu { width:16.25rem;height:2.925rem;top:18.475007629394rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2i23rqXmHmFdaF6opyLFBizXmm5CS1Q { width:12.5rem;height:2.6rem;top:13.650003051757rem;left:3.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvczOqzmqQOEiz570bhJXAcgvNCB3bs8 { width:18.75rem;height:9.6875rem;top:23.325rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ7QXu8MC3ldKBc6oEaX1TFMKDVBrEMW { width:16.25rem;height:1.4625rem;top:29.512507629394rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrxLKGAiTWLaeOc4RvwM4U3RvQwrJxZk { width:12.5rem;height:2.6rem;top:24.687503051757rem;left:2.9875030517578rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59HRgKpqceGaLQbsyEUvlxWruF95T34 { display:block; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fErsTUScFSHpxWdWR3vLOdqxdBioLfG8 { width:15.75rem;height:4.875rem;top:1.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 { display:block; }#Zlm7E11PGTRamShpzvwdO70VsCOxwzn3 > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { width:19.875rem;height:19.9375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { width:17.5rem;height:16rem;top:3.80078125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBcCKTUiw3869s3vc5QtdP9Tc27y6NC { width:17.5625rem;height:24.4375rem;top:22.5375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW { display:block; }#NEQ8ScS5pX89MmI6sWO3Vcolr8EreLaW > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Tp4uTDVeVsPkTibKwzvZ8N2kSTHvQ4 { width:3rem;height:4.3125rem;top:5.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtaFShTFc8aXzu5dFhPlcHXWHeGV4QiD { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5xlo0Wmk4SOTm4L11WAK5TTaAgTIPU { display:block; }
 }@media only screen and (max-width: 763px) { #tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt { display:block; }#tyVDBzR81SJiGiJgMHb39E9T4TfPTpvt > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpnzlLFV7FnuTfrfskrlCRikMRLIyNKM { width:3.0625rem;height:3.0625rem;top:25.8rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VboKaoyBgcWhAkxT7Vzr9aSCqtl2bf0v { width:14.625rem;height:2.45rem;top:8.2875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdG02SuHwk74NKgVFqKNp0uIQ04NQ84K { width:12.125rem;height:4.9rem;top:15.6748046875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvUP1t4Lm1QoAt7kyxzSxQ7KoTKddtSJ { width:18.75rem;height:0.0625rem;top:11.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFcxlIg4r1E1ZqIgqJ2yb40qxV0NvbW { width:11.375rem;height:1.3125rem;top:13.1748046875rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsDqVu9FHkON6OEpC6f9RiZ3oETJulMz { width:8.3125rem;height:1.225rem;top:23.325rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVXTClkFTy0d4gJNlayTD1oWyi0vX2Uw { width:20rem;height:1.225rem;top:5.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GffJ0IfnOxSHu9JypdGbkHhh9K9tzIL1 { width:18.75rem;height:0.0625rem;top:22.0125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 { display:flex;width:1.125rem;height:1.125rem;top:26.76875rem;left:9.40625rem; }
#wQSaf2OtT8lsFoyBcQAzZ7gMa8NkCaa1 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #VJJKG4ttuRoy4BAqRTXgtchHtgskTTqR { width:6.6875rem;height:3.3125rem;top:1.25rem;left:6.625rem;display:block; }
 }