.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { 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; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:#c8102e;display:block;width:49.75rem;position:absolute;font-family:dosis;font-size:4.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.9343750476837rem;left:5.125rem;height:12.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:#000000;display:block;width:46.5rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:18.125rem;left:-10.25rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBW0ra0slS8LHB83QOvQzwSnIicbAvxy { color:#01030f;display:block;width:33.6875rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.890625rem;left:13.15625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT9iqftfioTZxr73bklTRi2hSlsW5AD9 { background-color:#c8102e;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:dosis;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6859375rem;height:5.49921875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.25rem;left:34.239065170288rem;display:block; }
#rbdbCZiPHmT9DNlBSvwKXenI5EdC79zy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKuUK8DhhBkue7B2czSDsI3uRWtVCPc5 { color:#2d389d;display:block;width:53.1875rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.1673178672791rem;left:5.375rem;height:12.947925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QaIZMSclFF9bZMo1Ky9JDdqH8gHiTPI3 { color:#2d389d;display:block;width:32.3125rem;position:absolute;font-family:"istok web";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:21.435546875rem;left:0.86393260955813rem;height:14.69725rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VBEQu8AHGWTWhdIcuq7eVBAFFTQHMii7 { color:#2d389d;display:block;width:33.6875rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.171875rem;left:13.15625rem;height:9.7125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ypmMOxgVRSnmBpEnV3Q1TXcVOTlMpbSa { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:20.122656345367rem;left:3.36328125rem;height:14.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#APe3lsWBTd7NQHyiex5ZpBinRzu46SKo { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.75rem;width:13.6875rem;top:16.875rem;left:37.738283157349rem;overflow:hidden;display:block; }
#s7vwJkcsGUGzaHdCrsbICz6EdXxJU8NA { color:#000000;display:block;width:41.25rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.8125rem;left:-5rem;height:4.9rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cpn0XGwgrzw1Pix8MJs4wEAzTmByT8pH { color:#000000;display:block;width:41.25rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.25rem;left:-5rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;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; }
#pe88pGKJVDfOmRKOedHTu4TDQZw09T7Q { color:#000000;display:block;width:45.5rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:31.1875rem;left:-5rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;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; }
#NmPb34dqy7eVAPIUDAywlkwluSPsNMrz { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:34.125rem;left:-5.0625rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;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; }
#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg { 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; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container { background-color: transparent; background-image: none; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container > .video-iframe-container { display: none; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row > .video-iframe-container { display: none; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .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); }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container { border-width: 0; border-radius: 0; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#G3hVZ2htOd8BOHCedMrIbKp4PlsUnMeS { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:dosis;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.6687498092651rem;left:10.25rem;height:8.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MibwQIPEaWOXf9h64CmFkm8yGzOEQtA8 { color:#003497;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XA4IefCSIFseSP95BDq02nC9G7vK6G6C { color:#000000;display:block;width:40.625rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.63125038147rem;left:10.25rem;height:12.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8xuANTwh7l3mOkHZTMd3BsvXPyX5fxz { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:23.418750762939rem;left:10.25rem;height:12.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNtdDOU0JGwurKhwqCWv0XmuzvgMluDU { position:absolute;display:block;z-index:15005;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:18.25rem;width:12.5625rem;top:7.56875038147rem;left:-5.0131488173456rem;overflow:hidden;display:block; }
#rkCyAS5nrSdF3neQpHs1I4vX2tVnNQB8 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.63125038147rem;left:10.25rem;height:9.8rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdfe4;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; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container { background-color: transparent; background-image: none; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container > .video-iframe-container { display: none; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row > .video-iframe-container { display: none; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .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); }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container { border-width: 0; border-radius: 0; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#WJAL6N9WtoFxLMuVosAGkAG1cgw1G6Un { color:#003497;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bnvikoLDU19TcNu3LqFy56tZgqHRllBk { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.6179695129394rem;left:0.3125rem;height:5.5125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJipNf8FQNaHZEOe0Kc4hgrraxQ3LqOG { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.6750001907349rem;left:0.31171798706055rem;height:4.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 { 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; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container { background-color: transparent; background-image: none; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container > .video-iframe-container { display: none; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row > .video-iframe-container { display: none; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .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); }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container { border-width: 0; border-radius: 0; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#AR2nGqvFuN1grsl5eCq2vfhOv5reaRdz { color:#003497;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a6tJXwG2wKXFR4H6a0Z3Jfgx07hOqMym { background-color:#c8102e;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:dosis;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:6.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.46875rem;left:14.125rem;display:block; }
#f5L269CL4PxsQnFsW1xqntA74U9iwk9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qz8rilxAIadondxsHPyCKTADNt2J3fbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { background-color: transparent; background-image: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .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); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { border-width: 0; border-radius: 0; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#NQDnf6XZHoJMm8QzacaCfpeCCgd7HUCL { color:#2d389d;display:block;width:52.25rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:27rem;left:5.9375rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lqKHJ7dQMpZPV5qpiai2aKQcFh3XZxyF { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.9375rem;left:2rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qzxNNvQNMRQKPwuxJyf7KgOdcBbD8cKe { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.625rem;left:1.375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLwOznH0DUbdNb5za4EetRoG0Hi5Qivl { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.625rem;width:15.375rem;top:2.375rem;left:39.063963653199rem;overflow:hidden;display:block; }
#ZfCxNNoZFiTf6gKJrzGC6Cv7O0F64oCx { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:16.0625rem;left:2.75rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdede;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; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container { background-color: transparent; background-image: none; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container > .video-iframe-container { display: none; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row > .video-iframe-container { display: none; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .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); }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container { border-width: 0; border-radius: 0; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#u0P8gRuBy8szLcIEVQrdGf8hIzSoUXXk { color:#253045;display:block;width:8.4375rem;position:absolute;font-family:dosis;font-size:6.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.96875rem;left:-11.0625rem;height:9.3625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#yldJVLpWM5GqiZPWV0FCv1qO2BCdiS2p { color:#2d389d;display:block;width:52.25rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:27rem;left:5.9375rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UCVg6xIdmQ2IFGb4av2FDT1Is6SfiNAe { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6rem;width:56.625rem;top:1.75rem;left:2.125rem;display:block; }
#viJhPTidS2F6KdvPVtR1torkr7Mg6uM0 { 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:15010;opacity:1;top:3.1875rem;left:2.6875rem; }
#pGAAa5PMLpX9GcWcz4iH5i8FhGS0T3qz { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.312501907349rem;left:5.65625rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#azdpoTPCCtbMfK14hSnzstCKziO6TRRO { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.5625rem;left:6.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cryhBamVXA7KbT129QTMyJzeOa9wfMzw { position:absolute;display:block;z-index:15010;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6rem;width:56.6875rem;top:8.9375rem;left:2.125rem;display:block; }
#M0spy83kcifC74bqkB58S2SDkCKP0mTP { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.75rem;left:6.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8pBvH4ZwzhyQwMgwg0PlUXl5P0B2Z0s { 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:15013;opacity:1;top:10.375rem;left:2.6875rem; }
#TVRdmed4ib00GbvCTuN1LIfLb9ErSJhb { position:absolute;display:block;z-index:15013;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6rem;width:56.8125rem;top:15.9375rem;left:2.125rem;display:block; }
#pmell4RDVMQ4aGig0CxJyXeboDAcibaR { 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:15016;opacity:1;top:17.375rem;left:2.6875rem; }
#BNpx0oSy3efkAOLEVB1k9SFPiKXR6bdr { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:16.75rem;left:6.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.22);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; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { background-color: transparent; background-image: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .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); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { border-width: 0; border-radius: 0; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:#cc1c1c;display:block;width:45.5625rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.7867126464844rem;left:7.87109375rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { background-color:#c8102e;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.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:dosis;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6859375rem;height:5.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9656257629394rem;left:19.657033920288rem;display:block; }
#gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9uif92VP0DVnf93KmOvwo3qWEXS7Clt { color:#cc1c1c;display:block;width:45.5625rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.7867126464844rem;left:7.87109375rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-form-header {  }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:#082f7f;width:34.75rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:34.75rem;box-sizing:border-box;height:2.5625rem;color:#ef2222;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:34.75rem;box-sizing:border-box;height:4.375rem;color:#ef2222;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:34.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#c8102e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.5625rem;margin-bottom:0.25rem;margin-left:5.5625rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:23.625rem;height:3.625rem;font-family:dosis;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-moz-placeholder { color:#ff0202;font-family:dosis;font-size:0.875rem;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-moz-placeholder { color:#ff0202;font-family:dosis;font-size:0.875rem;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-ms-input-placeholder { color:#ff0202;font-family:dosis;font-size:0.875rem;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-webkit-input-placeholder { color:#ff0202;font-family:dosis;font-size:0.875rem;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:400;color:#0d3078;vertical-align:top;width:33.5rem;overflow:hidden;font-style:normal;float:none; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:first-of-type{padding-top:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:last-of-type{padding-bottom:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.62890625rem;left:11.375rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.75rem;display:block;vertical-align:top; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ef2222;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.62890625rem;left:11.375rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Rbe55MZWGETy0LGCmM9pMbdMB7QR7517 { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #J1oTsDrDEQOIibn38iXiuQJXU3eJA64g { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #OKMDgTNc4mbxXqFH99LTPrt055XGL3LD { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #IWBt0MGWqkHzDJQHx4DrAtkycLdXhU31 { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #hcmKoba9TiKly6C4SpSUyEhBfImTTAnJ { position:relative;z-index:2; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #liwPpSN59HbIWTdHVFfDrozn21pbpAXb { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM { position:relative; }
#slmxptRWzzaChIqQyTe61Zt8xS8vwLxZ { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.2083339691162rem;left:1.0709638595581rem;height:25.8958125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy { 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; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container { background-color: transparent; background-image: none; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container > .video-iframe-container { display: none; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row > .video-iframe-container { display: none; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .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); }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container { border-width: 0; border-radius: 0; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;position:relative;display:block; }#RygNXbdF1L845T0fuXUFinB7ScQRdydu { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.73046875rem;left:2.0201826095581rem;height:0.975rem;display:block; }
#Hv0JHXe7insJrBktJTwBtw0aKHEdPCgJ { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:44.958333015442rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:2.875rem;left:0rem;width:47.75rem;height:6rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:18.125rem;left:0rem;width:46.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBW0ra0slS8LHB83QOvQzwSnIicbAvxy { top:9.875rem;left:7.03125rem;width:33.6875rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9iqftfioTZxr73bklTRi2hSlsW5AD9 { width:20.625rem;height:5.4375rem;top:39.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdbCZiPHmT9DNlBSvwKXenI5EdC79zy { display:block; }
 }@media only screen and (max-width: 763px) { #iKuUK8DhhBkue7B2czSDsI3uRWtVCPc5 { top:11.4375rem;left:0rem;width:20rem;height:11.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaIZMSclFF9bZMo1Ky9JDdqH8gHiTPI3 { top:28.5625rem;left:0rem;width:17.25rem;height:19.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBEQu8AHGWTWhdIcuq7eVBAFFTQHMii7 { top:11.375rem;left:0rem;width:19.25rem;height:11.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypmMOxgVRSnmBpEnV3Q1TXcVOTlMpbSa { top:20.0625rem;left:0rem;width:32.3125rem;height:14.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APe3lsWBTd7NQHyiex5ZpBinRzu46SKo { top:16.875rem;left:31.613283157349rem;width:13.6875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vwJkcsGUGzaHdCrsbICz6EdXxJU8NA { top:22.8125rem;left:0rem;width:41.25rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpn0XGwgrzw1Pix8MJs4wEAzTmByT8pH { top:28.25rem;left:0rem;width:41.25rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe88pGKJVDfOmRKOedHTu4TDQZw09T7Q { top:31.1875rem;left:0rem;width:45.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPb34dqy7eVAPIUDAywlkwluSPsNMrz { top:34.125rem;left:0rem;width:45.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg { display:block; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3hVZ2htOd8BOHCedMrIbKp4PlsUnMeS { top:1.625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MibwQIPEaWOXf9h64CmFkm8yGzOEQtA8 { top:1.4375rem;left:0rem;width:19.875rem;height:14.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA4IefCSIFseSP95BDq02nC9G7vK6G6C { top:10.625rem;left:4.125rem;width:40.625rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8xuANTwh7l3mOkHZTMd3BsvXPyX5fxz { top:23.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNtdDOU0JGwurKhwqCWv0XmuzvgMluDU { top:7.5625rem;left:0rem;width:12.5625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCyAS5nrSdF3neQpHs1I4vX2tVnNQB8 { top:10.4375rem;left:0rem;width:18.875rem;height:13.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN { display:block; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJAL6N9WtoFxLMuVosAGkAG1cgw1G6Un { top:1.4375rem;left:0rem;width:19.875rem;height:14.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnvikoLDU19TcNu3LqFy56tZgqHRllBk { top:1.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJipNf8FQNaHZEOe0Kc4hgrraxQ3LqOG { top:1.1875rem;left:0rem;width:19.875rem;height:9.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 { display:block; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AR2nGqvFuN1grsl5eCq2vfhOv5reaRdz { top:1.4375rem;left:0rem;width:19.875rem;height:14.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6tJXwG2wKXFR4H6a0Z3Jfgx07hOqMym { width:31.75rem;height:6.4375rem;top:1.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5L269CL4PxsQnFsW1xqntA74U9iwk9l { display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQDnf6XZHoJMm8QzacaCfpeCCgd7HUCL { top:46.25rem;left:0rem;width:20rem;height:10.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqKHJ7dQMpZPV5qpiai2aKQcFh3XZxyF { top:7.5625rem;left:0rem;width:18.5rem;height:15.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzxNNvQNMRQKPwuxJyf7KgOdcBbD8cKe { top:6.625rem;left:0rem;width:33.1875rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLwOznH0DUbdNb5za4EetRoG0Hi5Qivl { top:2.375rem;left:32.375rem;width:15.375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCxNNoZFiTf6gKJrzGC6Cv7O0F64oCx { top:16.0625rem;left:0rem;width:30.4375rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x { display:block; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0P8gRuBy8szLcIEVQrdGf8hIzSoUXXk { top:6.9375rem;left:0rem;width:8.4375rem;height:9.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldJVLpWM5GqiZPWV0FCv1qO2BCdiS2p { top:46.25rem;left:0rem;width:20rem;height:10.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCVg6xIdmQ2IFGb4av2FDT1Is6SfiNAe { top:1.75rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJhPTidS2F6KdvPVtR1torkr7Mg6uM0 { top:3.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGAAa5PMLpX9GcWcz4iH5i8FhGS0T3qz { top:33.8125rem;left:0rem;width:14.875rem;height:7.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #azdpoTPCCtbMfK14hSnzstCKziO6TRRO { top:2.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cryhBamVXA7KbT129QTMyJzeOa9wfMzw { top:8.9375rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0spy83kcifC74bqkB58S2SDkCKP0mTP { top:9.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pBvH4ZwzhyQwMgwg0PlUXl5P0B2Z0s { top:10.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVRdmed4ib00GbvCTuN1LIfLb9ErSJhb { top:15.9375rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmell4RDVMQ4aGig0CxJyXeboDAcibaR { top:17.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpx0oSy3efkAOLEVB1k9SFPiKXR6bdr { top:16.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { top:1.75rem;left:1.74609375rem;width:45.5625rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:20.6875rem;height:5.0625rem;top:5.9375rem;left:13.532033920288rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #L9uif92VP0DVnf93KmOvwo3qWEXS7Clt { top:1.4375rem;left:0rem;width:17.125rem;height:6.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:34.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.5625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:33.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:34.75rem;height:auto;top:0.625rem;left:5.25rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:34.75rem;height:auto;top:0.625rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Rbe55MZWGETy0LGCmM9pMbdMB7QR7517 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #J1oTsDrDEQOIibn38iXiuQJXU3eJA64g {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #OKMDgTNc4mbxXqFH99LTPrt055XGL3LD {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #IWBt0MGWqkHzDJQHx4DrAtkycLdXhU31 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #hcmKoba9TiKly6C4SpSUyEhBfImTTAnJ {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #liwPpSN59HbIWTdHVFfDrozn21pbpAXb {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #slmxptRWzzaChIqQyTe61Zt8xS8vwLxZ { top:0.8125rem;left:0rem;width:20rem;height:19.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy { display:block; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RygNXbdF1L845T0fuXUFinB7ScQRdydu { top:0.6875rem;left:0rem;width:34.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0JHXe7insJrBktJTwBtw0aKHEdPCgJ { top:0.625rem;left:36.1875rem;width:11.5625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:#ffffff;background-image:none;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:18.75rem;height:6.825rem;top:1.9375rem;left:0.62421876192093rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#c8102e;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:18.1875rem;height:3.85rem;top:29.5625rem;left:0.90546876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBW0ra0slS8LHB83QOvQzwSnIicbAvxy { width:19.25rem;height:2.8rem;top:9.512499809265rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pT9iqftfioTZxr73bklTRi2hSlsW5AD9 { width:18.5rem;height:4.9375rem;top:56.425001144409rem;left:0.74921876192094rem;background-color:#c8102e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdbCZiPHmT9DNlBSvwKXenI5EdC79zy { display:block; }
 }@media only screen and (max-width: 763px) { #iKuUK8DhhBkue7B2czSDsI3uRWtVCPc5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #QaIZMSclFF9bZMo1Ky9JDdqH8gHiTPI3 { width:17.25rem;height:0;top:27.375rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #VBEQu8AHGWTWhdIcuq7eVBAFFTQHMii7 { width:19.25rem;height:0;top:19.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ypmMOxgVRSnmBpEnV3Q1TXcVOTlMpbSa { width:17.625rem;height:0;top:43.53750038147rem;left:1.1867187619209rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #APe3lsWBTd7NQHyiex5ZpBinRzu46SKo { width:9.8125rem;height:14.3125rem;top:13.71875rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vwJkcsGUGzaHdCrsbICz6EdXxJU8NA { width:19.375rem;height:5.775rem;top:34.625001907349rem;left:0.31171876192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpn0XGwgrzw1Pix8MJs4wEAzTmByT8pH { width:13.9375rem;height:3.85rem;top:41.4375rem;left:3.0312500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pe88pGKJVDfOmRKOedHTu4TDQZw09T7Q { width:18.5rem;height:3.85rem;top:46.187501907349rem;left:0.74921876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPb34dqy7eVAPIUDAywlkwluSPsNMrz { width:18.625rem;height:3.85rem;top:51.25rem;left:0.68671876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg { display:block; }#N6BVHfhBr6USbQIiTfcTmg8ZlwOiBXOg > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3hVZ2htOd8BOHCedMrIbKp4PlsUnMeS { width:17.6875rem;height:7.7rem;top:1.25rem;left:1.125rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MibwQIPEaWOXf9h64CmFkm8yGzOEQtA8 { width:19.875rem;height:0;top:1.25rem;left:0.0625rem;font-size:1.6875rem;color:#ff0202;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XA4IefCSIFseSP95BDq02nC9G7vK6G6C { width:18.875rem;height:0;top:10.199996948243rem;left:1rem;font-size:1.375rem;color:#000000;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #B8xuANTwh7l3mOkHZTMd3BsvXPyX5fxz { width:20rem;height:15.4rem;top:43.981254577637rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNtdDOU0JGwurKhwqCWv0XmuzvgMluDU { width:12.5625rem;height:18.25rem;top:25.050001144409rem;left:3.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCyAS5nrSdF3neQpHs1I4vX2tVnNQB8 { width:18.875rem;height:13.475rem;top:10.44921875rem;left:0.56171876192093rem;font-size:1.375rem;color:#000000;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN { display:block; }#eoslnGQHH5rRFmqRc6zcrgCsLfI87OTN > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJAL6N9WtoFxLMuVosAGkAG1cgw1G6Un { width:19.875rem;height:0;top:1.25rem;left:0.0625rem;font-size:1.6875rem;color:#ff0202;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bnvikoLDU19TcNu3LqFy56tZgqHRllBk { width:19.875rem;height:3.675rem;top:0.56875038146973rem;left:0rem;font-size:2.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJipNf8FQNaHZEOe0Kc4hgrraxQ3LqOG { width:19.875rem;height:0;top:6.9921855926512rem;left:0rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 { display:block; }#R01bCTD2ut5mV4hSsmQkw50PN7hDqax8 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AR2nGqvFuN1grsl5eCq2vfhOv5reaRdz { width:19.875rem;height:0;top:1.25rem;left:0.0625rem;font-size:1.6875rem;color:#ff0202;z-index:15003;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a6tJXwG2wKXFR4H6a0Z3Jfgx07hOqMym { width:19rem;height:5.5rem;top:1.25rem;left:0.5rem;background-color:#c8102e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5L269CL4PxsQnFsW1xqntA74U9iwk9l { display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQDnf6XZHoJMm8QzacaCfpeCCgd7HUCL { width:20rem;height:0;top:33.025rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #lqKHJ7dQMpZPV5qpiai2aKQcFh3XZxyF { width:18.5rem;height:0;top:1.78515625rem;left:0.74921876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #qzxNNvQNMRQKPwuxJyf7KgOdcBbD8cKe { width:20rem;height:5.775rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLwOznH0DUbdNb5za4EetRoG0Hi5Qivl { width:15.375rem;height:21.625rem;top:15.3rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCxNNoZFiTf6gKJrzGC6Cv7O0F64oCx { width:20rem;height:5.775rem;top:8.275rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x { display:block; }#SKIxpGZmadIS4bSLE2CtLKHUfUVbC40x > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0P8gRuBy8szLcIEVQrdGf8hIzSoUXXk { width:12.0625rem;height:4.725rem;top:0.625rem;left:3.9687500596046rem;font-size:3.375rem;color:#ff0202;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yldJVLpWM5GqiZPWV0FCv1qO2BCdiS2p { width:20rem;height:0;top:56.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #UCVg6xIdmQ2IFGb4av2FDT1Is6SfiNAe { width:20rem;height:8.6875rem;top:5.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJhPTidS2F6KdvPVtR1torkr7Mg6uM0 { display:flex;width:3.125rem;height:3.125rem;top:8.4000005722044rem;left:0.86250001192094rem; }
 }@media only screen and (max-width: 763px) { #pGAAa5PMLpX9GcWcz4iH5i8FhGS0T3qz { width:14.875rem;height:0;top:25.8rem;left:3.90625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #azdpoTPCCtbMfK14hSnzstCKziO6TRRO { width:15rem;height:7.7rem;top:6.1125rem;left:4.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cryhBamVXA7KbT129QTMyJzeOa9wfMzw { width:20rem;height:9.1875rem;top:15.237503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0spy83kcifC74bqkB58S2SDkCKP0mTP { width:14.75rem;height:7.7rem;top:16.050003051757rem;left:5.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8pBvH4ZwzhyQwMgwg0PlUXl5P0B2Z0s { display:flex;width:3.125rem;height:3.125rem;top:18.268750190735rem;left:0.86250001192094rem; }
 }@media only screen and (max-width: 763px) { #TVRdmed4ib00GbvCTuN1LIfLb9ErSJhb { width:20rem;height:10.875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmell4RDVMQ4aGig0CxJyXeboDAcibaR { display:flex;width:3.0625rem;height:3.0625rem;top:29.84375rem;left:0.95625001192094rem; }
 }@media only screen and (max-width: 763px) { #BNpx0oSy3efkAOLEVB1k9SFPiKXR6bdr { width:14.9375rem;height:9.625rem;top:26.6875rem;left:5.0625000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:17.125rem;height:0;top:1.25rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:15.25rem;height:3.8125rem;top:9.0625rem;left:2.375rem;background-color:#c8102e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #L9uif92VP0DVnf93KmOvwo3qWEXS7Clt { width:17.125rem;height:6.5625rem;top:1.4375rem;left:1.4375000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1.0625rem;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:17.5rem;height:auto;top:0.65625rem;left:0rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:17.5rem;height:auto;top:0.65625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Rbe55MZWGETy0LGCmM9pMbdMB7QR7517 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #J1oTsDrDEQOIibn38iXiuQJXU3eJA64g {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #OKMDgTNc4mbxXqFH99LTPrt055XGL3LD {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #IWBt0MGWqkHzDJQHx4DrAtkycLdXhU31 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #hcmKoba9TiKly6C4SpSUyEhBfImTTAnJ {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #liwPpSN59HbIWTdHVFfDrozn21pbpAXb {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #slmxptRWzzaChIqQyTe61Zt8xS8vwLxZ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy { display:block; }#EfoDAlExOpx68AEkgdxZyeP4rzsgBQHy > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RygNXbdF1L845T0fuXUFinB7ScQRdydu { width:20rem;height:0.8125rem;top:0.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0JHXe7insJrBktJTwBtw0aKHEdPCgJ { width:11.5625rem;height:0.8125rem;top:2.3750019073486rem;left:4.2187500596046rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }