.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:transparent;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:#006d46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:1200px;height:829px;font-size:14px;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:630px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:165px;left:76px;height:;color:#ffffff;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; }
#Abn78LXz9zCIOAG8lOizzJxwchHOngHX { display:block;width:630px;position:absolute;font-family:"open sans";font-size:65px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:64px;left:76px;height:84.5px;color:#ffffff;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; }
#XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:397px;width:235px;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:190px;left:892px;overflow:hidden;display:block; }
#WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:588px;width:329px;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:105px;left:847px;overflow:hidden;display:block; }
#DcAXoGvgzleQy1cESxpQF2FwzuMiP552 { z-index:15003;top:608px;left:76px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:2px solid #fa8117;border-left:2px solid #fa8117;border-right:2px solid #fa8117;border-bottom:2px solid #fa8117;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:162px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UqsR5VMnvwWR2F1ZfMFgrABRs5aErcUq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G7ha7ZOfoguGT2iFJEwdx61K70gSZCoR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:94px;width:94px;top:59.25px;left:553px;overflow:hidden;display:block; }
#zEvbBFaAHIrTfAWaAKxpZVzBXJrpFHew { display:block;width:430px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:234px;left:76px;height:210px;color:#ffffff;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; }
#H3VN81uv78UtLXowvSb3DNe3S4Ox1q22 { display:block;width:707px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:509px;left:76px;height:52px;color:#ffffff;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; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(178deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(178deg, #00fdc3, #02ab84);background-size:contain !important;box-shadow: 1px 4px 5px rgba(0,0,0,0.2) ;color:#072738;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-label { background-color:;background-image:none;color:#072738;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:arial;font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;box-shadow: 0px 0px 9px 0px rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:587px;left:316px;z-index:15008; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #S1sqo2RsXxWActWZ9i3foCFoyd2heJJv { display:flex;position:relative;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #uTPFUIqW4D5f4O8fTgZqLuETEqowpVew { width:auto; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #sXWR1lTN4WhbIzBQ9diFqVcmMKyg535H {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #HuieTCTwUDehd4pZCigidcQgtsZ8DOHJ { display:flex;position:relative;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #nGWkQAxA4JLeOw0D4hNNRKezkCo47eu7 {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Mx5MDVJ33f0yhmJGQN4PmaTnQvmyFQIT {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #lIR4uQXvtdc12tCirOsv3R2pksXFlN9t { display:flex;position:relative;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #mAeAUGNnqyn7kEA9GSbesPhtJvlNH0f6 {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Au3MqhXbnp6WVK6RREsG1FoCLlPvF3t0 {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #iElsXK5kJKHpzLitpbWvTkTGHa6cJ9d9 { display:flex;position:relative;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #NFb2wtRzi1rpLSsd5rpqWFGdHZzGWI3r {  }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #U8E0g3xSsAzBGfFlQl7ik2KsOUJrKdEO {  }
#TLbnRvFN0H502OpDDKnm88KU1aqKFxVJ { display:block;width:707px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:474px;left:76px;height:;color:#ffffff;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; }
#Nw05kQuoVNdmhGiExLmKIVMc1skUGakE { display:block;width:218px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:677.109375px;left:76px;height:16.8984px;color:#ffffff;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:764px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:500px;height:104px;top:207px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:500px;height:78px;top:270px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { width:197px;height:332px;top:222px;left:548px;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:234px;height:416px;top:135px;left:529px;display:block; }
 }@media only screen and (max-width: 763px) { #DcAXoGvgzleQy1cESxpQF2FwzuMiP552 { top:608px;left:0px;width:162px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UqsR5VMnvwWR2F1ZfMFgrABRs5aErcUq { display:block; }
 }@media only screen and (max-width: 763px) { #G7ha7ZOfoguGT2iFJEwdx61K70gSZCoR { width:94px;height:94px;top:59px;left:335px;display:block; }
 }@media only screen and (max-width: 763px) { #zEvbBFaAHIrTfAWaAKxpZVzBXJrpFHew { width:500px;height:780px;top:207px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #H3VN81uv78UtLXowvSb3DNe3S4Ox1q22 { width:500px;height:208px;top:207px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX { width:288px;height:81px;display:flex;top:348px;left:311px;z-index:15008; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #S1sqo2RsXxWActWZ9i3foCFoyd2heJJv { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #uTPFUIqW4D5f4O8fTgZqLuETEqowpVew {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #sXWR1lTN4WhbIzBQ9diFqVcmMKyg535H {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #HuieTCTwUDehd4pZCigidcQgtsZ8DOHJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #nGWkQAxA4JLeOw0D4hNNRKezkCo47eu7 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Mx5MDVJ33f0yhmJGQN4PmaTnQvmyFQIT {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #lIR4uQXvtdc12tCirOsv3R2pksXFlN9t { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #mAeAUGNnqyn7kEA9GSbesPhtJvlNH0f6 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Au3MqhXbnp6WVK6RREsG1FoCLlPvF3t0 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #iElsXK5kJKHpzLitpbWvTkTGHa6cJ9d9 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #NFb2wtRzi1rpLSsd5rpqWFGdHZzGWI3r {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #U8E0g3xSsAzBGfFlQl7ik2KsOUJrKdEO {  }
 }@media only screen and (max-width: 763px) { #TLbnRvFN0H502OpDDKnm88KU1aqKFxVJ { width:500px;height:208px;top:207px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Nw05kQuoVNdmhGiExLmKIVMc1skUGakE { width:500px;height:208px;top:207px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); } }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:#006d46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:320px;height:1379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:320px;height:62.3906px;top:134.3828125px;left:0px;font-size:24px;text-align:center;text-align-last:center;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:320px;height:41.5938px;top:74.78125px;left:0px;font-size:32px;text-align:center;text-align-last:center;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { width:217px;height:376px;top:881px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:314px;height:552px;top:811px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #DcAXoGvgzleQy1cESxpQF2FwzuMiP552 { top:698px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UqsR5VMnvwWR2F1ZfMFgrABRs5aErcUq { display:block; }
 }@media only screen and (max-width: 763px) { #G7ha7ZOfoguGT2iFJEwdx61K70gSZCoR { width:72px;height:72px;top:3.78125px;left:124px;overflow:hidden;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zEvbBFaAHIrTfAWaAKxpZVzBXJrpFHew { width:320px;height:168px;top:215.3828125px;left:0px;font-size:16px;text-align:left;text-align-last:left;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #H3VN81uv78UtLXowvSb3DNe3S4Ox1q22 { width:320px;height:93.5938px;top:438px;left:0px;font-size:18px;text-align:left;text-align-last:left;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-number { padding-top:8.19px;padding-right:7.34px;padding-bottom:8.19px;padding-left:7.34px;width:44.05px;min-width:44.05px;height:44.03px;font-size:32.77px;line-height:44.03px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.12px;margin-right:0;margin-bottom:0;margin-left:0;width:58.73px;height:17.41px;font-size:12.29px;line-height:17.41px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX { width:299px;height:82.94px;display:flex;top:562px;left:0px;z-index:15008;padding-top:10.24px;padding-right:10.49px;padding-bottom:10.24px;padding-left:10.49px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #S1sqo2RsXxWActWZ9i3foCFoyd2heJJv { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #uTPFUIqW4D5f4O8fTgZqLuETEqowpVew {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #sXWR1lTN4WhbIzBQ9diFqVcmMKyg535H {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #HuieTCTwUDehd4pZCigidcQgtsZ8DOHJ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #nGWkQAxA4JLeOw0D4hNNRKezkCo47eu7 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Mx5MDVJ33f0yhmJGQN4PmaTnQvmyFQIT {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #lIR4uQXvtdc12tCirOsv3R2pksXFlN9t { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #mAeAUGNnqyn7kEA9GSbesPhtJvlNH0f6 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #Au3MqhXbnp6WVK6RREsG1FoCLlPvF3t0 {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #iElsXK5kJKHpzLitpbWvTkTGHa6cJ9d9 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #NFb2wtRzi1rpLSsd5rpqWFGdHZzGWI3r {  }
 }@media only screen and (max-width: 763px) { #qbFHSu3Dz6sx58X5J5kCecHmB1Lo3QLX #U8E0g3xSsAzBGfFlQl7ik2KsOUJrKdEO {  }
 }@media only screen and (max-width: 763px) { #TLbnRvFN0H502OpDDKnm88KU1aqKFxVJ { width:320px;height:26px;top:406px;left:0px;font-size:20px;text-align:left;text-align-last:left;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Nw05kQuoVNdmhGiExLmKIVMc1skUGakE { width:320px;height:16.8984px;top:765px;left:0px;font-size:13px;text-align:center;text-align-last:center;text-shadow:1px 1px 3px #000000;display:block; }
 }