.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { background-color: transparent; background-image: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container { display: none; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .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); }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { border-width: 0; border-radius: 0; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row > .video-iframe-container {  }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#p62e7TsHHQT6brJpPGITT7MJZknFSuow { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:11.875rem;top:0rem;left:48.125rem;overflow:hidden;display:block; }
#dy0gsPPosH7zqpRyANCuzdilJrmiLf2l { position:absolute;display:block;z-index:100017;background-color:#582d78;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;height:2.125rem;width:0.125rem;top:2rem;left:8.125rem;display:block; }
#vLD1ALHt6DLEeCyA7HVZ69QPPl51BGJp { color:#582d78;display:block;width:9.1875rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:1.275390625rem;left:0.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#cTzh3Js2ua8UUpQEFzOdipEL3WFZFeoo { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:2.291015625rem;left:8.9375rem;height:1.54296875rem;display:block; }
#t16olBfBsRWgKNKipySTUTooktp0C4IX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7d32be;background-image:url("https://images.assets-landingi.com/c2jiHWR2/picture_men_women_hands_pointing_colorful_stickers_pieces_paper.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#t16olBfBsRWgKNKipySTUTooktp0C4IX.adaptive-delivery-prevent-bg, #t16olBfBsRWgKNKipySTUTooktp0C4IX.lazyload, #t16olBfBsRWgKNKipySTUTooktp0C4IX.lazyloading { background-image: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container { background-color: transparent; background-image: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container > .video-iframe-container { display: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row > .video-iframe-container { display: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .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); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container { border-width: 0; border-radius: 0; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row > .video-iframe-container {  }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#OiLaXvxEBTrPPCHuypr9u91VW4mr2oCe { position:absolute;display:block;z-index:100020;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:18.9375rem;width:33.75rem;top:11.8125rem;left:0rem;display:block; }
#LSXStUCbD6AAiV1wbkCNKfm4SbTzolw4 { color:#411761;display:block;width:26.4375rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.65625rem;height:9.75rem;font-style:normal;display:block; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-form-header {  }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:15rem;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; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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:#582d78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:2.5rem;font-family:"open sans";overflow:hidden; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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:13.8125rem;overflow:hidden;font-style:normal; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-container:first-of-type{padding-top:0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-container:last-of-type{padding-bottom:0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;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:42.5rem;top:11.9375rem;z-index:100022;position:absolute; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .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; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr {display:block;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;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:42.5rem;top:11.9375rem;z-index:100022;position:absolute; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #m33QOgqzm4KIxayKL3mZAsTFTQ9bRii4 { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #NIDuIeBz0AetkBfvyKRxHJ3G6XF4MSGt { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #lUG3udyD6aggo5mp7KOd4DRR0tF0G8IH { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #CbZmQVFcPiqnrdo585xBtw8paCIVqE4f { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #vHDyyUTnC5R0nlx0rnMxP51Weq8DyoPB { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Sh4TB723iP7OqNpB5rG9oSgUpt2yZJt5 { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #OxuWqtnTBFMy8l1g6HEvoqdmlaxlWcbl { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ItQVNpeOZk3IrWwiJXb9lIy36ZJGhBPF { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #FkzQueCt42TilFD4oyBJ1yzGDC541aol { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #kK9kXkfFMgvtTfBRguQkd140P74Ssw7d { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #M8Ng2HhECeIr1UWtIetJzzcETRGGFypB { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #xKzOLqEeOS9CTIRngDghAhXs5RuVyoIX { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #sduE96pD1x9FHTsqNf9G1VFRZldZbzBZ { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #nZMxBF19JZ4bHUXMzHRvF4eflBeoZc5T { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Teo4Rm0IkP71uEnaLcS2bvSklDBDaLBC { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ZIhKWkdPHQRybkm9d7VZeuB9KlXEbxQg { position:relative; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #TGZ9U5Lhb9X6vB5LL5dqaIXrKPJEHRVM { position:relative; }
#rMvzXblFIr2M7PUlw2Dl3n7429X9veS4 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:25.6875rem;left:3.65625rem;height:3.0859375rem;display:block; }
#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container { background-color: transparent; background-image: none; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container > .video-iframe-container { display: none; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row > .video-iframe-container { display: none; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .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); }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container { border-width: 0; border-radius: 0; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row > .video-iframe-container {  }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#BLk0r1mWr7XqmOlHA0FXxHWgSCgHOMOu { display:block;width:41.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:0.5rem;left:12.375rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#pLItx2xBHNMh3uSIAgHFOSctMthAJWbw { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.375rem;top:1.65625rem;left:6.75rem;overflow:hidden;display:block; }
#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ { position:relative;display:block; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ { background-color: transparent; background-image: none; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container > .video-iframe-container { display: none; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row > .video-iframe-container { display: none; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .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); }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ { border-width: 0; border-radius: 0; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container > .video-iframe-container {  }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:2;letter-spacing:0;top:2.46875rem;left:0rem;height:34.0625rem;display:block; }#P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 li:before{  }
#DwTUkLhfZW5n9cRwOc6TDhgkmPoeuUUd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.875rem;width:28.5rem;top:8.03125rem;left:30.75rem;overflow:hidden;display:block; }
#iGx1JteLiTSAxp35kohVUUzImyOgeH8c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container { background-color: transparent; background-image: none; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container > .video-iframe-container { display: none; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row > .video-iframe-container { display: none; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .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); }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container { border-width: 0; border-radius: 0; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row > .video-iframe-container {  }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#gCnUhpPZdc3Z5Pc5SOsy9y1QnTkqL0lW { display:block;width:24.0625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.375rem;height:2.2744125rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#c5b0GCv5JUgTNPB4Ce5Ox8N6bgkPKoVS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.4375rem;top:0.78125rem;left:15.8125rem;overflow:hidden;display:block; }
#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k { position:relative;display:block; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k { background-color: transparent; background-image: none; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container > .video-iframe-container { display: none; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row > .video-iframe-container { display: none; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .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); }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k { border-width: 0; border-radius: 0; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container > .video-iframe-container {  }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#kD0AKJiGTeIOv53ms46kFkQ2wiAfTZEK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.8125rem;width:28.375rem;top:2.40625rem;left:0.75rem;overflow:hidden;display:block; }
#TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx { color:#000000;display:block;width:29.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:2;letter-spacing:0;top:1.625rem;left:30rem;height:18.25rem;display:block; }#TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx li:before{  }
#aaAKniaRMusmeEA8W4poL04qFGw8fLyX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container { background-color: transparent; background-image: none; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container > .video-iframe-container { display: none; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row > .video-iframe-container { display: none; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .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); }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container { border-width: 0; border-radius: 0; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row > .video-iframe-container {  }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#PmT5iN5HUxb0n2JDoVVGrX2sGIHelua0 { display:block;width:21.3125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.0625rem;left:21.125rem;height:2.2744125rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#PUgacZN70MgM6flfQq9LBScuKwl2eZDM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.9375rem;left:17.5625rem;overflow:hidden;display:block; }
#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg { position:relative;display:block; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg { background-color: transparent; background-image: none; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container > .video-iframe-container { display: none; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row > .video-iframe-container { display: none; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .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); }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg { border-width: 0; border-radius: 0; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container > .video-iframe-container {  }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:2;letter-spacing:0;top:4.25rem;left:0rem;height:14.3125rem;display:block; }#HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV li:before{  }
#RDd3EJWK65cft5dD8gBWZqw8bZIuXM4Z { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:28.375rem;top:2rem;left:30.8125rem;overflow:hidden;display:block; }
#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container { background-color: transparent; background-image: none; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container > .video-iframe-container { display: none; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row > .video-iframe-container { display: none; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .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); }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container { border-width: 0; border-radius: 0; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row > .video-iframe-container {  }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#GOGadan9nDNPmuT2uZ3zmdtuBHhxHrsd { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:2.375rem;top:0.75rem;left:15rem;overflow:hidden;display:block; }
#lZVuGLTzJaEVTNAhG7uhJsTyurWw80FK { display:block;width:25.5625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.0625rem;left:19.4375rem;height:2.2744125rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 { position:relative;display:block; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 { background-color: transparent; background-image: none; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container > .video-iframe-container { display: none; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row > .video-iframe-container { display: none; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .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); }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 { border-width: 0; border-radius: 0; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container > .video-iframe-container {  }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:3.78125rem;left:30rem;height:11.875rem;display:block; }#NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg li:before{  }
#hC7KN0gH1hWS67aiuTt9TmtOgBwhtnHO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.8125rem;width:28.375rem;top:2.21875rem;left:0.8125rem;overflow:hidden;display:block; }
#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:none; }#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B > .row .container { border-width: 0; border-radius: 0; }#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B > .row > .video-iframe-container {  }#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:none; }#eldtLgvAFrGvgbfOvpGwEQz0l14Cs5iB { display:block;width:26.875rem;position:absolute;font-family:nunito;font-size:2.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:0rem;height:2.76171875rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#S35A86koPnaop7DM1VXprKSFamJqAh6L { display:block;width:26.875rem;position:absolute;font-family:nunito;font-size:2.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.23828125rem;left:30rem;height:5.5234375rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#Ua9m58pwwPzOrqZBXQAL3yM9wFVntshT { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:0.9375rem;left:2.375rem;display:none; }
#MtHhHnmhoQra24FTNCKTI0rgET3mDGGg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe { position:relative;display:none; }#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe { border-width: 0; border-radius: 0; }#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe > .row .container > .video-iframe-container {  }#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:none; }#wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:1.90625rem;left:30rem;height:;display:none; }#wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 li:before{  }
#UAAORxoGutJiLS9mWdlDw5IliEDfAi27 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:11.6875rem;display:block; }#UAAORxoGutJiLS9mWdlDw5IliEDfAi27 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UAAORxoGutJiLS9mWdlDw5IliEDfAi27 li:before{  }
#GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:2.40625rem;left:30rem;height:11.375rem;display:block; }#GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 li:before{  }
#BpexzaHTUhZNhEntStgFhBH5ShULM36W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.75rem;width:57rem;display:none; }
#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:none; }#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 > .row .container { border-width: 0; border-radius: 0; }#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 > .row > .video-iframe-container {  }#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:none; }#eVuKpDo6Eni5U1OqvGhhkR3v6n14UTrU { display:block;width:26.875rem;position:absolute;font-family:nunito;font-size:2.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:0rem;height:2.76171875rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#xBpDeHcBauyBCMHPxhUQI3oONHmFlDXA { display:block;width:26.875rem;position:absolute;font-family:nunito;font-size:2.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.23828125rem;left:30rem;height:5.5234375rem;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#GolfllzKxvxgA8HISgu552Tz0fby0Mpd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2rem;left:3.75rem;display:none; }
#XsphVkJZldZ0MlZe99UqERQgLSC9SZvI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:26rem;display:none; }
#VAsluAM7owp4yHngUoceqMEMQpU2ufhW { position:relative;display:none; }#VAsluAM7owp4yHngUoceqMEMQpU2ufhW { border-width: 0; border-radius: 0; }#VAsluAM7owp4yHngUoceqMEMQpU2ufhW > .row .container > .video-iframe-container {  }#VAsluAM7owp4yHngUoceqMEMQpU2ufhW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:none; }#pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:1.90625rem;left:30rem;height:;display:none; }#pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 li:before{  }
#xkcx2CN8uQS419lwduqLUETAqmPevEmO { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:11.6875rem;display:block; }#xkcx2CN8uQS419lwduqLUETAqmPevEmO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkcx2CN8uQS419lwduqLUETAqmPevEmO li:before{  }
#DBtV0hUqGKfyT50KEyi5A84T59WlqMpD { color:#000000;display:block;width:28.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:2.40625rem;left:30rem;height:11.375rem;display:block; }#DBtV0hUqGKfyT50KEyi5A84T59WlqMpD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DBtV0hUqGKfyT50KEyi5A84T59WlqMpD li:before{  }
#ZThMbecr04xnkU1XGHwGKGpcztG6hPsH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.75rem;width:57rem;display:none; }
#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container { background-color: transparent; background-image: none; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container > .video-iframe-container { display: none; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row > .video-iframe-container { display: none; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .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); }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container { border-width: 0; border-radius: 0; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row > .video-iframe-container {  }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { display:block;width:14.25rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:22.875rem;height:2.2744125rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#tV79PlxOtWxMTb88AUp85BNUris8zPCN { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.875rem;left:18.8125rem;overflow:hidden;display:block; }
#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h { position:relative;display:block; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h { background-color: transparent; background-image: none; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container > .video-iframe-container { display: none; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row > .video-iframe-container { display: none; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .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); }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h { border-width: 0; border-radius: 0; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container > .video-iframe-container {  }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu { color:#000000;display:block;width:29.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:2;letter-spacing:0;top:0.625rem;left:0rem;height:20.0625rem;display:block; }#Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu li:before{  }
#BF3p55GlOZ1ninz0ZbMlfwdkJWTquAT1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:28.375rem;top:2.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container { background-color: transparent; background-image: none; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container > .video-iframe-container { display: none; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row > .video-iframe-container { display: none; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .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); }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container { border-width: 0; border-radius: 0; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row > .video-iframe-container {  }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#NnNf9NQwXoSKuikR7dlc2nfoGb9mmtPA { display:block;width:17.5rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:23.5rem;height:2.2744125rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#LRacWcbas39HtoeFckU7gOCqHTmLe3Et { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.875rem;left:19rem;overflow:hidden;display:block; }
#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container { background-color: transparent; background-image: none; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container > .video-iframe-container { display: none; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row > .video-iframe-container { display: none; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .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); }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container { border-width: 0; border-radius: 0; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row > .video-iframe-container {  }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#r4q1rZx5bVLTcdxkSoeXAqmVFiTEI9Sa { display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.5625rem;height:;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;color:#582d78;text-align:center;text-align-last:center;display:block; }
#MpEUOVm78y7CZg26LHpCnlUUzRkg0lEU { position:absolute;display:block;z-index:100009;background-color:#582d78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:9.125rem;top:5.8125rem;left:3.5625rem;display:block; }
#Ef889L6srmUg9bi1Tt9Gu2uUk0ABti32 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.203125rem;left:4.65625rem;height:1.3808625rem;font-style:normal;display:block; }
#tC6pvRRR3uTKSTQgH8gvsJdu0nqPaagC { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:9.125rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#zhERQolsgDg6QJtBskTT5JkRtr5kGeo8 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:12.125rem;left:5.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#yCRBVBqPenwZzGKPWJB5pQWBZBuCoOg2 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#mzwkeSwkkz58lhvgVXTWXgaJKKGu72Nm { color:#582d78;display:block;width:1.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:16.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#uw2NcivHSJfkT7GdQFRMZMotc6qFtWTH { position:absolute;display:block;z-index:100010;background-color:#582d78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.9375rem;top:8.8125rem;left:3.5625rem;display:block; }
#Of4KMF04b3FscCv6XlRWOkyA7whoDBe5 { position:absolute;display:block;z-index:100011;background-color:#582d78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.8125rem;top:11.8125rem;left:3.5625rem;display:block; }
#xevqpz7KJqWlsqFglxGX9eO5qAM3GXRc { position:absolute;display:block;z-index:100012;background-color:#582d78;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.875rem;top:14.875rem;left:3.5625rem;display:block; }
#oGJAP8Vu3AI332pdigIZyv0rXIlcmFSl { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:5.8125rem;left:13.0625rem;display:block; }
#AWUdloCTwTL0TFgVZyuRmhHhwiR7hQdp { color:#582d78;display:block;width:2.4375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:6.1875rem;left:15.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkZg1XmNgLmTp7ndpVHqo50BGDuf7h2F { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:8.8125rem;left:13.0625rem;display:block; }
#spFy1k5I0WKUeMWWNfiu53f3zVEd83Ku { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:8.8125rem;left:22.75rem;display:block; }
#q7IVCxEqWy3KqKc6ZrDBzDAiqdB9UARz { color:#582d78;display:block;width:2.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#bJUENJ5TnLLHrpUnZ7ND859qE9Rmxd7F { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:8.8125rem;left:32.4375rem;display:block; }
#f74CHybPq8XzhDTlZsKKwiQGf1idcaLU { color:#582d78;display:block;width:5.6875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:9.125rem;left:33.5rem;height:1.29980625rem;font-style:normal;display:block; }
#i9Na8pR8J2drIyXT6U9CVTBWdA3bpo4f { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:11.8125rem;left:13.0625rem;display:block; }
#fBV1b8slL33FiZaUJistxgvnfAqH3mao { color:#582d78;display:block;width:4.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:12.125rem;left:14.75rem;height:1.29980625rem;font-style:normal;display:block; }
#ak9Zlss1THNsGFSBUB8oTZ2spoKfbhKE { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:11.8125rem;left:22.75rem;display:block; }
#OInLLSRCWZEfvgT0fTiUNGiEiaDsvzyl { color:#582d78;display:block;width:5.875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.125rem;left:23.75rem;height:1.29980625rem;font-style:normal;display:block; }
#NMbSlyAxVTDfSQDTVFBH4XQmMysieXb4 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:11.8125rem;left:32.4375rem;display:block; }
#HprlJdszQT0OkJt6RR9bClHOPykkwuyE { color:#582d78;display:block;width:2.0625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.125rem;left:35.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#esZTyx8O2BId89Fl0IC0U3vJc3FRMtfK { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:14.875rem;left:13.0625rem;display:block; }
#rZ3wLXEsQQmLnBMphIkyTSe6uakWKfwO { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.125rem solid #582d78;border-left:0.125rem solid #582d78;border-right:0.125rem solid #582d78;border-bottom:0.125rem solid #582d78;height:1.75rem;width:7.5625rem;top:14.875rem;left:22.75rem;display:block; }
#EF9R7portrtV4ECXDgAOKvTcOsebXhJi { color:#582d78;display:block;width:4.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:15.1875rem;left:14.75rem;height:1.29980625rem;font-style:normal;display:block; }
#Q5DiJ34DFVn2hKIopg05C0glGp4MIOks { color:#582d78;display:block;width:2.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:15.1875rem;left:25.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#XWtCV1St3tO67AlhW1CbOJIPaE802U8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container { background-color: transparent; background-image: none; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container > .video-iframe-container { display: none; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row > .video-iframe-container { display: none; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .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); }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container { border-width: 0; border-radius: 0; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row > .video-iframe-container {  }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Zazts0QHwRVCvEJRtAfMIFA7uNw1yFiU { display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:23.3125rem;height:2.2744125rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#znwXZsDyyEVtBrz42zSAXtcgQdCIa1hv { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.875rem;left:19.0625rem;overflow:hidden;display:block; }
#htV48PiQkdJgQq201hPKQXTMQGFyk6dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container { background-color: transparent; background-image: none; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container > .video-iframe-container { display: none; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row > .video-iframe-container { display: none; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .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); }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container { border-width: 0; border-radius: 0; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row > .video-iframe-container {  }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#VbADuLUdAHE2DQvuXUse3Q4X1872AcuU { color:#000000;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:2;letter-spacing:0;top:1.5625rem;left:0rem;height:9.4375rem;display:block; }#VbADuLUdAHE2DQvuXUse3Q4X1872AcuU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbADuLUdAHE2DQvuXUse3Q4X1872AcuU li:before{  }
#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#582d78;background-image:none;position:relative;display:block; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container { background-color: transparent; background-image: none; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container > .video-iframe-container { display: none; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row > .video-iframe-container { display: none; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .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); }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container { border-width: 0; border-radius: 0; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row > .video-iframe-container {  }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#OFHfMirbTHw8C0b7GCp2aywyD8DFRTB6 { display:block;width:7.875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:28.125rem;height:2.2744125rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#NTMwkJMGl2crlxbg6JINTErKSLorUMcU { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.875rem;left:24.0625rem;overflow:hidden;display:block; }
#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container { background-color: transparent; background-image: none; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container > .video-iframe-container { display: none; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row > .video-iframe-container { display: none; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .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); }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container { border-width: 0; border-radius: 0; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row > .video-iframe-container {  }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#IbqZs882wD8xiphFTol7illN3hLwHw6C { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.8;letter-spacing:0;top:0.96875rem;left:12.53125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdPh6l9A0NqqBv1xnxU65qQiBw2WwLgA { color:#000000;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:4.5625rem;left:0rem;height:38.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:none; }#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg > .row .container { border-width: 0; border-radius: 0; }#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg > .row > .video-iframe-container {  }#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:none; }#Vu4gySJzInSSW2wzT4yrZLK6OeMRD4Rt { color:#4d4d4d;display:block;width:50.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r42vTapSGbNGqi8dvyA2q9QNW5L7Az6C { color:#4d4d4d;display:block;width:44.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpRysZJ3QOBTiXMRJlUo5xEnGHbFLx7N { color:#4d4d4d;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:23.9375rem;left:0rem;height:7.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AcJPLzSmZmW1MzFoOGTHzomaqBK8y8tT { position:absolute;display:block;z-index:100005;background-color:#531f75;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;height:2.8125rem;width:11.25rem;top:7.75rem;left:0rem;display:block; }
#rpnqs4zbaJAepD7Ekz227aoWKMl7Wbil { position:absolute;display:block;z-index:100006;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:7.75rem;left:11.8125rem;display:block; }
#R1ouQOefcTSUqCPfKM2CsRdMc0qRTtci { position:absolute;display:block;z-index:100010;background-color:#531f75;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;height:2.8125rem;width:11.25rem;top:11.25rem;left:0rem;display:block; }
#lb4i2uF6XXyakuvbooKRv01GFXJuvzei { position:absolute;display:block;z-index:100011;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:11.25rem;left:11.8125rem;display:block; }
#y2Fy1s80HfT6wUMa5b7KXAZkNTMv9yCo { position:absolute;display:block;z-index:100020;background-color:#531f75;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;height:2.8125rem;width:11.25rem;top:18.125rem;left:0rem;display:block; }
#qxlTQoInqybFoSzWyXguem9m2MyidGBH { position:absolute;display:block;z-index:100021;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:18.125rem;left:11.8125rem;display:block; }
#w7xKBF89toJVKi8LGxmZ5endO1Da47Bx { position:absolute;display:block;z-index:100015;background-color:#531f75;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;height:2.8125rem;width:11.25rem;top:14.625rem;left:0rem;display:block; }
#Pit48HP7IIVTcvWTvDClVknZxJmC9O1n { position:absolute;display:block;z-index:100016;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:14.625rem;left:11.8125rem;display:block; }
#XSOIa0dMwVA7IV0CfQ5nIH1ZsCl7E9ef { position:absolute;display:block;z-index:100010;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:7.75rem;left:23.75rem;display:block; }
#RVh1WWIHtL4sWbMNzqu7LTgGBJhabXp1 { position:absolute;display:block;z-index:100015;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:11.25rem;left:23.75rem;display:block; }
#yioMfk0vp838ABZFznTePziwQVyaDqHq { position:absolute;display:block;z-index:100020;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:14.625rem;left:23.75rem;display:block; }
#C5vUJS74QDDHklPO3EdJQdGeDtXl86rQ { position:absolute;display:block;z-index:100014;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:7.75rem;left:35.6875rem;display:block; }
#gV00cW3ULE2W6pzryzm9aCAvTTdUqn2n { position:absolute;display:block;z-index:100019;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:11.25rem;left:35.6875rem;display:block; }
#rTyQt8imv60IuoXUbXHoqqs9SbhpEHfW { position:absolute;display:block;z-index:100018;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:7.75rem;left:47.625rem;display:block; }
#W46sPvIgGMwfQwyaBpGJMbTimnhg2qfX { position:absolute;display:block;z-index:100023;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1e1b1b;border-left:0.0625rem solid #1e1b1b;border-right:0.0625rem solid #1e1b1b;border-bottom:0.0625rem solid #1e1b1b;height:2.8125rem;width:11.25rem;top:11.25rem;left:47.625rem;display:block; }
#bXHIAAdBhVORDGbyNF5o09F58wm69uHU { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:8.42578125rem;left:14.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8f4RmpfX83MlpiF5QRBVdkJkgdA0GCs { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:8.34375rem;left:2.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRVE8TtJ9M8LAJ7i8mcFdE0iMy04wo3O { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:11.84375rem;left:2.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzudDrB8BIs6zeIol6Tdp6AhliGn7b28 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:15.21875rem;left:2.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMtN7ysv8P6T3ghiUcyasWRbRq96JXbR { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:18.71875rem;left:2.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qh4hOlTqxSevrBHZ0lBBSrtJbiowHlls { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:11.84375rem;left:14.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeGfHDXKRD62GTGSZxG0ezxZwTclLT1c { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:15.21875rem;left:14.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5Tt2I2wR9UiCZyNT6QNz9CqHrg86FRv { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:18.71875rem;left:14.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6PKZy7FzO45LiBZZDKT41FDXNamnks9 { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQyJTFudcqevGmtU5U63p9mrPvkMTyrT { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:11.875rem;left:26.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9oBktV7BL17ModmTmpvkQtSu53NvFB6 { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:8.4375rem;left:26.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftnVHz8k4ApUhxie56mOMZXPdJkae1rx { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:11.875rem;left:38.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCSI4gdVXo9kNfcJTPhkXr7l8q4vAmAT { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkqeU8oGdyLoD7rZfZBHyN2zrPWtlLx0 { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:11.875rem;left:50.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SeJeX3x8raWJADSsWswklc6GlTxCbgqy { color:#4d4d4d;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:8.4375rem;left:50.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx { position:relative;display:none; }#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx { border-width: 0; border-radius: 0; }#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx > .row .container > .video-iframe-container {  }#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#sZaE3a7z1uSH5MzriVgiTX0OOtaLaTHT { color:#582d78;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:23.1875rem;height:2.84375rem;font-style:normal;display:block; }
#QlZbeU7bAoKyVEgX894kgCWCq8SZJgLU { position:absolute;display:block;z-index:100007;background-color:#582d78;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;height:0.125rem;width:14.375rem;top:5.6875rem;left:22.8125rem;display:block; }
#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk { position:relative;display:none; }#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk { border-width: 0; border-radius: 0; }#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk > .row .container > .video-iframe-container {  }#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:none; }#ugstz0ybdylmLc9sqgKefZdLlDz5q0GS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:26.75rem;top:4.1875rem;left:2.3125rem;display:block; }
#JO1ORm0WXJoFR6PCNxWWSuvGEG5Q2dwA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:26.5rem;top:4.1875rem;left:31.1875rem;display:block; }
#rGQyIxHOI83OTDTZoOe0H7Rs4JWSppyX { color:#000000;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.10546875rem;left:11.25rem;height:1.7871125rem;display:block; }
#znJMzpErRABgGDr7VfWsVToTDJdaTKch { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.10546875rem;left:40.15625rem;height:1.7871125rem;display:block; }
#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#482775;background-image:none;position:relative;display:none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { border-width: 0; border-radius: 0; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container {  }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:none; }#Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.90625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#582d78;font-style:normal;display:none; }
#luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.875rem;left:31rem;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;color:#ffffff;font-style:normal;display:block; }
#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:5.5625rem;left:30.125rem;height:;color:#ffffff;font-style:normal;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
#x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:27.25rem;top:1.875rem;left:0rem;display:block; }
#JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:16.4375rem;top:6.71875rem;left:5.40625rem;overflow:hidden;display:block; }
#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { background-color: transparent; background-image: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container { display: none; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .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); }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { border-width: 0; border-radius: 0; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row > .video-iframe-container {  }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:6.0625rem;left:0rem;height:11.1972875rem;color:#4d4d4d;font-style:normal;display:block; }
#yTsFAOuaqO6WTcwXO7kSfx4AVQlC6UZx { box-sizing:content-box;color:#0169bb;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:12.5rem;left:28.5625rem;display:block; }
#fk1ggvnOTNnxuEh7QhAo61A54s7bhWPc { box-sizing:content-box;color:#0169bb;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.5rem;left:34.8125rem;display:block; }
#UoccHx3QXHdN20o0JBzTQ6BSMeFPR6zd { box-sizing:content-box;color:#fb0707;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:12.5rem;left:37.9375rem;display:block; }
#G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.5625rem;left:29.5625rem;height:1.4619125rem;color:#4d4d4d;display:block; }
#crinRdEUDqUAClnO8eX41KVbke0ZnX6T { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.4375rem;color:#fd7715;font-style:normal;display:block; }
#ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:4.65625rem;left:0rem;height:18.75rem;color:#686a6d;font-style:normal;display:none; }
#AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:6.0625rem;left:29.5625rem;height:3.19921875rem;color:#4d4d4d;font-style:normal;display:block; }
#fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:13.0625rem;left:32rem; }
#fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 > img { max-width: 100%;max-height:100%; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e6e6e;background-image:none;position:relative;display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { background-color: transparent; background-image: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container { display: none; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .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); }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { border-width: 0; border-radius: 0; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row > .video-iframe-container {  }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { display:block;width:57.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.9375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:9.9375rem;height:4.6875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0gsPPosH7zqpRyANCuzdilJrmiLf2l { width:0.125rem;height:2.125rem;top:2rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLD1ALHt6DLEeCyA7HVZ69QPPl51BGJp { width:9.1875rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTzh3Js2ua8UUpQEFzOdipEL3WFZFeoo { width:34.8125rem;height:1.5rem;top:2.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t16olBfBsRWgKNKipySTUTooktp0C4IX { display:block; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiLaXvxEBTrPPCHuypr9u91VW4mr2oCe { width:33.75rem;height:18.9375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSXStUCbD6AAiV1wbkCNKfm4SbTzolw4 { width:26.4375rem;height:9.75rem;top:14.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr  { width:15rem;height:auto;top:11.9375rem;left:30.25rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr {display:block;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr { width:15rem;height:auto;top:11.9375rem;left:30.25rem; }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #m33QOgqzm4KIxayKL3mZAsTFTQ9bRii4 {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #NIDuIeBz0AetkBfvyKRxHJ3G6XF4MSGt {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #lUG3udyD6aggo5mp7KOd4DRR0tF0G8IH {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #CbZmQVFcPiqnrdo585xBtw8paCIVqE4f {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #vHDyyUTnC5R0nlx0rnMxP51Weq8DyoPB {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Sh4TB723iP7OqNpB5rG9oSgUpt2yZJt5 {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #OxuWqtnTBFMy8l1g6HEvoqdmlaxlWcbl {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ItQVNpeOZk3IrWwiJXb9lIy36ZJGhBPF {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #FkzQueCt42TilFD4oyBJ1yzGDC541aol {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #kK9kXkfFMgvtTfBRguQkd140P74Ssw7d {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #M8Ng2HhECeIr1UWtIetJzzcETRGGFypB {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #xKzOLqEeOS9CTIRngDghAhXs5RuVyoIX {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #sduE96pD1x9FHTsqNf9G1VFRZldZbzBZ {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #nZMxBF19JZ4bHUXMzHRvF4eflBeoZc5T {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Teo4Rm0IkP71uEnaLcS2bvSklDBDaLBC {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ZIhKWkdPHQRybkm9d7VZeuB9KlXEbxQg {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #TGZ9U5Lhb9X6vB5LL5dqaIXrKPJEHRVM {  }
 }@media only screen and (max-width: 763px) { #rMvzXblFIr2M7PUlw2Dl3n7429X9veS4 { width:23.5rem;height:3.0625rem;top:25.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl { display:block; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLk0r1mWr7XqmOlHA0FXxHWgSCgHOMOu { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLItx2xBHNMh3uSIAgHFOSctMthAJWbw { width:3.375rem;height:2.9375rem;top:1.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ { display:block; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 { width:29.8125rem;height:36.1875rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }#P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 li:before{  }
 }@media only screen and (max-width: 763px) { #DwTUkLhfZW5n9cRwOc6TDhgkmPoeuUUd { width:28.5rem;height:18.875rem;top:8rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGx1JteLiTSAxp35kohVUUzImyOgeH8c { display:block; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCnUhpPZdc3Z5Pc5SOsy9y1QnTkqL0lW { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5b0GCv5JUgTNPB4Ce5Ox8N6bgkPKoVS { width:2.4375rem;height:2.8125rem;top:0.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k { display:block; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kD0AKJiGTeIOv53ms46kFkQ2wiAfTZEK { width:28.375rem;height:18.8125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx { width:29.375rem;height:;top:1.625rem;left:18.375rem;font-size:1.0625rem;display:block; }#TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx li:before{  }
 }@media only screen and (max-width: 763px) { #aaAKniaRMusmeEA8W4poL04qFGw8fLyX { display:block; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT5iN5HUxb0n2JDoVVGrX2sGIHelua0 { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgacZN70MgM6flfQq9LBScuKwl2eZDM { width:2.625rem;height:2.625rem;top:0.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21uXrfRH7U5Z0NEfSispl2z09D9PeEg { display:block; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV { width:28.375rem;height:14.3125rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }#HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV li:before{  }
 }@media only screen and (max-width: 763px) { #RDd3EJWK65cft5dD8gBWZqw8bZIuXM4Z { width:28.375rem;height:18.75rem;top:2rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp { display:block; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOGadan9nDNPmuT2uZ3zmdtuBHhxHrsd { width:2.375rem;height:2.9375rem;top:0.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZVuGLTzJaEVTNAhG7uhJsTyurWw80FK { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 { display:block; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg { width:28.375rem;height:14rem;top:3.75rem;left:19.375rem;font-size:1.0625rem;display:block; }#NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg li:before{  }
 }@media only screen and (max-width: 763px) { #hC7KN0gH1hWS67aiuTt9TmtOgBwhtnHO { width:28.375rem;height:18.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B { display:none; }#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eldtLgvAFrGvgbfOvpGwEQz0l14Cs5iB { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S35A86koPnaop7DM1VXprKSFamJqAh6L { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua9m58pwwPzOrqZBXQAL3yM9wFVntshT { width:15.1875rem;height:4.6875rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtHhHnmhoQra24FTNCKTI0rgET3mDGGg { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe { display:none; }#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 { width:20rem;height:;top:1.6875rem;left:0rem;font-size:1.125rem;display:none; }#wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 li:before{  }
 }@media only screen and (max-width: 763px) { #UAAORxoGutJiLS9mWdlDw5IliEDfAi27 { width:28.375rem;height:11.6875rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }#UAAORxoGutJiLS9mWdlDw5IliEDfAi27 li:before{  }
 }@media only screen and (max-width: 763px) { #GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 { width:28.375rem;height:11.375rem;top:2.375rem;left:19.375rem;font-size:1.125rem;display:block; }#GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 li:before{  }
 }@media only screen and (max-width: 763px) { #BpexzaHTUhZNhEntStgFhBH5ShULM36W { width:47.75rem;height:31.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 { display:none; }#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVuKpDo6Eni5U1OqvGhhkR3v6n14UTrU { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBpDeHcBauyBCMHPxhUQI3oONHmFlDXA { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolfllzKxvxgA8HISgu552Tz0fby0Mpd { width:12.5rem;height:2.5625rem;top:2rem;left:0.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsphVkJZldZ0MlZe99UqERQgLSC9SZvI { width:26rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAsluAM7owp4yHngUoceqMEMQpU2ufhW { display:none; }#VAsluAM7owp4yHngUoceqMEMQpU2ufhW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 { width:28.375rem;height:;top:1.875rem;left:19.375rem;font-size:1.125rem;display:block; }#pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 li:before{  }
 }@media only screen and (max-width: 763px) { #xkcx2CN8uQS419lwduqLUETAqmPevEmO { width:28.375rem;height:11.6875rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }#xkcx2CN8uQS419lwduqLUETAqmPevEmO li:before{  }
 }@media only screen and (max-width: 763px) { #DBtV0hUqGKfyT50KEyi5A84T59WlqMpD { width:28.375rem;height:11.375rem;top:2.375rem;left:19.375rem;font-size:1.125rem;display:block; }#DBtV0hUqGKfyT50KEyi5A84T59WlqMpD li:before{  }
 }@media only screen and (max-width: 763px) { #ZThMbecr04xnkU1XGHwGKGpcztG6hPsH { width:47.75rem;height:31.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBdB22lCGXmmMy9fHfTVPEI1toTffU5z { display:block; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV79PlxOtWxMTb88AUp85BNUris8zPCN { width:2.625rem;height:2.625rem;top:0.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPC04nkStNOsnrfsqT8PwrMew7Gey5h { display:block; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu { width:29.125rem;height:22.1875rem;top:0.625rem;left:0rem;font-size:1.0625rem;display:block; }#Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu li:before{  }
 }@media only screen and (max-width: 763px) { #BF3p55GlOZ1ninz0ZbMlfwdkJWTquAT1 { width:28.375rem;height:18.75rem;top:2.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFbk0TauPLE0g5cRb971PqGW8Np9bWv { display:block; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnNf9NQwXoSKuikR7dlc2nfoGb9mmtPA { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRacWcbas39HtoeFckU7gOCqHTmLe3Et { width:2.625rem;height:2.625rem;top:0.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN { display:block; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4q1rZx5bVLTcdxkSoeXAqmVFiTEI9Sa { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEUOVm78y7CZg26LHpCnlUUzRkg0lEU { width:9.125rem;height:2rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef889L6srmUg9bi1Tt9Gu2uUk0ABti32 { width:7rem;height:1.375rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC6pvRRR3uTKSTQgH8gvsJdu0nqPaagC { width:6.75rem;height:1.375rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhERQolsgDg6QJtBskTT5JkRtr5kGeo8 { width:6.25rem;height:1.375rem;top:12.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRBVBqPenwZzGKPWJB5pQWBZBuCoOg2 { width:6rem;height:1.375rem;top:15.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzwkeSwkkz58lhvgVXTWXgaJKKGu72Nm { width:1.5625rem;height:1.25rem;top:9.1875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2NcivHSJfkT7GdQFRMZMotc6qFtWTH { width:8.9375rem;height:2rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of4KMF04b3FscCv6XlRWOkyA7whoDBe5 { width:8.8125rem;height:2rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xevqpz7KJqWlsqFglxGX9eO5qAM3GXRc { width:8.875rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJAP8Vu3AI332pdigIZyv0rXIlcmFSl { width:7.5625rem;height:1.75rem;top:5.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUdloCTwTL0TFgVZyuRmhHhwiR7hQdp { width:2.4375rem;height:1.25rem;top:6.1875rem;left:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZg1XmNgLmTp7ndpVHqo50BGDuf7h2F { width:7.5625rem;height:1.75rem;top:8.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFy1k5I0WKUeMWWNfiu53f3zVEd83Ku { width:7.5625rem;height:1.75rem;top:8.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IVCxEqWy3KqKc6ZrDBzDAiqdB9UARz { width:2.1875rem;height:1.25rem;top:9.125rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUENJ5TnLLHrpUnZ7ND859qE9Rmxd7F { width:7.5625rem;height:1.75rem;top:8.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f74CHybPq8XzhDTlZsKKwiQGf1idcaLU { width:5.6875rem;height:1.25rem;top:9.125rem;left:27.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Na8pR8J2drIyXT6U9CVTBWdA3bpo4f { width:7.5625rem;height:1.75rem;top:11.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBV1b8slL33FiZaUJistxgvnfAqH3mao { width:4.5rem;height:1.25rem;top:12.125rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9Zlss1THNsGFSBUB8oTZ2spoKfbhKE { width:7.5625rem;height:1.75rem;top:11.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OInLLSRCWZEfvgT0fTiUNGiEiaDsvzyl { width:5.875rem;height:1.25rem;top:12.125rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMbSlyAxVTDfSQDTVFBH4XQmMysieXb4 { width:7.5625rem;height:1.75rem;top:11.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HprlJdszQT0OkJt6RR9bClHOPykkwuyE { width:2.0625rem;height:1.25rem;top:12.125rem;left:29.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZTyx8O2BId89Fl0IC0U3vJc3FRMtfK { width:7.5625rem;height:1.75rem;top:14.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ3wLXEsQQmLnBMphIkyTSe6uakWKfwO { width:7.5625rem;height:1.75rem;top:14.875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9R7portrtV4ECXDgAOKvTcOsebXhJi { width:4.5rem;height:1.25rem;top:15.1875rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DiJ34DFVn2hKIopg05C0glGp4MIOks { width:2.1875rem;height:1.25rem;top:15.1875rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWtCV1St3tO67AlhW1CbOJIPaE802U8M { display:block; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zazts0QHwRVCvEJRtAfMIFA7uNw1yFiU { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znwXZsDyyEVtBrz42zSAXtcgQdCIa1hv { width:2.625rem;height:2.625rem;top:0.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htV48PiQkdJgQq201hPKQXTMQGFyk6dd { display:block; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbADuLUdAHE2DQvuXUse3Q4X1872AcuU { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }#VbADuLUdAHE2DQvuXUse3Q4X1872AcuU li:before{  }
 }@media only screen and (max-width: 763px) { #AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN { display:block; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFHfMirbTHw8C0b7GCp2aywyD8DFRTB6 { width:44.6875rem;height:1.75rem;top:0.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTMwkJMGl2crlxbg6JINTErKSLorUMcU { width:2.625rem;height:2.625rem;top:0.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE { display:block; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbqZs882wD8xiphFTol7illN3hLwHw6C { width:34.9375rem;height:2.25rem;top:0.9375rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdPh6l9A0NqqBv1xnxU65qQiBw2WwLgA { width:47.75rem;height:38.25rem;top:4.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg { display:none; }#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vu4gySJzInSSW2wzT4yrZLK6OeMRD4Rt { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42vTapSGbNGqi8dvyA2q9QNW5L7Az6C { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpRysZJ3QOBTiXMRJlUo5xEnGHbFLx7N { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJPLzSmZmW1MzFoOGTHzomaqBK8y8tT { width:11.25rem;height:2.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpnqs4zbaJAepD7Ekz227aoWKMl7Wbil { width:11.25rem;height:2.8125rem;top:7.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ouQOefcTSUqCPfKM2CsRdMc0qRTtci { width:11.25rem;height:2.8125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4i2uF6XXyakuvbooKRv01GFXJuvzei { width:11.25rem;height:2.8125rem;top:11.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Fy1s80HfT6wUMa5b7KXAZkNTMv9yCo { width:11.25rem;height:2.8125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxlTQoInqybFoSzWyXguem9m2MyidGBH { width:11.25rem;height:2.8125rem;top:18.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xKBF89toJVKi8LGxmZ5endO1Da47Bx { width:11.25rem;height:2.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pit48HP7IIVTcvWTvDClVknZxJmC9O1n { width:11.25rem;height:2.8125rem;top:14.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOIa0dMwVA7IV0CfQ5nIH1ZsCl7E9ef { width:11.25rem;height:2.8125rem;top:7.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVh1WWIHtL4sWbMNzqu7LTgGBJhabXp1 { width:11.25rem;height:2.8125rem;top:11.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yioMfk0vp838ABZFznTePziwQVyaDqHq { width:11.25rem;height:2.8125rem;top:14.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vUJS74QDDHklPO3EdJQdGeDtXl86rQ { width:11.25rem;height:2.8125rem;top:7.75rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV00cW3ULE2W6pzryzm9aCAvTTdUqn2n { width:11.25rem;height:2.8125rem;top:11.25rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyQt8imv60IuoXUbXHoqqs9SbhpEHfW { width:11.25rem;height:2.8125rem;top:7.75rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46sPvIgGMwfQwyaBpGJMbTimnhg2qfX { width:11.25rem;height:2.8125rem;top:11.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHIAAdBhVORDGbyNF5o09F58wm69uHU { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8f4RmpfX83MlpiF5QRBVdkJkgdA0GCs { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVE8TtJ9M8LAJ7i8mcFdE0iMy04wo3O { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzudDrB8BIs6zeIol6Tdp6AhliGn7b28 { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtN7ysv8P6T3ghiUcyasWRbRq96JXbR { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4hOlTqxSevrBHZ0lBBSrtJbiowHlls { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGfHDXKRD62GTGSZxG0ezxZwTclLT1c { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Tt2I2wR9UiCZyNT6QNz9CqHrg86FRv { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6PKZy7FzO45LiBZZDKT41FDXNamnks9 { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQyJTFudcqevGmtU5U63p9mrPvkMTyrT { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oBktV7BL17ModmTmpvkQtSu53NvFB6 { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnVHz8k4ApUhxie56mOMZXPdJkae1rx { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCSI4gdVXo9kNfcJTPhkXr7l8q4vAmAT { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqeU8oGdyLoD7rZfZBHyN2zrPWtlLx0 { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJeX3x8raWJADSsWswklc6GlTxCbgqy { width:11.125rem;height:1.125rem;top:7.5rem;left:24.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx { display:none; }#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZaE3a7z1uSH5MzriVgiTX0OOtaLaTHT { width:13.9375rem;height:2.8125rem;top:3rem;left:17.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlZbeU7bAoKyVEgX894kgCWCq8SZJgLU { width:14.375rem;height:0.125rem;top:5.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIVilASBh0gBmksPSeQiJgC3gSTXdKk { display:none; }#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ugstz0ybdylmLc9sqgKefZdLlDz5q0GS { width:26.75rem;height:15rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO1ORm0WXJoFR6PCNxWWSuvGEG5Q2dwA { width:26.5rem;height:14.75rem;top:4.1875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQyIxHOI83OTDTZoOe0H7Rs4JWSppyX { width:8.875rem;height:1.75rem;top:1.0625rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJMzpErRABgGDr7VfWsVToTDJdaTKch { width:8.5625rem;height:1.75rem;top:1.0625rem;left:34.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:20.5625rem;height:2.25rem;top:0.6865234375rem;left:0.6865234375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:20.5625rem;height:2.25rem;top:0.625rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:23.4375rem;height:13.25rem;top:3.4375rem;left:24.1875rem;font-size:1rem;line-height:1.5;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:27.25rem;height:17.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:9.9375rem;height:4.6875rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:22rem;height:15.625rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsFAOuaqO6WTcwXO7kSfx4AVQlC6UZx { width:3.125rem;height:3.125rem;top:18.375rem;left:23.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk1ggvnOTNnxuEh7QhAo61A54s7bhWPc { width:3.125rem;height:3.125rem;top:18.375rem;left:29.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoccHx3QXHdN20o0JBzTQ6BSMeFPR6zd { width:3.125rem;height:3.125rem;top:18.375rem;left:33rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.4375rem;top:16.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.4375rem;top:2.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:22rem;height:15.625rem;top:5.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:22rem;height:15.625rem;top:5.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 { width:2.125rem;height:2.125rem;top:13.0625rem;left:25.875rem;display:block; }
#fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:47.75rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:47.75rem;height:1.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN { display:block; }#yOoHlFK5HLz3GtyV4umu2TzEhpT6SpQN > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p62e7TsHHQT6brJpPGITT7MJZknFSuow { width:13.5625rem;height:6.3125rem;top:0.6875rem;left:3.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dy0gsPPosH7zqpRyANCuzdilJrmiLf2l { width:0.125rem;height:1.4375rem;top:8rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLD1ALHt6DLEeCyA7HVZ69QPPl51BGJp { width:4.6875rem;height:2.1933625rem;top:7.625rem;left:7.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTzh3Js2ua8UUpQEFzOdipEL3WFZFeoo { width:18.9375rem;height:3.0859375rem;top:10.083984375rem;left:0.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t16olBfBsRWgKNKipySTUTooktp0C4IX { display:block; }#t16olBfBsRWgKNKipySTUTooktp0C4IX { background-color: transparent; background-image: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container > .video-iframe-container { display: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row > .video-iframe-container { display: none; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .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); }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container { width:20rem;height:47.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OPd5wpt8/university_students_teamwork_technology_concept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container.adaptive-delivery-prevent-bg, #t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container.lazyload, #t16olBfBsRWgKNKipySTUTooktp0C4IX > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #OiLaXvxEBTrPPCHuypr9u91VW4mr2oCe { width:18.75rem;height:14.375rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSXStUCbD6AAiV1wbkCNKfm4SbTzolw4 { width:17.25rem;height:4.72265625rem;top:2.326171875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-text {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-select {padding-top: 0; padding-bottom: 0;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr  { width:15rem;height:auto;top:17.8125rem;left:1.25rem; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr {display:block;}#pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr { width:15rem;height:auto;top:17.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #m33QOgqzm4KIxayKL3mZAsTFTQ9bRii4 {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #NIDuIeBz0AetkBfvyKRxHJ3G6XF4MSGt {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #lUG3udyD6aggo5mp7KOd4DRR0tF0G8IH {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #CbZmQVFcPiqnrdo585xBtw8paCIVqE4f {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #vHDyyUTnC5R0nlx0rnMxP51Weq8DyoPB {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Sh4TB723iP7OqNpB5rG9oSgUpt2yZJt5 {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #OxuWqtnTBFMy8l1g6HEvoqdmlaxlWcbl {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ItQVNpeOZk3IrWwiJXb9lIy36ZJGhBPF {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #FkzQueCt42TilFD4oyBJ1yzGDC541aol {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #kK9kXkfFMgvtTfBRguQkd140P74Ssw7d {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #M8Ng2HhECeIr1UWtIetJzzcETRGGFypB {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #xKzOLqEeOS9CTIRngDghAhXs5RuVyoIX {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #sduE96pD1x9FHTsqNf9G1VFRZldZbzBZ {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #nZMxBF19JZ4bHUXMzHRvF4eflBeoZc5T {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #Teo4Rm0IkP71uEnaLcS2bvSklDBDaLBC {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #ZIhKWkdPHQRybkm9d7VZeuB9KlXEbxQg {  }
 }@media only screen and (max-width: 763px) { #pOtcEd95N8SL4NnR16zGTeuEgyEJ0hUr #TGZ9U5Lhb9X6vB5LL5dqaIXrKPJEHRVM {  }
 }@media only screen and (max-width: 763px) { #rMvzXblFIr2M7PUlw2Dl3n7429X9veS4 { width:17rem;height:4.62890625rem;top:8.875rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl { display:block; }#JEdFsmRp1ceiyaryEfmGGrDrUM3yy4Cl > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLk0r1mWr7XqmOlHA0FXxHWgSCgHOMOu { width:14.9375rem;height:5.34375rem;top:1.248046875rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLItx2xBHNMh3uSIAgHFOSctMthAJWbw { width:3.375rem;height:2.9375rem;top:2.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ { display:block; }#pTaEdrBc6lsohHA3xq6i4lyLWP89NAgJ > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 { width:20rem;height:35.4375rem;top:1.21875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#P3gQTGwni8XGDmc2lcnvnJ7koQ1g6nl1 li:before{  }
 }@media only screen and (max-width: 763px) { #DwTUkLhfZW5n9cRwOc6TDhgkmPoeuUUd { width:18.75rem;height:12.375rem;top:39.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGx1JteLiTSAxp35kohVUUzImyOgeH8c { display:block; }#iGx1JteLiTSAxp35kohVUUzImyOgeH8c > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCnUhpPZdc3Z5Pc5SOsy9y1QnTkqL0lW { width:9.75rem;height:3.0859375rem;top:0.625rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5b0GCv5JUgTNPB4Ce5Ox8N6bgkPKoVS { width:2.4375rem;height:2.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k { display:block; }#AbMz70BLgaMWryIG2Bf4kdTv8l5Sbw0k > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kD0AKJiGTeIOv53ms46kFkQ2wiAfTZEK { width:18.75rem;height:12.375rem;top:1.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx { width:20rem;height:20.5rem;top:16rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#TP8RyJPFIpl4pOn9p1VO1RPLC51IHTcx li:before{  }
 }@media only screen and (max-width: 763px) { #aaAKniaRMusmeEA8W4poL04qFGw8fLyX { display:none; }#aaAKniaRMusmeEA8W4poL04qFGw8fLyX > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PmT5iN5HUxb0n2JDoVVGrX2sGIHelua0 { width:20rem;height:4.7109375rem;top:0.95703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUgacZN70MgM6flfQq9LBScuKwl2eZDM { width:2.625rem;height:2.625rem;top:1.25rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d21uXrfRH7U5Z0NEfSispl2z09D9PeEg { display:none; }#d21uXrfRH7U5Z0NEfSispl2z09D9PeEg > .row .container { width:20rem;height:15.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV { width:20rem;height:9.4375rem;top:1.40625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#HPdVixR4ytHZIzEC7lATEqF7Gp3NpHhV li:before{  }
 }@media only screen and (max-width: 763px) { #RDd3EJWK65cft5dD8gBWZqw8bZIuXM4Z { width:20rem;height:13.215859030837rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp { display:none; }#gkpfbgMgo1Cb4wdq3VZyeS72EW1K4FVp > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOGadan9nDNPmuT2uZ3zmdtuBHhxHrsd { width:2.375rem;height:2.9375rem;top:5.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZVuGLTzJaEVTNAhG7uhJsTyurWw80FK { width:20rem;height:;top:0.95703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 { display:none; }#Evo9xWFAUFQTAs9TMGDmiQByxuxbDkW1 > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg { width:20rem;height:auto;top:3.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#NpL0OkBBLvzOAs5VOMaVcECAIAePHJIg li:before{  }
 }@media only screen and (max-width: 763px) { #hC7KN0gH1hWS67aiuTt9TmtOgBwhtnHO { width:20rem;height:13.259911894273rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B { display:block; }#HeXPybt8SxIL6XHHnf03iFhwOEnFTI9B > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eldtLgvAFrGvgbfOvpGwEQz0l14Cs5iB { width:20rem;height:auto;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S35A86koPnaop7DM1VXprKSFamJqAh6L { width:20rem;height:auto;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ua9m58pwwPzOrqZBXQAL3yM9wFVntshT { top:0.625rem;left:3.4375rem;width:11rem;height:3.0859375rem;z-index:100009;color:#ffffff;font-family:nunito;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MtHhHnmhoQra24FTNCKTI0rgET3mDGGg { top:1rem;left:0rem;width:2.5625rem;height:2.5625rem;z-index:100010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe { display:block; }#rXv45SKSn8kAhLIlZJFtBbUHoI2JnqGe > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 { width:20rem;height:9.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#wOETtPP2uiyGxnyNLO0pCmnA4EQxTle2 li:before{  }
 }@media only screen and (max-width: 763px) { #UAAORxoGutJiLS9mWdlDw5IliEDfAi27 { width:20rem;height:auto;top:2.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#UAAORxoGutJiLS9mWdlDw5IliEDfAi27 li:before{  }
 }@media only screen and (max-width: 763px) { #GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 { width:20rem;height:auto;top:2.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#GfTFDHhZTxT4VdbJ1TQboELDfSfSJ247 li:before{  }
 }@media only screen and (max-width: 763px) { #BpexzaHTUhZNhEntStgFhBH5ShULM36W { top:12.5625rem;left:0.625rem;width:18.75rem;height:12.375rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 { display:block; }#gx9y9R03W6mXWplStAnc2exeUy1ZSDe1 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVuKpDo6Eni5U1OqvGhhkR3v6n14UTrU { width:20rem;height:auto;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBpDeHcBauyBCMHPxhUQI3oONHmFlDXA { width:20rem;height:auto;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GolfllzKxvxgA8HISgu552Tz0fby0Mpd { top:0.64453125rem;left:2.9375rem;width:11.4375rem;height:3.0859375rem;z-index:100009;color:#ffffff;font-family:nunito;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XsphVkJZldZ0MlZe99UqERQgLSC9SZvI { top:0.9375rem;left:0rem;width:2.0625rem;height:2.5625rem;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VAsluAM7owp4yHngUoceqMEMQpU2ufhW { display:block; }#VAsluAM7owp4yHngUoceqMEMQpU2ufhW > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 { width:20rem;height:10.4375rem;top:15.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#pWaUTILb6M2dvLmH1P4w2OkAwGTiWFn8 li:before{  }
 }@media only screen and (max-width: 763px) { #xkcx2CN8uQS419lwduqLUETAqmPevEmO { width:20rem;height:auto;top:2.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#xkcx2CN8uQS419lwduqLUETAqmPevEmO li:before{  }
 }@media only screen and (max-width: 763px) { #DBtV0hUqGKfyT50KEyi5A84T59WlqMpD { width:20rem;height:auto;top:2.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#DBtV0hUqGKfyT50KEyi5A84T59WlqMpD li:before{  }
 }@media only screen and (max-width: 763px) { #ZThMbecr04xnkU1XGHwGKGpcztG6hPsH { top:1.5625rem;left:0.625rem;width:18.75rem;height:12.375rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vBdB22lCGXmmMy9fHfTVPEI1toTffU5z { display:block; }#vBdB22lCGXmmMy9fHfTVPEI1toTffU5z > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqEqsXpHhgpg0Sy4d0zgGc0ww6QiEUag { width:9.75rem;height:1.54296875rem;top:1.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV79PlxOtWxMTb88AUp85BNUris8zPCN { width:2.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPC04nkStNOsnrfsqT8PwrMew7Gey5h { display:block; }#TMPC04nkStNOsnrfsqT8PwrMew7Gey5h > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu { width:20rem;height:21.9375rem;top:16.701171875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#Ten3eTRuWvMqxX25EZyqw5OH8eBvqIPu li:before{  }
 }@media only screen and (max-width: 763px) { #BF3p55GlOZ1ninz0ZbMlfwdkJWTquAT1 { width:20rem;height:13.215859030837rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFbk0TauPLE0g5cRb971PqGW8Np9bWv { display:block; }#zvFbk0TauPLE0g5cRb971PqGW8Np9bWv > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnNf9NQwXoSKuikR7dlc2nfoGb9mmtPA { width:12.125rem;height:1.54296875rem;top:1.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LRacWcbas39HtoeFckU7gOCqHTmLe3Et { width:2.1875rem;height:2.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN { display:block; }#tzsqesi4o6dWZ8OWOnzTvJUxZyWfeHtN > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4q1rZx5bVLTcdxkSoeXAqmVFiTEI9Sa { width:10.0625rem;height:1.29980625rem;top:1.125rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;color:#582d78;display:block; }
 }@media only screen and (max-width: 763px) { #MpEUOVm78y7CZg26LHpCnlUUzRkg0lEU { width:20rem;height:2.25rem;top:3.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef889L6srmUg9bi1Tt9Gu2uUk0ABti32 { width:6.4375rem;height:1.21875rem;top:4.3896484375rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC6pvRRR3uTKSTQgH8gvsJdu0nqPaagC { width:6.125rem;height:1.21875rem;top:10.828125rem;left:7.78125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zhERQolsgDg6QJtBskTT5JkRtr5kGeo8 { width:6.0625rem;height:1.21875rem;top:17.3203125rem;left:8.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRBVBqPenwZzGKPWJB5pQWBZBuCoOg2 { width:5.75rem;height:1.21875rem;top:23.91796875rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzwkeSwkkz58lhvgVXTWXgaJKKGu72Nm { width:1.4375rem;height:1.13671875rem;top:13.4970703125rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2NcivHSJfkT7GdQFRMZMotc6qFtWTH { width:20rem;height:2rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of4KMF04b3FscCv6XlRWOkyA7whoDBe5 { width:20rem;height:2rem;top:16.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xevqpz7KJqWlsqFglxGX9eO5qAM3GXRc { width:20rem;height:2rem;top:23.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJAP8Vu3AI332pdigIZyv0rXIlcmFSl { width:5.625rem;height:1.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUdloCTwTL0TFgVZyuRmhHhwiR7hQdp { width:1.625rem;height:1.0556625rem;top:7.03515625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZg1XmNgLmTp7ndpVHqo50BGDuf7h2F { width:5.625rem;height:1.75rem;top:19.443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFy1k5I0WKUeMWWNfiu53f3zVEd83Ku { width:5.625rem;height:1.75rem;top:19.443359375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IVCxEqWy3KqKc6ZrDBzDAiqdB9UARz { width:1.875rem;height:1.0556625rem;top:13.5380859375rem;left:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUENJ5TnLLHrpUnZ7ND859qE9Rmxd7F { width:5.625rem;height:1.75rem;top:19.443359375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f74CHybPq8XzhDTlZsKKwiQGf1idcaLU { width:4.625rem;height:1.0556625rem;top:13.5380859375rem;left:15.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Na8pR8J2drIyXT6U9CVTBWdA3bpo4f { width:5.625rem;height:1.75rem;top:26.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBV1b8slL33FiZaUJistxgvnfAqH3mao { width:3.6875rem;height:1.0556625rem;top:19.916015625rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9Zlss1THNsGFSBUB8oTZ2spoKfbhKE { width:5.625rem;height:1.75rem;top:13.0654296875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OInLLSRCWZEfvgT0fTiUNGiEiaDsvzyl { width:4.8125rem;height:1.0556625rem;top:19.916015625rem;left:7.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMbSlyAxVTDfSQDTVFBH4XQmMysieXb4 { width:5.625rem;height:1.75rem;top:26.1171875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HprlJdszQT0OkJt6RR9bClHOPykkwuyE { width:2.0625rem;height:1.0556625rem;top:19.916015625rem;left:16.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZTyx8O2BId89Fl0IC0U3vJc3FRMtfK { width:5.625rem;height:1.75rem;top:13.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ3wLXEsQQmLnBMphIkyTSe6uakWKfwO { width:5.625rem;height:1.75rem;top:13.0654296875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9R7portrtV4ECXDgAOKvTcOsebXhJi { width:3.9375rem;height:1.0556625rem;top:26.548828125rem;left:0.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DiJ34DFVn2hKIopg05C0glGp4MIOks { width:1.75rem;height:1.0556625rem;top:26.611328125rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWtCV1St3tO67AlhW1CbOJIPaE802U8M { display:block; }#XWtCV1St3tO67AlhW1CbOJIPaE802U8M > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zazts0QHwRVCvEJRtAfMIFA7uNw1yFiU { width:12.0625rem;height:1.54296875rem;top:1.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #znwXZsDyyEVtBrz42zSAXtcgQdCIa1hv { width:2.625rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htV48PiQkdJgQq201hPKQXTMQGFyk6dd { display:block; }#htV48PiQkdJgQq201hPKQXTMQGFyk6dd > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbADuLUdAHE2DQvuXUse3Q4X1872AcuU { width:20rem;height:11.4375rem;top:0.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#VbADuLUdAHE2DQvuXUse3Q4X1872AcuU li:before{  }
 }@media only screen and (max-width: 763px) { #AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN { display:block; }#AwdTHotdLKk7tkT1pvabRsPIKHC6XcCN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFHfMirbTHw8C0b7GCp2aywyD8DFRTB6 { width:6.125rem;height:1.54296875rem;top:1.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NTMwkJMGl2crlxbg6JINTErKSLorUMcU { width:2.625rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE { display:block; }#XGOtZVQLE8kfofENV4CuXyEh2fX7SMHE > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbqZs882wD8xiphFTol7illN3hLwHw6C { width:20rem;height:3.5996125rem;top:0.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdPh6l9A0NqqBv1xnxU65qQiBw2WwLgA { width:20rem;height:61.25rem;top:5.6484375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg { display:none; }#Z6nWuDCwBuNwv4JCFuOlbJxH2mnZgKWg > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vu4gySJzInSSW2wzT4yrZLK6OeMRD4Rt { width:20rem;height:3.8994125rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42vTapSGbNGqi8dvyA2q9QNW5L7Az6C { width:20rem;height:1.29980625rem;top:5.5732421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpRysZJ3QOBTiXMRJlUo5xEnGHbFLx7N { width:20rem;height:7.99805625rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJPLzSmZmW1MzFoOGTHzomaqBK8y8tT { width:20rem;height:2.8125rem;top:9.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpnqs4zbaJAepD7Ekz227aoWKMl7Wbil { width:4.375rem;height:2.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ouQOefcTSUqCPfKM2CsRdMc0qRTtci { width:20rem;height:2.8125rem;top:18.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4i2uF6XXyakuvbooKRv01GFXJuvzei { width:4.375rem;height:2.8125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Fy1s80HfT6wUMa5b7KXAZkNTMv9yCo { width:20rem;height:2.8125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxlTQoInqybFoSzWyXguem9m2MyidGBH { width:4.375rem;height:2.8125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xKBF89toJVKi8LGxmZ5endO1Da47Bx { width:20rem;height:2.8125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pit48HP7IIVTcvWTvDClVknZxJmC9O1n { width:4.375rem;height:2.8125rem;top:29.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOIa0dMwVA7IV0CfQ5nIH1ZsCl7E9ef { width:4.375rem;height:2.8125rem;top:13.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVh1WWIHtL4sWbMNzqu7LTgGBJhabXp1 { width:4.375rem;height:2.8125rem;top:21.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yioMfk0vp838ABZFznTePziwQVyaDqHq { width:4.375rem;height:2.8125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5vUJS74QDDHklPO3EdJQdGeDtXl86rQ { width:4.375rem;height:2.8125rem;top:13.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV00cW3ULE2W6pzryzm9aCAvTTdUqn2n { width:4.375rem;height:2.8125rem;top:21.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyQt8imv60IuoXUbXHoqqs9SbhpEHfW { width:4.375rem;height:2.8125rem;top:13.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46sPvIgGMwfQwyaBpGJMbTimnhg2qfX { width:4.375rem;height:2.8125rem;top:21.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHIAAdBhVORDGbyNF5o09F58wm69uHU { width:2.625rem;height:1.625rem;top:14.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8f4RmpfX83MlpiF5QRBVdkJkgdA0GCs { width:5.6875rem;height:1.625rem;top:10.58984375rem;left:7.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVE8TtJ9M8LAJ7i8mcFdE0iMy04wo3O { width:5.6875rem;height:1.625rem;top:18.6875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzudDrB8BIs6zeIol6Tdp6AhliGn7b28 { width:5.6875rem;height:1.625rem;top:26.375rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtN7ysv8P6T3ghiUcyasWRbRq96JXbR { width:5.6875rem;height:1.625rem;top:34.25rem;left:7rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4hOlTqxSevrBHZ0lBBSrtJbiowHlls { width:3.9375rem;height:1.625rem;top:22.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGfHDXKRD62GTGSZxG0ezxZwTclLT1c { width:5.6875rem;height:1.625rem;top:30rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Tt2I2wR9UiCZyNT6QNz9CqHrg86FRv { width:3.5625rem;height:1.625rem;top:38rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6PKZy7FzO45LiBZZDKT41FDXNamnks9 { width:3rem;height:1.625rem;top:30.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQyJTFudcqevGmtU5U63p9mrPvkMTyrT { width:4rem;height:1.625rem;top:22.375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oBktV7BL17ModmTmpvkQtSu53NvFB6 { width:4.0625rem;height:1.625rem;top:14.1875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnVHz8k4ApUhxie56mOMZXPdJkae1rx { width:3.625rem;height:1.625rem;top:22.3125rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCSI4gdVXo9kNfcJTPhkXr7l8q4vAmAT { width:4.3125rem;height:1.625rem;top:14.1875rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqeU8oGdyLoD7rZfZBHyN2zrPWtlLx0 { width:3.875rem;height:1.625rem;top:22.375rem;left:15.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJeX3x8raWJADSsWswklc6GlTxCbgqy { width:4.1875rem;height:1.625rem;top:14.1875rem;left:15.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx { display:none; }#WVOZFWzd9RAqnsxuT4ZoA89fCQNSZIQx > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZaE3a7z1uSH5MzriVgiTX0OOtaLaTHT { width:13.0625rem;height:2.5996125rem;top:1.875rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlZbeU7bAoKyVEgX894kgCWCq8SZJgLU { width:14.375rem;height:0.125rem;top:4.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIVilASBh0gBmksPSeQiJgC3gSTXdKk { display:none; }#wVIVilASBh0gBmksPSeQiJgC3gSTXdKk > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ugstz0ybdylmLc9sqgKefZdLlDz5q0GS { height:11.214875rem;width:20rem;top:4.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO1ORm0WXJoFR6PCNxWWSuvGEG5Q2dwA { height:11.130875rem;width:20rem;top:19.7891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQyIxHOI83OTDTZoOe0H7Rs4JWSppyX { width:20rem;height:1.7871125rem;top:1.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znJMzpErRABgGDr7VfWsVToTDJdaTKch { width:8.625rem;height:1.7871125rem;top:16.6015625rem;left:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bdfm6lJNnp5XHAUB7pZpSDPuU04Q1TVv { width:18.8125rem;height:2.2744125rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;z-index:100007;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luZKhC9pdl83hxB8qoSR4g0vkNHztxKG { width:13.6875rem;height:auto;top:1.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV { width:20rem;height:14.75rem;top:16.9296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#kPnHxNKeTSU8Sp3gpQhKB3zH15qS1zGV li:before{  }
 }@media only screen and (max-width: 763px) { #x6snFfu8t70q2Smp7TSTqZH9tzbLRraU { width:20rem;height:10.375rem;top:4.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTviwJZL52DmM6auDfCn9HaWa5Ifi8c { width:12.8125rem;height:6.0625rem;top:6.9296875rem;left:3.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz { display:block; }#HdGGpZIdFJmnn4NunwMa9MOg6L7NXIrz > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx5CcZ5ANSRnT5EMvT3xRcM2nSgrK51s { width:20rem;height:12.79689375rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsFAOuaqO6WTcwXO7kSfx4AVQlC6UZx { width:3.125rem;height:3.125rem;top:29.8125rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk1ggvnOTNnxuEh7QhAo61A54s7bhWPc { width:3.125rem;height:3.125rem;top:29.8125rem;left:9.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoccHx3QXHdN20o0JBzTQ6BSMeFPR6zd { width:3.125rem;height:3.125rem;top:29.8125rem;left:13.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26KCViHrN55U6rBqpcB5DCm6PDXvE63 { width:12.5rem;height:1.4619125rem;top:27.646484375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crinRdEUDqUAClnO8eX41KVbke0ZnX6T { width:12.5rem;height:2.4375rem;top:1.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKtidtHymWDIoG2GuZOMcIcbAiqLOe7w { width:20rem;height:0;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #AIffXhxnVDAUHQ9Nf98lVpF0bt7v9y42 { width:20rem;height:4.798825rem;top:20.794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 { width:2.125rem;height:2.125rem;top:30.3125rem;left:5.9375rem;display:block; }
#fpH9kZIqkbPsRvNtlrx8p0kcPNmfsz82 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #q1GfmH6L8PUoSfvhzzhF6RmtETveooHl { display:block; }#q1GfmH6L8PUoSfvhzzhF6RmtETveooHl > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAyGQm1ez6kDZHxdNnpCsKTSecD7EF3V { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }