.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen 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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;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 {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:101px;width:960px;position:relative;display:block; }#b6zRlQFbrtM3db7Ih2062EkJBsDTqrfF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:27.986112594604px;left:346.21531677246px;display:block; }
#O4LzUSTrA8z2cizOLzOh9korblslqIq2 { position:absolute;display:block;z-index:15001;background-color:#eb2227;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;height:67px;width:960px;top:0px;left:0px;display:block; }
#AsSkQkpUs4vcsHC1RZxhXRSb64CfEtIa { color:#000000;display:block;width:915.99px;position:absolute;font-family:"open sans";font-size:44px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4201390743256px;left:43.003463745117px;height:57.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 { position:relative;display:block; }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 { background-color: transparent; background-image: none; }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row .container > .video-iframe-container { display: none; }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row > .video-iframe-container { display: none; }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .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); }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 { border-width: 0; border-radius: 0; }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row .container > .video-iframe-container {  }#EFcnKR4xNPuPcwaSlhuRrfqosckM3BL2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:447px;width:960px;position:relative;display:block; }#KTyub51xLdJUQU6c5k3dXrRhyPpmnoDk { color:#000000;display:block;width:482.986px;position:absolute;font-family:"open sans";font-size:39px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:15.173614501953px;left:473.96879577637px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgUOInvRsxvgIUo58PxS7Se0ltvC2aHU { color:#000000;display:block;width:458.976px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:223.04514312744px;left:486.98268127441px;height:116.9921px;display:block; }
#qLcSs8wCI3WTAJwOR3C2yzLQZR1TBkEu { color:#000000;display:block;width:465.99px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:162.72570419312px;left:486.99653625488px;height:74.0859px;text-align:left;text-align-last:left;display:block; }
#oln2C744MPvii5w5lQxNSAG48iJkyJRk { color:#000000;display:block;width:485px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:324.49654769897px;left:22.13542175293px;height:28.5938px;font-style:normal;display:block; }
#FiH1vGd5cyNt3cdb49XyISvxP9QE4fIM { color:#000000;display:block;width:465.99px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:339.09722518921px;left:480.00001525879px;height:52.7968px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vTPvyxKIwTwVDdul1ufW8qDvm8knPoFU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;height:256px;width:448px;top:23.489585876465px;left:11.996536254883px;overflow:hidden;display:block; }
#KxO2i5HAiFROGcLuphAJVDyE1obvMa77 { color:#000000;display:block;width:271.997px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:410.38195419312px;left:615.45143127441px;height:28.5938px;font-style:normal;display:block; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:6.02px;padding-right:5.5px;padding-bottom:6.02px;padding-left:5.5px;display:block;align-items:center;width:33.02px;min-width:33.02px;height:32.27px;position:relative;font-family:"open sans";font-size:24.06px;font-weight:700;line-height:32.27px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.76px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:44.02px;height:12.75px;position:relative;font-family:"open sans";font-size:9.02px;font-weight:400;line-height:12.75px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:240px;height:60.82px;padding-top:7.52px;padding-right:7.87px;padding-bottom:7.52px;padding-left:7.87px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:353.09029388428px;left:130.95486450195px;z-index:15008; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #IxnIWDZcqy98O8HvLdnHbStUJyWQ8PuV { display:flex;position:relative;top:0px;left:0px; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #RBd7QAwS96UJHKPkUTfzzEyaJApFX32D { width:auto; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #sEyREEEzPNCpM3C0ekR54NblX9FvIqLC {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #UnmL3G9WtClX5AI7kOQkfa0ysVNKMMXa { display:flex;position:relative;top:0px;left:0px; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #zWCM1maTBrFQ5pEWpVhHPf3BtTbWOMWI {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #JpqPBbAZ8QvdOHeOIZnlRr2h7BWsVWHy {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #erecvnleGEyd88Sb4o4pKT5NweExTegC { display:flex;position:relative;top:0px;left:0px; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #AxsBmTVF1cP2t3iDTogcK2uOlg0wQlWA {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #BTDL2RX6bwUBIWiN3OwszwkGhAXO2A1Q {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #a7lSkTHK9zRW8SJCRf0xfcfezHZcO7ES { display:flex;position:relative;top:0px;left:0px; }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #lMVvCnLzKF4b6eEIvl2H5H4E8vPWIUmU {  }
#AIg64IJqtFDfe4HC9sfnKXHnlBGPNJTB #i1fqlGfhu9738lZv7Rw9ZmRNqe9iecV3 {  }
#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH { position:relative;display:block; }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH { background-color: transparent; background-image: none; }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row .container > .video-iframe-container { display: none; }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row > .video-iframe-container { display: none; }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .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); }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH { border-width: 0; border-radius: 0; }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row .container > .video-iframe-container {  }#CVe7qAKKxslCKnDMghfZpvtnAA1ofTnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:207px;width:960px;position:relative;display:block; }#bwhWsGdsOOx63VIPViwqT3SzeooWpW10 { color:#000000;display:block;width:763px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:131.89236450195px;left:101.49305725098px;height:62.3906px;display:block; }
#Rt7qTPed7ho6e7V7TDSKqZoxN2RfxM3S { background-color:#eb2227;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:757.969px;height:86.9792px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.545104980469px;left:100.98957824707px;display:block; }
#xWCF0WoJT0xCb2iiQDRdNLGsUwm6CTvd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LhmmTWrWTCk5BehiaTp7cRu54BeP8BtG { box-sizing:content-box;color:#fffdfd;font-size:51px;font-weight:400;line-height:1;height:73.9931px;width:73.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:33.4375px;left:120.9722442627px;display:block; }
#XbZcszEuT065fVWfF016WOkrEFcTGA9G { position:relative;display:block; }#XbZcszEuT065fVWfF016WOkrEFcTGA9G { background-color: transparent; background-image: none; }#XbZcszEuT065fVWfF016WOkrEFcTGA9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row .container > .video-iframe-container { display: none; }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row > .video-iframe-container { display: none; }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .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); }#XbZcszEuT065fVWfF016WOkrEFcTGA9G { border-width: 0; border-radius: 0; }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row .container > .video-iframe-container {  }#XbZcszEuT065fVWfF016WOkrEFcTGA9G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030001;background-image:none;font-size:14px;font-family:arial;height:93px;width:960px;position:relative;display:block; }#QQobIVliL02UvLIOFQ0iPCPmGEVQqKGo { color:#000000;display:block;width:533px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.125px;left:316.77087402344px;height:20.7986px;display:block; }
