.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#132c4c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:14px;font-family:arial;height:711px;width:960px;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#ffffff;display:block;width:560px;position:absolute;font-family:montserrat;font-size:61px;font-weight:normal;z-index:14997;line-height:1.1;letter-spacing:0;top:135px;left:0px;height:268.375px;text-align:left;text-align-last:left;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; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#ffffff;display:block;width:467px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:433px;left:0px;height:108px;text-align:left;text-align-last:left;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; }
#dqNMRFMW56JvANg10JR84hezyEl2xhrQ { position:absolute;display:block;z-index:15040;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:54px;width:199px;top:16px;left:0px;overflow:hidden;display:block; }
#p0BThqfLColzRXflKyZ3iWOlfp8bFxp3 { position:absolute;display:block;z-index:15041;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:439px;width:525px;top:104.6875px;left:435px;overflow:hidden;display:block; }
#JqxlfSI4LBn70E1rc5oFDNoKEor5r9Ir { background-color:#00b9e5;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:574px;left:0px;display:block; }
#kXIR5o35Crzqs9LTyqTqEfZ2DiTHuE1u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf { position:relative;display:block; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf { background-color: transparent; background-image: none; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row .container > .video-iframe-container { display: none; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row > .video-iframe-container { display: none; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .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); }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf { border-width: 0; border-radius: 0; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .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; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .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:77px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR { position:relative;display:block; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR { background-color: transparent; background-image: none; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row .container > .video-iframe-container { display: none; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row > .video-iframe-container { display: none; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .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); }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR { border-width: 0; border-radius: 0; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .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; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .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:670px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 { display:block;width:274px;position:absolute;font-family:raleway;font-size:28px;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:147px;left:618px;height:50.3984px;color:#00b9e5;font-style:normal;text-align:center;text-align-last:center;display:block; }#rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 li:before{  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .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; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .widget-text.counter-number { border-top:2px solid #012f94;border-left:2px solid #012f94;border-right:2px solid #012f94;border-bottom:2px solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;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:"open sans";font-size:32px;font-weight:400;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;font-style:normal; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .widget-text.counter-label { background-color:;background-image:none;color:#012f94;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:"open sans";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; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:304px;height:85px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:33px;left:591px;z-index:15009; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #p1pICBEOBqJdR9zAg4pNzvzFil7Z1zbE { display:flex;position:relative;top:0px;left:0px; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TEAttyb2nmxtwOGIDUevT7WXyS3fUqNT { width:auto; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TlMeNPEryTQGT7GTi4em24M2la3Tzyl9 {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LSLBEo099a43omhOrPMmDVKlrwLDExDH { display:flex;position:relative;top:0px;left:0px; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #cEgkCFFcrTIWSIDcVxJvJ1K2VQfxVeKN {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #d58068B1KQCkkHOkVCVsz29u5LxD7l7l {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #vnHMqPiFThTTm5HbkdtJe9KlN8NDJ8Qx { display:flex;position:relative;top:0px;left:0px; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #yFE11Vo35VwPDObnmqqZf6FI9cv6uWyy {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LT2azvdBO50TtBo1yTmp9CyDpTIOiRxp {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #ipLQwEgkTzAmfWzCxuRCkJFW2wLpgRes { display:flex;position:relative;top:0px;left:0px; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #sG5rlHRN6bisVRn4tqCdwMXayzRBzIkb {  }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 #CrGTFD93UGneGzmZ24LaeND65zqu0QZb {  }
#mVw54yaMOEG878PKNJddv2wvUIsaVIwI { color:#132c4c;display:block;width:496px;position:absolute;font-family:montserrat;font-size:23px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:139px;left:0px;height:103.5px;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; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#00b9e5;display:block;width:379px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:254px;left:0px;height:66px;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; }
#Da2Tnme4IDfnUeCZS4rmx0MNCkXhmFie { color:#00b9e5;display:block;width:379px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:99px;left:0px;height:33px;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; }
#luiIda4uHg2vwB2H5ZF4qOQpzlm5eUuh { color:#132c4c;display:block;width:496px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:347px;left:60px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#alSwBTZVSdp62RImo0TubNJlBaw2izIn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:349px;left:0px; }
#TdDQMvBsTyDRCerlVK2ESuU44N7COwth { position:absolute;display:block;z-index:15011;height:348px;width:435px;top:214px;left:525px;display:block; }
#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IoBCIosXkH8/unsplash/todd-diemer-IoBCIosXkH8-photo-1518620025093-fbca064bdd9a.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; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW.adaptive-delivery-prevent-bg, #eM54Sx9xDiblBqqMVPUVMeTtuU26twLW.lazyload, #eM54Sx9xDiblBqqMVPUVMeTtuU26twLW.lazyloading { background-image: none; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container { background-color: transparent; background-image: none; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container > .video-iframe-container { display: none; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row > .video-iframe-container { display: none; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .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); }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container { border-width: 0; border-radius: 0; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container { background-color: transparent; background-image: none; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container > .video-iframe-container { display: none; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row > .video-iframe-container { display: none; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .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); }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container { border-width: 0; border-radius: 0; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container { font-size:14px;font-family:arial;height:538px;width:960px;position:relative;display:block; }#FUnyZK8bhWRsgvG908tTTSpNQfqSTV5r { color:#000000;display:block;width:225px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:210px;left:14px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWXTJOTWaEKup30b4xTW7JQATcMm5XiX { color:#000000;display:block;width:210px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:210px;left:259px;height:136.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUSb213hlICM5Ep5drx73vUAPn457Eqc { color:#000000;display:block;width:210px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:210px;left:506px;height:136.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOeHFKL2UqvZoGzrhvTQnZ5OG60cGwc5 { color:#000000;display:block;width:210px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:210px;left:750px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eogeK5ncaS3riJxXOeT9KETJB5WqEKdh { background-color:#00b9e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:58px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:394px;left:357.5px;display:block; }
#w2J2cfWWTkgiCHiOpBsTVmLPip7DPQva { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:700px;position:absolute;font-family:montserrat;font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44px;left:136px;height:46.7969px;text-align:center;text-align-last:center;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; }
#e8nslGBNLM5Tf4BBdmLS87NqGhZJ6Bbh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:146px;left:101px; }
#LgQPvxVgfXlTQzT3dIFNrmcsy421J6go { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:146px;left:341px; }
#pUmvWkJR4Hu5WqaXEtMyMEJwvsrlD7bZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:146px;left:581px; }
#f640x401nQ3wzggsQt7qL4dKFvwKbaPl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:146px;left:821px; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { 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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:14px;font-family:arial;height:192px;width:960px;position:relative;display:block; }#POpC4SZ8c91a8TbToDOrGuAz0akxov33 { 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:72px;width:230px;top:108.5px;left:365px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:560px;height:268px;top:135px;left:0px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:467px;height:;top:433px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dqNMRFMW56JvANg10JR84hezyEl2xhrQ { top:16px;left:0px;width:199px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #p0BThqfLColzRXflKyZ3iWOlfp8bFxp3 { top:104px;left:239px;width:525px;height:439px;display:block; }
 }@media only screen and (max-width: 763px) { #JqxlfSI4LBn70E1rc5oFDNoKEor5r9Ir { width:280px;height:55px;top:574px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kXIR5o35Crzqs9LTyqTqEfZ2DiTHuE1u { display:block; }
 }@media only screen and (max-width: 763px) { #qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf { display:block; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR { display:block; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 { width:274px;height:50px;top:147px;left:490px;font-size:28px;display:block; }#rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 li:before{  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .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; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .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; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 { width:304px;height:85px;display:flex;top:70px;left:456px;z-index:15009; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #p1pICBEOBqJdR9zAg4pNzvzFil7Z1zbE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TEAttyb2nmxtwOGIDUevT7WXyS3fUqNT {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TlMeNPEryTQGT7GTi4em24M2la3Tzyl9 {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LSLBEo099a43omhOrPMmDVKlrwLDExDH { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #cEgkCFFcrTIWSIDcVxJvJ1K2VQfxVeKN {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #d58068B1KQCkkHOkVCVsz29u5LxD7l7l {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #vnHMqPiFThTTm5HbkdtJe9KlN8NDJ8Qx { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #yFE11Vo35VwPDObnmqqZf6FI9cv6uWyy {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LT2azvdBO50TtBo1yTmp9CyDpTIOiRxp {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #ipLQwEgkTzAmfWzCxuRCkJFW2wLpgRes { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #sG5rlHRN6bisVRn4tqCdwMXayzRBzIkb {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #CrGTFD93UGneGzmZ24LaeND65zqu0QZb {  }
 }@media only screen and (max-width: 763px) { #mVw54yaMOEG878PKNJddv2wvUIsaVIwI { width:496px;height:103px;top:139px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:379px;height:66px;top:254px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Da2Tnme4IDfnUeCZS4rmx0MNCkXhmFie { width:379px;height:33px;top:99px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #luiIda4uHg2vwB2H5ZF4qOQpzlm5eUuh { width:496px;height:54px;top:347px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #alSwBTZVSdp62RImo0TubNJlBaw2izIn { top:349px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TdDQMvBsTyDRCerlVK2ESuU44N7COwth { top:214px;left:144px;width:435px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #eM54Sx9xDiblBqqMVPUVMeTtuU26twLW { display:block; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB { display:block; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUnyZK8bhWRsgvG908tTTSpNQfqSTV5r { width:225px;height:117px;top:210px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FWXTJOTWaEKup30b4xTW7JQATcMm5XiX { width:210px;height:136px;top:210px;left:172px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EUSb213hlICM5Ep5drx73vUAPn457Eqc { width:210px;height:136px;top:210px;left:363px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gOeHFKL2UqvZoGzrhvTQnZ5OG60cGwc5 { width:210px;height:39px;top:210px;left:554px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eogeK5ncaS3riJxXOeT9KETJB5WqEKdh { width:257px;height:58px;top:0px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #w2J2cfWWTkgiCHiOpBsTVmLPip7DPQva { display:block; }
 }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:700px;height:46px;top:44px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #e8nslGBNLM5Tf4BBdmLS87NqGhZJ6Bbh { top:146px;left:76.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #LgQPvxVgfXlTQzT3dIFNrmcsy421J6go { top:146px;left:267.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pUmvWkJR4Hu5WqaXEtMyMEJwvsrlD7bZ { top:146px;left:458.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #f640x401nQ3wzggsQt7qL4dKFvwKbaPl { top:146px;left:649.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POpC4SZ8c91a8TbToDOrGuAz0akxov33 { top:108px;left:267px;width:230px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#132c4c;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:320px;height:743px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:293px;height:163.188px;top:363.5703125px;left:13.5px;font-size:34px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:255px;height:72px;top:555px;left:32.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqNMRFMW56JvANg10JR84hezyEl2xhrQ { width:136px;height:36px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p0BThqfLColzRXflKyZ3iWOlfp8bFxp3 { width:320px;height:267.58095238095px;top:96px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JqxlfSI4LBn70E1rc5oFDNoKEor5r9Ir { width:210px;height:41px;top:651.5703125px;left:55px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kXIR5o35Crzqs9LTyqTqEfZ2DiTHuE1u { display:block; }
 }@media only screen and (max-width: 763px) { #qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf { display:block; }#qT9s1ZKpPEGqnHsRAAi6FpJttm2pxzGf > .row .container { width:320px;height:77px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR { display:block; }#GmaCLPx3LL7L6OdBmpc4Dm1XUteWUzxR > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 { width:274px;height:28px;top:415px;left:23px;font-size:28px;line-height:1;text-align:center;text-align-last:center;display:block; }#rhtN9s1vn2OEs5lcMtLNiOi1us7yrSS0 li:before{  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 .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; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .widget-text.counter-number { padding-top:6.49px;padding-right:5.92px;padding-bottom:6.49px;padding-left:5.92px;width:35.53px;min-width:35.53px;height:34.91px;font-size:25.97px;line-height:34.91px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1.13px solid #012f94;border-right:1.16px solid #012f94;border-bottom:1.13px solid #012f94;border-left:1.16px solid #012f94;color:#132c4c;font-family:montserrat; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.06px;margin-right:0;margin-bottom:0;margin-left:0;width:47.38px;height:13.79px;font-size:9.74px;line-height:13.79px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:montserrat;color:#132c4c; }
#cchBcrizT20T51ZT4ggLifTqqmAUNN28 { width:263px;height:68px;display:flex;top:44px;left:28.5px;z-index:15009;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #p1pICBEOBqJdR9zAg4pNzvzFil7Z1zbE { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TEAttyb2nmxtwOGIDUevT7WXyS3fUqNT {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #TlMeNPEryTQGT7GTi4em24M2la3Tzyl9 {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LSLBEo099a43omhOrPMmDVKlrwLDExDH { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #cEgkCFFcrTIWSIDcVxJvJ1K2VQfxVeKN {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #d58068B1KQCkkHOkVCVsz29u5LxD7l7l {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #vnHMqPiFThTTm5HbkdtJe9KlN8NDJ8Qx { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #yFE11Vo35VwPDObnmqqZf6FI9cv6uWyy {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #LT2azvdBO50TtBo1yTmp9CyDpTIOiRxp {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #ipLQwEgkTzAmfWzCxuRCkJFW2wLpgRes { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #sG5rlHRN6bisVRn4tqCdwMXayzRBzIkb {  }
 }@media only screen and (max-width: 763px) { #cchBcrizT20T51ZT4ggLifTqqmAUNN28 #CrGTFD93UGneGzmZ24LaeND65zqu0QZb {  }
 }@media only screen and (max-width: 763px) { #mVw54yaMOEG878PKNJddv2wvUIsaVIwI { width:285px;height:63px;top:171px;left:18px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:255px;height:45px;top:248px;left:18px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Da2Tnme4IDfnUeCZS4rmx0MNCkXhmFie { width:117px;height:21px;top:144px;left:18px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #luiIda4uHg2vwB2H5ZF4qOQpzlm5eUuh { width:230px;height:63px;top:307px;left:70px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #alSwBTZVSdp62RImo0TubNJlBaw2izIn { display:flex;width:50px;height:50px;top:303px;left:18px; }
 }@media only screen and (max-width: 763px) { #TdDQMvBsTyDRCerlVK2ESuU44N7COwth { width:320px;height:348px;top:463px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eM54Sx9xDiblBqqMVPUVMeTtuU26twLW { display:block; }#eM54Sx9xDiblBqqMVPUVMeTtuU26twLW > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB { display:block; }#vyP91o7Er1lnKH8f9B8uvrq4uSfQ8LuB > .row .container { width:320px;height:1043px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUnyZK8bhWRsgvG908tTTSpNQfqSTV5r { width:237px;height:117px;top:197px;left:42px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FWXTJOTWaEKup30b4xTW7JQATcMm5XiX { width:255px;height:136.5px;top:411px;left:33px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EUSb213hlICM5Ep5drx73vUAPn457Eqc { width:257px;height:117px;top:645px;left:32px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gOeHFKL2UqvZoGzrhvTQnZ5OG60cGwc5 { width:228px;height:39px;top:861px;left:46px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eogeK5ncaS3riJxXOeT9KETJB5WqEKdh { width:257px;height:58px;top:954px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w2J2cfWWTkgiCHiOpBsTVmLPip7DPQva { display:block; }
 }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:280px;height:62.3906px;top:42px;left:20px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #e8nslGBNLM5Tf4BBdmLS87NqGhZJ6Bbh { display:flex;width:50px;height:50px;top:137px;left:135px; }
 }@media only screen and (max-width: 763px) { #LgQPvxVgfXlTQzT3dIFNrmcsy421J6go { display:flex;width:50px;height:50px;top:351px;left:135px; }
 }@media only screen and (max-width: 763px) { #pUmvWkJR4Hu5WqaXEtMyMEJwvsrlD7bZ { display:flex;width:50px;height:50px;top:586px;left:135px; }
 }@media only screen and (max-width: 763px) { #f640x401nQ3wzggsQt7qL4dKFvwKbaPl { display:flex;width:50px;height:50px;top:801px;left:135px; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:320px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POpC4SZ8c91a8TbToDOrGuAz0akxov33 { width:230px;height:72px;top:20px;left:45px;display:block; }
 }