.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bb72478-17d7-47ec-996f-00b567dc6c8c/view03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.adaptive-delivery-prevent-bg, #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.lazyload, #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.lazyloading { background-image: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { background-color: transparent; background-image: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container > .video-iframe-container { display: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container { display: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .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); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { border-width: 0; border-radius: 0; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#Tqe5VMZA3sPQ89xcnFzfVELRhgrUhGpa { color:#000000;display:block;width:26.499rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.9375rem;left:43.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqzHTXmwgbHSu7OmVrlHZ2nEkoOztJiQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.559rem;width:31.25rem;top:6.125rem;left:5.0625rem;overflow:hidden;display:block; }
#wWXhELVT1lwiiZSxqmk8RyuxOES6zaBp { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.4375rem;width:30.25rem;top:15.9375rem;left:41.8125rem;display:block; }
#w0T3QT6UpMJsRsPaKTpPv8lpPS5hGnFu { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:37.5625rem;top:16.5625rem;left:1.9375rem;display:block; }
#N3tkmH8iZpMfCTJgLDx962sm50ykw3K7 { color:#162b78;display:block;width:35.9986875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.6875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hHUG0X827ubgHMMKNIBiuvMtvlRrzMum { color:#eac84a;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.046875rem;left:4rem;height:2.4375rem;font-style:italic;display:block; }
#cBRlVWZih8r2Mldn1e1LrR1I0Rtr9SOM { color:#eac84a;display:block;width:7.3748125rem;position:absolute;font-family:"open sans";font-size:11.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.996803283691rem;left:16.998401641846rem;height:14.625rem;font-style:italic;display:block; }
#Q7c2HOF7IFuRZGDcKIxRD5ifJaa9Tgbl { color:#eac84a;display:block;width:11.1239375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.623933792114rem;left:23.805042266846rem;height:2.4375rem;font-style:italic;display:block; }
#xZS1MpieJX0lEaEoMMHgDGa0lLwTcF28 { color:#fafafa;display:block;width:9.9365rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:40.8125rem;left:4rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZZhKDTWxs9Tz6x1zMSppKDlV4KHMImP { color:#fafafa;display:block;width:9.9373125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:40.875rem;left:15.8125rem;height:3.299475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9hppQhNT89DLqNv2v93ipJxdiffTEhA { position:absolute;display:block;z-index:15033;background-color:#ffffff;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.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:5rem;width:0.185546875rem;top:38.625rem;left:14.125rem;display:block; }
#qk7JqoNrrK4sbZigUSDWTwaaFaRUIJfC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:38.625rem;left:19.8125rem; }
#lDZRVCVSSxXHGroJl9J6Bp4dHhqTN2Lt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:38.625rem;left:8rem; }
#Ch2vp9kwEHrzbLGNEJFDV6kZ1es5A3HB { position:absolute;display:block;z-index:15034;background-color:#ffffff;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.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:5rem;width:0.185546875rem;top:38.625rem;left:26.5625rem;display:block; }
#JBa1wSK55MA5KSxC4Bo4MJm77Tlvxi7q { color:#fafafa;display:block;width:9.9373125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:40.875rem;left:27.5rem;height:3.299475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGTbHf1wHHE0P6mOFaEodPSd6HL1rfvE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:38.625rem;left:31.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:25.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:25.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:25.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:25.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #14261c, #062053);background-image: -moz-linear-gradient(225deg, #14261c, #062053);background-image: -ms-linear-gradient(225deg, #14261c, #062053);background-image: -o-linear-gradient(225deg, #14261c, #062053);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );";background-image: linear-gradient(225deg, #14261c, #062053);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:25.8125rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.6875rem;top:24.4375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.6875rem;top:24.4375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 { position:relative;display:block; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 { background-color: transparent; background-image: none; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row .container > .video-iframe-container { display: none; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row > .video-iframe-container { display: none; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .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); }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 { border-width: 0; border-radius: 0; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .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; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;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; }#Di9pTbbJ0eCy0BwTThSg3x6IG7zcsDNz { color:#14261c;display:block;width:35.061875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.68603134155275rem;left:38.718260765076rem;height:3.4121125rem;font-style:normal;display:block; }
#oH4efL0os4RAK7TCJeokdTVOu6J3bqiF { position:absolute;display:block;z-index:15004;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248209375rem;width:35rem;top:4.8998985290528rem;left:38.749999046326rem;display:block; }
#RB5b9nXATCcOtcUwDkNSJNVcMo2pcGXR { background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.93375rem;height:2.55859375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.240721344948rem;left:38.718260765076rem;display:block; }
#OJxA0T3TBqZfvFHQf5WIX5Xk7cyMs8vP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvVzE6MOl13pQdZOXXlXJDL7p8GUo3Ki { 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:36.0625rem;width:36.0625rem;top:0.68684768676756rem;left:0.56233692169189rem;overflow:hidden;display:block; }
#kqSH9skdQoU0fwm73FHxbHMb7TCkD62b { color:#000000;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.125rem;left:38.6875rem;height:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container { background-color: transparent; background-image: none; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container > .video-iframe-container { display: none; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row > .video-iframe-container { display: none; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .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); }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container { border-width: 0; border-radius: 0; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#ksVtRTkRnPkW6RD6Uwh0PwbZGGlq3hoN { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.125rem;left:2.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xyte0mg5op4FxlkIK01f2aMyZ2sIorQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.125rem;left:2.8125rem; }
#lPgCJthHbIuczQ8QpC3rHmbM6TCvhaTT { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.5625rem;height:2.42480625rem;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; }
#gFc7CNQaFt3m7fNvP0XBI8lDhT4Ai47L { color:#ffffff;display:block;width:1.93685rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.375rem;left:5.125rem;height:;text-align:left;text-align-last:left;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; }
#AtaPCkxqNWdadnJZAvZFkr57EFdlbf0n { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeUl2bwu8JAS4ZMTIsmtWoX0udRvFSGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.125rem;left:8.25rem; }
#zG6erXesxRGBh9CUJXaJN88exnDMBlNb { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:14.6875rem;top:6.1875rem;left:2rem;overflow:hidden;display:block; }
#Vwm7N2rf4v3PHWl9HOT1BF4CNXJEQr3T { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.375rem;left:10.3125rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#UiFiKG5dVXK7bl10dEmcfgAcC09FCsXe { position:absolute;display:block;z-index:15034;background-color:#03163c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.1875rem;left:2rem;display:block; }
#KpXrcay07TFeUI7g2OtlDsGZk5TA7s5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.125rem;left:13.25rem; }
#BqUCq1A93ryRc0C8RaVBxDDGaqNJ7koR { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:23.375rem;left:15.5rem;height:;text-align:left;text-align-last:left;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; }
#JtG8tBliUpLXdoeUnhkUnpXn04KQENJl { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.1875rem;left:21.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7eoBzDIh9cP22mmG6BSes72sGlRGXqo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:21.5625rem; }
#HMC0vCtv9u7DTW7WntnnnlK3yuLD8TpO { color:#ffffff;display:block;width:1.93685rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:23.4375rem;left:23.875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#sVxrcTXBwr9q72VvSfUNgXLyr1KC5z65 { position:absolute;display:block;z-index:15045;background-color:#03163c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:20.75rem;display:block; }
#RAxfoDHenPiJ4pbnT7TlBDzxnLCudTsB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:27rem; }
#vNSztNygeXkTayh41dKLXHcWGhlF2SJ9 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:14.75rem;top:6.2499995231628rem;left:20.75rem;overflow:hidden;display:block; }
#MT5oIqLKRmD9TkfcOIK5PHCw8cSENvIt { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:23.4375rem;left:29.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#LVKVV7oK97fWTbZ6pPAmTFlZiZEf4xLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:23.1875rem;left:32rem; }
#HELbzlgtyrE6WNK7xyX4sqGE7ztgkITo { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:23.4375rem;left:34.25rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#MhiCb8hoFG4gNJe4yeTfbTsmZTWsuU0U { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:23.1875rem;left:40.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGe3biXRNHn1Ghe3Age2seCUm93KnT1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:40.3125rem; }
#LR7m08JEtCBkWzrOwaIH0V6i6unLEJSb { color:#ffffff;display:block;width:1.93685rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:23.4375rem;left:42.625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#DGT4maub82GbrmoToJ6vyGJD7HDTAbMx { position:absolute;display:block;z-index:15056;background-color:#03163c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:39.5rem;display:block; }
#Gqu8sCrhwMdIPtEPNvBgSEJfc4CSdaEp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:45.75rem; }
#Z4TvJPq6BId8zXSQMTicCDtrmptfSAas { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:23.4375rem;left:47.8125rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#ZIakzbn1WMBAVvm1TdTdHU1lXEluRgul { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:23.1875rem;left:50.75rem; }
#gRiBqqyNTVUigr0Pl6PMSJDIhJyvvXaP { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:23.4375rem;left:53rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#cV08MuENqQgx4Ohrqpy58ZQOmAylozLr { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:23.1875rem;left:59.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJp85wJv30fZtCud3Hand6JlngGxzuLU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:23.1875rem;left:59.0625rem; }
#sR7NhAyRvqbygntNkULEped67fXne3pQ { color:#ffffff;display:block;width:1.93685rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:23.4375rem;left:61.375rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#pVahNdW8Ev77LZU5PTP2v0BeN1VDTwEv { position:absolute;display:block;z-index:15067;background-color:#03163c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:58.25rem;display:block; }
#iTAdyiIUCO3dKAADTTv4A1A32EZzxJDR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:23.1875rem;left:64.5rem; }
#czyW7WkXE6TsLWINvClBTfccTCNpMUzD { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:23.4375rem;left:66.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#MG7qNd3l0T64rzOuylXH59Mg4Cc0VML3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:23.1875rem;left:69.5rem; }
#aMTHlndS5HQVct08u2NymmsFTCH0C74y { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:23.4375rem;left:71.75rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#Kwoz2vFsZicdG6RTff6NNSAs5PawMlLl { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:6.1875rem;left:39.5rem;overflow:hidden;display:block; }
#pTuHnplAdO6bGpSZ9JrfoOe8Rnpa0Hi7 { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:6.1875rem;left:58.25rem;overflow:hidden;display:block; }
#a4BqZ4s3bBmbS8auNsZnmR89rZJLv0Ie { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.875rem;left:40.3125rem;height:1.70631875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ma7E7ZuIaOJ9nwnAKekii4ad4nlsWpTT { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:18.5625rem;left:41.0625rem;height:2.42480625rem;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; }
#hsyyG39uMTCQDxviFsZSnyv7WlLffEIJ { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:16.875rem;left:59.0625rem;height:1.70631875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2WMIX75V3qV11hnGrcdxs6LydTIbALG { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:18.5625rem;left:59.8125rem;height:2.42480625rem;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; }
#CJ5dml3CBkkwOiB9F7vUnhSi7OsfE2sT { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:17rem;left:21.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVm4HbiKLoe0TAm0bowTc1cBeoKrAgwf { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:18.5625rem;left:22.3125rem;height:2.42480625rem;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; }
#gahdvlIG8fVDcqOTQFGE8NtFTAHN1lEl { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.43798828125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#BOyU1vHxgeLTpiod2fALkzOixhrnbJuh { background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6869375rem;height:2.56214375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.436078190804rem;left:30.929508209229rem;display:block; }
#dh88nekvX1lSkWcHhGTGIvenMLDODJnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03163c;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; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container { background-color: transparent; background-image: none; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container > .video-iframe-container { display: none; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row > .video-iframe-container { display: none; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .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); }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container { border-width: 0; border-radius: 0; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#ivElPizSffeEnH5KM81VM1mt9R3gDxa2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0742162466049rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAFr6989a9rGyyNLezemThR3iBGbTtoT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epUp4xd4qGpQpcnnxiyWtJIzKyanh11u { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.1875rem;height:13.40625rem;text-align:justify;text-align-last:initial;display:block; }
#AMeTmzrZqOc6n8V9TL7L4bC5g667hap6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.5625rem;left:35.125rem; }
#vOgU1A4cSLzHXqZM8IpCOdtKNg2eZtnx { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUOlRIkkkmuZi6zgGHeNNRPo8yAQF4o1 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.8125rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#qyyMFMemfiIdU3ldP79ckNmlftTpdPym { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZphveJkEfwlwEyJzB3urdkkrCHs1D9B { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625rem;left:51.25rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#MDFpBkcHLaITnwcPEOAR5kpuS75AT0WZ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.375rem;left:56.875rem; }
#LarMKE7MyLHmt4gBgtXqfab3Obe0yo9g { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:6.8125rem;left:13rem;overflow:hidden;display:block; }
#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03163c;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; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container { background-color: transparent; background-image: none; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container > .video-iframe-container { display: none; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row > .video-iframe-container { display: none; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .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); }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container { border-width: 0; border-radius: 0; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#RHnAA3oKciUHcUFW53W0zXfTTZ9sNPnr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDATIcLo5S4VnDH7IZmpRUkKFgkJfqdN { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.3125rem;height:9.75rem;text-align:justify;text-align-last:initial;display:block; }
#mzxKoSErgAcroGWvwQNr2IPGhKomkr6s { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7rem;top:1.4375rem;left:43rem;overflow:hidden;display:block; }
#MeoTPvdZaMqw9iwRk9hHfhyMzDVEmG27 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.6875rem;left:25.8125rem; }
#rg4GPcSm6GerfMBtVTcMZv14LRLfuelo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fi5is2lnkc4biT4QBs9lWxHbgM7QeNAi { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.125rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#lb5O4sTgwxCoEVwRuxxpUBOD4TbSV9az { background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6861875rem;height:2.5612rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.9375rem;left:30.3125rem;display:block; }
#o2wWlo9NfNi5XTKCmGM1QBfaGzXsTOe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { position:relative;display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { background-color: transparent; background-image: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container > .video-iframe-container { display: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row > .video-iframe-container { display: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .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); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { border-width: 0; border-radius: 0; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .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; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;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; }#hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.3125rem;width:17.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:0.875rem;overflow:hidden;display:block; }
#J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.2493125rem;width:17.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:38rem;overflow:hidden;display:block; }
#u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.2493125rem;width:17.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:56.5rem;overflow:hidden;display:block; }
#VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { color:#000000;display:block;width:12.499125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.5625rem;left:3.4375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { color:#000000;display:block;width:12.4973125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { color:#000000;display:block;width:12.4973125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:59.125rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.187125rem;width:17.6873125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:19.4375rem;overflow:hidden;display:block; }
#IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { color:#000000;display:block;width:12.4964375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:21.75rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fd;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; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { background-color: transparent; background-image: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container > .video-iframe-container { display: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container { display: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .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); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { border-width: 0; border-radius: 0; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:52.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCEDVu3MS35TahddBF1cFhEI27FH5pNT { color:#000000;display:block;width:14.499rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:5.25rem;height:7.95703125rem;font-style:italic;display:block; }
#Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { color:#000000;display:block;width:14.499rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:30.25048828125rem;height:6.8203125rem;font-style:italic;display:block; }
#Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { color:#000000;display:block;width:15.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:54.8115234375rem;height:7.95703125rem;font-style:italic;display:block; }
#cZWKaeBI6qTfU2aMsdUmunJigtAneHka { color:#14261c;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsophVOUpx2hx74rxef1MlpCoFBnly5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.65478515625rem;left:10.34326171875rem; }
#VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.186632156372rem;left:11.061633110046rem; }
#egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.437rem;top:5.43603515625rem;left:2.78173828125rem;display:block; }
#c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4355625rem;top:5.43603515625rem;left:27.78076171875rem;display:block; }
#wIIiAykXtafms1TQgANcXumPIscWX1N9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.3720703125rem;left:35.93701171875rem; }
#xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4355625rem;top:5.43603515625rem;left:52.78125rem;display:block; }
#W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.65478515625rem;left:60.9375rem; }
#Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.1875rem;left:9.6243486404419rem; }
#ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.186848640442rem;left:8.2491312026975rem; }
#gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.1875rem;left:12.500000953674rem; }
#eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.1875rem;left:13.936633110046rem; }
#oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.061848640442rem;left:33.87478351593rem; }
#kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.062066078186rem;left:35.250000953674rem; }
#vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.0625rem;left:36.6875rem; }
#IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.061632156372rem;left:38.124566078186rem; }
#W7N3vphNTbPArDZe26EruXuHxz360FN3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.0625rem;left:39.49978351593rem; }
#fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:10.124782562256rem;left:58.874131202697rem; }
#Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.125rem;left:60.311852455139rem; }
#zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.125rem;left:61.75rem; }
#AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.124349355698rem;left:63.187066078187rem; }
#hL2dALWubRLvuqNaTeHQBu7gtItqelXc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10.124349355698rem;left:64.5616312027rem; }
#KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10rem;left:9.75rem;display:none; }
#THAD78R7p8u8CTkCM1kcJaAXdByADTmO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.75rem;left:8.3125rem;display:none; }
#dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10rem;left:12.5rem;display:none; }
#DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.6875rem;left:13.9375rem;display:none; }
#pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.75rem;left:33.875rem;display:none; }
#DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.75rem;left:8.3125rem;display:none; }
#WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10rem;left:9.75rem;display:none; }
#AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10rem;left:12.5rem;display:none; }
#S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.6875rem;left:13.9375rem;display:none; }
#UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.75rem;left:33.875rem;display:none; }
#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { background-color: transparent; background-image: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container > .video-iframe-container { display: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container { display: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .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); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { border-width: 0; border-radius: 0; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { color:#03163c;display:block;width:40.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.3125rem;left:29.187503814698rem;display:block; }
#HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { color:#14261c;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.76171875rem;left:19.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03163c;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; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { background-color: transparent; background-image: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container > .video-iframe-container { display: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container { display: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .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); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { border-width: 0; border-radius: 0; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.4998321533203rem;left:3.5617885589599rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { 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:3.8125rem;width:17.25rem;top:0.81232261657713rem;left:3.5617896914482rem;overflow:hidden;display:block; }
#kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { color:#ffffff;display:block;width:25.2495625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:9.81228351593rem;left:38.717449188233rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.2497835159302rem;left:32.312286376953rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ad4e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#000000;display:block;width:31.8105625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8994140625rem;left:21.966796875rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF { display:block; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqe5VMZA3sPQ89xcnFzfVELRhgrUhGpa { top:16.9375rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqzHTXmwgbHSu7OmVrlHZ2nEkoOztJiQ { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWXhELVT1lwiiZSxqmk8RyuxOES6zaBp { top:15.9375rem;left:17.5rem;width:30.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0T3QT6UpMJsRsPaKTpPv8lpPS5hGnFu { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3tkmH8iZpMfCTJgLDx962sm50ykw3K7 { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHUG0X827ubgHMMKNIBiuvMtvlRrzMum { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBRlVWZih8r2Mldn1e1LrR1I0Rtr9SOM { top:23.9375rem;left:3.3734016418457rem;width:7.3125rem;height:14.5625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c2HOF7IFuRZGDcKIxRD5ifJaa9Tgbl { top:33.5625rem;left:10.180042266846rem;width:11.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZS1MpieJX0lEaEoMMHgDGa0lLwTcF28 { top:40.8125rem;left:0rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZhKDTWxs9Tz6x1zMSppKDlV4KHMImP { top:40.875rem;left:2.1875rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9hppQhNT89DLqNv2v93ipJxdiffTEhA { top:38.625rem;left:0.5rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk7JqoNrrK4sbZigUSDWTwaaFaRUIJfC { top:38.625rem;left:6.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZRVCVSSxXHGroJl9J6Bp4dHhqTN2Lt { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2vp9kwEHrzbLGNEJFDV6kZ1es5A3HB { top:38.625rem;left:12.9375rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBa1wSK55MA5KSxC4Bo4MJm77Tlvxi7q { top:40.875rem;left:13.875rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTbHf1wHHE0P6mOFaEodPSd6HL1rfvE { top:38.625rem;left:17.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 { display:block; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Di9pTbbJ0eCy0BwTThSg3x6IG7zcsDNz { top:0.625rem;left:12.75rem;width:35rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4efL0os4RAK7TCJeokdTVOu6J3bqiF { top:4.875rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5b9nXATCcOtcUwDkNSJNVcMo2pcGXR { width:12.875rem;height:2.5rem;top:34.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxA0T3TBqZfvFHQf5WIX5Xk7cyMs8vP { display:block; }
 }@media only screen and (max-width: 763px) { #kvVzE6MOl13pQdZOXXlXJDL7p8GUo3Ki { top:0.625rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSH9skdQoU0fwm73FHxbHMb7TCkD62b { top:6.125rem;left:13.5rem;width:34.25rem;height:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em { display:block; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksVtRTkRnPkW6RD6Uwh0PwbZGGlq3hoN { width:13.125rem;height:0;top:23.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyte0mg5op4FxlkIK01f2aMyZ2sIorQG { top:23.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgCJthHbIuczQ8QpC3rHmbM6TCvhaTT { width:11.5625rem;height:;top:18.5625rem;left:0.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFc7CNQaFt3m7fNvP0XBI8lDhT4Ai47L { width:1.875rem;height:;top:23.375rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtaPCkxqNWdadnJZAvZFkr57EFdlbf0n { width:13.125rem;height:1.6875rem;top:16.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUl2bwu8JAS4ZMTIsmtWoX0udRvFSGR { top:23.125rem;left:4.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG6erXesxRGBh9CUJXaJN88exnDMBlNb { width:14.6875rem;height:10.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwm7N2rf4v3PHWl9HOT1BF4CNXJEQr3T { width:1.25rem;height:1.375rem;top:23.375rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiFiKG5dVXK7bl10dEmcfgAcC09FCsXe { width:14.375rem;height:18.8125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpXrcay07TFeUI7g2OtlDsGZk5TA7s5c { top:23.125rem;left:9.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUCq1A93ryRc0C8RaVBxDDGaqNJ7koR { width:1.25rem;height:;top:23.375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtG8tBliUpLXdoeUnhkUnpXn04KQENJl { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eoBzDIh9cP22mmG6BSes72sGlRGXqo { top:23.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMC0vCtv9u7DTW7WntnnnlK3yuLD8TpO { width:1.875rem;height:1.375rem;top:23.4375rem;left:13.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVxrcTXBwr9q72VvSfUNgXLyr1KC5z65 { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxfoDHenPiJ4pbnT7TlBDzxnLCudTsB { top:23.1875rem;left:16.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNSztNygeXkTayh41dKLXHcWGhlF2SJ9 { width:14.75rem;height:10.6875rem;top:6.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5oIqLKRmD9TkfcOIK5PHCw8cSENvIt { width:1.25rem;height:1.375rem;top:23.4375rem;left:18.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVKVV7oK97fWTbZ6pPAmTFlZiZEf4xLV { top:23.1875rem;left:21.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELbzlgtyrE6WNK7xyX4sqGE7ztgkITo { width:1.25rem;height:1.375rem;top:23.4375rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiCb8hoFG4gNJe4yeTfbTsmZTWsuU0U { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGe3biXRNHn1Ghe3Age2seCUm93KnT1K { top:23.1875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR7m08JEtCBkWzrOwaIH0V6i6unLEJSb { width:1.875rem;height:1.375rem;top:23.4375rem;left:25.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT4maub82GbrmoToJ6vyGJD7HDTAbMx { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqu8sCrhwMdIPtEPNvBgSEJfc4CSdaEp { top:23.1875rem;left:28.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TvJPq6BId8zXSQMTicCDtrmptfSAas { width:1.25rem;height:1.375rem;top:23.4375rem;left:30.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIakzbn1WMBAVvm1TdTdHU1lXEluRgul { top:23.1875rem;left:33.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRiBqqyNTVUigr0Pl6PMSJDIhJyvvXaP { width:1.25rem;height:1.375rem;top:23.4375rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV08MuENqQgx4Ohrqpy58ZQOmAylozLr { width:13.125rem;height:0;top:23.1875rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJp85wJv30fZtCud3Hand6JlngGxzuLU { top:23.1875rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR7NhAyRvqbygntNkULEped67fXne3pQ { width:1.875rem;height:1.375rem;top:23.4375rem;left:37.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVahNdW8Ev77LZU5PTP2v0BeN1VDTwEv { width:14.375rem;height:18.8125rem;top:6.25rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTAdyiIUCO3dKAADTTv4A1A32EZzxJDR { top:23.1875rem;left:40.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czyW7WkXE6TsLWINvClBTfccTCNpMUzD { width:1.25rem;height:1.375rem;top:23.4375rem;left:42.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG7qNd3l0T64rzOuylXH59Mg4Cc0VML3 { top:23.1875rem;left:45.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTHlndS5HQVct08u2NymmsFTCH0C74y { width:1.25rem;height:1.375rem;top:23.4375rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwoz2vFsZicdG6RTff6NNSAs5PawMlLl { width:14.6875rem;height:10.580427136743rem;top:6.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuHnplAdO6bGpSZ9JrfoOe8Rnpa0Hi7 { width:14.6875rem;height:10.580427136743rem;top:6.1875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4BqZ4s3bBmbS8auNsZnmR89rZJLv0Ie { width:13.125rem;height:1.6875rem;top:16.875rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma7E7ZuIaOJ9nwnAKekii4ad4nlsWpTT { width:11.5625rem;height:2.375rem;top:18.5625rem;left:24.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyyG39uMTCQDxviFsZSnyv7WlLffEIJ { width:13.125rem;height:1.6875rem;top:16.875rem;left:34.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2WMIX75V3qV11hnGrcdxs6LydTIbALG { width:11.5625rem;height:2.375rem;top:18.5625rem;left:35.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ5dml3CBkkwOiB9F7vUnhSi7OsfE2sT { width:13.125rem;height:1.6875rem;top:16.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVm4HbiKLoe0TAm0bowTc1cBeoKrAgwf { width:11.5625rem;height:;top:18.5rem;left:12.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahdvlIG8fVDcqOTQFGE8NtFTAHN1lEl { width:47.75rem;height:3.1875rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOyU1vHxgeLTpiod2fALkzOixhrnbJuh { width:13.625rem;height:2.5rem;top:27.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh88nekvX1lSkWcHhGTGIvenMLDODJnr { display:block; }
 }@media only screen and (max-width: 763px) { #umfBzaHOobvKbInkSx3zgRXqqaFbqzIL { display:block; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivElPizSffeEnH5KM81VM1mt9R3gDxa2 { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAFr6989a9rGyyNLezemThR3iBGbTtoT { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUp4xd4qGpQpcnnxiyWtJIzKyanh11u { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMeTmzrZqOc6n8V9TL7L4bC5g667hap6 { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOgU1A4cSLzHXqZM8IpCOdtKNg2eZtnx { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUOlRIkkkmuZi6zgGHeNNRPo8yAQF4o1 { top:17.8125rem;left:8.75rem;width:15.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyMFMemfiIdU3ldP79ckNmlftTpdPym { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZphveJkEfwlwEyJzB3urdkkrCHs1D9B { top:17.625rem;left:20.1875rem;width:15.625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFpBkcHLaITnwcPEOAR5kpuS75AT0WZ { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LarMKE7MyLHmt4gBgtXqfab3Obe0yo9g { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB { display:block; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHnAA3oKciUHcUFW53W0zXfTTZ9sNPnr { top:7.5rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDATIcLo5S4VnDH7IZmpRUkKFgkJfqdN { top:11.9375rem;left:20.75rem;width:15.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxKoSErgAcroGWvwQNr2IPGhKomkr6s { top:1.4375rem;left:25.96875rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeoTPvdZaMqw9iwRk9hHfhyMzDVEmG27 { top:1.6875rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg4GPcSm6GerfMBtVTcMZv14LRLfuelo { top:7.5rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi5is2lnkc4biT4QBs9lWxHbgM7QeNAi { top:11.9375rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5O4sTgwxCoEVwRuxxpUBOD4TbSV9az { width:13.625rem;height:2.5rem;top:24.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wWlo9NfNi5XTKCmGM1QBfaGzXsTOe6 { display:block; }
 }@media only screen and (max-width: 763px) { #JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { width:47.75rem;height:3.1875rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { width:17.8125rem;height:18.248666274467rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { width:17.8125rem;height:18.2493125rem;top:6.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { width:17.8125rem;height:18.2493125rem;top:6.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { top:24.5625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { top:24.5625rem;left:26.875rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { top:24.5rem;left:35.3125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { width:17.625rem;height:18.123076297869rem;top:6.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { top:24.5rem;left:8.125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { display:block; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { top:12.125rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { top:12.125rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEDVu3MS35TahddBF1cFhEI27FH5pNT { top:12.0625rem;left:0.6875rem;width:14.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { top:12.0625rem;left:16.56298828125rem;width:14.4375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { top:12.0625rem;left:31.998703956604rem;width:15.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZWKaeBI6qTfU2aMsdUmunJigtAneHka { top:1.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsophVOUpx2hx74rxef1MlpCoFBnly5d { top:6.625rem;left:5.78076171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { top:10.125rem;left:6.4991331100462rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { top:5.375rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { top:5.375rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIiAykXtafms1TQgANcXumPIscWX1N9 { top:6.3125rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { top:5.375rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { top:6.625rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { top:10.1875rem;left:5.0618486404419rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { top:10.125rem;left:3.6866312026977rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { top:10.1875rem;left:7.9375009536744rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { top:10.1875rem;left:9.3741331100462rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { top:10rem;left:20.18728351593rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { top:10rem;left:21.562500953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { top:10.0625rem;left:23rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { top:10rem;left:24.437066078186rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7N3vphNTbPArDZe26EruXuHxz360FN3 { top:10.0625rem;left:25.81228351593rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { top:10.0625rem;left:36.061631202697rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { top:10.125rem;left:37.499352455139rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { top:10.125rem;left:38.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { top:10.0625rem;left:40.374566078186rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL2dALWubRLvuqNaTeHQBu7gtItqelXc { top:10.0625rem;left:41.749131202697rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { top:10rem;left:5.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THAD78R7p8u8CTkCM1kcJaAXdByADTmO { top:9.75rem;left:3.75rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { top:10rem;left:7.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { top:9.6875rem;left:9.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { top:9.75rem;left:20.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { top:9.75rem;left:3.75rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { top:10rem;left:5.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { top:10rem;left:7.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { top:9.6875rem;left:9.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { top:9.75rem;left:20.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { display:block; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { top:1.6875rem;left:3.53125rem;width:40.6875rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { width:16.625rem;height:3.125rem;top:11.3125rem;left:15.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block; }
 }@media only screen and (max-width: 763px) { #yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { top:7.75rem;left:5.75rem;width:36.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { display:block; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { top:5.4375rem;left:0rem;width:26.5625rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { top:0.75rem;left:0rem;width:17.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { top:9.75rem;left:22.5rem;width:25.1875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { top:3.1875rem;left:9.6875rem;width:38.0625rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.875rem;left:8.341796875rem;width:31.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e3b36ca-a84b-4b6a-89d0-652b1dd6817f/WhatsAppImage20220603at090013.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.adaptive-delivery-prevent-bg, #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.lazyload, #a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF.lazyloading { background-image: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { background-color: transparent; background-image: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container > .video-iframe-container { display: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container { display: none; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .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); }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { border-width: 0; border-radius: 0; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5cRz7m0DKZG2CT2PApLsxoDwspRWFXF > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqe5VMZA3sPQ89xcnFzfVELRhgrUhGpa { width:18.125rem;height:5.3984375rem;top:45.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqzHTXmwgbHSu7OmVrlHZ2nEkoOztJiQ { width:18.1215rem;height:4.434025rem;top:5.1875rem;left:0.9383680820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWXhELVT1lwiiZSxqmk8RyuxOES6zaBp { width:20rem;height:26.125rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0T3QT6UpMJsRsPaKTpPv8lpPS5hGnFu { width:20rem;height:7.3125rem;top:12.6875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3tkmH8iZpMfCTJgLDx962sm50ykw3K7 { width:20rem;height:7.1484375rem;top:12.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHUG0X827ubgHMMKNIBiuvMtvlRrzMum { width:13.9375rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBRlVWZih8r2Mldn1e1LrR1I0Rtr9SOM { width:6.499rem;height:12.1875rem;top:22.1875rem;left:6.75rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c2HOF7IFuRZGDcKIxRD5ifJaa9Tgbl { width:3.49875625rem;height:1.625rem;top:30.5rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZS1MpieJX0lEaEoMMHgDGa0lLwTcF28 { width:7.375rem;height:1.94921875rem;top:38.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZZhKDTWxs9Tz6x1zMSppKDlV4KHMImP { width:9.875rem;height:1.949225rem;top:38.6875rem;left:5.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9hppQhNT89DLqNv2v93ipJxdiffTEhA { width:0.125rem;height:5rem;top:35.6875rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qk7JqoNrrK4sbZigUSDWTwaaFaRUIJfC { display:flex;width:1.875rem;height:1.875rem;top:35.5625rem;left:9.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lDZRVCVSSxXHGroJl9J6Bp4dHhqTN2Lt { display:flex;width:1.875rem;height:1.875rem;top:35.4375rem;left:2.75rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Ch2vp9kwEHrzbLGNEJFDV6kZ1es5A3HB { width:0.125rem;height:5rem;top:35.6875rem;left:13.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JBa1wSK55MA5KSxC4Bo4MJm77Tlvxi7q { width:5.625rem;height:1.949225rem;top:38.625rem;left:13.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGTbHf1wHHE0P6mOFaEodPSd6HL1rfvE { display:flex;width:1.875rem;height:1.875rem;top:35.6875rem;left:15.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.999rem;height:auto;top:50.7734375rem;left:0.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.999rem;height:auto;top:50.7734375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 { display:block; }#yD9VpHgX3aub3GQ7qxwptX6QSUxnBKU1 > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Di9pTbbJ0eCy0BwTThSg3x6IG7zcsDNz { width:18.936375rem;height:5.60449375rem;top:22.6875rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4efL0os4RAK7TCJeokdTVOu6J3bqiF { width:18.75rem;height:0.249023125rem;top:29.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5b9nXATCcOtcUwDkNSJNVcMo2pcGXR { width:14.7411875rem;height:2.73763125rem;top:77.186682701113rem;left:2.6285807490349rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OJxA0T3TBqZfvFHQf5WIX5Xk7cyMs8vP { display:block; }
 }@media only screen and (max-width: 763px) { #kvVzE6MOl13pQdZOXXlXJDL7p8GUo3Ki { width:19.4995rem;height:19.4995rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSH9skdQoU0fwm73FHxbHMb7TCkD62b { width:18.9965625rem;height:45rem;top:30.0625rem;left:0.5rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em { display:block; }#lUSuoaR9EcTsqdfZZCSbB8VQPybWz1em > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksVtRTkRnPkW6RD6Uwh0PwbZGGlq3hoN { width:13.125rem;height:0;top:27.5625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyte0mg5op4FxlkIK01f2aMyZ2sIorQG { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #lPgCJthHbIuczQ8QpC3rHmbM6TCvhaTT { width:11.6246875rem;height:2.42480625rem;top:20.9375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #gFc7CNQaFt3m7fNvP0XBI8lDhT4Ai47L { width:1.93685rem;height:1.3997375rem;top:24.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #AtaPCkxqNWdadnJZAvZFkr57EFdlbf0n { width:13.12425rem;height:1.70631875rem;top:18.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUl2bwu8JAS4ZMTIsmtWoX0udRvFSGR { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #zG6erXesxRGBh9CUJXaJN88exnDMBlNb { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwm7N2rf4v3PHWl9HOT1BF4CNXJEQr3T { width:1.875rem;height:1.3997375rem;top:24.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #UiFiKG5dVXK7bl10dEmcfgAcC09FCsXe { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpXrcay07TFeUI7g2OtlDsGZk5TA7s5c { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #BqUCq1A93ryRc0C8RaVBxDDGaqNJ7koR { width:1.249275rem;height:1.3997375rem;top:24.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #JtG8tBliUpLXdoeUnhkUnpXn04KQENJl { width:13.125rem;height:0;top:46.0625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eoBzDIh9cP22mmG6BSes72sGlRGXqo { display:flex;width:1.875rem;height:1.875rem;top:46.0625rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #HMC0vCtv9u7DTW7WntnnnlK3yuLD8TpO { width:1.875rem;height:1.3997375rem;top:46.3125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #sVxrcTXBwr9q72VvSfUNgXLyr1KC5z65 { width:14.375rem;height:18.8125rem;top:29.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxfoDHenPiJ4pbnT7TlBDzxnLCudTsB { display:flex;width:1.75rem;height:1.75rem;top:46.0625rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #vNSztNygeXkTayh41dKLXHcWGhlF2SJ9 { width:14.3125rem;height:10.5rem;top:29.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5oIqLKRmD9TkfcOIK5PHCw8cSENvIt { width:1.25rem;height:1.3997375rem;top:46.3125rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #LVKVV7oK97fWTbZ6pPAmTFlZiZEf4xLV { display:flex;width:1.75rem;height:1.75rem;top:46.0625rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #HELbzlgtyrE6WNK7xyX4sqGE7ztgkITo { width:1.25rem;height:1.3997375rem;top:46.3125rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #MhiCb8hoFG4gNJe4yeTfbTsmZTWsuU0U { width:13.125rem;height:0;top:67.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGe3biXRNHn1Ghe3Age2seCUm93KnT1K { display:flex;width:1.875rem;height:1.875rem;top:67.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #LR7m08JEtCBkWzrOwaIH0V6i6unLEJSb { width:1.875rem;height:1.3997375rem;top:67.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #DGT4maub82GbrmoToJ6vyGJD7HDTAbMx { width:14.375rem;height:18.8125rem;top:50.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqu8sCrhwMdIPtEPNvBgSEJfc4CSdaEp { display:flex;width:1.75rem;height:1.75rem;top:67.3125rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #Z4TvJPq6BId8zXSQMTicCDtrmptfSAas { width:1.25rem;height:1.3997375rem;top:67.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #ZIakzbn1WMBAVvm1TdTdHU1lXEluRgul { display:flex;width:1.75rem;height:1.75rem;top:67.3125rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #gRiBqqyNTVUigr0Pl6PMSJDIhJyvvXaP { width:1.25rem;height:1.3997375rem;top:67.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #cV08MuENqQgx4Ohrqpy58ZQOmAylozLr { width:13.125rem;height:0;top:88.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJp85wJv30fZtCud3Hand6JlngGxzuLU { display:flex;width:1.875rem;height:1.875rem;top:88.5rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #sR7NhAyRvqbygntNkULEped67fXne3pQ { width:1.875rem;height:1.3997375rem;top:88.75rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #pVahNdW8Ev77LZU5PTP2v0BeN1VDTwEv { width:14.375rem;height:18.8125rem;top:71.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTAdyiIUCO3dKAADTTv4A1A32EZzxJDR { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #czyW7WkXE6TsLWINvClBTfccTCNpMUzD { width:1.25rem;height:1.3997375rem;top:88.75rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #MG7qNd3l0T64rzOuylXH59Mg4Cc0VML3 { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #aMTHlndS5HQVct08u2NymmsFTCH0C74y { width:1.25rem;height:1.3997375rem;top:88.75rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Kwoz2vFsZicdG6RTff6NNSAs5PawMlLl { width:14.6875rem;height:10.875rem;top:50.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuHnplAdO6bGpSZ9JrfoOe8Rnpa0Hi7 { width:14.8125rem;height:10.875rem;top:71.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4BqZ4s3bBmbS8auNsZnmR89rZJLv0Ie { width:13.125rem;height:1.70631875rem;top:61.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma7E7ZuIaOJ9nwnAKekii4ad4nlsWpTT { width:11.6246875rem;height:2.42480625rem;top:63.5625rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyyG39uMTCQDxviFsZSnyv7WlLffEIJ { width:13.12425rem;height:1.70631875rem;top:82.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2WMIX75V3qV11hnGrcdxs6LydTIbALG { width:11.624rem;height:2.42480625rem;top:84.6875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ5dml3CBkkwOiB9F7vUnhSi7OsfE2sT { width:13.125rem;height:1.70631875rem;top:39.875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVm4HbiKLoe0TAm0bowTc1cBeoKrAgwf { width:11.56175rem;height:2.42480625rem;top:42.125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahdvlIG8fVDcqOTQFGE8NtFTAHN1lEl { width:20rem;height:5.19921875rem;top:0.83658838272094rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOyU1vHxgeLTpiod2fALkzOixhrnbJuh { width:13.43675rem;height:2.499275rem;top:91.991471290587rem;left:3.2812502384186rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dh88nekvX1lSkWcHhGTGIvenMLDODJnr { display:block; }
 }@media only screen and (max-width: 763px) { #umfBzaHOobvKbInkSx3zgRXqqaFbqzIL { display:block; }#umfBzaHOobvKbInkSx3zgRXqqaFbqzIL > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivElPizSffeEnH5KM81VM1mt9R3gDxa2 { width:18.625rem;height:9.75rem;top:1.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAFr6989a9rGyyNLezemThR3iBGbTtoT { width:12.497375rem;height:2.5996125rem;top:18.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUp4xd4qGpQpcnnxiyWtJIzKyanh11u { width:18.3125rem;height:12.9980625rem;top:22.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMeTmzrZqOc6n8V9TL7L4bC5g667hap6 { display:flex;width:4.5rem;height:4.5rem;top:37.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #vOgU1A4cSLzHXqZM8IpCOdtKNg2eZtnx { width:10.8125rem;height:2.5996125rem;top:42.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUOlRIkkkmuZi6zgGHeNNRPo8yAQF4o1 { width:18.1875rem;height:7.7988125rem;top:46.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyMFMemfiIdU3ldP79ckNmlftTpdPym { width:12.497375rem;height:2.5996125rem;top:61.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZphveJkEfwlwEyJzB3urdkkrCHs1D9B { width:18.5rem;height:7.7988125rem;top:65.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFpBkcHLaITnwcPEOAR5kpuS75AT0WZ { display:flex;width:4.5rem;height:4.5rem;top:56.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #LarMKE7MyLHmt4gBgtXqfab3Obe0yo9g { width:5.625rem;height:5.625rem;top:12.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB { display:block; }#bg66OeHixNb3PSXdpZFBKCnzZJ6CXLzB > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHnAA3oKciUHcUFW53W0zXfTTZ9sNPnr { width:12.497375rem;height:2.5996125rem;top:25.875rem;left:3.7513020634651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDATIcLo5S4VnDH7IZmpRUkKFgkJfqdN { width:18.4375rem;height:9.098625rem;top:30rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxKoSErgAcroGWvwQNr2IPGhKomkr6s { width:7rem;height:4.6875rem;top:20.645835876465rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeoTPvdZaMqw9iwRk9hHfhyMzDVEmG27 { display:flex;width:4.5rem;height:4.5rem;top:1.4375019073486rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #rg4GPcSm6GerfMBtVTcMZv14LRLfuelo { width:12.5rem;height:2.5996125rem;top:5.9374885559082rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi5is2lnkc4biT4QBs9lWxHbgM7QeNAi { width:18.1236875rem;height:6.499rem;top:10.375rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5O4sTgwxCoEVwRuxxpUBOD4TbSV9az { width:14.125rem;height:2.5rem;top:42.125001907349rem;left:2.9375000596046rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o2wWlo9NfNi5XTKCmGM1QBfaGzXsTOe6 { display:block; }
 }@media only screen and (max-width: 763px) { #JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { width:19.99825rem;height:5.19965rem;top:1.3351440429688E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { width:17.7494375rem;height:18.0619375rem;top:5.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { width:17.7494375rem;height:18.0619375rem;top:45.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { width:17.6873125rem;height:17.9368125rem;top:65.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { width:12.4369375rem;height:1.70605625rem;top:23.25rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { width:12.4369375rem;height:1.70605625rem;top:63.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { width:12.4369375rem;height:1.70605625rem;top:83.25rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { width:17.6243125rem;height:18.1223125rem;top:25.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { width:12.4360625rem;height:1.70605625rem;top:43.5rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { display:block; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { width:19.3125rem;height:1.13725rem;top:10.875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { width:19.3125rem;height:1.13725rem;top:44.625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEDVu3MS35TahddBF1cFhEI27FH5pNT { width:15.624rem;height:6.8203125rem;top:10.875rem;left:2.185546875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { width:14.499rem;height:6.8203125rem;top:28.5615234375rem;left:2.74951171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { width:15rem;height:7.95703125rem;top:45.76171875rem;left:2.4990234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZWKaeBI6qTfU2aMsdUmunJigtAneHka { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsophVOUpx2hx74rxef1MlpCoFBnly5d { display:flex;width:3.061525rem;height:3.061525rem;top:5.8125rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { display:flex;width:3.061525rem;height:3.061525rem;top:7.90576171875rem;left:8.46826171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { width:19.374rem;height:15.9375rem;top:4.49853515625rem;left:0.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { width:19.125rem;height:15.6875rem;top:21.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIiAykXtafms1TQgANcXumPIscWX1N9 { display:flex;width:3.061525rem;height:3.061525rem;top:23.3115234375rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { width:19.375rem;height:15.9375rem;top:38.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { display:flex;width:3.0625rem;height:3.0625rem;top:40rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { display:flex;width:1.5625rem;height:1.5625rem;top:70rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { display:flex;width:1.5625rem;height:1.5625rem;top:72.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { display:flex;width:1.5625rem;height:1.5625rem;top:75.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7N3vphNTbPArDZe26EruXuHxz360FN3 { display:flex;width:1.5625rem;height:1.5625rem;top:78.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { display:flex;width:1.5625rem;height:1.5625rem;top:81.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { display:flex;width:1.5625rem;height:1.5625rem;top:84.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { display:flex;width:1.5625rem;height:1.5625rem;top:86.875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { display:flex;width:1.5625rem;height:1.5625rem;top:89.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hL2dALWubRLvuqNaTeHQBu7gtItqelXc { display:flex;width:1.5625rem;height:1.5625rem;top:92.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:7.8125rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #THAD78R7p8u8CTkCM1kcJaAXdByADTmO { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:6.25rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:9.375rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:10.8125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:12.3125rem;font-size:1.0625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:6.1875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:7.75rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:10.75rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:12.25rem;font-size:1.0625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { display:block; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { width:19.1875rem;height:8.125rem;top:0.7890625rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { width:16.0625rem;height:3.5rem;top:15.190089225769rem;left:1.96875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block; }
 }@media only screen and (max-width: 763px) { #yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { width:19.3125rem;height:3.8994125rem;top:9.9774141311644rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { display:block; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { width:19.3125rem;height:7.957rem;top:3.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { width:8.49825rem;height:2.0625rem;top:0.625rem;left:5.7491319179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { width:19.2498125rem;height:3.41015625rem;top:16.18696975708rem;left:0.37375712394714rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { width:20rem;height:2.449225rem;top:13.120574951172rem;left:-0.0010653734207153rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }