.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG { 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; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container { background-color: transparent; background-image: none; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container > .video-iframe-container { display: none; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row > .video-iframe-container { display: none; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .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); }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container { border-width: 0; border-radius: 0; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container { font-size:14px;font-family:arial;height:98px;width:1200px;position:relative;display:block; }#k0xw3pAtEqzITopkEaUpEDlLQQXhf0Kb { position:absolute;display:block;z-index:15007;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;height:47px;width:258px;top:25.5px;left:0px;overflow:hidden;display:block; }
#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e58404df-a591-4077-9aad-22e1dc4634de/bg.jpg");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; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4.adaptive-delivery-prevent-bg, #GKxllOaygcIAS2sm7p32LiPbpFCDqSS4.lazyload, #GKxllOaygcIAS2sm7p32LiPbpFCDqSS4.lazyloading { background-image: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { background-color: transparent; background-image: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container > .video-iframe-container { display: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row > .video-iframe-container { display: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .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); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { border-width: 0; border-radius: 0; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#AMm6rfElTPcTVM3cPkGBTrUA8twVzOkB { color:#ffffff;display:block;width:726px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:108px;left:10px;height:45.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAy1Bbwdn1A6DtyotxCxrnP5AxTcZnBT { 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;height:192px;width:319px;display:none; }
#Kf5ODTWWUoLLwwCtGWIHTf869lGPglVq { position:absolute;display:block;z-index:15002;background-color:#06b48c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:10px;width:600px;top:86px;left:10px;display:block; }
#XaotXKlTIq0rMohZKXiM6DyBdNaGbGBP { color:#ffffff;display:block;width:726px;position:absolute;font-family:"titillium web";font-size:36px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:30px;left:10px;height:46.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OoZ9xkZishtn116bpxQRJVKCtzol5HQQ { color:#ffffff;display:block;width:501px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:269.00001525879px;left:10px;height:31.1875px;display:block; }
#ykQkXw257REJ3ob5mhESBbTJlPuz4keu { color:#ffffff;display:block;width:501px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:337px;left:10px;height:26px;display:block; }
#tGqm4hFUa6R56C1swmRDzAAqVHCDvExH { color:#ffffff;display:block;width:501px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:373px;left:10px;height:26px;display:block; }
#zSDgtOxGUE35KcWbkITpIFe9SeCCSbzV { color:#ffffff;display:block;width:501px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:412px;left:10px;height:26px;display:block; }
#lnZ7RCRyGwANVWoTNq7iIzZK5a5DCOpo { color:#ffffff;display:block;width:663px;position:absolute;font-family:"titillium web";font-size:25px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:165.49999237061px;left:10px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb { border-bottom:0;border-left:0;border-right:0;border-top: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; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container { background-color: transparent; background-image: none; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container > .video-iframe-container { display: none; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row > .video-iframe-container { display: none; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .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); }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container { border-width: 0; border-radius: 0; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container { font-size:14px;font-family:"open sans";height:868px;width:1200px;position:relative;display:block; }#v06WwlFTs5y0MWUdUWI5f5AzASMAQLPN { position:absolute;display:block;z-index:15017;height:686.997px;width:1200px;top:90.486083984375px;left:0px;display:block; }
#hpzuy2tT5WNvNeZybTo6NkTz5F5rvaQQ { color:#000000;display:block;width:800.984px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:277.625px;left:199.484375px;height:119.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyMTeCxrobdTaHyuTFMP5pfqd5dnoRTy { color:#000000;display:block;width:800.969px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:307.515625px;left:199.5px;height:119.594px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M { position:relative;display:block; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M { background-color: transparent; background-image: none; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row .container > .video-iframe-container { display: none; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row > .video-iframe-container { display: none; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .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); }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M { border-width: 0; border-radius: 0; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .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; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:354px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PBSgWUwxHkoa13H9rburAZkTS9zhxu7h { 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;height:300px;width:600px;top:28.96875px;left:300px;overflow:hidden;display:block; }
#igTO8TcW1eTENsVulph4g5DIyXUuAp2c { position:relative;display:block; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c { background-color: transparent; background-image: none; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row .container > .video-iframe-container { display: none; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row > .video-iframe-container { display: none; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .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); }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c { border-width: 0; border-radius: 0; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .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; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:254px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fPQlkqFL7Sb0ZRaa1W7uAeLlDX0oSCsG { 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;height:200px;width:750px;top:26.979156494141px;left:225px;overflow:hidden;display:block; }
#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ { position:relative;display:block; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ { background-color: transparent; background-image: none; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row .container > .video-iframe-container { display: none; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row > .video-iframe-container { display: none; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .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); }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ { border-width: 0; border-radius: 0; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .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; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:289px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kSWSLBHQCdgnhZr4xwTA4md3hfVVH57z { 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;height:236px;width:596px;top:22.5px;left:302px;overflow:hidden;display:block; }
#LLruCVTc08HgLn7UbfikReipRh2rGp8Z { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container { background-color: transparent; background-image: none; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container > .video-iframe-container { display: none; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row > .video-iframe-container { display: none; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .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); }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container { border-width: 0; border-radius: 0; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;position:relative;display:block; }#k6oGc7GJZtTPzAJbGfGpPBxTLu7WZFU1 { display:block;width:1200px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.799957275391px;left:0px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWN4r212XKzUAX8GbCKDo1FgauMP3SL3 { position:absolute;display:block;z-index:15001;background-color:#c9282f;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;height:5px;width:200px;top:107.49996948242px;left:500.00003051758px;display:block; }
#yXnpbRcfirFylSTF43TnnElKKTToMefo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container { background-color: transparent; background-image: none; }#yXnpbRcfirFylSTF43TnnElKKTToMefo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container > .video-iframe-container { display: none; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row > .video-iframe-container { display: none; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .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); }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container { border-width: 0; border-radius: 0; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container { font-size:14px;font-family:arial;height:186px;width:1200px;position:relative;display:block; }#xLSxsA5aVbRdKCMX4QRCLHFVTXytmtcB { display:block;width:1036px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18px;left:82px;height:78px;color:#c9282f;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeeOFdMmpDCotfUJCF40AvB5trNGfTGP { display:block;width:545.969px;position:absolute;font-family:"titillium web";font-size:18px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:109px;left:327px;height:57.5938px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container { background-color: transparent; background-image: none; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container > .video-iframe-container { display: none; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row > .video-iframe-container { display: none; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .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); }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container { border-width: 0; border-radius: 0; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container { font-size:14px;font-family:arial;height:142px;width:1200px;position:relative;display:block; }#b3wpH5wN4Xa93JZOyuHsVXWCgBHUcIo4 { display:block;width:904px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22px;left:148px;height:39px;color:#c9282f;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOm7ibmekqVqqp9y05aNsDxnPzqwpmFh { display:block;width:1168px;position:absolute;font-family:"titillium web";font-size:18px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:76px;left:32px;height:28.7969px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container { background-color: transparent; background-image: none; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container > .video-iframe-container { display: none; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row > .video-iframe-container { display: none; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .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); }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container { border-width: 0; border-radius: 0; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container { font-size:14px;font-family:arial;height:136px;width:1200px;position:relative;display:block; }#acXK9gwkonFwnKLJ9IwSW3XrEMTgOdfy { display:block;width:1200px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.787506103516px;left:0px;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay05AtBnmp2uBk4yyP2c52C2DiT0xMgV { position:absolute;display:block;z-index:14999;background-color:#c9282f;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;height:5px;width:200px;top:104.78750610352px;left:500.00003051758px;display:block; }
#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u { 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; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container { background-color: transparent; background-image: none; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container > .video-iframe-container { display: none; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row > .video-iframe-container { display: none; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .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); }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container { border-width: 0; border-radius: 0; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container { font-size:14px;font-family:arial;height:119px;width:1200px;position:relative;display:block; }#KEuyOUz4uSedvyxOaTD2n6im8lbl6rFG { 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;height:55px;width:302px;top:32px;left:449px;overflow:hidden;display:block; }
#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container { background-color: transparent; background-image: none; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container > .video-iframe-container { display: none; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row > .video-iframe-container { display: none; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .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); }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container { border-width: 0; border-radius: 0; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container { font-size:14px;font-family:arial;height:136px;width:1200px;position:relative;display:block; }#Aw2QeT5cTNq25M7azdWuU4JW3piDrqvb { display:block;width:1200px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.78125px;left:0px;height:52px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUENW4PNBBCfKEpeMIwWpSprPHacfqPb { position:absolute;display:block;z-index:14999;background-color:#c9282f;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;height:5px;width:200px;top:103.78125px;left:500px;display:block; }
#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM { 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; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container { background-color: transparent; background-image: none; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container > .video-iframe-container { display: none; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row > .video-iframe-container { display: none; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .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); }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container { border-width: 0; border-radius: 0; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:block; }#s7J9uL4N92AxKHdcT63d8BcNgUueoQSu { 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;height:47px;width:191px;top:8px;left:503px;overflow:hidden;display:block; }
#eU8roCV6OrWJSpEShwEdOOn3OJfUozEq { position:absolute;display:block;z-index:15002;background-color:#292946;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;height:62px;width:212px;top:0px;left:493px;display:block; }
#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container { background-color: transparent; background-image: none; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container > .video-iframe-container { display: none; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row > .video-iframe-container { display: none; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .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); }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container { border-width: 0; border-radius: 0; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container { font-size:14px;font-family:"open sans";height:128px;width:1200px;position:relative;display:block; }#TyRtbI4g7C7VKklBvo2LesaTmPzCTcgf { display:block;width:899px;position:absolute;font-family:"titillium web";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:161px;height:77.969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bouaM6oTpqpzxKPLG91hQMoG4pITSpoG { display:block; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k0xw3pAtEqzITopkEaUpEDlLQQXhf0Kb { top:19.5px;left:0px;width:156px;height:29px;display:block; }
 }@media only screen and (max-width: 1199px) { #GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 { display:block; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { width:764px;height:447px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AMm6rfElTPcTVM3cPkGBTrUA8twVzOkB { width:537px;height:39px;top:105px;left:14px;font-size:30px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #cAy1Bbwdn1A6DtyotxCxrnP5AxTcZnBT { width:319px;height:192px;display:none; }
 }@media only screen and (max-width: 1199px) { #Kf5ODTWWUoLLwwCtGWIHTf869lGPglVq { width:600px;height:4.96875px;top:82px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #XaotXKlTIq0rMohZKXiM6DyBdNaGbGBP { width:643px;height:45.5px;top:24px;left:14px;font-size:35px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #OoZ9xkZishtn116bpxQRJVKCtzol5HQQ { width:462px;height:26px;top:278px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #ykQkXw257REJ3ob5mhESBbTJlPuz4keu { width:462px;height:26px;top:340px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #tGqm4hFUa6R56C1swmRDzAAqVHCDvExH { width:462px;height:26px;top:309px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #zSDgtOxGUE35KcWbkITpIFe9SeCCSbzV { width:462px;height:26px;top:371px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #lnZ7RCRyGwANVWoTNq7iIzZK5a5DCOpo { width:537px;height:57.1875px;top:183px;left:14px;font-size:22px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb { display:block; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container { width:764px;height:549px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v06WwlFTs5y0MWUdUWI5f5AzASMAQLPN { width:764px;height:473px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #hpzuy2tT5WNvNeZybTo6NkTz5F5rvaQQ { width:764px;height:179.3909px;top:206px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 1199px) { #WyMTeCxrobdTaHyuTFMP5pfqd5dnoRTy { width:764px;height:119.594px;top:236px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 1199px) { #oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M { display:block; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PBSgWUwxHkoa13H9rburAZkTS9zhxu7h { width:600px;height:300px;top:28px;left:82px;display:block; }
 }@media only screen and (max-width: 1199px) { #igTO8TcW1eTENsVulph4g5DIyXUuAp2c { display:block; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fPQlkqFL7Sb0ZRaa1W7uAeLlDX0oSCsG { width:750px;height:200px;top:26px;left:7px;display:block; }
 }@media only screen and (max-width: 1199px) { #LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ { display:block; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kSWSLBHQCdgnhZr4xwTA4md3hfVVH57z { width:596px;height:236px;top:22px;left:84px;display:block; }
 }@media only screen and (max-width: 1199px) { #LLruCVTc08HgLn7UbfikReipRh2rGp8Z { display:block; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container { width:764px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k6oGc7GJZtTPzAJbGfGpPBxTLu7WZFU1 { width:764px;height:52px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #DWN4r212XKzUAX8GbCKDo1FgauMP3SL3 { width:200px;height:5px;top:79px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #yXnpbRcfirFylSTF43TnnElKKTToMefo { display:block; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container { width:764px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xLSxsA5aVbRdKCMX4QRCLHFVTXytmtcB { width:764px;height:78px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #IeeOFdMmpDCotfUJCF40AvB5trNGfTGP { width:563px;height:57.5938px;top:134.5px;left:100.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #e7ovVLrypelXarhE1fwrHnAUcnlTqfqo { display:block; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container { width:764px;height:181px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b3wpH5wN4Xa93JZOyuHsVXWCgBHUcIo4 { width:764px;height:39px;top:32.703125px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #eOm7ibmekqVqqp9y05aNsDxnPzqwpmFh { width:722px;height:57.5938px;top:91.703125px;left:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv { display:block; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container { width:764px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #acXK9gwkonFwnKLJ9IwSW3XrEMTgOdfy { width:764px;height:52px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ay05AtBnmp2uBk4yyP2c52C2DiT0xMgV { width:200px;height:5px;top:87px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u { display:block; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KEuyOUz4uSedvyxOaTD2n6im8lbl6rFG { width:211px;height:40px;top:33px;left:252px;display:block; }
 }@media only screen and (max-width: 1199px) { #sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 { display:block; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container { width:764px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Aw2QeT5cTNq25M7azdWuU4JW3piDrqvb { width:764px;height:52px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #PUENW4PNBBCfKEpeMIwWpSprPHacfqPb { width:200px;height:5px;top:87px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM { display:block; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s7J9uL4N92AxKHdcT63d8BcNgUueoQSu { width:147px;height:37px;top:33px;left:307px;display:block; }
 }@media only screen and (max-width: 1199px) { #eU8roCV6OrWJSpEShwEdOOn3OJfUozEq { width:212px;height:62px;top:21px;left:274px;display:block; }
 }@media only screen and (max-width: 1199px) { #gnuuAGnGnCg6OM92ugci5tFy9otgvAEd { display:block; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container { width:764px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TyRtbI4g7C7VKklBvo2LesaTmPzCTcgf { width:743px;height:77.969px;top:20px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bouaM6oTpqpzxKPLG91hQMoG4pITSpoG { position:relative;z-index:auto;display:block; }#bouaM6oTpqpzxKPLG91hQMoG4pITSpoG > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0xw3pAtEqzITopkEaUpEDlLQQXhf0Kb { width:125px;height:23px;top:10px;left:80.499997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 { background-color:#093a73;background-image:none;display:block; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { background-color: transparent; background-image: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container > .video-iframe-container { display: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row > .video-iframe-container { display: none; }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .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); }#GKxllOaygcIAS2sm7p32LiPbpFCDqSS4 > .row .container { width:320px;height:899px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMm6rfElTPcTVM3cPkGBTrUA8twVzOkB { width:296px;height:26px;top:307px;left:12px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAy1Bbwdn1A6DtyotxCxrnP5AxTcZnBT { top:0px;left:0px;width:319px;height:192px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kf5ODTWWUoLLwwCtGWIHTf869lGPglVq { width:320px;height:5px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XaotXKlTIq0rMohZKXiM6DyBdNaGbGBP { width:320px;height:75.375px;top:204.875px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoZ9xkZishtn116bpxQRJVKCtzol5HQQ { width:320px;height:22.0938px;top:474px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykQkXw257REJ3ob5mhESBbTJlPuz4keu { width:320px;height:22.0938px;top:568px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGqm4hFUa6R56C1swmRDzAAqVHCDvExH { width:320px;height:22.0938px;top:526px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSDgtOxGUE35KcWbkITpIFe9SeCCSbzV { width:320px;height:22.0938px;top:610px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ7RCRyGwANVWoTNq7iIzZK5a5DCOpo { width:287px;height:70.1719px;top:368.875px;left:16.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb { display:block; }#pufwyHgeUKsNDtrsfylLIWgpqrKNpDUb > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v06WwlFTs5y0MWUdUWI5f5AzASMAQLPN { width:320px;height:238.993px;top:68.871520996094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hpzuy2tT5WNvNeZybTo6NkTz5F5rvaQQ { width:320px;height:207.9685px;top:327.843375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #WyMTeCxrobdTaHyuTFMP5pfqd5dnoRTy { width:320px;height:166.375px;top:555.796375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M { display:block; }#oPKGpIG1qOrAIlCBTTZinyZ4KUoCAB1M > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBSgWUwxHkoa13H9rburAZkTS9zhxu7h { width:170px;height:85px;top:22.5px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #igTO8TcW1eTENsVulph4g5DIyXUuAp2c { display:block; }#igTO8TcW1eTENsVulph4g5DIyXUuAp2c > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPQlkqFL7Sb0ZRaa1W7uAeLlDX0oSCsG { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ { display:block; }#LkP1g2Wae1dRbS36v78ppgF9z3MuA5RJ > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSWSLBHQCdgnhZr4xwTA4md3hfVVH57z { width:212px;height:85px;top:25px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #LLruCVTc08HgLn7UbfikReipRh2rGp8Z { display:block; }#LLruCVTc08HgLn7UbfikReipRh2rGp8Z > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6oGc7GJZtTPzAJbGfGpPBxTLu7WZFU1 { width:310px;height:39px;top:28.987518310547px;left:10px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWN4r212XKzUAX8GbCKDo1FgauMP3SL3 { width:200px;height:3px;top:77.975006103516px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yXnpbRcfirFylSTF43TnnElKKTToMefo { display:block; }#yXnpbRcfirFylSTF43TnnElKKTToMefo > .row .container { width:320px;height:229.375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLSxsA5aVbRdKCMX4QRCLHFVTXytmtcB { width:310px;height:114.375px;top:38.75px;left:5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeeOFdMmpDCotfUJCF40AvB5trNGfTGP { width:319.984px;height:67.1719px;top:162.375px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e7ovVLrypelXarhE1fwrHnAUcnlTqfqo { display:block; }#e7ovVLrypelXarhE1fwrHnAUcnlTqfqo > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3wpH5wN4Xa93JZOyuHsVXWCgBHUcIo4 { width:310px;height:57.1875px;top:36.75px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOm7ibmekqVqqp9y05aNsDxnPzqwpmFh { width:319.984px;height:67.1719px;top:133.484375px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv { display:block; }#uua3mANNz1Msy2UUZkS1weAk4OUO3Mfv > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acXK9gwkonFwnKLJ9IwSW3XrEMTgOdfy { width:312px;height:39px;top:20.98779296875px;left:8px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ay05AtBnmp2uBk4yyP2c52C2DiT0xMgV { width:200px;height:3px;top:70.975189208984px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u { display:block; }#f5y9AaAPdqRERBKMQFiUrtXs3yrINh8u > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEuyOUz4uSedvyxOaTD2n6im8lbl6rFG { width:211px;height:40px;top:16px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 { display:block; }#sVHdAGsIxTaeZNrK1t7OhZaNvpACpmT6 > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw2QeT5cTNq25M7azdWuU4JW3piDrqvb { width:312px;height:39px;top:20.98779296875px;left:8px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUENW4PNBBCfKEpeMIwWpSprPHacfqPb { width:200px;height:3px;top:70.975189208984px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM { display:block; }#xcF5H2vxI7vBMKL1ISPRegg1cf1Hr5vM > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7J9uL4N92AxKHdcT63d8BcNgUueoQSu { width:191px;height:47px;top:30.5px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #eU8roCV6OrWJSpEShwEdOOn3OJfUozEq { width:212px;height:62px;top:20px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #gnuuAGnGnCg6OM92ugci5tFy9otgvAEd { display:block; }#gnuuAGnGnCg6OM92ugci5tFy9otgvAEd > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyRtbI4g7C7VKklBvo2LesaTmPzCTcgf { width:290px;height:114.3752px;top:20px;left:15px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }