.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,246,222;--color-primary-1:252,228,156;--color-primary-2:250,210,90;--color-primary-3:228,129,24;--color-primary-4:215,98,0;--color-secondary-0:214,239,249;--color-secondary-1:133,206,238;--color-secondary-2:52,174,226;--color-secondary-3:18,74,157;--color-secondary-4:10,35,45;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/3EMw3T-ZjkE/unsplash/rut-miit-3EMw3T-ZjkE-photo-1627556704283-452301a45fd0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#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); }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container { background-color: transparent; background-image: none; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container > .video-iframe-container { display: none; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row > .video-iframe-container { display: none; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .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); }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container { border-width: 0; border-radius: 0; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#fTNMzzTpUJHNsSF0MaDkh0gBs5K54Gse { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:2.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JaraPXevP8h6GrnDTVlIRQkS5w59K2mM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:0.75rem;left:73rem;overflow:hidden;display:none; }
#ei9dx1XbG55TTsFDlqqp7P0TJzZGZx35 { position:absolute;display:block;z-index:15003;background-color:#e5e5e5;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.125rem;width:34.875rem;top:2.3125rem;left:38.0625rem;display:block; }
#SaZ15T8iC7aKiJie0aWpo2HV0iiEGsq2 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9998125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3125rem;left:38.0625rem;display:block; }
#IAXQqNZ0rAwiPzOhlg5B1T4Ie7ZvHyvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLBGkmK8AowSLvE5CUq73TRDM7STtNso { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#5e5e5e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:52rem;display:block; }
#MB2F0Xv7z3VE1ZMgkPLHbRbIXmyC16pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sX5WNTg9VTOm5a3Z9WD8kBNLuzTXMPsl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#5e5e5e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.25rem;left:59rem;display:block; }
#TKsb9ZqIBExUzUyGqKa5OoKzB5CGbi8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nuBpXJ0scQcnvpKLoC1H60mUVzO4tzJD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#5e5e5e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.3125rem;left:66rem;display:block; }
#VFTCgV0pWWrtP7D1QfdvRWCbHL1KKd9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5ULWayJfkWL7qGrGbyxbI5mLNyScaQ5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gZyRRT911M9UlLG7FEQpWG9wAgThmf6T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#5e5e5e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9998125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:45rem;display:block; }
#MSRgVHR1dV1RbbSxubi7OAtn9cfPlDyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhbQkGmih7TFmSoLgFDAAnmTSImz2dqr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.1875rem;left:28.25rem;overflow:hidden;display:block; }
#G4cKeomtrlD2wVNEppqcnrhs5zNXxV9c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.75rem;top:0.96875rem;left:3.8125rem;overflow:hidden;display:block; }
#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { position:relative;display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { background-color: transparent; background-image: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .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); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { border-width: 0; border-radius: 0; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 { background-color:rgba(var(--color-tertiary-4),0.52);background-image:url("https://images.assets-landingi.com/uc/38277ccb-b49d-409d-a2cd-6288c7f183b4/REVISI312.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.adaptive-delivery-prevent-bg, #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.lazyload, #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.lazyloading { background-image: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { background-color: transparent; background-image: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container > .video-iframe-container { display: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row > .video-iframe-container { display: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .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); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { border-width: 0; border-radius: 0; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { font-size:0.875rem;font-family:"open sans";height:39.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-form-header {  }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:21.5rem;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; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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:21.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-text {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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:21.5rem;box-sizing:border-box;height:2.8125rem;color:#646464;font-family:"open sans";font-size:0.75rem;overflow:hidden;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-select {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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:#3765b0;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:21.5rem;height:2.8125rem;font-family:"open sans";overflow:hidden; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.75rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.75rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.75rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.75rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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:20.25rem;overflow:hidden;font-style:normal;float:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .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;float:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-container:first-of-type{padding-top:0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-container:last-of-type{padding-bottom:0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:48.623044013977rem;top:7.5363993644712rem;z-index:15006;position:absolute; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem;display:block;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.375rem;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; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q {display:block;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:48.623044013977rem;top:7.5363993644712rem;z-index:15006;position:absolute; }
#OqzTmUekAKUHblKkdr4IvpdWfIkQkOBL { position:relative;display:block; }
#HstJzr42c5VkyGyrIuMq2PDmcbn3luJZ { position:relative;display:block; }
#GG4TOLG5bTTepBDkSS5RmFNEqUdguTLz { position:relative;display:block; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUzuqSEPUG6FSeUuMBvfEFlwp5ykiZwX { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #wzUrcXMoeUhSronMqRosBuCi8y88fJJ5 { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RCHD0u3BpRgNDNpNwqLaHnhwqKygDrsV { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #ZMAH0v8ktMXBxe6fTWqliHvtl2SzmKIi { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #gqB7ZAWSR21peTqt2yTJUFdME8ekUbZ6 { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #dLXAUapfMCdJA8h6TSmOnmdZlz33O3mU { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zNxeW2pm8Kb8dAg9TkEugyH4KwtlQ6OW { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #MUsROMIczvcTfOGCAhzOOdPP9KTkevSg { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #xado4ldiTtShcsGTnWOQ4R46GTAaSfbP { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #QsTUqDZC9yEOqabu0Grp0muH8aia7oeh { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #yrIATU3uOT42wEeJeLys4pQ8IfyrbDGc { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #vhzsksTnfWJnJoFkxFKrzz1HPTksGweX { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RHVFkE8yBzxt0CJmreLQ2taC48BQlUOq { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #f4P2pNzJN4RlTnxZKfk1KkO4ThaLE5hW { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Ox4eCOVosBDVITZxEEdlsBsibvosQ7B8 { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #erqTeEtMTRBpcunyHtEmIu0BdT1XrK1G { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zoTgq0uS83SalrlxTpIJr9hCdM4e9Rd5 { position:relative;display:none; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #cBqJBlp2XCtNcF8ErTym2JbrZ2BV50Z1 { position:relative; }
#iy4drWNgAx1JDWCrex5PTQNvCdpWC5F9 { position:relative;display:block; }
#kQL2W3Rbq7tzDBFLXEC0IXqtIT81XKx7 { position:relative;display:block; }
#TtTQ81ucrMaTTQ7umXKe4twG4QSysexB { position:relative;display:block; }
#SEx00zICgxtAUkC9b9OGGpwzttIk6qSa { position:relative;display:block; }
#g9QDf0nn8kST5Nbfs46suuC2Ma4BTRTc { position:relative;display:block; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #i0xP578GOILP4lsnsG8z9JGWJqimTUa2 { position:relative;display:block;z-index:15000; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #hTzr4hIpOSMhBoT2Wgt32TuB8yMVqVPc { position:relative;display:block;z-index:15000; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Vw9C90HTNwfZExPx9dcGS5potDHgTakf { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUo9ITsHANOLJyzNh8PGRqbGObb7RStg { position:relative;z-index:2; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UmAvobMX5JEd9T7btxhsCrRlpdgwG055 { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #rTV2VA1FnhOeSUyCbk0yWREACEsf6Gt3 { position:relative;z-index:15000; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #TOqbpbo0MW8cRhDop3wx7lxFVBLJfglO { position:relative;z-index:15000; }
#BDsmp5ReRd4vBCh8Dr6qBkFxJuroI1Lx { position:relative;display:block; }
#vt6ZGmzv6TQtkVGzTUvddFZJK1gsXH78 { position:relative;display:block; }
#KUq1S2fmgsSRhPWyIemElGMgGGsJHtUe { position:relative;display:block; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UAvimtw8lJhiZvUyDfa7AEwubB3W4T2G { position:relative; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q #H9VXAGZM38TmzCoQeOWhzqmWhtcez2Ze { position:relative; }
#u8lfO6O2d333lwRwTpnMLUJM9fhPBmHM { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:31rem;left:4.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OZVayCVyZNEatsC1MC1Egb6PKMKnLz7c { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.74975rem;width:35.9991875rem;top:18.312320947647rem;left:15.812321662903rem;overflow:hidden;display:block; }
#N0cZZCv5GB4RvcXRPI6ySwMm1mPJ6q4O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:8rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.125rem;height:10.399875rem;font-style:normal;display:block; }
#HRWxz1NL5yHDouTH5vsnRJx4UdmRmSTm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:8rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.875rem;height:10.399875rem;font-style:normal;display:block; }
#mmmqXKlXCI6Mv1dQaSIILwrnviIkiNZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:5.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.375rem;left:19.0625rem;height:7.3925625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAkHxUxkW8GSWD4cC7BnRqchb8k6zBJh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:"bebas neue";font-size:4.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.125rem;height:12.1875rem;display:block; }
#U6cy2IxhFJwg7AEv3ehmJEAASUR4nMFd { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:6.25rem;width:43.375rem;top:11.3125rem;left:1.375rem;display:block; }
#rEASNR8wu3moGX1TZdJUXgTOsnX3F7l7 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQq1V9nPZfGrunwkh77WQ1CA0LMOLTiB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:14992;line-height:1.4;letter-spacing:0;top:22.75rem;left:2.125rem;height:9.0980125rem;display:block; }
#sxQR9oG8ehHSbCNOthVHJHdxxn3VRQ4X { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:2.5625rem;width:12.5rem;top:24.875rem;left:1.625rem;display:block; }
#EpTbEGoyE5opBHTrkBLvpd2hIT1k0h0q { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.17) ;height:34.5625rem;width:24.375rem;top:2.6249108314514rem;left:48.437497138977rem;display:block; }
#NaUTuaJGBTcIk4iCgIgVNKuqG4kKEskq { color:#124a9d;display:block;width:18.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:3.9375rem;left:51.25rem;height:3.44815625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3xNdaf0Cgc1cTVZqAMvukSocLaJgJOL { color:#124a9d;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:7.75rem;left:51.25rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0097da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container { background-color: transparent; background-image: none; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container > .video-iframe-container { display: none; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row > .video-iframe-container { display: none; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .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); }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container { border-width: 0; border-radius: 0; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#Ma7Lx2cS3659gLD7Tx4Cy0PTVFZuqTOJ { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.625rem;left:13.4375rem;height:1.6503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7KxSr3uouLJ0J2r2O867zktQrRzUg9T { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.25rem;left:3.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUTZ6ZiKSLlZiJN7KAXMcCK7TQ0ymTR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:5.25rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#KDSI3OH7s5yMlHohoDTcPpGM82SqIX4B { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiLzk8RlFahXwezh5MbQHQS3sXTik8CZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:40.680930137634rem;left:3.5622339248658rem;height:2.9989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCpEGb6dPmTscGaaEd0FZM7QXNBchKL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.237303733826rem;left:4.3434839248658rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#Z73HxBQN3wPbq7lyN023uAuJcxE9pZyt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.056462287903rem;left:27.500000953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbgEwivLOrIWKVOLyHLETAm0PqOcwftO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:44.237303733826rem;left:27.812500953674rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#k9XZWvBQalsB8rCwpJobxtDIcTsRxWg8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:29.0625rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#zM39GGOuNbFOQA1UzskqyHwrK3fKXcMh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.25rem;left:52.9375rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#c9JqJxeiGloTe6LottiVUukzRzOiKR1L { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:51.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snoFkmIzpygTyyGIXT4clRqwDEBgQz8e { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:15rem;left:10rem;overflow:hidden;display:block; }
#VhOLtOElshPrS7LWJIIAnyNvW9EdIqxW { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.31225rem;width:7.31225rem;top:15.125rem;left:33.875rem;overflow:hidden;display:block; }
#FhmdTnXVTp4vDTpu5NNLT4AlsMGuldJ6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0623125rem;width:7.0623125rem;top:15rem;left:57.8125rem;overflow:hidden;display:block; }
#F9RrAzyOS2ZR6PKwJlBKcsOETUBwNJ6A { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.99975rem;width:6.99975rem;top:33.124467611313rem;left:10.06214427948rem;overflow:hidden;display:block; }
#FpTLJeMn20KtnJftEprwBLDMkDFlElu1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4374375rem;width:7.4374375rem;top:33.680663824081rem;left:33.781071662903rem;overflow:hidden;display:block; }
#WvVmzil1QrU4zoGkrTcnhBtLfV1ALb1q { color:#ffffff;display:block;width:48.1866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.1875rem;left:13.4375rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emPqTopEszdinPsCtTug8CTZGrkPcZ75 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3748125rem;width:7.3748125rem;top:33.873756170273rem;left:57.68687915802rem;overflow:hidden;display:block; }
#mH2nvT2fhVTm9dBmVIJ2peMnTVnrITMC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:42.05557346344rem;left:51.374733924866rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zee5cxg4RhLygmus8giBniHnLZhmML7S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:44.243250846863rem;left:52.999821662903rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#u6dHLP4dfTJfCHSmRDhgzPSoJHJFEzJu { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:7.30459690094rem;left:12.499556541443rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#dXcQ2WU6vhghbkf8gldKPeJhdzq8sR6B { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:13.375rem;left:2.6875rem;display:block; }
#nF4f9OD80a52ASpchX5b4VISU1XWSnp4 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:13.4375rem;left:26.5625rem;display:block; }
#VWp3uzv2wIN7i37ot3yl4okSNOTngTCr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:13.431727409362rem;left:50.437233924866rem;display:block; }
#tZGqOxEHE2WPMvphCms3Zl8UcFJw0f2o { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:32.0625rem;left:50.4375rem;display:block; }
#vdEKXeKtFO3J43rpJrSptv7qAgbz68H4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:32.0625rem;left:26.5625rem;display:block; }
#M2FGqWFQ21Wsn5kcByk9r3tiLesTuT6m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:16.875rem;width:21.875rem;top:32rem;left:2.6875rem;display:block; }
#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { background-color: transparent; background-image: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container > .video-iframe-container { display: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row > .video-iframe-container { display: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .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); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { border-width: 0; border-radius: 0; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { font-size:0.875rem;font-family:arial;height:159rem;width:75rem;position:relative;display:block; }#rwsP9vA8W7edfmaatWO8zEN3CTKWMwzr { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feS86gkC59fu5I0nIdE4D18vuzbu1Mme { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:24.8125rem;left:3.625rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIkVZXKET2FUeQLxI9mmvKP5nOlLHbGJ { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.25rem;left:28.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2ATT3Auk9U9w5FEgWoniLKHAObosRmt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:24.8125rem;left:27.5625rem;height:6.3015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5KWLVaLHSOZb7DgowHvrHen20saOkwU { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.25rem;left:52.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMZpJKXTJs8Uuica9u4sOnlGbUNhD3WF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:24.8125rem;left:51.25rem;height:6.3015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chKDi5LQm7CgXtXV36eaiuQLcdSwccUB { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31223125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:35.3125rem;left:3.625rem;display:block; }
#IrJrpgBXheBT75PbqovCcIhMtcqsXh0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iklztxVKefO8ysQKQur81OlgVP0vv1iB { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3.6479034423828rem;left:12.499556541443rem;height:3.29980625rem;text-align:center;text-align-last:center;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; }
#NbEW49gw2trfDlLNQPl3CgAq1L6qHQBQ { color:#000000;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2rem;left:21.874999046326rem;height:1.6503875rem;text-align:center;text-align-last:center;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; }
#WlhpZ4TysHbVvboSp2gQqgiEBlx168z6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:8.5625rem;left:2.6875rem;display:block; }
#rCQnQQ0mgZMco1Dq4GeoPQltUJc0BS8D { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:8.5625rem;left:26.625rem;display:block; }
#qtsEDaRTsZZEUBQB9F2mhdTTnoSoGnbV { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:8.5625rem;left:50.4375rem;display:block; }
#moxMmUpIOSTExIEgKVrXbJWw5S3JJn4T { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.3117875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.3125rem;left:27.5625rem;display:block; }
#rGeMcvZK0Zk05t9dSL3enuX8FqNO3E9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRdObGLU13gTQNk5UbkCSExtD6HZMVht { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31134375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:35.3125rem;left:51.25rem;display:block; }
#p7JlxMm544i7d8Q6Ii2THlTa6Id288sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se5qOMe6FcafNGXT5mkXmrOB5iuV2EJP { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.5625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIn2ELdeVu1PQzfuK2XS9P32tTz5IfI8 { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.0625rem;left:28.5rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FO4RFoGFluVDWSIv4SemOFEpTM90s15Q { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.0625rem;left:52.1875rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcF63nT53fAiBUayTN1obU28aaKqTHH1 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:40.5rem;left:2.75rem;display:block; }
#K1PUcvTQi0bA7fArD8RqHHJiObNDWDct { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:53.1875rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDS1rqkwzZ1aRbxzmQf0ybK6uK9f5Eei { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:55rem;left:4.625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNLTzl0qK7Fidy3vlgXT6Kfk9MPyBZrW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:56.75rem;left:3.625rem;height:8.402rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaGDgyDE7KgQu0rM7KDpneywWFJ1BQFD { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:40.5rem;left:26.6875rem;display:block; }
#sT6SS7GwFNdvoymcuWdxTMWqaIe2gsAM { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:53.1875rem;left:28.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhKRDCEDLgJZIldZzalNP90unmVSKW56 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:56.75rem;left:27.5625rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkWbrgTPXJWyOuSrt3Cx28F5yHzTVZDm { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:55rem;left:28.5625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkXNyEBOykTcJDaTJRWXhnt9C4HeQa36 { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31223125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:67.25rem;left:3.6875rem;display:block; }
#nKLa0BPzlzcJ3kg0ZPMCpd0rBzGB5abw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uk6kotKgcrfmJ3THeZvPDVFZZKxITTzI { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.3117875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:67.25rem;left:27.625rem;display:block; }
#hME89HoulHIxcCNGQe6goS2LUSEhUhos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfBoomhaqREoimnPc4ppglKl0UZFRCrF { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:40.5rem;left:50.5rem;display:block; }
#nSOZNrcl1zo2avMc9IGXc9daR8M72Lnz { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:53.4375rem;left:52.1875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSIxWp8Hp5N3aH0Vu42qXsfAJbd7m00e { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:56.75rem;left:51.25rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lV4MxFZgG9kZygSPB5Abqlg01BOruL56 { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31134375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:67.25rem;left:51.3125rem;display:block; }
#KGsmmtHTVfVFeEy0WMxUqnbeiiyrUM6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#No8uy8vuBWQzQK2GVKIkpftd6Jkk2VQU { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:55rem;left:52.25rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8uEXqVNXWuTonLE6eN7ZpoS6smUN8fh { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:72.6875rem;left:2.75rem;display:block; }
#iF6aDSprfhgaSXLenbTo0O8qD3wSfpLf { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:85.375rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqTnKLNri9XRwutuh0JUoIzMRIUKteJ0 { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:85.375rem;left:28.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKDdB83bxxzuXUwJRe2iinS1efZeQmHw { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:72.6875rem;left:26.6875rem;display:block; }
#Xv1TGxoppAvI2oB49K12BTDVydGGTeRG { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:87.125rem;left:4.625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r912JOKJI3WZV4w1KfXL3AleWPvETEf5 { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:87.125rem;left:28.5625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWufgXfndb0m2DQ8bdWylflclU0ZOwfd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:88.875rem;left:3.6875rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuJ5K9qUw7388nAQCOutQxoIZV4ybHsb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:88.875rem;left:27.625rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxFobK06O6o6kCqZ6LSewwG5ksVAqxWK { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:85.375rem;left:52.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dem9l7zUreATr254Kw2hRHeT62Zq470t { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:88.875rem;left:51.3125rem;height:6.3015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpRFlEBQmFrzITcPttmgTnTJMCk34Cl0 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:72.6875rem;left:50.5rem;display:block; }
#U8IJ03OBsh3MJqLO0nbdWhILFyQ64PkX { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:87.125rem;left:52.25rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTa718M4F5qidzuVlOaAuPe3dAzkaAoI { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31223125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:99.4375rem;left:3.6875rem;display:block; }
#Fa5mIM6BiSrRLgL0Ht6HnMBRNRdML3ys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thvuLcGaedg2yViO9rflamo9EJLIsRTM { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.3117875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:99.4375rem;left:27.625rem;display:block; }
#aTbixho1PvdFt05mTtMxadMZNDnropI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bB7hzxNH1cab8qG6FmJbi4NlQIN7XgGV { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31134375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:99.4375rem;left:51.3125rem;display:block; }
#S1i4GQcuzZekGEeBDdsQ8LcMUW74abtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTpwrMuG41P19h6ETpaCTP1qtcEGg0zX { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:105.0625rem;left:2.75rem;display:block; }
#iyPEEavn7flLuC39ThUJLz1w7xLT8XTG { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31223125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:131.8125rem;left:3.6875rem;display:block; }
#RZ8MfTeac40TdzLNqabPEwlZszZkL3PQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdouaJuv52vyuD9LlPTegl2QM47vhXRG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:121.25rem;left:3.6875rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G64hT5CB4gXZNX8o3O1mn0MFfCNonm6T { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:105.0625rem;left:26.6875rem;display:block; }
#XdUO5ViN1kc6zVREVOCUKARMTelfbfhV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:121.25rem;left:27.625rem;height:5.25124375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8glll1NVvKyWK50sFVI85WuN4GpDavf { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.3117875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:131.8125rem;left:27.625rem;display:block; }
#WhcfZFrMMl1xLJyhMPtySa1mUT4uaB7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUysKokF6ee2DnzUCvguIAXMiiK4cIOt { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:119.5rem;left:4.625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOn0BAzE1itTanzggAgdJNgyV4gPbC1f { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:119.5rem;left:28.5625rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT45IcHpwU9A0p978KTaXO4oNXqzruyb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:121.25rem;left:51.3125rem;height:7.35175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2dqnUlLLeAP2z3r9rdQlf6py47NL3p3 { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:30rem;width:21.875rem;top:105.0625rem;left:50.5rem;display:block; }
#o0ZqgFGX9ekFxiHvgVXbaTLnNV1enAxD { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.31134375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:131.8125rem;left:51.3125rem;display:block; }
#ykMgGeLI1f7DZ95xqPGS86W26EFA3pN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DS1WKyysleXZAtl548stO3v2npPPOQZx { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:119.5rem;left:52.25rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HymP47hUUP1QQxz0VX8F0yxeFH3Zx8QJ { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:118.0625rem;left:4.5625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwsrALB3kwtU4WcDABtS2C8KpiO6x7EG { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:117.75rem;left:28.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUl2JHcwLxUE5xlk5OxXpaxDU8XggnFq { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:117.75rem;left:52.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVEbf3LtPHd8e5sxsPVtvpQ5JrUVrsDP { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:17.3748125rem;width:69.749375rem;top:137.875rem;left:2.6875rem;display:block; }
#wTr8blOCg47fHyabeaQFAOmBO3DEt17M { color:#124a9d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:141.875rem;left:33.6875rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z0X2ECap0THlhpwT0omfntawCn1G5tll { color:#124a9d;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:140.3125rem;left:33.6875rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vfqywru4pJ4G7eHG7omF5DCueLGzToKG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:143.6875rem;left:33.8125rem;height:5.25124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tU9tc6p8Hmmv6Z91DxESbyPBu2f3rV9h { background-color:#0097da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1249375rem;height:2.31223125rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:151.5625rem;left:33.6875rem;display:block; }
#GgNvFwORAKLO4shiTPZKNPl9MEDT5mnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwy2NCkmHuDsR0S88D77S0CQaQ8vph9v { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:22.3125rem;top:9.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#T74oRrAN6C0kSxigZSvoQ68QICF8TmAH { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8123125rem;width:21.875rem;top:9.625rem;left:26.625rem;overflow:hidden;display:block; }
#TgTELBxcmdRHdpfovVGWGXiNo7GA1Wqz { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0623125rem;width:22.1249375rem;top:8.375rem;left:50.3125rem;overflow:hidden;display:block; }
#X5RMMrrclOyMncMqlk87wFCIdlP0JK4o { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.99975rem;width:22.0623125rem;top:40.1875rem;left:50.375rem;overflow:hidden;display:block; }
#nCUWHu8Mq51wdBfUiJSNyP1AClHgazo1 { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:22rem;top:40.75rem;left:2.6875rem;overflow:hidden;display:block; }
#molfTFnPG2wzVBaTZWpFQPhmDENww8xp { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:22.0625rem;top:72.1875rem;left:50.4375rem;overflow:hidden;display:block; }
#iSUgbeK9ywnkrnLUReMzmZiHXxOs6opf { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:22.25rem;top:73.4375rem;left:26.5rem;overflow:hidden;display:block; }
#kfMss1fQ61i3itaO0yWEsPsFRRVimgTW { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:22.3125rem;top:72rem;left:2.5rem;overflow:hidden;display:block; }
#MHrzOxP7QOfBvro8nhUQ1bdomNokiotM { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:22.1875rem;top:106.25rem;left:50.375rem;overflow:hidden;display:block; }
#LTCqFy5fBn7enmTnyBDw96CmHzxTfyJ4 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:22.3125rem;top:105.625rem;left:26.5rem;overflow:hidden;display:block; }
#AVBRACJFVh7aqcJCQmdPVQr24CcwE17J { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:22.25rem;top:106rem;left:2.5625rem;overflow:hidden;display:block; }
#TNnlOTqGPzT72fKVuozazn4Ld333IGIE { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6248125rem;width:28.499625rem;top:140.3125rem;left:2.6875rem;overflow:hidden;display:block; }
#pHy68oaSCpIZac5iUEJN4HBTtGn46nSp { position:absolute;display:block;z-index:15044;background-color:#7ca6d8;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:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.375rem;width:28.6875rem;top:137.875rem;left:2.6875rem;display:block; }
#TlA1HC9SNkhn0As9LpcozZiGSmBbfLm9 { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:22.0625rem;top:41.75rem;left:26.625rem;overflow:hidden;display:block; }
#elsrqp86OgLrpEF0R64CwULCAHhoZbaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006fbc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container { background-color: transparent; background-image: none; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container > .video-iframe-container { display: none; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row > .video-iframe-container { display: none; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .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); }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container { border-width: 0; border-radius: 0; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#eAMZiykPieLDTDU0rfzBZqUVdViWMEm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0456314086914rem;left:15.718661308289rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vu2pEW8acSs7onRTTkCFTS6UKy0dPsxb { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.6873226165771rem;left:13.749556541443rem;height:4.54900625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ed9IXkgMGUFD44evhTLP921cdd4mD8Th { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:4.875rem;top:0rem;left:3.6875rem;overflow:hidden;display:block; }
#ynOtxBW3JGe5CrzJbcF3NVP3Zlqg4DXC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.93725rem;width:4.874825rem;top:6.1865215301514rem;left:66.624646186831rem;overflow:hidden;display:block; }
#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container { background-color: transparent; background-image: none; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container > .video-iframe-container { display: none; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row > .video-iframe-container { display: none; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .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); }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container { border-width: 0; border-radius: 0; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#zbBX6dF7xUsc0MxfimcQyHvwuMJfz3V9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:31.25rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#Uxa5b69C3M0N2ql49mhO2Va9pWbpJlg2 { color:#fbb03b;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:-0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.0625rem;left:29.1875rem;height:4.71146875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQAU7h43GwFx660JBFzgT4Ivz97GEkqW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.999206542969rem;left:52.062321662903rem;height:1.38139375rem;font-style:normal;display:block; }
#qxgrJKqCvyTf0RsKrV4K3zngz22Oi34d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:27.929688930511rem;left:52.062321662903rem;height:6.3015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HcssBAeV2FExTBZfcQZFkp2TTSSmZ06u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:27.929688930511rem;left:28.125000953674rem;height:6.3015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lkw2eeA9i1FpSh83XyFmKaTfd4bW9uv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.999206542969rem;left:28.125000953674rem;height:1.38139375rem;font-style:normal;display:block; }
#ABLgIJ48rHIXFdVxLBxsXM6FxREo4bv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.999664306641rem;left:4.3124113082886rem;height:1.38139375rem;font-style:normal;display:block; }
#Tk5BPDJhKTNUTKstB172E1hrDqNi6rQy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:27.906161785126rem;left:4.3124113082886rem;height:6.3334375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#heTr9HQVAhRVDoysuQx7cBSNkIfpPQeE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.3124375rem;width:21.875rem;top:10.374644756317rem;left:2.6874113082886rem;overflow:hidden;display:block; }
#PTz7UKI026qlmqFZg8MGXWSTa8niP6zl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.25rem;width:21.875rem;top:10.369052410126rem;left:26.687500953674rem;overflow:hidden;display:block; }
#d3UJasRDUXffHk6e7mBKAFsCMh3BNDDx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.3125rem;width:21.875rem;top:10.374644756317rem;left:50.437321662903rem;overflow:hidden;display:block; }
#XqR2TzWrlSC5sxBuZbZAMtmHNaUzDbrI { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.1875rem;width:36rem;top:43.5rem;left:0rem;display:block; }
#ozKN4IAvkZJRCadl2JnmQ1Oy4pG9a1ez { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36rem;top:43.5rem;left:39rem;display:block; }
#kAEgg89GTKvMNm5S6AKzmTZUXRBDW408 { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #28afe6;border-left:0.375rem solid #28afe6;border-right:0.375rem solid #28afe6;border-bottom:0.375rem solid #28afe6;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.1875rem;width:4.1875rem;top:40.625rem;left:33.125rem;display:block; }
#qugL1qfDc4Iwfw2R4EMEweadFH1xRxA7 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #9ed9f4;border-left:0.375rem solid #9ed9f4;border-right:0.375rem solid #9ed9f4;border-bottom:0.375rem solid #9ed9f4;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.8125rem;width:36.125rem;top:44.0625rem;left:0rem;display:block; }
#WZzA7kSvIu23nwtdHH0AgwS6xgSsKuuT { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-3),1);border-left:0.375rem solid rgba(var(--color-secondary-3),1);border-right:0.375rem solid rgba(var(--color-secondary-3),1);border-bottom:0.375rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:43.5rem;left:31.875rem;display:block; }
#vNkhqNCp7m96RhUr0EcoRByhxBb49u9A { position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #006fbc;border-left:0.375rem solid #006fbc;border-right:0.375rem solid #006fbc;border-bottom:0.375rem solid #006fbc;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:61.125rem;left:37.5625rem;display:block; }
#Qny58Axa14hJf8HoNfJxdkxC4dTTZrnZ { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-3),1);border-left:0.375rem solid rgba(var(--color-secondary-3),1);border-right:0.375rem solid rgba(var(--color-secondary-3),1);border-bottom:0.375rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.8125rem;width:36.125rem;top:44.0625rem;left:38.125rem;display:block; }
#ep5iQPLIOdc6eHpOuVATZ5uJF2MSvIR1 { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #28afe6;border-left:0.375rem solid #28afe6;border-right:0.375rem solid #28afe6;border-bottom:0.375rem solid #28afe6;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:60.0625rem;left:39.8125rem;display:block; }
#nU1cF22i03EmVC4TbuREVc4DusvgHEKe { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:27.5rem;width:21.875rem;top:10.375rem;left:2.6875rem;display:block; }
#adlBVefExhsvtJCLlPPOCLnx6oXTdJZx { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:27.5rem;width:21.875rem;top:10.374644756317rem;left:26.624642372131rem;display:block; }
#uUJLzKuTq8P8QtQqBT4biWC3sXrmD1O3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:27.5rem;width:21.875rem;top:10.375rem;left:50.4375rem;display:block; }
#sTePIsKnJxtxgztloQ6w3SLZhXwpMPQe { color:rgba(var(--color-secondary-3),1);display:block;width:4.5rem;position:absolute;font-family:"bree serif";font-size:6.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:45.125rem;height:9.0185625rem;display:block; }
#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#135472;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container { background-color: transparent; background-image: none; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container > .video-iframe-container { display: none; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row > .video-iframe-container { display: none; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .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); }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container { border-width: 0; border-radius: 0; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#W3aTGuV1m18ZWOt6x1TL3FZbTKCUQDyE { background-color:#ff8a02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.624625rem;height:2.56214375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.25rem;left:29.1875rem;display:block; }
#SNInTMq6M3yUieDLpmKmF3fLld68ucZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRobIEQ5D1CRP5ANntiTrdWZV9WSVv6r { color:#ffffff;display:block;width:46.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.3118782043457rem;left:13.999911308289rem;height:5.125175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr { position:relative;display:block; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr { background-color: transparent; background-image: none; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container > .video-iframe-container { display: none; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row > .video-iframe-container { display: none; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .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); }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr { border-width: 0; border-radius: 0; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PzoD62sxCGPqhgpqkyca2USI5nIgsgXQ { position:absolute;display:block;z-index:15000;height:22.5rem;width:40rem;top:0rem;left:0rem;display:block; }
#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424043;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container { background-color: transparent; background-image: none; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container > .video-iframe-container { display: none; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row > .video-iframe-container { display: none; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .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); }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container { border-width: 0; border-radius: 0; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#JWbZcXoWviFk5ATNaluTsc7RlOL8nNFq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.361328125rem;left:0rem;height:0.875rem;display:block; }
#eo7GSuRc5AlVkWVMyZpO7XTzpOiLgBm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ol1IsIQHTg2TcPz78Ber6IDqMVMb3SI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.4982643127441rem;left:0rem;height:4.900575rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC { display:block; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTNMzzTpUJHNsSF0MaDkh0gBs5K54Gse { top:0rem;left:0rem;width:2.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaraPXevP8h6GrnDTVlIRQkS5w59K2mM { top:0.75rem;left:45.75rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei9dx1XbG55TTsFDlqqp7P0TJzZGZx35 { top:2.3125rem;left:12.9375rem;width:34.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZ15T8iC7aKiJie0aWpo2HV0iiEGsq2 { width:6.9375rem;height:2.1875rem;top:2.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXQqNZ0rAwiPzOhlg5B1T4Ie7ZvHyvs { display:block; }
 }@media only screen and (max-width: 763px) { #bLBGkmK8AowSLvE5CUq73TRDM7STtNso { width:6.9375rem;height:2.1875rem;top:2.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2F0Xv7z3VE1ZMgkPLHbRbIXmyC16pF { display:block; }
 }@media only screen and (max-width: 763px) { #sX5WNTg9VTOm5a3Z9WD8kBNLuzTXMPsl { width:6.9375rem;height:2.1875rem;top:2.25rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsb9ZqIBExUzUyGqKa5OoKzB5CGbi8l { display:block; }
 }@media only screen and (max-width: 763px) { #nuBpXJ0scQcnvpKLoC1H60mUVzO4tzJD { width:6.9375rem;height:2.1875rem;top:2.3125rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTCgV0pWWrtP7D1QfdvRWCbHL1KKd9z { display:block; }
 }@media only screen and (max-width: 763px) { #e5ULWayJfkWL7qGrGbyxbI5mLNyScaQ5 { display:none; }
 }@media only screen and (max-width: 763px) { #gZyRRT911M9UlLG7FEQpWG9wAgThmf6T { width:6.9375rem;height:2.1875rem;top:2.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRgVHR1dV1RbbSxubi7OAtn9cfPlDyA { display:block; }
 }@media only screen and (max-width: 763px) { #vhbQkGmih7TFmSoLgFDAAnmTSImz2dqr { top:1.1875rem;left:14.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cKeomtrlD2wVNEppqcnrhs5zNXxV9c { top:0.9375rem;left:0rem;width:6.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 { display:block; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-regular-label { display:block;width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-text {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-select {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-checkbox-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q  { width:21.5rem;height:auto;top:7.5rem;left:23.75rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q {display:block;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q { width:21.5rem;height:auto;top:7.5rem;left:23.75rem; }
 }@media only screen and (max-width: 763px) { #OqzTmUekAKUHblKkdr4IvpdWfIkQkOBL { display:block; }
 }@media only screen and (max-width: 763px) { #HstJzr42c5VkyGyrIuMq2PDmcbn3luJZ { display:block; }
 }@media only screen and (max-width: 763px) { #GG4TOLG5bTTepBDkSS5RmFNEqUdguTLz { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUzuqSEPUG6FSeUuMBvfEFlwp5ykiZwX {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #wzUrcXMoeUhSronMqRosBuCi8y88fJJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RCHD0u3BpRgNDNpNwqLaHnhwqKygDrsV {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #ZMAH0v8ktMXBxe6fTWqliHvtl2SzmKIi {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #gqB7ZAWSR21peTqt2yTJUFdME8ekUbZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #dLXAUapfMCdJA8h6TSmOnmdZlz33O3mU {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zNxeW2pm8Kb8dAg9TkEugyH4KwtlQ6OW {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #MUsROMIczvcTfOGCAhzOOdPP9KTkevSg { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #xado4ldiTtShcsGTnWOQ4R46GTAaSfbP {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #QsTUqDZC9yEOqabu0Grp0muH8aia7oeh {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #yrIATU3uOT42wEeJeLys4pQ8IfyrbDGc { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #vhzsksTnfWJnJoFkxFKrzz1HPTksGweX {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RHVFkE8yBzxt0CJmreLQ2taC48BQlUOq {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #f4P2pNzJN4RlTnxZKfk1KkO4ThaLE5hW { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Ox4eCOVosBDVITZxEEdlsBsibvosQ7B8 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #erqTeEtMTRBpcunyHtEmIu0BdT1XrK1G {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zoTgq0uS83SalrlxTpIJr9hCdM4e9Rd5 { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #cBqJBlp2XCtNcF8ErTym2JbrZ2BV50Z1 {  }
 }@media only screen and (max-width: 763px) { #iy4drWNgAx1JDWCrex5PTQNvCdpWC5F9 { display:block; }
 }@media only screen and (max-width: 763px) { #kQL2W3Rbq7tzDBFLXEC0IXqtIT81XKx7 { display:block; }
 }@media only screen and (max-width: 763px) { #TtTQ81ucrMaTTQ7umXKe4twG4QSysexB { display:block; }
 }@media only screen and (max-width: 763px) { #SEx00zICgxtAUkC9b9OGGpwzttIk6qSa { display:block; }
 }@media only screen and (max-width: 763px) { #g9QDf0nn8kST5Nbfs46suuC2Ma4BTRTc { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #i0xP578GOILP4lsnsG8z9JGWJqimTUa2 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #hTzr4hIpOSMhBoT2Wgt32TuB8yMVqVPc {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Vw9C90HTNwfZExPx9dcGS5potDHgTakf {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUo9ITsHANOLJyzNh8PGRqbGObb7RStg {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UmAvobMX5JEd9T7btxhsCrRlpdgwG055 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #rTV2VA1FnhOeSUyCbk0yWREACEsf6Gt3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #TOqbpbo0MW8cRhDop3wx7lxFVBLJfglO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #BDsmp5ReRd4vBCh8Dr6qBkFxJuroI1Lx { display:block; }
 }@media only screen and (max-width: 763px) { #vt6ZGmzv6TQtkVGzTUvddFZJK1gsXH78 { display:block; }
 }@media only screen and (max-width: 763px) { #KUq1S2fmgsSRhPWyIemElGMgGGsJHtUe { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UAvimtw8lJhiZvUyDfa7AEwubB3W4T2G {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #H9VXAGZM38TmzCoQeOWhzqmWhtcez2Ze {  }
 }@media only screen and (max-width: 763px) { #u8lfO6O2d333lwRwTpnMLUJM9fhPBmHM { top:31rem;left:0rem;width:35rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZVayCVyZNEatsC1MC1Egb6PKMKnLz7c { top:18.25rem;left:2.1873216629028rem;width:35.9375rem;height:20.714193636315rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0cZZCv5GB4RvcXRPI6ySwMm1mPJ6q4O { top:2.625rem;left:0rem;width:12.5rem;height:10.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRWxz1NL5yHDouTH5vsnRJx4UdmRmSTm { top:2.625rem;left:17.25rem;width:12.5rem;height:10.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmqXKlXCI6Mv1dQaSIILwrnviIkiNZ1 { top:3.375rem;left:5.4375rem;width:12.5rem;height:7.375rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAkHxUxkW8GSWD4cC7BnRqchb8k6zBJh { top:11.5rem;left:0rem;width:42.875rem;height:6.0625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6cy2IxhFJwg7AEv3ehmJEAASUR4nMFd { top:11.3125rem;left:0rem;width:43.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEASNR8wu3moGX1TZdJUXgTOsnX3F7l7 { top:18.25rem;left:0rem;width:34.25rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQq1V9nPZfGrunwkh77WQ1CA0LMOLTiB { top:22.75rem;left:0rem;width:21.4375rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxQR9oG8ehHSbCNOthVHJHdxxn3VRQ4X { top:24.875rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpTbEGoyE5opBHTrkBLvpd2hIT1k0h0q { top:2.5625rem;left:23.375rem;width:24.375rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaUTuaJGBTcIk4iCgIgVNKuqG4kKEskq { top:3.9375rem;left:29.125rem;width:18.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xNdaf0Cgc1cTVZqAMvukSocLaJgJOL { top:7.75rem;left:29rem;width:18.75rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq { display:block; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma7Lx2cS3659gLD7Tx4Cy0PTVFZuqTOJ { top:1.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7KxSr3uouLJ0J2r2O867zktQrRzUg9T { top:23.25rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTZ6ZiKSLlZiJN7KAXMcCK7TQ0ymTR4 { top:25.25rem;left:0rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDSI3OH7s5yMlHohoDTcPpGM82SqIX4B { top:23.25rem;left:13.875rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLzk8RlFahXwezh5MbQHQS3sXTik8CZ { top:40.625rem;left:0rem;width:20rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCpEGb6dPmTscGaaEd0FZM7QXNBchKL3 { top:44.1875rem;left:0rem;width:18.4375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z73HxBQN3wPbq7lyN023uAuJcxE9pZyt { top:42rem;left:13.875000953674rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbgEwivLOrIWKVOLyHLETAm0PqOcwftO { top:44.1875rem;left:14.187500953674rem;width:19.375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XZWvBQalsB8rCwpJobxtDIcTsRxWg8 { top:25.3125rem;left:15.4375rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM39GGOuNbFOQA1UzskqyHwrK3fKXcMh { top:25.25rem;left:30.875rem;width:16.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JqJxeiGloTe6LottiVUukzRzOiKR1L { top:23.1875rem;left:27.75rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoFkmIzpygTyyGIXT4clRqwDEBgQz8e { top:15rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOLtOElshPrS7LWJIIAnyNvW9EdIqxW { top:15.125rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmdTnXVTp4vDTpu5NNLT4AlsMGuldJ6 { top:15rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9RrAzyOS2ZR6PKwJlBKcsOETUBwNJ6A { top:33.0625rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTLJeMn20KtnJftEprwBLDMkDFlElu1 { top:33.625rem;left:20.156071662903rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVmzil1QrU4zoGkrTcnhBtLfV1ALb1q { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #emPqTopEszdinPsCtTug8CTZGrkPcZ75 { top:33.8125rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2nvT2fhVTm9dBmVIJ2peMnTVnrITMC { top:42rem;left:27.75rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zee5cxg4RhLygmus8giBniHnLZhmML7S { top:44.1875rem;left:30.875rem;width:16.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6dHLP4dfTJfCHSmRDhgzPSoJHJFEzJu { top:7.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcQ2WU6vhghbkf8gldKPeJhdzq8sR6B { top:13.375rem;left:0rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF4f9OD80a52ASpchX5b4VISU1XWSnp4 { top:13.4375rem;left:12.9375rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWp3uzv2wIN7i37ot3yl4okSNOTngTCr { top:13.375rem;left:25.875rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZGqOxEHE2WPMvphCms3Zl8UcFJw0f2o { top:32.0625rem;left:25.875rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEKXeKtFO3J43rpJrSptv7qAgbz68H4 { top:32.0625rem;left:12.9375rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2FGqWFQ21Wsn5kcByk9r3tiLesTuT6m { top:32rem;left:0rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h { display:block; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwsP9vA8W7edfmaatWO8zEN3CTKWMwzr { top:21.25rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feS86gkC59fu5I0nIdE4D18vuzbu1Mme { top:24.8125rem;left:0rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIkVZXKET2FUeQLxI9mmvKP5nOlLHbGJ { top:21.25rem;left:14.875rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ATT3Auk9U9w5FEgWoniLKHAObosRmt { top:24.8125rem;left:13.9375rem;width:20rem;height:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5KWLVaLHSOZb7DgowHvrHen20saOkwU { top:21.25rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZpJKXTJs8Uuica9u4sOnlGbUNhD3WF { top:24.8125rem;left:27.75rem;width:20rem;height:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chKDi5LQm7CgXtXV36eaiuQLcdSwccUB { width:20rem;height:2.25rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJrpgBXheBT75PbqovCcIhMtcqsXh0m { display:block; }
 }@media only screen and (max-width: 763px) { #iklztxVKefO8ysQKQur81OlgVP0vv1iB { top:3.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEW49gw2trfDlLNQPl3CgAq1L6qHQBQ { top:1.9375rem;left:8.2499990463256rem;width:31.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlhpZ4TysHbVvboSp2gQqgiEBlx168z6 { top:8.5625rem;left:0rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQnQQ0mgZMco1Dq4GeoPQltUJc0BS8D { top:8.5625rem;left:13rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsEDaRTsZZEUBQB9F2mhdTTnoSoGnbV { top:8.5625rem;left:25.875rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxMmUpIOSTExIEgKVrXbJWw5S3JJn4T { width:20rem;height:2.25rem;top:35.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeMcvZK0Zk05t9dSL3enuX8FqNO3E9A { display:block; }
 }@media only screen and (max-width: 763px) { #FRdObGLU13gTQNk5UbkCSExtD6HZMVht { width:20rem;height:2.25rem;top:35.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JlxMm544i7d8Q6Ii2THlTa6Id288sL { display:block; }
 }@media only screen and (max-width: 763px) { #se5qOMe6FcafNGXT5mkXmrOB5iuV2EJP { top:23.0625rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIn2ELdeVu1PQzfuK2XS9P32tTz5IfI8 { top:23.0625rem;left:14.875rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO4RFoGFluVDWSIv4SemOFEpTM90s15Q { top:23.0625rem;left:29.625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcF63nT53fAiBUayTN1obU28aaKqTHH1 { top:40.5rem;left:0rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PUcvTQi0bA7fArD8RqHHJiObNDWDct { top:53.1875rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDS1rqkwzZ1aRbxzmQf0ybK6uK9f5Eei { top:55rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLTzl0qK7Fidy3vlgXT6Kfk9MPyBZrW { top:56.75rem;left:0rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaGDgyDE7KgQu0rM7KDpneywWFJ1BQFD { top:40.5rem;left:13.0625rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6SS7GwFNdvoymcuWdxTMWqaIe2gsAM { top:53.1875rem;left:14.9375rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhKRDCEDLgJZIldZzalNP90unmVSKW56 { top:56.75rem;left:13.9375rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWbrgTPXJWyOuSrt3Cx28F5yHzTVZDm { top:55rem;left:14.9375rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXNyEBOykTcJDaTJRWXhnt9C4HeQa36 { width:20rem;height:2.25rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKLa0BPzlzcJ3kg0ZPMCpd0rBzGB5abw { display:block; }
 }@media only screen and (max-width: 763px) { #uk6kotKgcrfmJ3THeZvPDVFZZKxITTzI { width:20rem;height:2.25rem;top:67.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hME89HoulHIxcCNGQe6goS2LUSEhUhos { display:block; }
 }@media only screen and (max-width: 763px) { #dfBoomhaqREoimnPc4ppglKl0UZFRCrF { top:40.5rem;left:25.875rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSOZNrcl1zo2avMc9IGXc9daR8M72Lnz { top:53.4375rem;left:29.625rem;width:18.125rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIxWp8Hp5N3aH0Vu42qXsfAJbd7m00e { top:56.75rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV4MxFZgG9kZygSPB5Abqlg01BOruL56 { width:20rem;height:2.25rem;top:67.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGsmmtHTVfVFeEy0WMxUqnbeiiyrUM6g { display:block; }
 }@media only screen and (max-width: 763px) { #No8uy8vuBWQzQK2GVKIkpftd6Jkk2VQU { top:55rem;left:29.625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8uEXqVNXWuTonLE6eN7ZpoS6smUN8fh { top:72.6875rem;left:0rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF6aDSprfhgaSXLenbTo0O8qD3wSfpLf { top:85.375rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTnKLNri9XRwutuh0JUoIzMRIUKteJ0 { top:85.375rem;left:14.9375rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKDdB83bxxzuXUwJRe2iinS1efZeQmHw { top:72.6875rem;left:13.0625rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv1TGxoppAvI2oB49K12BTDVydGGTeRG { top:87.125rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r912JOKJI3WZV4w1KfXL3AleWPvETEf5 { top:87.125rem;left:14.9375rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWufgXfndb0m2DQ8bdWylflclU0ZOwfd { top:88.875rem;left:0rem;width:20rem;height:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJ5K9qUw7388nAQCOutQxoIZV4ybHsb { top:88.875rem;left:14rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxFobK06O6o6kCqZ6LSewwG5ksVAqxWK { top:85.375rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dem9l7zUreATr254Kw2hRHeT62Zq470t { top:88.875rem;left:27.75rem;width:20rem;height:7.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpRFlEBQmFrzITcPttmgTnTJMCk34Cl0 { top:72.6875rem;left:25.875rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IJ03OBsh3MJqLO0nbdWhILFyQ64PkX { top:87.125rem;left:29.625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTa718M4F5qidzuVlOaAuPe3dAzkaAoI { width:20rem;height:2.25rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5mIM6BiSrRLgL0Ht6HnMBRNRdML3ys { display:block; }
 }@media only screen and (max-width: 763px) { #thvuLcGaedg2yViO9rflamo9EJLIsRTM { width:20rem;height:2.25rem;top:99.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbixho1PvdFt05mTtMxadMZNDnropI5 { display:block; }
 }@media only screen and (max-width: 763px) { #bB7hzxNH1cab8qG6FmJbi4NlQIN7XgGV { width:20rem;height:2.25rem;top:99.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1i4GQcuzZekGEeBDdsQ8LcMUW74abtM { display:block; }
 }@media only screen and (max-width: 763px) { #uTpwrMuG41P19h6ETpaCTP1qtcEGg0zX { top:105.0625rem;left:0rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyPEEavn7flLuC39ThUJLz1w7xLT8XTG { width:20rem;height:2.25rem;top:131.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ8MfTeac40TdzLNqabPEwlZszZkL3PQ { display:block; }
 }@media only screen and (max-width: 763px) { #QdouaJuv52vyuD9LlPTegl2QM47vhXRG { top:121.25rem;left:0rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64hT5CB4gXZNX8o3O1mn0MFfCNonm6T { top:105.0625rem;left:13.0625rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUO5ViN1kc6zVREVOCUKARMTelfbfhV { top:121.25rem;left:14rem;width:20rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8glll1NVvKyWK50sFVI85WuN4GpDavf { width:20rem;height:2.25rem;top:131.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcfZFrMMl1xLJyhMPtySa1mUT4uaB7c { display:block; }
 }@media only screen and (max-width: 763px) { #QUysKokF6ee2DnzUCvguIAXMiiK4cIOt { top:119.5rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOn0BAzE1itTanzggAgdJNgyV4gPbC1f { top:119.5rem;left:14.9375rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT45IcHpwU9A0p978KTaXO4oNXqzruyb { top:121.25rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2dqnUlLLeAP2z3r9rdQlf6py47NL3p3 { top:105.0625rem;left:25.875rem;width:21.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZqgFGX9ekFxiHvgVXbaTLnNV1enAxD { width:20rem;height:2.25rem;top:131.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMgGeLI1f7DZ95xqPGS86W26EFA3pN3 { display:block; }
 }@media only screen and (max-width: 763px) { #DS1WKyysleXZAtl548stO3v2npPPOQZx { top:119.5rem;left:29.625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymP47hUUP1QQxz0VX8F0yxeFH3Zx8QJ { top:118.0625rem;left:0rem;width:18.125rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwsrALB3kwtU4WcDABtS2C8KpiO6x7EG { top:117.75rem;left:14.9375rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUl2JHcwLxUE5xlk5OxXpaxDU8XggnFq { top:117.75rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVEbf3LtPHd8e5sxsPVtvpQ5JrUVrsDP { top:137.875rem;left:0rem;width:47.75rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr8blOCg47fHyabeaQFAOmBO3DEt17M { top:141.875rem;left:20.0625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0X2ECap0THlhpwT0omfntawCn1G5tll { top:140.3125rem;left:20.0625rem;width:25.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfqywru4pJ4G7eHG7omF5DCueLGzToKG { top:143.6875rem;left:12.25rem;width:35.5rem;height:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU9tc6p8Hmmv6Z91DxESbyPBu2f3rV9h { width:12.0625rem;height:2.25rem;top:151.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgNvFwORAKLO4shiTPZKNPl9MEDT5mnV { display:block; }
 }@media only screen and (max-width: 763px) { #fwy2NCkmHuDsR0S88D77S0CQaQ8vph9v { top:9.0625rem;left:0rem;width:22.25rem;height:11.717031143206rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74oRrAN6C0kSxigZSvoQ68QICF8TmAH { top:9.625rem;left:13rem;width:21.875rem;height:10.811875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTELBxcmdRHdpfovVGWGXiNo7GA1Wqz { top:8.375rem;left:25.6875rem;width:22.0625rem;height:12.027835883717rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RMMrrclOyMncMqlk87wFCIdlP0JK4o { top:40.1875rem;left:25.75rem;width:22rem;height:11.966095356809rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUWHu8Mq51wdBfUiJSNyP1AClHgazo1 { top:40.75rem;left:0rem;width:21.9375rem;height:13.212258804077rem;display:block; }
 }@media only screen and (max-width: 763px) { #molfTFnPG2wzVBaTZWpFQPhmDENww8xp { top:72.1875rem;left:25.6875rem;width:22rem;height:11.965858066782rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSUgbeK9ywnkrnLUReMzmZiHXxOs6opf { top:73.4375rem;left:12.875rem;width:22.1875rem;height:10.71973474272rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfMss1fQ61i3itaO0yWEsPsFRRVimgTW { top:72rem;left:0rem;width:22.25rem;height:12.091109564253rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHrzOxP7QOfBvro8nhUQ1bdomNokiotM { top:106.25rem;left:25.5625rem;width:22.1875rem;height:10.1873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCqFy5fBn7enmTnyBDw96CmHzxTfyJ4 { top:105.625rem;left:12.875rem;width:22.25rem;height:10.719758764804rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVBRACJFVh7aqcJCQmdPVQr24CcwE17J { top:106rem;left:0rem;width:22.1875rem;height:10.595333067411rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnlOTqGPzT72fKVuozazn4Ld333IGIE { top:140.3125rem;left:0rem;width:28.4375rem;height:13.594884558112rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHy68oaSCpIZac5iUEJN4HBTtGn46nSp { top:137.875rem;left:0rem;width:28.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlA1HC9SNkhn0As9LpcozZiGSmBbfLm9 { top:41.75rem;left:13rem;width:22rem;height:10.40777117086rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsrqp86OgLrpEF0R64CwULCAHhoZbaV { display:block; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMZiykPieLDTDU0rfzBZqUVdViWMEm3 { top:2rem;left:2.0936613082886rem;width:43.5rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu2pEW8acSs7onRTTkCFTS6UKy0dPsxb { top:5.625rem;left:0.12455654144287rem;width:47.5rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9IXkgMGUFD44evhTLP921cdd4mD8Th { top:0rem;left:0rem;width:4.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynOtxBW3JGe5CrzJbcF3NVP3Zlqg4DXC { top:6.125rem;left:42.9375rem;width:4.8125rem;height:7.8357716687266rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 { display:block; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbBX6dF7xUsc0MxfimcQyHvwuMJfz3V9 { top:1.25rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxa5b69C3M0N2ql49mhO2Va9pWbpJlg2 { top:4.0625rem;left:15.5625rem;width:16.5625rem;height:4.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQAU7h43GwFx660JBFzgT4Ivz97GEkqW { top:25.9375rem;left:29rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxgrJKqCvyTf0RsKrV4K3zngz22Oi34d { top:27.875rem;left:29rem;width:18.75rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcssBAeV2FExTBZfcQZFkp2TTSSmZ06u { top:27.875rem;left:14.500000953674rem;width:18.75rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkw2eeA9i1FpSh83XyFmKaTfd4bW9uv5 { top:25.9375rem;left:14.500000953674rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLgIJ48rHIXFdVxLBxsXM6FxREo4bv3 { top:25.9375rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5BPDJhKTNUTKstB172E1hrDqNi6rQy { top:27.875rem;left:0rem;width:18.75rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heTr9HQVAhRVDoysuQx7cBSNkIfpPQeE { top:10.3125rem;left:0rem;width:21.875rem;height:14.3124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTz7UKI026qlmqFZg8MGXWSTa8niP6zl { top:10.3125rem;left:13.062500953674rem;width:21.875rem;height:14.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3UJasRDUXffHk6e7mBKAFsCMh3BNDDx { top:10.3125rem;left:25.875rem;width:21.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqR2TzWrlSC5sxBuZbZAMtmHNaUzDbrI { top:43.5rem;left:0rem;width:36rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozKN4IAvkZJRCadl2JnmQ1Oy4pG9a1ez { top:43.5rem;left:11.75rem;width:36rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAEgg89GTKvMNm5S6AKzmTZUXRBDW408 { top:40.625rem;left:19.5rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugL1qfDc4Iwfw2R4EMEweadFH1xRxA7 { top:44.0625rem;left:0rem;width:36.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzA7kSvIu23nwtdHH0AgwS6xgSsKuuT { top:43.5rem;left:18.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkhqNCp7m96RhUr0EcoRByhxBb49u9A { top:61.125rem;left:23.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qny58Axa14hJf8HoNfJxdkxC4dTTZrnZ { top:44.0625rem;left:10.875rem;width:36.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5iQPLIOdc6eHpOuVATZ5uJF2MSvIR1 { top:60.0625rem;left:26.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU1cF22i03EmVC4TbuREVc4DusvgHEKe { top:10.375rem;left:0rem;width:21.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlBVefExhsvtJCLlPPOCLnx6oXTdJZx { top:10.3125rem;left:12.999642372131rem;width:21.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJLzKuTq8P8QtQqBT4biWC3sXrmD1O3 { top:10.375rem;left:25.875rem;width:21.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTePIsKnJxtxgztloQ6w3SLZhXwpMPQe { top:0rem;left:31.5rem;width:4.5rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 { display:block; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3aTGuV1m18ZWOt6x1TL3FZbTKCUQDyE { width:16.5625rem;height:2.5rem;top:10.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNInTMq6M3yUieDLpmKmF3fLld68ucZF { display:block; }
 }@media only screen and (max-width: 763px) { #MRobIEQ5D1CRP5ANntiTrdWZV9WSVv6r { top:3.25rem;left:0.37491130828857rem;width:46.9375rem;height:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr { display:block; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzoD62sxCGPqhgpqkyca2USI5nIgsgXQ { top:0rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP { display:block; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWbZcXoWviFk5ATNaluTsc7RlOL8nNFq { top:13.3125rem;left:0rem;width:17.5rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7GSuRc5AlVkWVMyZpO7XTzpOiLgBm6 { top:1.25rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1IsIQHTg2TcPz78Ber6IDqMVMb3SI4 { top:3.4375rem;left:0rem;width:24.375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UyVaPtqmQ2Tn2puBwLT09fp6KKCBIicC > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTNMzzTpUJHNsSF0MaDkh0gBs5K54Gse { width:1.875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaraPXevP8h6GrnDTVlIRQkS5w59K2mM { width:2rem;height:1.9375rem;top:0rem;left:17.374348938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #ei9dx1XbG55TTsFDlqqp7P0TJzZGZx35 { width:0.5rem;height:2.125rem;top:2.1875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZ15T8iC7aKiJie0aWpo2HV0iiEGsq2 { width:1.4375rem;height:2.1875rem;top:2.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXQqNZ0rAwiPzOhlg5B1T4Ie7ZvHyvs { display:block; }
 }@media only screen and (max-width: 763px) { #bLBGkmK8AowSLvE5CUq73TRDM7STtNso { width:1.4375rem;height:2.1875rem;top:2.125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2F0Xv7z3VE1ZMgkPLHbRbIXmyC16pF { display:block; }
 }@media only screen and (max-width: 763px) { #sX5WNTg9VTOm5a3Z9WD8kBNLuzTXMPsl { width:1.9375rem;height:2.1875rem;top:2.125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsb9ZqIBExUzUyGqKa5OoKzB5CGbi8l { display:block; }
 }@media only screen and (max-width: 763px) { #nuBpXJ0scQcnvpKLoC1H60mUVzO4tzJD { width:1.75rem;height:2.1875rem;top:2.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTCgV0pWWrtP7D1QfdvRWCbHL1KKd9z { display:block; }
 }@media only screen and (max-width: 763px) { #e5ULWayJfkWL7qGrGbyxbI5mLNyScaQ5 { top:1.8125rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gZyRRT911M9UlLG7FEQpWG9wAgThmf6T { width:6.9375rem;height:2.1875rem;top:8rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSRgVHR1dV1RbbSxubi7OAtn9cfPlDyA { display:block; }
 }@media only screen and (max-width: 763px) { #vhbQkGmih7TFmSoLgFDAAnmTSImz2dqr { width:3.375rem;height:3.375rem;top:0rem;left:16.501300873303rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cKeomtrlD2wVNEppqcnrhs5zNXxV9c { width:5rem;height:3.5rem;top:0.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 { background-color:rgba(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/uc/38277ccb-b49d-409d-a2cd-6288c7f183b4/REVISI312.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.adaptive-delivery-prevent-bg, #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.lazyload, #GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3.lazyloading { background-image: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { background-color: transparent; background-image: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container > .video-iframe-container { display: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row > .video-iframe-container { display: none; }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .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); }#GNpo2QuEEEfsuDeUKBzltAqfNRgnibh3 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-text {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-select {padding-top: 0; padding-bottom: 0;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q  { width:17.5rem;height:auto;top:27.6064453125rem;left:0rem; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hT0z0X6yDNNKsXWapgzmnX5IccooI03q {display:block;}#hT0z0X6yDNNKsXWapgzmnX5IccooI03q { width:17.5rem;height:auto;top:27.6064453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqzTmUekAKUHblKkdr4IvpdWfIkQkOBL { display:block; }
 }@media only screen and (max-width: 763px) { #HstJzr42c5VkyGyrIuMq2PDmcbn3luJZ { display:block; }
 }@media only screen and (max-width: 763px) { #GG4TOLG5bTTepBDkSS5RmFNEqUdguTLz { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUzuqSEPUG6FSeUuMBvfEFlwp5ykiZwX {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #wzUrcXMoeUhSronMqRosBuCi8y88fJJ5 { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RCHD0u3BpRgNDNpNwqLaHnhwqKygDrsV {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #ZMAH0v8ktMXBxe6fTWqliHvtl2SzmKIi {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #gqB7ZAWSR21peTqt2yTJUFdME8ekUbZ6 { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #dLXAUapfMCdJA8h6TSmOnmdZlz33O3mU {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zNxeW2pm8Kb8dAg9TkEugyH4KwtlQ6OW {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #MUsROMIczvcTfOGCAhzOOdPP9KTkevSg { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #xado4ldiTtShcsGTnWOQ4R46GTAaSfbP {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #QsTUqDZC9yEOqabu0Grp0muH8aia7oeh {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #yrIATU3uOT42wEeJeLys4pQ8IfyrbDGc { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #vhzsksTnfWJnJoFkxFKrzz1HPTksGweX {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #RHVFkE8yBzxt0CJmreLQ2taC48BQlUOq {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #f4P2pNzJN4RlTnxZKfk1KkO4ThaLE5hW { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Ox4eCOVosBDVITZxEEdlsBsibvosQ7B8 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #erqTeEtMTRBpcunyHtEmIu0BdT1XrK1G {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #zoTgq0uS83SalrlxTpIJr9hCdM4e9Rd5 { display:none; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #cBqJBlp2XCtNcF8ErTym2JbrZ2BV50Z1 {  }
 }@media only screen and (max-width: 763px) { #iy4drWNgAx1JDWCrex5PTQNvCdpWC5F9 { display:block; }
 }@media only screen and (max-width: 763px) { #kQL2W3Rbq7tzDBFLXEC0IXqtIT81XKx7 { display:block; }
 }@media only screen and (max-width: 763px) { #TtTQ81ucrMaTTQ7umXKe4twG4QSysexB { display:block; }
 }@media only screen and (max-width: 763px) { #SEx00zICgxtAUkC9b9OGGpwzttIk6qSa { display:block; }
 }@media only screen and (max-width: 763px) { #g9QDf0nn8kST5Nbfs46suuC2Ma4BTRTc { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #i0xP578GOILP4lsnsG8z9JGWJqimTUa2 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #hTzr4hIpOSMhBoT2Wgt32TuB8yMVqVPc {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #Vw9C90HTNwfZExPx9dcGS5potDHgTakf {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #SUo9ITsHANOLJyzNh8PGRqbGObb7RStg {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UmAvobMX5JEd9T7btxhsCrRlpdgwG055 {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #rTV2VA1FnhOeSUyCbk0yWREACEsf6Gt3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #TOqbpbo0MW8cRhDop3wx7lxFVBLJfglO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #BDsmp5ReRd4vBCh8Dr6qBkFxJuroI1Lx { display:block; }
 }@media only screen and (max-width: 763px) { #vt6ZGmzv6TQtkVGzTUvddFZJK1gsXH78 { display:block; }
 }@media only screen and (max-width: 763px) { #KUq1S2fmgsSRhPWyIemElGMgGGsJHtUe { display:block; }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #UAvimtw8lJhiZvUyDfa7AEwubB3W4T2G {  }
 }@media only screen and (max-width: 763px) { #hT0z0X6yDNNKsXWapgzmnX5IccooI03q #H9VXAGZM38TmzCoQeOWhzqmWhtcez2Ze {  }
 }@media only screen and (max-width: 763px) { #u8lfO6O2d333lwRwTpnMLUJM9fhPBmHM { width:20rem;height:3rem;top:15.412109375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZVayCVyZNEatsC1MC1Egb6PKMKnLz7c { width:20rem;height:11.528125rem;top:13.596875190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0cZZCv5GB4RvcXRPI6ySwMm1mPJ6q4O { width:5.5625rem;height:4.0625rem;top:1.125rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRWxz1NL5yHDouTH5vsnRJx4UdmRmSTm { width:4.75rem;height:4.0625rem;top:1.125rem;left:12.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmqXKlXCI6Mv1dQaSIILwrnviIkiNZ1 { width:5.875rem;height:2.5996125rem;top:1.875rem;left:7.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAkHxUxkW8GSWD4cC7BnRqchb8k6zBJh { width:19rem;height:2.6rem;top:5.125rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6cy2IxhFJwg7AEv3ehmJEAASUR4nMFd { width:19rem;height:2.5625rem;top:5.1875rem;left:0.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEASNR8wu3moGX1TZdJUXgTOsnX3F7l7 { width:20rem;height:1.54375rem;top:7.72500038147rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQq1V9nPZfGrunwkh77WQ1CA0LMOLTiB { width:20rem;height:2.2744125rem;top:9.9874992370606rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #sxQR9oG8ehHSbCNOthVHJHdxxn3VRQ4X { width:6rem;height:1rem;top:9.9874992370606rem;left:11.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #EpTbEGoyE5opBHTrkBLvpd2hIT1k0h0q { width:20rem;height:33.5625rem;top:23.642578125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #NaUTuaJGBTcIk4iCgIgVNKuqG4kKEskq { width:18.625rem;height:3rem;top:24.875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xNdaf0Cgc1cTVZqAMvukSocLaJgJOL { width:18.75rem;height:0.8125rem;top:28.1875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq { display:block; }#GDd71DHd2UfXcnUZuTI4gtHosI0KmDRq > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma7Lx2cS3659gLD7Tx4Cy0PTVFZuqTOJ { width:20rem;height:1.375rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7KxSr3uouLJ0J2r2O867zktQrRzUg9T { width:8.6246875rem;height:0.9746125rem;top:18.75rem;left:7.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hUTZ6ZiKSLlZiJN7KAXMcCK7TQ0ymTR4 { width:11.311875rem;height:3.25rem;top:19.75rem;left:7.125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KDSI3OH7s5yMlHohoDTcPpGM82SqIX4B { width:12.125rem;height:0.9746125rem;top:27.125rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iiLzk8RlFahXwezh5MbQHQS3sXTik8CZ { width:11.3125rem;height:1.79980625rem;top:43.3125rem;left:1.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VCpEGb6dPmTscGaaEd0FZM7QXNBchKL3 { width:11.8125rem;height:3.25rem;top:45.1875rem;left:1rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z73HxBQN3wPbq7lyN023uAuJcxE9pZyt { width:10.1871875rem;height:0.9746125rem;top:51.75rem;left:7.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbgEwivLOrIWKVOLyHLETAm0PqOcwftO { width:11.624375rem;height:4.0625rem;top:52.75rem;left:7.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9XZWvBQalsB8rCwpJobxtDIcTsRxWg8 { width:10.8125rem;height:3.25rem;top:28.1875rem;left:1.3125rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zM39GGOuNbFOQA1UzskqyHwrK3fKXcMh { width:11.311875rem;height:3.25rem;top:36.4375rem;left:7.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9JqJxeiGloTe6LottiVUukzRzOiKR1L { width:10.75rem;height:0.9746125rem;top:35.4375rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #snoFkmIzpygTyyGIXT4clRqwDEBgQz8e { width:4.6875rem;height:4.6875rem;top:18.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOLtOElshPrS7LWJIIAnyNvW9EdIqxW { width:5rem;height:5rem;top:26.5rem;left:13.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmdTnXVTp4vDTpu5NNLT4AlsMGuldJ6 { width:5.125rem;height:5.125rem;top:35rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9RrAzyOS2ZR6PKwJlBKcsOETUBwNJ6A { width:4.9373375rem;height:4.874675rem;top:43.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTLJeMn20KtnJftEprwBLDMkDFlElu1 { width:5.125rem;height:5.125rem;top:51.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVmzil1QrU4zoGkrTcnhBtLfV1ALb1q { width:20rem;height:2.19970625rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emPqTopEszdinPsCtTug8CTZGrkPcZ75 { width:5.125rem;height:5.125rem;top:60.21875rem;left:12.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2nvT2fhVTm9dBmVIJ2peMnTVnrITMC { width:11.4998125rem;height:0.9746125rem;top:61.0625rem;left:0.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zee5cxg4RhLygmus8giBniHnLZhmML7S { width:11.5625rem;height:2.4375rem;top:62.25rem;left:0rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #u6dHLP4dfTJfCHSmRDhgzPSoJHJFEzJu { width:20rem;height:7.875rem;top:7.22265625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXcQ2WU6vhghbkf8gldKPeJhdzq8sR6B { width:20rem;height:7.1875rem;top:17.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF4f9OD80a52ASpchX5b4VISU1XWSnp4 { width:20rem;height:7.1875rem;top:25.5498046875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWp3uzv2wIN7i37ot3yl4okSNOTngTCr { width:20rem;height:7.1875rem;top:33.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZGqOxEHE2WPMvphCms3Zl8UcFJw0f2o { width:20rem;height:7.1875rem;top:59.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEKXeKtFO3J43rpJrSptv7qAgbz68H4 { width:20rem;height:7.1875rem;top:50.6875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2FGqWFQ21Wsn5kcByk9r3tiLesTuT6m { width:20rem;height:7.1875rem;top:42.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h { background-color:#fdfdfd;background-image:none;display:block; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { background-color: transparent; background-image: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container > .video-iframe-container { display: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row > .video-iframe-container { display: none; }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .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); }#ZUQkiKEPttEUIV5IWJKTpTCXivnzGe2h > .row .container { width:20rem;height:417.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwsP9vA8W7edfmaatWO8zEN3CTKWMwzr { width:18.75rem;height:1.625rem;top:19.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feS86gkC59fu5I0nIdE4D18vuzbu1Mme { width:18.75rem;height:8.661625rem;top:23.32421875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIkVZXKET2FUeQLxI9mmvKP5nOlLHbGJ { width:18.75rem;height:1.625rem;top:49.9765625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ATT3Auk9U9w5FEgWoniLKHAObosRmt { width:18.75rem;height:7.69925rem;top:53.48828125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5KWLVaLHSOZb7DgowHvrHen20saOkwU { width:18.75rem;height:1.625rem;top:81.337890625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZpJKXTJs8Uuica9u4sOnlGbUNhD3WF { width:18.75rem;height:7.69925rem;top:84.849609375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chKDi5LQm7CgXtXV36eaiuQLcdSwccUB { width:18.75rem;height:2.3125rem;top:33.04833984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrJrpgBXheBT75PbqovCcIhMtcqsXh0m { display:block; }
 }@media only screen and (max-width: 763px) { #iklztxVKefO8ysQKQur81OlgVP0vv1iB { width:20rem;height:2.19970625rem;top:3.53515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEW49gw2trfDlLNQPl3CgAq1L6qHQBQ { width:20rem;height:2.20019375rem;top:1.3736972808838rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlhpZ4TysHbVvboSp2gQqgiEBlx168z6 { width:20rem;height:29.375rem;top:7.130859375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQnQQ0mgZMco1Dq4GeoPQltUJc0BS8D { width:20rem;height:30rem;top:37.77978515625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsEDaRTsZZEUBQB9F2mhdTTnoSoGnbV { width:20rem;height:30rem;top:69.185546875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxMmUpIOSTExIEgKVrXbJWw5S3JJn4T { width:18.75rem;height:2.25rem;top:64.40478515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeMcvZK0Zk05t9dSL3enuX8FqNO3E9A { display:block; }
 }@media only screen and (max-width: 763px) { #FRdObGLU13gTQNk5UbkCSExtD6HZMVht { width:18.75rem;height:2.25rem;top:95.99560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JlxMm544i7d8Q6Ii2THlTa6Id288sL { display:block; }
 }@media only screen and (max-width: 763px) { #se5qOMe6FcafNGXT5mkXmrOB5iuV2EJP { width:18.75rem;height:1.13720625rem;top:21.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIn2ELdeVu1PQzfuK2XS9P32tTz5IfI8 { width:18.75rem;height:1.13720625rem;top:51.7265625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO4RFoGFluVDWSIv4SemOFEpTM90s15Q { width:18.125rem;height:1.13720625rem;top:83.087890625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcF63nT53fAiBUayTN1obU28aaKqTHH1 { width:20rem;height:30rem;top:100.5224609375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PUcvTQi0bA7fArD8RqHHJiObNDWDct { width:18.75rem;height:1.625rem;top:113.17041015625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDS1rqkwzZ1aRbxzmQf0ybK6uK9f5Eei { width:18.75rem;height:1.13720625rem;top:114.92041015625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLTzl0qK7Fidy3vlgXT6Kfk9MPyBZrW { width:18.75rem;height:8.661625rem;top:116.68212890625rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaGDgyDE7KgQu0rM7KDpneywWFJ1BQFD { width:20rem;height:30rem;top:131.98046875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6SS7GwFNdvoymcuWdxTMWqaIe2gsAM { width:18.75rem;height:1.625rem;top:143.46142578125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhKRDCEDLgJZIldZzalNP90unmVSKW56 { width:18.75rem;height:8.661625rem;top:146.97314453125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWbrgTPXJWyOuSrt3Cx28F5yHzTVZDm { width:18.75rem;height:1.13720625rem;top:145.21142578125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXNyEBOykTcJDaTJRWXhnt9C4HeQa36 { width:18.75rem;height:2.25rem;top:127.40625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKLa0BPzlzcJ3kg0ZPMCpd0rBzGB5abw { display:block; }
 }@media only screen and (max-width: 763px) { #uk6kotKgcrfmJ3THeZvPDVFZZKxITTzI { width:18.75rem;height:2.25rem;top:158.85546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hME89HoulHIxcCNGQe6goS2LUSEhUhos { display:block; }
 }@media only screen and (max-width: 763px) { #dfBoomhaqREoimnPc4ppglKl0UZFRCrF { width:20rem;height:30rem;top:163.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSOZNrcl1zo2avMc9IGXc9daR8M72Lnz { width:18.75rem;height:2.75rem;top:176.3154296875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIxWp8Hp5N3aH0Vu42qXsfAJbd7m00e { width:18.75rem;height:8.661625rem;top:180.9521484375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV4MxFZgG9kZygSPB5Abqlg01BOruL56 { width:18.75rem;height:2.25rem;top:190.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGsmmtHTVfVFeEy0WMxUqnbeiiyrUM6g { display:block; }
 }@media only screen and (max-width: 763px) { #No8uy8vuBWQzQK2GVKIkpftd6Jkk2VQU { width:18.75rem;height:1.13720625rem;top:179.1904296875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8uEXqVNXWuTonLE6eN7ZpoS6smUN8fh { width:20rem;height:30rem;top:195.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF6aDSprfhgaSXLenbTo0O8qD3wSfpLf { width:18.75rem;height:1.625rem;top:207.2431640625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTnKLNri9XRwutuh0JUoIzMRIUKteJ0 { width:18.75rem;height:1.625rem;top:238.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKDdB83bxxzuXUwJRe2iinS1efZeQmHw { width:20rem;height:30rem;top:226.60009765625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv1TGxoppAvI2oB49K12BTDVydGGTeRG { width:18.75rem;height:1.13720625rem;top:208.9931640625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r912JOKJI3WZV4w1KfXL3AleWPvETEf5 { width:18.75rem;height:1.13720625rem;top:239.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWufgXfndb0m2DQ8bdWylflclU0ZOwfd { width:18.75rem;height:7.69925rem;top:210.7548828125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJ5K9qUw7388nAQCOutQxoIZV4ybHsb { width:18.75rem;height:8.661625rem;top:241.57421875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxFobK06O6o6kCqZ6LSewwG5ksVAqxWK { width:18.75rem;height:1.625rem;top:270.1279296875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dem9l7zUreATr254Kw2hRHeT62Zq470t { width:18.75rem;height:6.7368125rem;top:273.6396484375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpRFlEBQmFrzITcPttmgTnTJMCk34Cl0 { width:20rem;height:30rem;top:258rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IJ03OBsh3MJqLO0nbdWhILFyQ64PkX { width:18.75rem;height:1.13720625rem;top:271.8779296875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTa718M4F5qidzuVlOaAuPe3dAzkaAoI { width:18.75rem;height:2.25rem;top:222rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5mIM6BiSrRLgL0Ht6HnMBRNRdML3ys { display:block; }
 }@media only screen and (max-width: 763px) { #thvuLcGaedg2yViO9rflamo9EJLIsRTM { width:18.75rem;height:2.25rem;top:253.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbixho1PvdFt05mTtMxadMZNDnropI5 { display:block; }
 }@media only screen and (max-width: 763px) { #bB7hzxNH1cab8qG6FmJbi4NlQIN7XgGV { width:18.75rem;height:2.25rem;top:284.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1i4GQcuzZekGEeBDdsQ8LcMUW74abtM { display:block; }
 }@media only screen and (max-width: 763px) { #uTpwrMuG41P19h6ETpaCTP1qtcEGg0zX { width:20rem;height:30rem;top:289.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyPEEavn7flLuC39ThUJLz1w7xLT8XTG { width:18.75rem;height:2.25rem;top:316.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ8MfTeac40TdzLNqabPEwlZszZkL3PQ { display:block; }
 }@media only screen and (max-width: 763px) { #QdouaJuv52vyuD9LlPTegl2QM47vhXRG { width:18.75rem;height:8.661625rem;top:305.818359375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64hT5CB4gXZNX8o3O1mn0MFfCNonm6T { width:20rem;height:30rem;top:321.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUO5ViN1kc6zVREVOCUKARMTelfbfhV { width:18.75rem;height:7.348625rem;top:336.5849609375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8glll1NVvKyWK50sFVI85WuN4GpDavf { width:18.75rem;height:2.25rem;top:347.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcfZFrMMl1xLJyhMPtySa1mUT4uaB7c { display:block; }
 }@media only screen and (max-width: 763px) { #QUysKokF6ee2DnzUCvguIAXMiiK4cIOt { width:18.75rem;height:1.13720625rem;top:304.056640625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOn0BAzE1itTanzggAgdJNgyV4gPbC1f { width:18.75rem;height:1.13720625rem;top:334.8232421875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT45IcHpwU9A0p978KTaXO4oNXqzruyb { width:18.75rem;height:8.661625rem;top:367.7568359375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2dqnUlLLeAP2z3r9rdQlf6py47NL3p3 { width:20rem;height:30rem;top:352.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZqgFGX9ekFxiHvgVXbaTLnNV1enAxD { width:18.75rem;height:2.25rem;top:379.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMgGeLI1f7DZ95xqPGS86W26EFA3pN3 { display:block; }
 }@media only screen and (max-width: 763px) { #DS1WKyysleXZAtl548stO3v2npPPOQZx { width:18.75rem;height:1.13720625rem;top:365.9951171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymP47hUUP1QQxz0VX8F0yxeFH3Zx8QJ { width:18.75rem;height:2.75rem;top:301.23779296875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwsrALB3kwtU4WcDABtS2C8KpiO6x7EG { width:18.75rem;height:1.625rem;top:333.0732421875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUl2JHcwLxUE5xlk5OxXpaxDU8XggnFq { width:18.75rem;height:1.625rem;top:364.2451171875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVEbf3LtPHd8e5sxsPVtvpQ5JrUVrsDP { width:20rem;height:30.9375rem;top:384.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr8blOCg47fHyabeaQFAOmBO3DEt17M { width:18.75rem;height:1.13720625rem;top:400.18701171875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0X2ECap0THlhpwT0omfntawCn1G5tll { width:18.75rem;height:2.75rem;top:397.31201171875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vfqywru4pJ4G7eHG7omF5DCueLGzToKG { width:18.75rem;height:9.624rem;top:401.94873046875rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tU9tc6p8Hmmv6Z91DxESbyPBu2f3rV9h { width:18.75rem;height:2.25rem;top:412.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgNvFwORAKLO4shiTPZKNPl9MEDT5mnV { display:block; }
 }@media only screen and (max-width: 763px) { #fwy2NCkmHuDsR0S88D77S0CQaQ8vph9v { width:20rem;height:10.53175rem;top:8.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74oRrAN6C0kSxigZSvoQ68QICF8TmAH { width:20rem;height:9.88525rem;top:38.84228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTELBxcmdRHdpfovVGWGXiNo7GA1Wqz { width:20rem;height:10.9033125rem;top:69.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RMMrrclOyMncMqlk87wFCIdlP0JK4o { width:20rem;height:10.8779375rem;top:164.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCUWHu8Mq51wdBfUiJSNyP1AClHgazo1 { width:20rem;height:12.0454375rem;top:101.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #molfTFnPG2wzVBaTZWpFQPhmDENww8xp { width:20rem;height:10.878186968839rem;top:258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSUgbeK9ywnkrnLUReMzmZiHXxOs6opf { width:20rem;height:9.625rem;top:227.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfMss1fQ61i3itaO0yWEsPsFRRVimgTW { width:20rem;height:10.8681875rem;top:195.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHrzOxP7QOfBvro8nhUQ1bdomNokiotM { width:20rem;height:9.182625rem;top:353.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCqFy5fBn7enmTnyBDw96CmHzxTfyJ4 { width:20rem;height:9.63575rem;top:322.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVBRACJFVh7aqcJCQmdPVQr24CcwE17J { width:20rem;height:9.5503125rem;top:290.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnlOTqGPzT72fKVuozazn4Ld333IGIE { width:20rem;height:9.5610625rem;top:386.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHy68oaSCpIZac5iUEJN4HBTtGn46nSp { width:20rem;height:11.5625rem;top:384.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlA1HC9SNkhn0As9LpcozZiGSmBbfLm9 { width:20rem;height:9.4614375rem;top:132.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsrqp86OgLrpEF0R64CwULCAHhoZbaV { display:block; }#elsrqp86OgLrpEF0R64CwULCAHhoZbaV > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMZiykPieLDTDU0rfzBZqUVdViWMEm3 { width:20rem;height:3.57421875rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vu2pEW8acSs7onRTTkCFTS6UKy0dPsxb { width:18.75rem;height:12.375rem;top:7.32763671875rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9IXkgMGUFD44evhTLP921cdd4mD8Th { width:1.0620125rem;height:1.749675rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynOtxBW3JGe5CrzJbcF3NVP3Zlqg4DXC { width:1.9375rem;height:3.25rem;top:18.9375rem;left:18.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 { display:block; }#DIXgbN9txa99DzbzxTWyUsMbPTKIA2v5 > .row .container { width:20rem;height:121.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbBX6dF7xUsc0MxfimcQyHvwuMJfz3V9 { width:12.5rem;height:2.5996125rem;top:1.375rem;left:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxa5b69C3M0N2ql49mhO2Va9pWbpJlg2 { width:16.5625rem;height:3.0058625rem;top:3.22412109375rem;left:1.59375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQAU7h43GwFx660JBFzgT4Ivz97GEkqW { width:18.75rem;height:1.29980625rem;top:75.888671875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxgrJKqCvyTf0RsKrV4K3zngz22Oi34d { width:18.75rem;height:8.3984375rem;top:77.8134765625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcssBAeV2FExTBZfcQZFkp2TTSSmZ06u { width:18.75rem;height:7.348625rem;top:50.6474609375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkw2eeA9i1FpSh83XyFmKaTfd4bW9uv5 { width:18.75rem;height:1.29980625rem;top:48.72265625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLgIJ48rHIXFdVxLBxsXM6FxREo4bv3 { width:18.75rem;height:1.29980625rem;top:21.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5BPDJhKTNUTKstB172E1hrDqNi6rQy { width:18.75rem;height:7.348625rem;top:23.6123046875rem;left:0.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #heTr9HQVAhRVDoysuQx7cBSNkIfpPQeE { width:20rem;height:13.125rem;top:7.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTz7UKI026qlmqFZg8MGXWSTa8niP6zl { width:20rem;height:13.125rem;top:34.34765625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3UJasRDUXffHk6e7mBKAFsCMh3BNDDx { width:20rem;height:13.125rem;top:61.513671875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqR2TzWrlSC5sxBuZbZAMtmHNaUzDbrI { height:10.5623125rem;width:18.9371875rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozKN4IAvkZJRCadl2JnmQ1Oy4pG9a1ez { height:10.5625rem;width:18.9375rem;top:107.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAEgg89GTKvMNm5S6AKzmTZUXRBDW408 { width:1.5625rem;height:1.5625rem;top:101rem;left:0.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugL1qfDc4Iwfw2R4EMEweadFH1xRxA7 { width:18.0625rem;height:10rem;top:91.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzA7kSvIu23nwtdHH0AgwS6xgSsKuuT { width:2.3120125rem;height:2.3120125rem;top:90.125rem;left:17.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkhqNCp7m96RhUr0EcoRByhxBb49u9A { width:2.374675rem;height:2.374675rem;top:105.4375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qny58Axa14hJf8HoNfJxdkxC4dTTZrnZ { width:18.3125rem;height:10.25rem;top:106.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5iQPLIOdc6eHpOuVATZ5uJF2MSvIR1 { width:1.749675rem;height:1.749675rem;top:116.125rem;left:17.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU1cF22i03EmVC4TbuREVc4DusvgHEKe { width:20rem;height:25.3125rem;top:7.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlBVefExhsvtJCLlPPOCLnx6oXTdJZx { width:20rem;height:25.5625rem;top:34.34765625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJLzKuTq8P8QtQqBT4biWC3sXrmD1O3 { width:20rem;height:26.6875rem;top:61.513671875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTePIsKnJxtxgztloQ6w3SLZhXwpMPQe { width:1.9995125rem;height:7.3125rem;top:0rem;left:14.74853515625rem;font-size:5.625rem;color:#b5d3ff;display:block; }
 }@media only screen and (max-width: 763px) { #Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 { display:block; }#Hy04sT3GdMOknkoCGnOSB7fr4qBlFGT9 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3aTGuV1m18ZWOt6x1TL3FZbTKCUQDyE { width:13.5rem;height:2.25rem;top:8.15625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNInTMq6M3yUieDLpmKmF3fLld68ucZF { display:block; }
 }@media only screen and (max-width: 763px) { #MRobIEQ5D1CRP5ANntiTrdWZV9WSVv6r { width:20rem;height:4.94970625rem;top:1.65869140625rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr { display:block; }#HhRaqLLqvnfE4xVvu5piHxSOPuTEnuZr > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzoD62sxCGPqhgpqkyca2USI5nIgsgXQ { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP { display:block; }#Zl2T8b1GIN5Cf5iRMLJ2Mer1oOaMBdDP > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWbZcXoWviFk5ATNaluTsc7RlOL8nNFq { width:17.5rem;height:0.875rem;top:9.8592128753663rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7GSuRc5AlVkWVMyZpO7XTzpOiLgBm6 { width:20rem;height:1.29980625rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1IsIQHTg2TcPz78Ber6IDqMVMb3SI4 { width:20rem;height:4.199225rem;top:3.23486328125rem;left:0rem;font-size:0.75rem;display:block; }
 }