.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#96171a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdcfafcc-caff-4d4e-b965-6ed2f0344d24/GerbangUtama.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.adaptive-delivery-prevent-bg, #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.lazyload, #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.lazyloading { background-image: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { background-color: transparent; background-image: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container > .video-iframe-container { display: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container { display: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .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); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { border-width: 0; border-radius: 0; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN::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; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#sZH3WCOnCpeMHLU7R0qWt3gZ2600zHVk { position:absolute;display:block;z-index:15000;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.125rem;width:18.75rem;top:2.698974609375rem;left:13.7158203125rem;overflow:hidden;display:block; }
#KhTwnO92gzx0utV1Q6ShSx2yfzco1UL3 { color:#f8bc38;display:block;width:32.745375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:9.638671875rem;left:6.71875rem;height:4.65060625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxa8K3KslpFqnXiofAD7Z7VnXy6zp9Tb { color:#ffffff;display:block;width:13.057875rem;position:absolute;font-family:neuton;font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:34.37255859375rem;left:9.6240234375rem;height:1.13688125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKy1cOvB9BSE0HeLQ3I0XvdoFcP8FzQf { color:#ffffff;display:block;width:16.93725rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:28.9375rem;left:19.75rem;height:3.57584375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiyw6S0iwACTGKZbPbkLcwfK6UI1fJUT { color:#ffffff;display:block;width:6.0620125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.75rem;left:9.75rem;height:1.787925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kir8nLgMvx5MT6g6TxqJbOLP4PIooFMV { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:29.125rem;left:9.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iV6ST7cwT3vwaGgFNU6vCDKlyP5drO17 { position:absolute;display:block;z-index:15061;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:0.3125rem;top:27.9375rem;left:17.4375rem;display:block; }
#ypNU6vA913CKnw3IZW9OhfpnyEuXLllV { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:15.625rem;left:6.5625rem;height:5.2495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IxTUK3uHBsGCXkfPtrCObvVB5z7vCtbB { color:#ffffff;display:block;width:17.5615rem;position:absolute;font-family:montserrat;font-size:10.625rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:15.0625rem;left:15rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6q39TFNtwlDRsukKwRNrLTnVBQ9WtAK { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:22.875rem;left:30.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZL6SubROZ39C3cuSmGc0Tvv6sdCaitC { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99) ;height:28.6875rem;width:23.8125rem;top:5.6875rem;left:47.0625rem;display:block; }
#vVmmPHDUUCEMdWAy1T6PUaGRn68ffJeX { color:#96171a;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.1875rem;left:48.625rem;height:4.4995125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-form-header {  }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;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; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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:18.375rem;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) ; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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:18.375rem;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) ; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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:18.375rem;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) ; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #96171a, #b80a0d);background-image: -moz-linear-gradient(225deg, #96171a, #b80a0d);background-image: -ms-linear-gradient(225deg, #96171a, #b80a0d);background-image: -o-linear-gradient(225deg, #96171a, #b80a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171a', endColorstr='#b80a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171a', endColorstr='#b80a0d' );";background-image: linear-gradient(225deg, #96171a, #b80a0d);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:1rem;font-weight:bold;color:#ffffff;width:18.375rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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:17.125rem;overflow:hidden;font-style:normal;float:none; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-container:first-of-type{padding-top:0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-container:last-of-type{padding-bottom:0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ  { background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.499351501465rem;top:12.374673843384rem;z-index:15009;position:absolute; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .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; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ {display:block;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ { background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.499351501465rem;top:12.374673843384rem;z-index:15009;position:absolute; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PpLL3WI4JG85VmkWhoShCUhpLseNOCfB { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KC2TLZLhpb5CEdfA76irZadHG67xDkOT { position:relative;display:none; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #BmTNNemDpO4pnnKGEeF3up6yTtdpkl2F { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vCDTxTw3FqaX6tMWZxMmJlI1MIGnA02z { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vso3dPTxpPhn4pT2eDCvZTmJemooqhZc { position:relative;display:none; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PMn4cNTgHBHrpW2gLTt4NUGoMy3MSMLH { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KGmtCEIanPtIdGErc3FisOTZbgnCsBIa { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #gIwWBPaoZG3PG5qBQR4Dycz3To8lJ9Iy { position:relative;display:none; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #EloIlxMeluXrTORptbiW8nrh13mTKAAi { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #SpdkQc216ZxEk4mRVEbcIhRKyT2Bz45D { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #Z5kmEuPETvssNyMo7uVrXsMwTxevRbBe { position:relative;display:none; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #JpCQzqfF9hFIkvVzW69U2CmNIILxKDTB { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #bCIFKDA8vM1WXMAe8uaRoKAfmzn9ogDS { position:relative; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #FQXIJxG1Lw4pVZP7TdGXVCq07OZmWcQb { position:relative; }
#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R { 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; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container { background-color: transparent; background-image: none; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container > .video-iframe-container { display: none; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row > .video-iframe-container { display: none; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .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); }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container { border-width: 0; border-radius: 0; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#bpT5skgpiiLUEyAEQc82d7ag2AOGePwa { color:#96171a;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:38.4375rem;height:3.59863125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nNedWE8vSfpTOOaRve1LOpVZ6lDHOscX { 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.24956625rem;width:35rem;top:8.3125rem;left:38.5625rem;display:block; }
#oVhEWtm88hALETx4QpRTMyhOnIywGnGE { color:#000000;display:block;width:35.0610625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:38.5rem;height:16.0774625rem;font-style:normal;display:block; }
#XIPtzyqIHMK7OTFZNU2gk9tXC0b0yBJi { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #b80a0d, #96171a);background-image: -moz-linear-gradient(102deg, #b80a0d, #96171a);background-image: -ms-linear-gradient(102deg, #b80a0d, #96171a);background-image: -o-linear-gradient(102deg, #b80a0d, #96171a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );";background-image: linear-gradient(102deg, #b80a0d, #96171a);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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29rem;left:49.0625rem;display:block; }
#qSII9i04guzJ9MfHAdqMoSQalt2Lsblq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egEKfpQzuLU9mD49TQtlLfeiFh9DpZCE { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #000b61;border-left:0.1875rem solid #000b61;border-right:0.1875rem solid #000b61;border-bottom:0.1875rem solid #000b61;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.87425rem;width:16.74925rem;top:2.841796875rem;left:10.21728515625rem;display:block; }
#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v { border-top:0.625rem solid #96171a;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;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; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container { background-color: transparent; background-image: none; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container > .video-iframe-container { display: none; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row > .video-iframe-container { display: none; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .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); }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container { border-width: 0; border-radius: 0; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#qtByOQoCdknBTE83BL93KC6Lllpbvd2d { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.75rem;width:14.75rem;top:8.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#imsl0D6aT8aocylvoh9CXVJq29TUT3ML { color:#96171a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVx7BJWLBVXWML0EO6TNyRbswkr6CJDg { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.75rem;width:14.75rem;top:8.8125rem;left:19.8125rem;overflow:hidden;display:block; }
#huAP6z1WShyQPugqUozNTgpqfcvHmyGD { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.8125rem;width:14.8125rem;top:8.8125rem;left:38.5625rem;overflow:hidden;display:block; }
#wfD0CbXBxH6PTr1M1ZH4iPWJ95IcLCfQ { position:absolute;display:block;z-index:15019;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: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.75rem;width:14.75rem;top:8.8125rem;left:57.3125rem;overflow:hidden;display:block; }
#W7bSfPygHu6wTzHB7hkdryH8rdUv9hGn { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #b80a0d, #96171a);background-image: -moz-linear-gradient(102deg, #b80a0d, #96171a);background-image: -ms-linear-gradient(102deg, #b80a0d, #96171a);background-image: -o-linear-gradient(102deg, #b80a0d, #96171a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );";background-image: linear-gradient(102deg, #b80a0d, #96171a);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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.8125rem;left:30.375rem;display:block; }
#nE5Pyw1CkRXf7SAPUdlu05uxNckUlXeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #96171a, #7b0709);background-image: -moz-linear-gradient(102deg, #96171a, #7b0709);background-image: -ms-linear-gradient(102deg, #96171a, #7b0709);background-image: -o-linear-gradient(102deg, #96171a, #7b0709);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171a', endColorstr='#7b0709' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171a', endColorstr='#7b0709' );";background-image: linear-gradient(102deg, #96171a, #7b0709);background-size:auto !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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:0rem;height:3.087025rem;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; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.875rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.693748474121rem;left:3.125rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.748962402344rem;left:3.125rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.75rem;left:24.6875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:21.875rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.875rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.5rem;left:62.5rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:40.625rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:40.625rem;height:6.09130625rem;text-align:center;text-align-last:center;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { 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:15015;opacity:1;top:8.4375rem;left:44.625rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.6875rem;left:59.375rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.75rem;left:59.375rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN { 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; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container { background-color: transparent; background-image: none; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container > .video-iframe-container { display: none; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row > .video-iframe-container { display: none; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .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); }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container { border-width: 0; border-radius: 0; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#PMsvA4kXHGgalixnktfEa6XXadWUWAC3 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#96171a;display:block; }
#f2mCfAoHG9VrFg9dfZ20FKg2Ny59uJFe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:8.8750038146975rem;left:8rem;overflow:hidden;display:block; }
#LnaxlgtdbE6P7JvTSIcwX1DVSm85gATd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:8.8750038146975rem;left:28.125rem;overflow:hidden;display:block; }
#MTrFOi3Cd0gNTkToWBDtKWUPCfMOEd4n { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:8.8750038146975rem;left:48.125rem;overflow:hidden;display:block; }
#AsHZExpr69kTTAiKJSvW0dIJwxDEGaOo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:24.562503814698rem;left:8rem;overflow:hidden;display:block; }
#kbGZfLaNFQ3Vq2OXIvDsiFqRLT1b56tf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:24.562503814698rem;left:28.125rem;overflow:hidden;display:block; }
#IErvNkQKwt3ww7OVdHH2THbQ2DGdlXLI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:18.75rem;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:24.562503814698rem;left:48.125rem;overflow:hidden;display:block; }
#x2UNNgUQF3U9FFhVbzLI0c2ewnsBX1uq { position:absolute;display:block;z-index:15003;background-color:#96171a;background-image:none;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;box-shadow: none;height:2.5625rem;width:18.75rem;top:20.750003814698rem;left:8rem;display:block; }
#kXkWmgrFnKBG5pazOB51KayMN3w8r1b9 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:21.375003814698rem;left:8.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vha6nh03uVvIyv9yvvEzl1UGDJVhGx9L { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:21.375003814698rem;left:29.5rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R15sRUVidZIrwwpaLXflE7FmXHpIorZ0 { position:absolute;display:block;z-index:15005;background-color:#96171a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5625rem;width:18.75rem;top:20.750003814698rem;left:28.125rem;display:block; }
#yHC8zBOqTrIVkv3zHTQbTauTTG8nwD6W { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:21.375003814698rem;left:49.000003814698rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIK0BPMbQzGc9z457XfHbHCTTTKtyASk { position:absolute;display:block;z-index:15007;background-color:#96171a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5625rem;width:18.75rem;top:20.750003814698rem;left:48.125rem;display:block; }
#Qx8Okq0JO0vUbdBy6GTSX9oh129U9tR4 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.875001907349rem;left:10rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#av48HBWcielrKJ2dyJzT1iMJGfKX6M44 { position:absolute;display:block;z-index:15009;background-color:#96171a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5625rem;width:18.75rem;top:36.437501907349rem;left:8rem;display:block; }
#QVgCn8HsynoaEpPopm0nV38WGpIZbEhV { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.875001907349rem;left:30rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxAMXzWv2SO3LCkubxRVn4xyRnqJlwfP { position:absolute;display:block;z-index:15011;background-color:#96171a;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:2.5625rem;width:18.75rem;top:36.437501907349rem;left:28.125rem;display:block; }
#mxEy27xehGB1inaHiyqPDe0ltQDGfNf3 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.937501907349rem;left:48.75rem;height:1.5434rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sD73OBXbG6JlzQhOVlh7iOWnqP7bGqFX { position:absolute;display:block;z-index:15013;background-color:#96171a;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:2.5625rem;width:18.75rem;top:36.437501907349rem;left:48.125rem;display:block; }
#Ih2pZqSCrzZXDtkFO5d7b1CF14NvUz3b { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #b80a0d, #96171a);background-image: -moz-linear-gradient(102deg, #b80a0d, #96171a);background-image: -ms-linear-gradient(102deg, #b80a0d, #96171a);background-image: -o-linear-gradient(102deg, #b80a0d, #96171a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );";background-image: linear-gradient(102deg, #b80a0d, #96171a);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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.125rem;left:29.46875rem;display:block; }
#Hz74zHvs5HH4cbsUZ0LNq8ubLtLn90Ph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#96171a;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; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { background-color: transparent; background-image: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .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); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { border-width: 0; border-radius: 0; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:-0.09375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#96171a;background-image:none;font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { position:absolute;display:block;z-index:15000;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.25rem;width:19.4375rem;top:1.625rem;left:1.1875rem;display:block; }
#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { 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.25rem;width:19.4375rem;top:1.625rem;left:27.8125rem;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;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.25rem;width:19.4375rem;top:1.625rem;left:54.5rem;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#000000;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:8.3125rem;left:1.25rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:27.875rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#000000;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:8.4375rem;left:54.5625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.25rem;height:5.68440625rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:#000000;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:4.875rem;width:0.25rem;top:10.529296875rem;left:3.1875rem;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.3125rem;left:30.9375rem;height:3.41064375rem;font-style:italic;display:block; }
#AbSNc1HTQElX13LsCilgsT4i33rqLFgx { position:absolute;display:block;z-index:15015;background-color:#000000;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:4.875rem;width:0.25rem;top:10.529296875rem;left:29.875rem;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:57.6875rem;height:2.2737625rem;font-style:italic;display:block; }
#DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { position:absolute;display:block;z-index:15014;background-color:#000000;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:4.875rem;width:0.25rem;top:10.529296875rem;left:56.625rem;display:block; }
#IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { position:absolute;display:block;z-index:15010;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#wV3EqDyLiT7x5aesuBPQylyOZxyqBbqi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.9375rem;left:9.375rem; }
#NWW5MyW4IE99LOwibyh388wvoXJNTzyt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.1875rem;left:9.375rem; }
#eTWrMrzBQLMESQNXpKBWugFKx8B2CcyZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.9375rem;left:35.9375rem; }
#qhhipOKyn0h38350Oz1O2XFiR9I0Jv9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.1875rem;left:35.9375rem; }
#inGID6v3PitbrLiOFoyvx7nMCNA6QUP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.9375rem;left:62.6875rem; }
#HlzSJ4kl6QhqfMxxOsE4C8XPaMCEbzbn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.1875rem;left:62.6875rem; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(76deg, #f5e178, #eaa935);background-image: -moz-linear-gradient(76deg, #f5e178, #eaa935);background-image: -ms-linear-gradient(76deg, #f5e178, #eaa935);background-image: -o-linear-gradient(76deg, #f5e178, #eaa935);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e178', endColorstr='#eaa935' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e178', endColorstr='#eaa935' );";background-image: linear-gradient(76deg, #f5e178, #eaa935);background-size:auto !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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#96171a;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:11.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #b80a0d, #96171a);background-image: -moz-linear-gradient(102deg, #b80a0d, #96171a);background-image: -ms-linear-gradient(102deg, #b80a0d, #96171a);background-image: -o-linear-gradient(102deg, #b80a0d, #96171a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#96171a' );";background-image: linear-gradient(102deg, #b80a0d, #96171a);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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.4375rem;left:28.40625rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#96171a;display:block;width:40.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:17.1875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #b80a0d, #7b0709);background-image: -moz-linear-gradient(102deg, #b80a0d, #7b0709);background-image: -ms-linear-gradient(102deg, #b80a0d, #7b0709);background-image: -o-linear-gradient(102deg, #b80a0d, #7b0709);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#7b0709' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0d', endColorstr='#7b0709' );";background-image: linear-gradient(102deg, #b80a0d, #7b0709);background-size:auto !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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:6.4375rem;left:18.34375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.8499984741211rem;left:22rem;height:2.1875rem;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:#610202;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; }#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:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.0875015258789rem;left:21.53125rem;height:1.13715rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN { display:block; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZH3WCOnCpeMHLU7R0qWt3gZ2600zHVk { top:2.6875rem;left:0.0908203125rem;width:18.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTwnO92gzx0utV1Q6ShSx2yfzco1UL3 { top:9.625rem;left:0rem;width:32.6875rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa8K3KslpFqnXiofAD7Z7VnXy6zp9Tb { top:34.3125rem;left:0rem;width:13rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKy1cOvB9BSE0HeLQ3I0XvdoFcP8FzQf { top:28.9375rem;left:6.125rem;width:16.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyw6S0iwACTGKZbPbkLcwfK6UI1fJUT { top:27.75rem;left:0rem;width:6rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kir8nLgMvx5MT6g6TxqJbOLP4PIooFMV { top:29.125rem;left:0rem;width:5.0625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6ST7cwT3vwaGgFNU6vCDKlyP5drO17 { top:27.9375rem;left:3.8125rem;width:0.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNU6vA913CKnw3IZW9OhfpnyEuXLllV { top:15.625rem;left:0rem;width:9.0625rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxTUK3uHBsGCXkfPtrCObvVB5z7vCtbB { top:15.0625rem;left:1.375rem;width:17.5rem;height:12.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6q39TFNtwlDRsukKwRNrLTnVBQ9WtAK { top:22.875rem;left:16.9375rem;width:9.0625rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZL6SubROZ39C3cuSmGc0Tvv6sdCaitC { top:5.6875rem;left:23.9375rem;width:23.8125rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVmmPHDUUCEMdWAy1T6PUaGRn68ffJeX { top:7.1875rem;left:27rem;width:20.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ  { width:18.375rem;height:auto;top:12.3125rem;left:26.875rem; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ {display:block;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ { width:18.375rem;height:auto;top:12.3125rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PpLL3WI4JG85VmkWhoShCUhpLseNOCfB {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KC2TLZLhpb5CEdfA76irZadHG67xDkOT { display:none; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #BmTNNemDpO4pnnKGEeF3up6yTtdpkl2F {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vCDTxTw3FqaX6tMWZxMmJlI1MIGnA02z {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vso3dPTxpPhn4pT2eDCvZTmJemooqhZc { display:none; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PMn4cNTgHBHrpW2gLTt4NUGoMy3MSMLH {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KGmtCEIanPtIdGErc3FisOTZbgnCsBIa {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #gIwWBPaoZG3PG5qBQR4Dycz3To8lJ9Iy {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #EloIlxMeluXrTORptbiW8nrh13mTKAAi {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #SpdkQc216ZxEk4mRVEbcIhRKyT2Bz45D {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #Z5kmEuPETvssNyMo7uVrXsMwTxevRbBe {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #JpCQzqfF9hFIkvVzW69U2CmNIILxKDTB {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #bCIFKDA8vM1WXMAe8uaRoKAfmzn9ogDS {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #FQXIJxG1Lw4pVZP7TdGXVCq07OZmWcQb {  }
 }@media only screen and (max-width: 763px) { #RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R { display:none; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bpT5skgpiiLUEyAEQc82d7ag2AOGePwa { top:4.125rem;left:12.125rem;width:35.625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNedWE8vSfpTOOaRve1LOpVZ6lDHOscX { top:8.3125rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhEWtm88hALETx4QpRTMyhOnIywGnGE { top:10rem;left:12.75rem;width:35rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPtzyqIHMK7OTFZNU2gk9tXC0b0yBJi { width:13.875rem;height:2.8125rem;top:29rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSII9i04guzJ9MfHAdqMoSQalt2Lsblq { display:block; }
 }@media only screen and (max-width: 763px) { #egEKfpQzuLU9mD49TQtlLfeiFh9DpZCE { top:2.8125rem;left:3.40478515625rem;width:16.6875rem;height:29.764111639327rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDgIwS5FDXEBuSPleW4EsNImhb71o5v { display:block; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtByOQoCdknBTE83BL93KC6Lllpbvd2d { width:14.75rem;height:14.75rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsl0D6aT8aocylvoh9CXVJq29TUT3ML { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVx7BJWLBVXWML0EO6TNyRbswkr6CJDg { width:14.75rem;height:14.75rem;top:8.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAP6z1WShyQPugqUozNTgpqfcvHmyGD { width:14.8125rem;height:14.8125rem;top:8.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfD0CbXBxH6PTr1M1ZH4iPWJ95IcLCfQ { width:14.75rem;height:14.75rem;top:8.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7bSfPygHu6wTzHB7hkdryH8rdUv9hGn { width:14.25rem;height:2.8125rem;top:26.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE5Pyw1CkRXf7SAPUdlu05uxNckUlXeW { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.0625rem;top:1.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:7.875rem;left:3.71875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:13.6875rem;left:0rem;width:12.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:18.6875rem;left:0rem;width:12.5rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:7.75rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:13.6875rem;left:11.375rem;width:12.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:18.75rem;left:11.375rem;width:12.5rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:7.5rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:13.6875rem;left:23.3125rem;width:12.5rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:18.75rem;left:23.3125rem;width:12.5rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:8.4375rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:13.6875rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:18.75rem;left:35.25rem;width:12.5rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN { display:block; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMsvA4kXHGgalixnktfEa6XXadWUWAC3 { width:47.75rem;height:3.625rem;top:3.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2mCfAoHG9VrFg9dfZ20FKg2Ny59uJFe { width:18.75rem;height:11.875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaxlgtdbE6P7JvTSIcwX1DVSm85gATd { width:18.75rem;height:11.875rem;top:8.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrFOi3Cd0gNTkToWBDtKWUPCfMOEd4n { width:18.75rem;height:11.875rem;top:8.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHZExpr69kTTAiKJSvW0dIJwxDEGaOo { width:18.75rem;height:11.875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGZfLaNFQ3Vq2OXIvDsiFqRLT1b56tf { width:18.75rem;height:11.875rem;top:24.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IErvNkQKwt3ww7OVdHH2THbQ2DGdlXLI { width:18.75rem;height:11.875rem;top:24.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UNNgUQF3U9FFhVbzLI0c2ewnsBX1uq { top:20.75rem;left:0rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkWmgrFnKBG5pazOB51KayMN3w8r1b9 { top:21.375rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vha6nh03uVvIyv9yvvEzl1UGDJVhGx9L { top:21.375rem;left:15.875rem;width:16.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R15sRUVidZIrwwpaLXflE7FmXHpIorZ0 { top:20.75rem;left:14.5rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHC8zBOqTrIVkv3zHTQbTauTTG8nwD6W { top:21.3125rem;left:30.75rem;width:17rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIK0BPMbQzGc9z457XfHbHCTTTKtyASk { top:20.75rem;left:29rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8Okq0JO0vUbdBy6GTSX9oh129U9tR4 { top:36.875rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av48HBWcielrKJ2dyJzT1iMJGfKX6M44 { top:36.4375rem;left:0rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVgCn8HsynoaEpPopm0nV38WGpIZbEhV { top:36.875rem;left:16.375rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAMXzWv2SO3LCkubxRVn4xyRnqJlwfP { top:36.4375rem;left:14.5rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEy27xehGB1inaHiyqPDe0ltQDGfNf3 { top:36.9375rem;left:30.1875rem;width:17.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD73OBXbG6JlzQhOVlh7iOWnqP7bGqFX { top:36.4375rem;left:29rem;width:18.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2pZqSCrzZXDtkFO5d7b1CF14NvUz3b { width:16.0625rem;height:2.8125rem;top:40.125rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz74zHvs5HH4cbsUZ0LNq8ubLtLn90Ph { display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:1.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { top:1.625rem;left:0rem;width:19.4375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:1.625rem;left:12.375rem;width:19.4375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:1.625rem;left:28.25rem;width:19.4375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:8.3125rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { top:8.4375rem;left:12.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:8.4375rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:10.125rem;left:0rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { top:10.5rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:10.3125rem;left:17.25rem;width:14.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { top:10.5rem;left:16.1875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:10.3125rem;left:33.125rem;width:14.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { top:10.5rem;left:33.8125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV3EqDyLiT7x5aesuBPQylyOZxyqBbqi { top:2.9375rem;left:4.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWW5MyW4IE99LOwibyh388wvoXJNTzyt { top:5.1875rem;left:4.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWrMrzBQLMESQNXpKBWugFKx8B2CcyZ { top:2.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhhipOKyn0h38350Oz1O2XFiR9I0Jv9O { top:5.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGID6v3PitbrLiOFoyvx7nMCNA6QUP7 { top:2.9375rem;left:39.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlzSJ4kl6QhqfMxxOsE4C8XPaMCEbzbn { top:5.1875rem;left:39.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:18.1875rem;height:3.125rem;top:11.4375rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:6.6875rem;left:3.5625rem;width:40.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:6.4375rem;left:4.71875rem;width:38.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:2.8125rem;left:8.375rem;width:31rem;height:2.1875rem;font-size:1.25rem;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:1.0625rem;left:7.90625rem;width:31.9375rem;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) { #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdcfafcc-caff-4d4e-b965-6ed2f0344d24/GerbangUtama.jpg");background-position:bottom 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; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.adaptive-delivery-prevent-bg, #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.lazyload, #lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN.lazyloading { background-image: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { background-color: transparent; background-image: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container > .video-iframe-container { display: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container { display: none; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .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); }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { border-width: 0; border-radius: 0; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN::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; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWxf4pVch7oUgoobVEaBPr9E2KmhTnCN > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZH3WCOnCpeMHLU7R0qWt3gZ2600zHVk { width:15.4375rem;height:4.25rem;top:2.75rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTwnO92gzx0utV1Q6ShSx2yfzco1UL3 { width:19.0625rem;height:2.5rem;top:9.1240234375rem;left:0.46875rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxa8K3KslpFqnXiofAD7Z7VnXy6zp9Tb { width:8.0615rem;height:0.8125rem;top:23.562255859375rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKy1cOvB9BSE0HeLQ3I0XvdoFcP8FzQf { width:11.1865rem;height:2.4375rem;top:19.936767578125rem;left:7.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiyw6S0iwACTGKZbPbkLcwfK6UI1fJUT { width:5.1875rem;height:1.13606875rem;top:19.6865234375rem;left:1.124267578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kir8nLgMvx5MT6g6TxqJbOLP4PIooFMV { width:2.875rem;height:2.4375rem;top:20.561767578125rem;left:2.4365234375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iV6ST7cwT3vwaGgFNU6vCDKlyP5drO17 { width:0.1875rem;height:3.4375rem;top:19.4375rem;left:6.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNU6vA913CKnw3IZW9OhfpnyEuXLllV { width:4.8125rem;height:2.3741375rem;top:12.75rem;left:0.9375rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IxTUK3uHBsGCXkfPtrCObvVB5z7vCtbB { width:12.6865rem;height:5.625rem;top:12.75rem;left:3.8125rem;font-size:5.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6q39TFNtwlDRsukKwRNrLTnVBQ9WtAK { width:5.249025rem;height:1.1875rem;top:16.5625rem;left:13.875rem;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZL6SubROZ39C3cuSmGc0Tvv6sdCaitC { width:19.3120625rem;height:27.374125rem;top:26.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVmmPHDUUCEMdWAy1T6PUaGRn68ffJeX { width:17.4375rem;height:4.27083125rem;top:27.375rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-regular-label { display:block;width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-text { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-textarea { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-select { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .widget-checkbox-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ  { width:15.5625rem;height:auto;top:32.8125rem;left:0.9375rem; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ .radio-container { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ {display:block;}#uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ { width:15.5625rem;height:auto;top:32.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PpLL3WI4JG85VmkWhoShCUhpLseNOCfB {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KC2TLZLhpb5CEdfA76irZadHG67xDkOT { display:none; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #BmTNNemDpO4pnnKGEeF3up6yTtdpkl2F {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vCDTxTw3FqaX6tMWZxMmJlI1MIGnA02z {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #vso3dPTxpPhn4pT2eDCvZTmJemooqhZc { display:none; }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #PMn4cNTgHBHrpW2gLTt4NUGoMy3MSMLH {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #KGmtCEIanPtIdGErc3FisOTZbgnCsBIa {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #gIwWBPaoZG3PG5qBQR4Dycz3To8lJ9Iy {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #EloIlxMeluXrTORptbiW8nrh13mTKAAi {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #SpdkQc216ZxEk4mRVEbcIhRKyT2Bz45D {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #Z5kmEuPETvssNyMo7uVrXsMwTxevRbBe {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #JpCQzqfF9hFIkvVzW69U2CmNIILxKDTB {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #bCIFKDA8vM1WXMAe8uaRoKAfmzn9ogDS {  }
 }@media only screen and (max-width: 763px) { #uDVNO0l6dSymWhXTFvg54TKOnd20oRxJ #FQXIJxG1Lw4pVZP7TdGXVCq07OZmWcQb {  }
 }@media only screen and (max-width: 763px) { #RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R { display:block; }#RrKX8TkIgPwuVcd9AR6FzUwMr81unO1R > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpT5skgpiiLUEyAEQc82d7ag2AOGePwa { width:18.3728125rem;height:5rem;top:35.435791015625rem;left:0.81298828125rem;font-size:1.25rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNedWE8vSfpTOOaRve1LOpVZ6lDHOscX { width:18.624rem;height:0.24902375rem;top:41.4365234375rem;left:0.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhEWtm88hALETx4QpRTMyhOnIywGnGE { width:18.6230625rem;height:13.7250625rem;top:42.712890625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPtzyqIHMK7OTFZNU2gk9tXC0b0yBJi { width:13.125rem;height:2.5rem;top:58.310546875rem;left:3.4375rem;font-size:1.0625rem;background-color:#96171a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qSII9i04guzJ9MfHAdqMoSQalt2Lsblq { display:block; }
 }@media only screen and (max-width: 763px) { #egEKfpQzuLU9mD49TQtlLfeiFh9DpZCE { height:29.765038819789rem;width:16.6875rem;top:3.31298828125rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDgIwS5FDXEBuSPleW4EsNImhb71o5v { display:block; }#fZDgIwS5FDXEBuSPleW4EsNImhb71o5v > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtByOQoCdknBTE83BL93KC6Lllpbvd2d { width:15.75rem;height:15.75rem;top:5.9991297721862rem;left:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #imsl0D6aT8aocylvoh9CXVJq29TUT3ML { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVx7BJWLBVXWML0EO6TNyRbswkr6CJDg { width:15.75rem;height:15.75rem;top:22.998263716698rem;left:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #huAP6z1WShyQPugqUozNTgpqfcvHmyGD { width:15.75rem;height:15.75rem;top:39.998264312744rem;left:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wfD0CbXBxH6PTr1M1ZH4iPWJ95IcLCfQ { width:15.75rem;height:15.75rem;top:56.99827003479rem;left:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #W7bSfPygHu6wTzHB7hkdryH8rdUv9hGn { width:13.8125rem;height:2.8125rem;top:74.874989509581rem;left:3.09375rem;font-size:1.0625rem;background-color:#96171a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nE5Pyw1CkRXf7SAPUdlu05uxNckUlXeW { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3111875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:2.2721375rem;top:16.443359375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:6.816375rem;top:19.248962402344rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:28.01042175293rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:2.2721375rem;top:32.704162597656rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:12.5rem;height:5.6803375rem;top:35.51042175293rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:44.522918701172rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:3.4082rem;top:49.215621948243rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:12.5rem;height:7.9525rem;top:53.272918701172rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:64.8466796875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:2.2721375rem;top:69.5400390625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:4.54426875rem;top:72.409378051756rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN { display:block; }#hzkWMhPxZTHmTTtyfcy9A14hqpNfMSLN > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMsvA4kXHGgalixnktfEa6XXadWUWAC3 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2mCfAoHG9VrFg9dfZ20FKg2Ny59uJFe { width:18.75rem;height:11.875rem;top:5.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaxlgtdbE6P7JvTSIcwX1DVSm85gATd { width:18.75rem;height:11.875rem;top:21.180555343628rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrFOi3Cd0gNTkToWBDtKWUPCfMOEd4n { width:18.75rem;height:11.875rem;top:36.804691314698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHZExpr69kTTAiKJSvW0dIJwxDEGaOo { width:18.8125rem;height:11.875rem;top:52.436631679535rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGZfLaNFQ3Vq2OXIvDsiFqRLT1b56tf { width:18.8125rem;height:11.875rem;top:68.124134063719rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IErvNkQKwt3ww7OVdHH2THbQ2DGdlXLI { width:18.75rem;height:11.875rem;top:83.811632156375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UNNgUQF3U9FFhVbzLI0c2ewnsBX1uq { width:18.8125rem;height:2.5625rem;top:17.312520742416rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkWmgrFnKBG5pazOB51KayMN3w8r1b9 { width:12.5rem;height:1.25rem;top:17.968750476837rem;left:3.7500002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vha6nh03uVvIyv9yvvEzl1UGDJVhGx9L { width:15rem;height:1.25rem;top:33.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R15sRUVidZIrwwpaLXflE7FmXHpIorZ0 { width:18.8125rem;height:2.5625rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHC8zBOqTrIVkv3zHTQbTauTTG8nwD6W { width:14.8123125rem;height:1.25rem;top:49.279514312744rem;left:2.5933161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIK0BPMbQzGc9z457XfHbHCTTTKtyASk { width:18.8125rem;height:2.5625rem;top:48.624132156372rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8Okq0JO0vUbdBy6GTSX9oh129U9tR4 { width:12.5rem;height:1.625rem;top:64.78125rem;left:3.7500002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av48HBWcielrKJ2dyJzT1iMJGfKX6M44 { width:18.8125rem;height:2.5625rem;top:64.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVgCn8HsynoaEpPopm0nV38WGpIZbEhV { width:12.5rem;height:1.625rem;top:80.467885017394rem;left:3.7500002384186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAMXzWv2SO3LCkubxRVn4xyRnqJlwfP { width:18.8125rem;height:2.5625rem;top:79.999135017394rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEy27xehGB1inaHiyqPDe0ltQDGfNf3 { width:18.4375rem;height:1.625rem;top:96.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD73OBXbG6JlzQhOVlh7iOWnqP7bGqFX { width:18.8125rem;height:2.5625rem;top:95.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2pZqSCrzZXDtkFO5d7b1CF14NvUz3b { width:16.0625rem;height:2.8125rem;top:99.499984741213rem;left:1.9375rem;font-size:1.0625rem;background-color:#96171a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hz74zHvs5HH4cbsUZ0LNq8ubLtLn90Ph { display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { width:18.75rem;height:16.25rem;top:2.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:16.25rem;top:21.6875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:16.25rem;top:40.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.13715rem;top:9.1875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.13715rem;top:28.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.13715rem;top:48rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.6803375rem;top:11.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.25rem;height:4.875rem;top:11rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:4.54426875rem;top:31.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:3.4082rem;top:50.6875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { width:0.25rem;height:4.875rem;top:50.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCJTcqwgON3HbUlIBOagCUtEKG3tCJD { width:0.25rem;height:4.875rem;top:31.375rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wV3EqDyLiT7x5aesuBPQylyOZxyqBbqi { display:flex;width:3.125rem;height:3.125rem;top:42.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #NWW5MyW4IE99LOwibyh388wvoXJNTzyt { display:flex;width:3.125rem;height:3.125rem;top:44.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eTWrMrzBQLMESQNXpKBWugFKx8B2CcyZ { display:flex;width:3.125rem;height:3.125rem;top:23.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qhhipOKyn0h38350Oz1O2XFiR9I0Jv9O { display:flex;width:3.125rem;height:3.125rem;top:25.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #inGID6v3PitbrLiOFoyvx7nMCNA6QUP7 { display:flex;width:3.125rem;height:3.125rem;top:3.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #HlzSJ4kl6QhqfMxxOsE4C8XPaMCEbzbn { display:flex;width:3.125rem;height:3.125rem;top:6.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:4.0625rem;top:1.8541641235351rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:17.3125rem;height:3.125rem;top:13.0029296875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:19.3125rem;height:3.8997375rem;top:6.979164123535rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:17.875rem;height:3.93555rem;top:7rem;left:1.1875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:19.0625rem;height:3.4982625rem;top:2.25rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:17.5rem;height:2.2721375rem;top:1.23828125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }