.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;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; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container { background-color: transparent; background-image: none; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container > .video-iframe-container { display: none; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row > .video-iframe-container { display: none; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .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); }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container { border-width: 0; border-radius: 0; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.80625rem;padding-right:0.72rem;padding-bottom:0.80625rem;padding-left:0.72rem;display:block;align-items:center;width:4.31625rem;min-width:4.31625rem;height:4.33rem;position:relative;font-family:"open sans";font-size:3.225rem;font-weight:700;line-height:69.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.504375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.75625rem;height:1.71125rem;position:relative;font-family:"open sans";font-size:1.209375rem;font-weight:400;line-height:27.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:27rem;height:8.158125rem;padding-top:1.0075rem;padding-right:1.02875rem;padding-bottom:1.0075rem;padding-left:1.02875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.263671875rem;left:22.969837188721rem;z-index:5000; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CDBX9wxi4RTy18exaaoq2ub4FaKxRLV1 { display:flex;position:relative;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WG7004ci01bhLzNoJ9i7O6H83IHZV9SU { width:auto; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #a1mvCsKCLNunO7iK0mhm3sv64NRugHL0 {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #ox26t7THtTgM66lKcx05vxqOsKGD5UpZ { display:flex;position:relative;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WUs0hR6amtqVL2xKi8ppyf2oODdl0kdd {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #kt0EobKO8x0Ca1rzDlHeTB5kbHVMiBeO {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #OkVH6xzxzXOhc5e18VIpirKXt8TscgDT { display:flex;position:relative;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CUEIkrqeWxu1OApcsFs5DsGfsOxOanWc {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #EzcNQT2ozq18ornmaQphC9IbQ4fTl42N {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #yv86xAQ88sCO8L91qTnKrUVehKDwZuBS { display:flex;position:relative;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #JG4l9XCfCWto0mFXkUDK82oPTi9Wcl15 {  }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #vH2280tP9m0Vq8suctW7UoiegKbT6cxG {  }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AeUlrYj2/ezgif.com_gif_maker.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#rxnPTaPo3TFgKWkX27iWnOiADIufKgbU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.75rem;width:37.9375rem;top:2.7495660781861rem;left:18.406036376953rem;display:block; }
#OPzpcIEdKt24ulnPFSTaroCD9ENnhG1I { color:#e10037;display:block;width:15.374375rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9967451095581rem;left:29.812286376953rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eh6oQGFNDywiT1cZNJ0Llz7pzySGKQD8 { 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:13.375rem;width:31.25rem;top:8.6875rem;left:21.875rem;overflow:hidden;display:block; }
#TTDEWnZgA1GuqioSvLc2nm6mIcWGxhGk { background-color:#e10037;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2495625rem;height:3.81185rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.811415672302rem;left:24.875217437744rem;display:block; }
#MKxP0hXO7sHKZ0XL60NEWS5zMmMRHUpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shZ9CsnI43n6M9chskleZZUhi4OmdQBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;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; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container { background-color: transparent; background-image: none; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container > .video-iframe-container { display: none; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row > .video-iframe-container { display: none; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .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); }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container { border-width: 0; border-radius: 0; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 { position:relative;display:block; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 { background-color: transparent; background-image: none; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container > .video-iframe-container { display: none; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row > .video-iframe-container { display: none; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .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); }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 { border-width: 0; border-radius: 0; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pwr1fTDPlMCioRuTuLbBrwhbZMoCKgTq { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:5.84375rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#xCJRtydNSWQgZoURTv7rgIG8WfsdDZdO { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.40625rem;height:13.0771375rem;display:block; }
#bUSDHms7MXnVtNqeGprf2dlr2waTrCEl { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.25rem;left:8.84375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT { position:relative;display:block; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT { background-color: transparent; background-image: none; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container > .video-iframe-container { display: none; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row > .video-iframe-container { display: none; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .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); }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT { border-width: 0; border-radius: 0; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fl2s6UREXxoZT8Gu1T4w3FCAgb465EdX { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.28125rem;height:5.361325rem;display:block; }
#NRRgRc8mtUfkLwnxVrGEG0ip6v5hDrcI { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.28125rem;height:5.361325rem;display:block; }
#tEtGt3xw1D9i2TObrtyBfh4EGZegS6EZ { color:#000000;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:2.28125rem;height:3.57421875rem;display:block; }
#m3D6yXVr3BeLZy9hOnvg1Tp2NArtHk2I { 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:21.1875rem;width:22.25rem;top:1.34375rem;left:45.125rem;overflow:hidden;display:block; }
#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg { position:relative;display:block; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg { background-color: transparent; background-image: none; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container > .video-iframe-container { display: none; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row > .video-iframe-container { display: none; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .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); }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg { border-width: 0; border-radius: 0; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlrI6H503BOvhuuGwF5TgJW28AW44crv { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.40625rem;height:6.82325rem;text-align:center;text-align-last:center;display:block; }
#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd3de;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; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container { background-color: transparent; background-image: none; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container > .video-iframe-container { display: none; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row > .video-iframe-container { display: none; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .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); }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container { border-width: 0; border-radius: 0; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#vCoKJ23J0cEIP49oCcTfG1sIylCwTGUQ { color:#a7002a;display:block;width:71.9375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.84375rem;left:1.53125rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd3de;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; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container { background-color: transparent; background-image: none; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container > .video-iframe-container { display: none; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row > .video-iframe-container { display: none; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .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); }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container { border-width: 0; border-radius: 0; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#Ut3vdFwye0EalEBKec4eCMPmmTDiyMzT { 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:23.6875rem;width:32.8125rem;top:2.4375rem;left:2.34375rem;overflow:hidden;display:block; }
#VmJnN5czz5OFgNBzPBUXp4lCeIympenp { color:#a7002a;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o17xZWpJiQNTwMzNo4CrEqTRPQ82qalu { color:#800020;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:39.6875rem;height:16.25rem;display:block; }
#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd3de;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; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container { background-color: transparent; background-image: none; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container > .video-iframe-container { display: none; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row > .video-iframe-container { display: none; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .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); }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container { border-width: 0; border-radius: 0; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#O3lA3tpyMXl0D0dFfQLTHThUarzVwPr2 { color:#a7002a;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:8.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZW6dyMZPiMLpREvVB0X9f6INPkBOyAO { color:#800020;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:16.25rem;display:block; }
#hoiugmASU7KXwGdpkZTF8fzyWF3SSZTB { position:absolute;display:block;z-index:15004;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:23.6875rem;width:32.8125rem;top:1.1875rem;left:39.84375rem;overflow:hidden;display:block; }
#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd3de;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; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container { background-color: transparent; background-image: none; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container > .video-iframe-container { display: none; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row > .video-iframe-container { display: none; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .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); }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container { border-width: 0; border-radius: 0; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#i7rQ1B6NUTNzHiRnulkts5lMsiZlpz4Q { 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:23.6875rem;width:32.8125rem;top:2.28125rem;left:2.34375rem;overflow:hidden;display:block; }
#ReasUpBmiFRsMBG4Q0H4PoNlokJIU8Jx { color:#a7002a;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.28125rem;left:42.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrUf9iHTJ9xAcnP4dLIAZuhVcHtTFe4u { color:#800020;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:39.6875rem;height:14.625rem;display:block; }
#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd3de;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; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container { background-color: transparent; background-image: none; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container > .video-iframe-container { display: none; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row > .video-iframe-container { display: none; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .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); }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container { border-width: 0; border-radius: 0; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#f9Ls21QpH7yevgcV996KamUJKLfEr8Gz { background-color:#e10037;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2485rem;height:3.81185rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5310344696045rem;left:24.875217437744rem;display:block; }
#KZSEu9gmcLvVTJ9UU2aqPmKdondH6gMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts { position:relative;display:block; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts { background-color: transparent; background-image: none; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container > .video-iframe-container { display: none; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row > .video-iframe-container { display: none; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .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); }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts { border-width: 0; border-radius: 0; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rbpb48gpM5kZ4BIT8NUO2fzspntd3NBW { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:10.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT { position:relative;display:block; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT { background-color: transparent; background-image: none; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container > .video-iframe-container { display: none; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row > .video-iframe-container { display: none; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .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); }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT { border-width: 0; border-radius: 0; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eaDWR41Xb5eqBkt3TpyHIDiCzQTpS4V9 { position:absolute;display:block;z-index:15016;background-color:#940025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.4365rem;width:21.4995rem;top:0rem;left:51.75rem;display:block; }
#qVe6K6lOScGLcAahy9g0WL7le5SoiCEZ { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"aileron heavy";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.984375rem;left:56.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZ1gGHw6hMdWsNGPigABJoqoP4EeXmJI { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:"aileron regular";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:25.625rem;left:52.78125rem;height:7rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#lSqXcSz8A2PmQ7sLEHtzTqiEbp3N3AyL { position:absolute;display:block;z-index:15015;background-color:#e20039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.4995rem;width:21.4995rem;top:0rem;left:26.75rem;display:block; }
#O7hyxRsy9h6roW7uPBQJvwdTwTiaAWhd { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:"aileron regular";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:25.625rem;left:27.78125rem;height:21rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QAmlyw9r0vHHGQdX1WJm6tqWCMCzqikB { color:#fee600;display:block;width:19.4355625rem;position:absolute;font-family:"aileron heavy";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.654296875rem;left:27.78125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IctsIVzmcWFx7CRicQc5c9o0Rnv4k8XI { color:#fee600;display:block;width:19.4355625rem;position:absolute;font-family:"aileron heavy";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:21.654296875rem;left:52.78125rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4IKI1JTK070uoCBcHKhZTe5hZFTvEQ7 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.9375rem;border-top-right-radius:15.9375rem;border-bottom-left-radius:15.9375rem;border-bottom-right-radius:15.9375rem;box-shadow: none;height:20.3105625rem;width:19.624rem;top:1.34375rem;left:27.6865234375rem;overflow:hidden;display:block; }
#B1wee5cuDk9IVBlkERBe4Up6vMaGmanx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.75rem;width:18.25rem;top:2.6240234375rem;left:53.9990234375rem;overflow:hidden;display:block; }
#ruhkUtFkRSoMIkIKXPk0R64IoaPfT5SJ { position:absolute;display:block;z-index:15014;background-color:#940025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.375rem;width:21.4980625rem;top:0rem;left:1.75rem;display:block; }
#IGVWr0BC7DcPcNGmlEoTUtzPtJKnRciq { color:#fee600;display:block;width:19.4355625rem;position:absolute;font-family:"aileron heavy";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.654296875rem;left:2.78125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhPPMmgsnVMXK5MatW7s323SkdcmAbH7 { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"aileron regular";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.625rem;left:4.03125rem;height:8.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WtI83h39Qlak7o03p0b6wKFfE5wGtcA2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:16.4365rem;width:16.4365rem;top:3.279296875rem;left:4.2802734375rem;overflow:hidden;display:block; }
#m0zCgPfTMBu2cIT1KLiBL3a1zxBvUs3I { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"aileron heavy";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:36.90625rem;left:6.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5yykfUzHpghTTeLkakpgcBTmN7er312 { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"aileron heavy";font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:48.5rem;left:31.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b { position:relative;display:block; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b { background-color: transparent; background-image: none; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container > .video-iframe-container { display: none; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row > .video-iframe-container { display: none; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .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); }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b { border-width: 0; border-radius: 0; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcT7asTo7s241KWCNnQhWr1y6hKs2aNX { color:#000000;display:block;width:62.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.15625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#smlrDtK9kOR9y2iqsTXeCF4TLWM7LNpQ { 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:18.6875rem;width:41.375rem;top:6.1875rem;left:16.8125rem;overflow:hidden;display:block; }
#Tn1ZrOm2f5vxcV0b7WQsgiB1EagMwqo1 { background-color:#e10037;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2480625rem;height:3.811525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27rem;left:24.875rem;display:block; }
#CvxTWBQ6mv1onmNFVkEvotZh2hD7xPST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06cd3935-f6ed-4270-8c36-9ecf7b388350/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7.adaptive-delivery-prevent-bg, #RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7.lazyload, #RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7.lazyloading { background-image: none; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container { background-color: transparent; background-image: none; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container > .video-iframe-container { display: none; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row > .video-iframe-container { display: none; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .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); }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container { border-width: 0; border-radius: 0; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#fVzCXVfLUFJ6BOoX7KImXwIxpgQXcFeg { 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:31.125rem;width:27.4995rem;top:10.3740234375rem;left:42.498046875rem;overflow:hidden;display:block; }
#kGlrvXdbPnQtDhUBL7SMrNkeAcKxTtsP { color:#ea174d;display:block;width:52.9995rem;position:absolute;font-family:"aileron heavy";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.02783203125rem;left:9.2724609375rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4TuyFXHP5Vz0w4xwAO6fnd1XA92uPfl { color:#a7002a;display:block;width:32.8725625rem;position:absolute;font-family:"aileron heavy";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.3125rem;height:1.70605625rem;display:block; }
#bnNatQVDPC4iyEnZvIiSD7uymTshEcaV { color:#800020;display:block;width:32.8725625rem;position:absolute;font-family:"aileron regular";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.375rem;left:2.3125rem;height:22rem;display:block; }
#KIzkfqpng2z2HHpKBIZHULnIqhRzDZci { color:#a7002a;display:block;width:32.8725625rem;position:absolute;font-family:"aileron heavy";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.873046875rem;left:2.31298828125rem;height:1.70605625rem;display:block; }
#lqoL6F6hv7gvHgdTSaKebssMIET6NmdF { color:#800020;display:block;width:32.8725625rem;position:absolute;font-family:"aileron regular";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.123046875rem;left:2.31298828125rem;height:12.67575rem;display:block; }#lqoL6F6hv7gvHgdTSaKebssMIET6NmdF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lqoL6F6hv7gvHgdTSaKebssMIET6NmdF li:before{  }
#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i { position:relative;display:block; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i { background-color: transparent; background-image: none; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container > .video-iframe-container { display: none; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row > .video-iframe-container { display: none; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .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); }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i { border-width: 0; border-radius: 0; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eJ13k8nVSsoANc2uspdoSdFibDwo613v { color:#e20039;display:block;width:60.25rem;position:absolute;font-family:"aileron heavy";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.375rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPh6F9XbZRghczIPPgBaG1GrhAfitzF7 { background-color:#e10037;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aileron heavy";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.248291015625rem;left:26.5625rem;display:block; }
#d27iXe2dFm8NJuJwIl2uf9FnGpNaPLop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCsoxuN2ypr0VgeIDuJHZ7o75GZEzQZ0 { color:#000000;display:block;width:36.74925rem;position:absolute;font-family:"aileron heavy";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.741455078125rem;left:19.12353515625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#tFvUopok0JN00aBwW3dZQ0CfONUiTExy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:5.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:52.03125rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4u0bc42oD0hM4PS3E54kBG57VJcWhLH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:59.28125rem;height:;display:block; }
#lExVUucu2AZGqHxV0V4HFu0eEPGSVuRd { color:#e20039;display:block;width:60.249rem;position:absolute;font-family:"aileron heavy";font-size:6.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.67138671875rem;left:7.37548828125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMIHTaE5EiR2l5SoDZFtaTvD7wggKN2V { color:#000000;display:block;width:36.74925rem;position:absolute;font-family:"aileron heavy";font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.79638671875rem;left:19.124755859375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { 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; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container { background-color: transparent; background-image: none; }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container > .video-iframe-container { display: none; }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row > .video-iframe-container { display: none; }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .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); }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container { border-width: 0; border-radius: 0; }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #koHU3mauA5Fg8635F4QLskQeU1ng9p1P { display:block; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw { display:flex;width:18rem;height:5.0625rem;top:0.1875rem;left:8.126304626465rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CDBX9wxi4RTy18exaaoq2ub4FaKxRLV1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WG7004ci01bhLzNoJ9i7O6H83IHZV9SU {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #a1mvCsKCLNunO7iK0mhm3sv64NRugHL0 {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #ox26t7THtTgM66lKcx05vxqOsKGD5UpZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WUs0hR6amtqVL2xKi8ppyf2oODdl0kdd {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #kt0EobKO8x0Ca1rzDlHeTB5kbHVMiBeO {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #OkVH6xzxzXOhc5e18VIpirKXt8TscgDT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CUEIkrqeWxu1OApcsFs5DsGfsOxOanWc {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #EzcNQT2ozq18ornmaQphC9IbQ4fTl42N {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #yv86xAQ88sCO8L91qTnKrUVehKDwZuBS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #JG4l9XCfCWto0mFXkUDK82oPTi9Wcl15 {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #vH2280tP9m0Vq8suctW7UoiegKbT6cxG {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxnPTaPo3TFgKWkX27iWnOiADIufKgbU { top:2.6875rem;left:4.7810363769531rem;width:37.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzpcIEdKt24ulnPFSTaroCD9ENnhG1I { top:4.9375rem;left:16.187286376953rem;width:15.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh6oQGFNDywiT1cZNJ0Llz7pzySGKQD8 { top:8.6875rem;left:8.25rem;width:31.25rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDEWnZgA1GuqioSvLc2nm6mIcWGxhGk { width:25.1875rem;height:3.75rem;top:22.75rem;left:11.250217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKxP0hXO7sHKZ0XL60NEWS5zMmMRHUpI { display:block; }
 }@media only screen and (max-width: 763px) { #shZ9CsnI43n6M9chskleZZUhi4OmdQBm { display:block; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 { display:block; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwr1fTDPlMCioRuTuLbBrwhbZMoCKgTq { top:3.4375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCJRtydNSWQgZoURTv7rgIG8WfsdDZdO { top:16.1875rem;left:0rem;width:47.75rem;height:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUSDHms7MXnVtNqeGprf2dlr2waTrCEl { top:32.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT { display:block; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl2s6UREXxoZT8Gu1T4w3FCAgb465EdX { top:1.375rem;left:0rem;width:32.9375rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRRgRc8mtUfkLwnxVrGEG0ip6v5hDrcI { top:9.5625rem;left:0rem;width:30.1875rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtGt3xw1D9i2TObrtyBfh4EGZegS6EZ { top:16.4375rem;left:0rem;width:31.375rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3D6yXVr3BeLZy9hOnvg1Tp2NArtHk2I { top:1.3125rem;left:24.6875rem;width:22.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg { display:block; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrI6H503BOvhuuGwF5TgJW28AW44crv { top:1.4375rem;left:0rem;width:47.75rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS { display:block; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCoKJ23J0cEIP49oCcTfG1sIylCwTGUQ { top:2.8125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRKhfEtkFeZVZmpv3aOst56dl54ncqfi { display:block; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3vdFwye0EalEBKec4eCMPmmTDiyMzT { top:2.4375rem;left:0rem;width:32.8125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJnN5czz5OFgNBzPBUXp4lCeIympenp { top:2.4375rem;left:25.4375rem;width:20.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o17xZWpJiQNTwMzNo4CrEqTRPQ82qalu { top:6rem;left:14.625rem;width:33.125rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma { display:block; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lA3tpyMXl0D0dFfQLTHThUarzVwPr2 { top:1.4375rem;left:1.5625rem;width:20.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZW6dyMZPiMLpREvVB0X9f6INPkBOyAO { top:5.0625rem;left:0rem;width:33.125rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiugmASU7KXwGdpkZTF8fzyWF3SSZTB { top:1.1875rem;left:14.9375rem;width:32.8125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz { display:block; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7rQ1B6NUTNzHiRnulkts5lMsiZlpz4Q { top:2.25rem;left:0rem;width:32.8125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReasUpBmiFRsMBG4Q0H4PoNlokJIU8Jx { top:2.25rem;left:20.375rem;width:27.375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrUf9iHTJ9xAcnP4dLIAZuhVcHtTFe4u { top:6rem;left:14.625rem;width:33.125rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 { display:block; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ls21QpH7yevgcV996KamUJKLfEr8Gz { width:25.1875rem;height:3.75rem;top:1.5rem;left:11.250217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZSEu9gmcLvVTJ9UU2aqPmKdondH6gMT { display:block; }
 }@media only screen and (max-width: 763px) { #kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts { display:block; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbpb48gpM5kZ4BIT8NUO2fzspntd3NBW { top:3.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT { display:block; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaDWR41Xb5eqBkt3TpyHIDiCzQTpS4V9 { top:0rem;left:26.1875rem;width:21.4375rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVe6K6lOScGLcAahy9g0WL7le5SoiCEZ { top:35.9375rem;left:33.4375rem;width:12.4375rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1gGHw6hMdWsNGPigABJoqoP4EeXmJI { top:25.625rem;left:28.25rem;width:19.375rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSqXcSz8A2PmQ7sLEHtzTqiEbp3N3AyL { top:0rem;left:10.3125rem;width:21.4375rem;height:54.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hyxRsy9h6roW7uPBQJvwdTwTiaAWhd { top:25.625rem;left:12.375rem;width:19.375rem;height:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAmlyw9r0vHHGQdX1WJm6tqWCMCzqikB { top:21.625rem;left:12.375rem;width:19.375rem;height:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctsIVzmcWFx7CRicQc5c9o0Rnv4k8XI { top:21.625rem;left:28.25rem;width:19.375rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IKI1JTK070uoCBcHKhZTe5hZFTvEQ7 { top:1.3125rem;left:12.1875rem;width:19.5625rem;height:20.246910869662rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1wee5cuDk9IVBlkERBe4Up6vMaGmanx { top:2.5625rem;left:29.375rem;width:18.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhkUtFkRSoMIkIKXPk0R64IoaPfT5SJ { top:0rem;left:0rem;width:21.4375rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVWr0BC7DcPcNGmlEoTUtzPtJKnRciq { top:21.625rem;left:0rem;width:19.375rem;height:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhPPMmgsnVMXK5MatW7s323SkdcmAbH7 { top:25.625rem;left:0rem;width:16.9375rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtI83h39Qlak7o03p0b6wKFfE5wGtcA2 { top:3.25rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zCgPfTMBu2cIT1KLiBL3a1zxBvUs3I { top:36.875rem;left:1.6875rem;width:12.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5yykfUzHpghTTeLkakpgcBTmN7er312 { top:48.5rem;left:17.5625rem;width:12.4375rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b { display:block; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcT7asTo7s241KWCNnQhWr1y6hKs2aNX { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smlrDtK9kOR9y2iqsTXeCF4TLWM7LNpQ { top:6.1875rem;left:3.1875rem;width:41.375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1ZrOm2f5vxcV0b7WQsgiB1EagMwqo1 { width:25.1875rem;height:3.75rem;top:27rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvxTWBQ6mv1onmNFVkEvotZh2hD7xPST { display:block; }
 }@media only screen and (max-width: 763px) { #RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 { display:block; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVzCXVfLUFJ6BOoX7KImXwIxpgQXcFeg { top:10.3125rem;left:20.25rem;width:27.4375rem;height:31.054825996836rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlrvXdbPnQtDhUBL7SMrNkeAcKxTtsP { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TuyFXHP5Vz0w4xwAO6fnd1XA92uPfl { top:7.5625rem;left:0rem;width:32.8125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnNatQVDPC4iyEnZvIiSD7uymTshEcaV { top:10.3125rem;left:0rem;width:32.8125rem;height:21.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzkfqpng2z2HHpKBIZHULnIqhRzDZci { top:33.8125rem;left:0rem;width:32.8125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqoL6F6hv7gvHgdTSaKebssMIET6NmdF { top:36.0625rem;left:0rem;width:32.8125rem;height:12.625rem;font-size:1.1875rem;display:block; }#lqoL6F6hv7gvHgdTSaKebssMIET6NmdF li:before{  }
 }@media only screen and (max-width: 763px) { #DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i { display:block; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ13k8nVSsoANc2uspdoSdFibDwo613v { top:2.3125rem;left:0rem;width:47.75rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPh6F9XbZRghczIPPgBaG1GrhAfitzF7 { width:21.875rem;height:4.0625rem;top:28.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27iXe2dFm8NJuJwIl2uf9FnGpNaPLop { display:block; }
 }@media only screen and (max-width: 763px) { #UCsoxuN2ypr0VgeIDuJHZ7o75GZEzQZ0 { top:13.6875rem;left:5.49853515625rem;width:36.6875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFvUopok0JN00aBwW3dZQ0CfONUiTExy { top:6.75rem;left:35.25rem;width:12.5rem;height:;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4u0bc42oD0hM4PS3E54kBG57VJcWhLH { top:15.9375rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExVUucu2AZGqHxV0V4HFu0eEPGSVuRd { top:15.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMIHTaE5EiR2l5SoDZFtaTvD7wggKN2V { top:23.75rem;left:5.4990234375rem;width:36.6875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { display:block; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #koHU3mauA5Fg8635F4QLskQeU1ng9p1P { display:block; }#koHU3mauA5Fg8635F4QLskQeU1ng9p1P > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kxcnlzxm0r9rsJKurqJefioOrNFqDRFw { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CDBX9wxi4RTy18exaaoq2ub4FaKxRLV1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WG7004ci01bhLzNoJ9i7O6H83IHZV9SU {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #a1mvCsKCLNunO7iK0mhm3sv64NRugHL0 {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #ox26t7THtTgM66lKcx05vxqOsKGD5UpZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #WUs0hR6amtqVL2xKi8ppyf2oODdl0kdd {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #kt0EobKO8x0Ca1rzDlHeTB5kbHVMiBeO {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #OkVH6xzxzXOhc5e18VIpirKXt8TscgDT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #CUEIkrqeWxu1OApcsFs5DsGfsOxOanWc {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #EzcNQT2ozq18ornmaQphC9IbQ4fTl42N {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #yv86xAQ88sCO8L91qTnKrUVehKDwZuBS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #JG4l9XCfCWto0mFXkUDK82oPTi9Wcl15 {  }
 }@media only screen and (max-width: 763px) { #kxcnlzxm0r9rsJKurqJefioOrNFqDRFw #vH2280tP9m0Vq8suctW7UoiegKbT6cxG {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxnPTaPo3TFgKWkX27iWnOiADIufKgbU { width:18.75rem;height:18.0625rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzpcIEdKt24ulnPFSTaroCD9ENnhG1I { width:18.25rem;height:2.11230625rem;top:3.75rem;left:1.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eh6oQGFNDywiT1cZNJ0Llz7pzySGKQD8 { width:17.1875rem;height:7.1875rem;top:6.84375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDEWnZgA1GuqioSvLc2nm6mIcWGxhGk { width:16.875rem;height:2.9375rem;top:14.46875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKxP0hXO7sHKZ0XL60NEWS5zMmMRHUpI { display:block; }
 }@media only screen and (max-width: 763px) { #shZ9CsnI43n6M9chskleZZUhi4OmdQBm { display:block; }#shZ9CsnI43n6M9chskleZZUhi4OmdQBm > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 { display:block; }#cTllD0wsRvPZkNX40Rz4Hbp81NNZXAL9 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwr1fTDPlMCioRuTuLbBrwhbZMoCKgTq { width:18.75rem;height:15.920875rem;top:1.1875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCJRtydNSWQgZoURTv7rgIG8WfsdDZdO { width:18.75rem;height:23.8848rem;top:18.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUSDHms7MXnVtNqeGprf2dlr2waTrCEl { width:18.75rem;height:13.160125rem;top:43.0625rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT { display:block; }#f2FJw8KTDTWO1VuTyxTTABV29fd4lTrT > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl2s6UREXxoZT8Gu1T4w3FCAgb465EdX { width:18.75rem;height:9.2578125rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRRgRc8mtUfkLwnxVrGEG0ip6v5hDrcI { width:18.75rem;height:7.714875rem;top:11.9375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtGt3xw1D9i2TObrtyBfh4EGZegS6EZ { width:18.75rem;height:6.171875rem;top:20.8125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3D6yXVr3BeLZy9hOnvg1Tp2NArtHk2I { width:18.75rem;height:17.8125rem;top:28.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg { display:block; }#ToC0L7n34g53CIrFw5UbWAhK8bCJaxlg > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrI6H503BOvhuuGwF5TgJW28AW44crv { width:18.75rem;height:20.3125rem;top:1.25rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS { display:block; }#Kp5PdcW9IiZ2LIT8SM6qCWOfxIRRb8LS > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCoKJ23J0cEIP49oCcTfG1sIylCwTGUQ { width:18.75rem;height:14.625rem;top:1.625rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRKhfEtkFeZVZmpv3aOst56dl54ncqfi { display:block; }#TRKhfEtkFeZVZmpv3aOst56dl54ncqfi > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3vdFwye0EalEBKec4eCMPmmTDiyMzT { width:18.75rem;height:13.5rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJnN5czz5OFgNBzPBUXp4lCeIympenp { width:18.75rem;height:2.2744125rem;top:16rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o17xZWpJiQNTwMzNo4CrEqTRPQ82qalu { width:18.75rem;height:24.85254375rem;top:19.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma { display:block; }#cwBRPMm8hTHtD3gDfxL1sO4JZQuzZcma > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lA3tpyMXl0D0dFfQLTHThUarzVwPr2 { width:18.75rem;height:2.2744125rem;top:1.6875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZW6dyMZPiMLpREvVB0X9f6INPkBOyAO { width:18.75rem;height:21.92869375rem;top:4.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiugmASU7KXwGdpkZTF8fzyWF3SSZTB { width:18.75rem;height:13.5rem;top:27.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz { display:block; }#wfScmhlBQBWhDQSuTJCotiF3ppWgT9Tz > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7rQ1B6NUTNzHiRnulkts5lMsiZlpz4Q { width:18.75rem;height:13.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReasUpBmiFRsMBG4Q0H4PoNlokJIU8Jx { width:18.75rem;height:4.548825rem;top:16.0625rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrUf9iHTJ9xAcnP4dLIAZuhVcHtTFe4u { width:18.75rem;height:19.00488125rem;top:21.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 { display:block; }#ga1VUsheiNeCF477Qq0ldR4ydDKUSlE9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ls21QpH7yevgcV996KamUJKLfEr8Gz { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZSEu9gmcLvVTJ9UU2aqPmKdondH6gMT { display:block; }
 }@media only screen and (max-width: 763px) { #kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts { display:block; }#kVDopISfXTlhJVmVoBWfVsBzwshsq1Ts > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbpb48gpM5kZ4BIT8NUO2fzspntd3NBW { width:18.75rem;height:7.3125rem;top:1.4375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT { display:block; }#gkIASBpEOGEX6XBZEyOTBbK1KX9BhgTT > .row .container { width:20rem;height:167.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaDWR41Xb5eqBkt3TpyHIDiCzQTpS4V9 { width:20rem;height:54.375rem;top:112.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVe6K6lOScGLcAahy9g0WL7le5SoiCEZ { width:12.4375rem;height:1.70605625rem;top:148.546875rem;left:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1gGHw6hMdWsNGPigABJoqoP4EeXmJI { width:19.375rem;height:7rem;top:138.1875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSqXcSz8A2PmQ7sLEHtzTqiEbp3N3AyL { width:20rem;height:54.4375rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hyxRsy9h6roW7uPBQJvwdTwTiaAWhd { width:19.375rem;height:19.9453125rem;top:82.5rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAmlyw9r0vHHGQdX1WJm6tqWCMCzqikB { width:19.375rem;height:3.673825rem;top:78.529296875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctsIVzmcWFx7CRicQc5c9o0Rnv4k8XI { width:19.375rem;height:1.8369125rem;top:134.216796875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IKI1JTK070uoCBcHKhZTe5hZFTvEQ7 { width:19.5625rem;height:20.247878174278rem;top:58.21875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1wee5cuDk9IVBlkERBe4Up6vMaGmanx { width:18.25rem;height:17.75rem;top:115.1865234375rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ruhkUtFkRSoMIkIKXPk0R64IoaPfT5SJ { width:20rem;height:54.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVWr0BC7DcPcNGmlEoTUtzPtJKnRciq { width:19.375rem;height:3.673825rem;top:22.904296875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhPPMmgsnVMXK5MatW7s323SkdcmAbH7 { width:16.9375rem;height:8.31055rem;top:26.875rem;left:2.28125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtI83h39Qlak7o03p0b6wKFfE5wGtcA2 { width:16.375rem;height:16.375rem;top:4.529296875rem;left:2.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zCgPfTMBu2cIT1KLiBL3a1zxBvUs3I { width:12.4375rem;height:2.03125rem;top:38.15625rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5yykfUzHpghTTeLkakpgcBTmN7er312 { width:12.4375rem;height:1.70605625rem;top:105.375rem;left:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b { display:block; }#b1KGCDqFtdh8LR2AXpHLSqWssSQSHu9b > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcT7asTo7s241KWCNnQhWr1y6hKs2aNX { width:18.75rem;height:9.75rem;top:1.125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smlrDtK9kOR9y2iqsTXeCF4TLWM7LNpQ { width:18.75rem;height:8.4375rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1ZrOm2f5vxcV0b7WQsgiB1EagMwqo1 { width:19rem;height:3.75rem;top:21.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvxTWBQ6mv1onmNFVkEvotZh2hD7xPST { display:block; }
 }@media only screen and (max-width: 763px) { #RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 { display:block; }#RNXBAU1mE4poZyUbTr4ofCHAdm8MWlB7 > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVzCXVfLUFJ6BOoX7KImXwIxpgQXcFeg { width:14.625rem;height:16.5625rem;top:9.94482421875rem;left:2.6865234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kGlrvXdbPnQtDhUBL7SMrNkeAcKxTtsP { width:19.9980625rem;height:4.875rem;top:2.5927734375rem;left:0.00146484375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4TuyFXHP5Vz0w4xwAO6fnd1XA92uPfl { width:15.624rem;height:3.25rem;top:27.49951171875rem;left:2.185546875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnNatQVDPC4iyEnZvIiSD7uymTshEcaV { width:18.1875rem;height:31.335925rem;top:32.06103515625rem;left:0.9052734375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIzkfqpng2z2HHpKBIZHULnIqhRzDZci { width:8.1225625rem;height:1.7871125rem;top:64.7490234375rem;left:5.93701171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqoL6F6hv7gvHgdTSaKebssMIET6NmdF { width:18.1875rem;height:15.76175rem;top:67.34765625rem;left:0.9052734375rem;font-size:1.1875rem;display:block; }#lqoL6F6hv7gvHgdTSaKebssMIET6NmdF li:before{  }
 }@media only screen and (max-width: 763px) { #DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i { display:block; }#DAywLbMdEFHXMvRqqTBRI6u7aXzzFf0i > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ13k8nVSsoANc2uspdoSdFibDwo613v { width:19.875rem;height:10.398425rem;top:1.7490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPh6F9XbZRghczIPPgBaG1GrhAfitzF7 { width:16.6858125rem;height:3.43628125rem;top:21.7724609375rem;left:1.656494140625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27iXe2dFm8NJuJwIl2uf9FnGpNaPLop { display:block; }
 }@media only screen and (max-width: 763px) { #UCsoxuN2ypr0VgeIDuJHZ7o75GZEzQZ0 { width:20rem;height:1.7871125rem;top:11.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFvUopok0JN00aBwW3dZQ0CfONUiTExy { width:12.5rem;height:0;top:15.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4u0bc42oD0hM4PS3E54kBG57VJcWhLH { width:12.5rem;height:0;top:25.133044921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExVUucu2AZGqHxV0V4HFu0eEPGSVuRd { width:20rem;height:5.6875rem;top:13.221435546875rem;left:0rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMIHTaE5EiR2l5SoDZFtaTvD7wggKN2V { width:20rem;height:1.7871125rem;top:18.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection { display:block; } #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection *:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="text"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="email"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection input[type="tel"]:focus-visible, #CgqqFRoqZVX3BunIJBgT5yMqegAIU9uc.widget-smartsection textarea:focus-visible { outline: none; } #eONA7D1KExIt7WN0DCAVyBefB8fdaXg9 > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }