.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { background-color: transparent; background-image: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .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); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { border-width: 0; border-radius: 0; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#qQC1gtMXPSThiSvsPCTDpb2fZuHlBLSC { color:#ffffff;display:block;width:54.124375rem;position:absolute;font-family:exo2;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6612414121627rem;left:10.436199188233rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zPsS394DZBADTdMN5W8RocOfL4al3eCa { position:absolute;display:block;z-index:15003;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.75rem;width:11.375rem;top:0.46249961853027rem;left:0.67499923706056rem;overflow:hidden;display:block; }
#zGuslkI75PtXIaDItPyFQdhzTeosUifN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:3.625rem;display:none; }
#ravRMiOWs5o2VNdmr044vKJbn7STJbtS { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:20.907291412354rem;display:none; }
#abizQG6OlRODEXcXuN17Td3Cap4k6tzo { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:38.094791412354rem;display:none; }
#if0psCHFPXfESMyW55yIRxlFAvTRXl1T { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:55.34375rem;display:none; }
#llwMRSRFxrT5KPClJHTRJELOebTdTQSW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.6875rem;left:63.0625rem;overflow:hidden;display:block; }
#V0QkxdIJxJ8dzhi0c5MebtRHRwXzfhK5 { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:exo2;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:20.875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f2oRE3llEaQfbPrHFpsTg0Wcc5HLhJEq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.6875rem;left:68.4375038147rem;overflow:hidden;display:block; }
#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz { 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; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row .container { background-color: transparent; background-image: none; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row .container > .video-iframe-container { display: none; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row > .video-iframe-container { display: none; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .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); }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row .container { border-width: 0; border-radius: 0; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLmT5RTw80WERDa9XVfnqDTfl1NO8Jqz > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#TvtTItLQll1htZoDKcbQaMyhKyezrPGc { 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:25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FazT7wNRvXIZl9vgdy4rRdGFdTG7UMWL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S8CrVLe9FigcpSTFSrZ9AJMZSBn7VSb7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#N57y6u8VVSUq0QKF5wTN35gAIOsN5u2Q { position:absolute;display:block;z-index:15003;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:25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO { 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; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row .container { background-color: transparent; background-image: none; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row .container > .video-iframe-container { display: none; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row > .video-iframe-container { display: none; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .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); }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row .container { border-width: 0; border-radius: 0; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3oLTXoiaw69hxJUZH7yhnXT65vcqeHO > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#kTCmnzrPA4poERr0yhR03kFNZJTFgoqZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:0rem; }
#aAQZToJwtC12Et3plS8l5hwRf7fcEBDp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:72.87499809265rem; }
#kIGTF3GHwa5hsmkxPHUUpZbzP1955d3z { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62413125rem;width:18.4375rem;top:2.1245670318604rem;left:56.561420440674rem;overflow:hidden;display:block; }
#d3q29bHmN7auhysTMfCrgwUBRIXap6D3 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:18.4375rem;top:2.1245670318604rem;left:0rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#FrhwuB7HLfrO4pde4RbRhFV5WXr2OAqo { color:#000000;display:block;width:27.75rem;position:absolute;font-family:exo2;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:23.625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMGurqsrpQo4q9eBpqenQv2L38hIHwLB { color:#ce0d13;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:21.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZTfe62KU1i9WvQSaHkhDTbLLnmT8yKv { color:#ce0d13;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDPLH4O0qLKaADg4iUBUaw89aRC2b7FP { color:#ce0d13;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.375rem;left:60.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXTWHepr70ewnEFoQcN1BdPpTeamDJ0J { color:#ce0d13;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ttv8AHaDNQRPTeRhreUlSAeCTmuAOfNU { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.25rem;height:5.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.1875rem;left:19.5625rem;display:block; }
#hxFMdvKDDn4tJyxhvsuqC5DOoQI5FpTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5IqB26nRgpGICykZwTiSAdK6ZfBJThq { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.375rem;height:5.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.6875rem;left:19.4375rem;display:block; }
#a5q2kfWugNe1vcRRypoIpaEKZTTqqwB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyGEObN7q42wxBfM05DbX3UBklR7pCPz { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.25rem;height:5.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4rem;left:58.6875rem;display:block; }
#dSyT8NJSUDgzb7lLFDdJTtuMhRyOONVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZKl4uQxdBpTQIoQJx4JFowOUTIhT0ZF { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.3125rem;height:5.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.1875rem;left:0rem;display:block; }
#MKEONzkbScUR7byvBewy2G1NT2AcTk6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeKGRwTeVzuOJWVClzOotuWHf5IVA35k { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:4.1875rem;left:0.0625rem;display:block; }
#vqwUVEvn3DOFp9vrBJgTs8Tm05hCwilX { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:4rem;left:58.6875rem;display:block; }
#teXTPGu5zBDxeUteKUy6OWa0IKF7fR9q { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:10.8125rem;left:19.5625rem;display:block; }
#dcEgRyBkncURmf7aAME7KBfeXosoWucq { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:4.1875rem;left:19.5625rem;display:block; }
#UXdx8ZPA2EcArvX96SIESOae1VC23wZ7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:3.625rem;display:none; }
#eq6HyFxDaQlcRtbz5wHn8X1iqTU56AAO { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:49.094791412354rem;left:3.625rem;display:none; }
#UWJJ16wiKSOim4eowLDR1yeSGTZS4WN4 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Mawttp5h7TKJITVyToN1ZknqpNy4hAva { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#NTWtnCuXHkuGCdrtuMLhXifeskFI20Oq { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#oPAlg7dUUSUtcTQfN8st4IQlhFTRhUeT { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.0625rem;height:5.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:49.09375rem;left:21.09375rem;display:none; }
#C3EJLBo6osb17FXmUfqHDBzQWIX5Vkvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7h80iR86cHKtlA4p1MBDSkbq5TnsAg9 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.25rem;height:5.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.625rem;left:58.75rem;display:block; }
#y0NHg0P3X4OqywQ30LhcTTTD1qkNb8Mn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orUCQ9y9y5M8inNKsI1HITToOFgpfwNB { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:10.625rem;left:58.8125rem;display:block; }
#ho136KxaWbdTOzBNt1eXHkQxTB0i2mQl { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.125rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.6875rem;left:38.9375rem;display:block; }
#hfEe9KbHEgtCGwo1vipC3TXrNP7PTGV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bV6IXhTbCEM9dANpaIiDw5iysuMdTvP2 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:10.75rem;left:38.875rem;display:block; }
#TGTAqkRzyF1MArWGwyEJSeTrcLM20JvQ { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.125rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTw5dQt5OpvqxfFDvRFgpXUrEeRQmXhH { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:61.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aliy7zWkHhRzAaBrcmJXcozPA2K04Pzm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.0625rem;height:5.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.1875rem;left:38.9375rem;display:block; }
#R7UvnDPMQ3Idb5kaumMx9T0eEefR6pcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdAV9ARNIRaXaTfnCRSCbxr4EBn761b3 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:4.3125rem;left:38.875rem;display:block; }
#ILshCwefTezp5bwSm8FDL231okP3TtSL { color:#ce0d13;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNRJvUEcepIgA8kQ4rz0Q4A1ApfhRDzG { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.3125rem;height:5.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.75rem;left:0.125rem;display:block; }
#PGQWmtBUvJCFg8ioE4ZZa3VGLUMeGPX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyW7yXR0ZNziabzc3V1DS3B9no5X1wBe { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));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.24895625rem;width:16.1864375rem;top:10.8125rem;left:0.1875rem;display:block; }
#D4RlTXgmByFJSd7raC4lZy01DcVMVufR { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:exo2;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7r5Qn13b1fFVZZxaqmIGXzNt0xap3LW { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.3125rem;height:5.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:51.03125rem;left:4.71875rem;display:none; }
#pJ1NNthlCoM4otlwC9QTKqyNi2kXmMEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRqTpW7nUTOQzSqa1teMeDtaLWx325SG { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.3125rem;height:5.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:51.03125rem;left:4.71875rem;display:none; }
#nTCxUyLhV9kXPESaCADABCvP0lT5gUr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCG0ODiT5f1hTLuAHM7wTOpWoXpwmuew { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:16.3125rem;height:5.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:51.03125rem;left:4.71875rem;display:none; }
#ustlUS8fSAJVvcTpOs2r0QLQmRZykDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DS6doh0Lk8JDZaMgMKIxHNwgSarAmnNq { color:#000000;display:block;width:65.686875rem;position:absolute;font-family:exo2;font-size:2.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.309029579163rem;left:4.6560363769531rem;height:8.042rem;display:block; }
#krMDB5HIx7nL2MUWgeSaZ6EF5tOfFrPr { color:#000000;display:block;width:9.124375rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.309896469116rem;left:42.334632873535rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AN7Hk1A4HQRc1AiQflFURDF3dsUpRFt4 { color:#000000;display:block;width:9.124375rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.309896469116rem;left:14.584632873535rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AHs12SRziNo2Hszr8lPO08rV2KQGFqXl { z-index:15003;top:31.875rem;left:35.812507629394rem;background-color:#ee0000;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LWbKAcABiOmWBAZMtRRC9ifNy698VbVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ji6ETJkWAgBWcoPdhfhwo4nv8y4COBGo { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:exo2;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.903648376465rem;left:9.518226623535rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T { 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; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row .container { background-color: transparent; background-image: none; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row .container > .video-iframe-container { display: none; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row > .video-iframe-container { display: none; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .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); }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row .container { border-width: 0; border-radius: 0; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXgg15oFGwkC81xbEB4w5gVdNoNc5i5T > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-form-header {  }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.625rem;font-weight:bold;color:#181818;width:51.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:51.5625rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:1.5625rem;overflow:hidden;font-family:"open sans";line-height:1.5; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-input-text {padding-top: 0; padding-bottom: 0;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:51.5625rem;box-sizing:border-box;height:5.0625rem;color:#161616;font-size:1.5625rem;overflow:hidden;font-family:"open sans";line-height:1.5; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .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:51.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-input-select {padding-top: 0; padding-bottom: 0;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-input-button { 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:#ff0d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:51.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.5625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.5625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.5625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1.5625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:50.1875rem;overflow:hidden;font-style:normal; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .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; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-container:first-of-type{padding-top:0;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-container:last-of-type{padding-bottom:0;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:10.46875rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:51.5625rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC {display:block;}#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:10.46875rem; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #tzFWBKMu8eqTiIP1ovJdgKLzJeNLmg6E { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #XJaRKMrqsIpK8y1AqkvunTwwm96PUniC { position:relative;display:block; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #mz8g3ytfh72GNeqG2aMyCtpnrViTpT7Z { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #zWDphpsnsM1icQxv40VTnTz230bRn0mM { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #hTaE7RV3F00DHTAAILx7cL9NAOG2RMCQ { position:relative;display:block; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #vXPH6PLFJPGXebNPySU4BSOPtf2gQIvX { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #esnuJrK7OipFTWU8CA7xTdu3KQgelVgl { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #ywk9ka2lWult359nxim89KgoTJiHLgDZ { position:relative;display:block; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #aEcR4owd3eetWoocFJ5rN85wLE53UXfH { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #ySTbcxoqX6gQyRgDovUu6cDKpWf2ORAT { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #ZT5D7kKqREcTSeclJfiUDKzW8PVoJUqn { position:relative;display:block; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #cBrlsg01NqPIpDXpTVMCAX69LsHZSFJ1 { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #F5XhCTgobbAgPoQD8CtESoxiWRQ1PgtX { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #toWBH1HAU68c3AFCl0utthfNpLzmx9NC { position:relative;display:block; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #HDuJHxzu3EZZnfz44CRh0khWFaMtJmJt { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #McZAPAvX4MhlTZUp8wyHbq7zf5BaeL5g { position:relative; }
#plIUM3FZ8m9NJulB5CRFfdD20Fz7vIBC #Rqbsw4DJqZqkDhOeJzSUxG5shgnxr0vc { position:relative; }
#mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row .container { background-color: transparent; background-image: none; }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row .container > .video-iframe-container { display: none; }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row > .video-iframe-container { display: none; }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .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); }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row .container { border-width: 0; border-radius: 0; }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8aQT9vTFJEWM2qn1lWSzdpNNABHPQvs > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny { 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:none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { border-width: 0; border-radius: 0; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }