.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: -webkit-linear-gradient(0deg, #0061a6, #00aaff);background-image: -moz-linear-gradient(0deg, #0061a6, #00aaff);background-image: -ms-linear-gradient(0deg, #0061a6, #00aaff);background-image: -o-linear-gradient(0deg, #0061a6, #00aaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a6', endColorstr='#00aaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a6', endColorstr='#00aaff' );";background-image: linear-gradient(0deg, #0061a6, #00aaff);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;overflow:visible;position:relative;display:block; }#v3pIHFBC4ZSshbb2zabgpuPasAv9iUv1 { color:#0d3359;display:block;width:130px;position:absolute;font-family:rubik;font-size:24px;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:73px;left:735px;height:72px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0d3359;background-image:none;color:#ffffff;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:rubik;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top: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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy { 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:288px;height:81px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;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:67px;left:910px;z-index:15014; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #n3CTD3oiMzsETopQGiAADIaTcplP41ba { display:flex;position:relative;top:0px;left:0px; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #NmbhF70qnh8g2sO85ABIdNo1VqDhotLg { width:auto; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #nsfnTTbowczTH4ONCzpiBTvPw4uhUo7P {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #weanusuXNRH8xcH4TGCxSpFmJqV5Vn49 { display:flex;position:relative;top:0px;left:0px; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #JyPTl1zm432AOEMSR9rGSV6nwko3sehv {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #FpIFRLqsmEpOL1UkFWQeENQm3rgG6KNM {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #gTBaBnP4B1CUz1lFfJZbHIVqprTUQPbX { display:flex;position:relative;top:0px;left:0px; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #ShtzrNkDexmpBck3HwinI9NwI6JnRNQc {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #wBDtZzZCh2ryXXgbNXtVGFlXsHu5KoXA {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hHvc0CE27OrSsoN47sU5bWQ9gcn4BV4O { display:flex;position:relative;top:0px;left:0px; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #VI7SbZEPTCKMUfSCiTONHHH3zncFMiVV {  }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hJkzDh0AwtGf5MNkMflSbpkT5u6Qkfev {  }
#g6DQ25vxfhvpAaJ6prks5g7PAyrI9o03 { position:absolute;display:block;z-index:15012;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:144px;width:360px;top:0px;left:0px;overflow:hidden;display:block; }
#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container { background-color: transparent; background-image: none; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container > .video-iframe-container { display: none; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row > .video-iframe-container { display: none; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .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); }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container { border-width: 0; border-radius: 0; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container { font-size:14px;font-family:arial;height:800px;width:1200px;overflow:visible;position:relative;display:block; }#El5xGSnU8SLGrU4HQftFC5LNO3zSWV3W { position:absolute;display:block;z-index:15007;background-color:#0d3359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:61px;width:640px;top:50px;left:0px;display:block; }
#UecgscJVXUG36171e15XNBNKlkVkLwF1 { color:#ffffff;display:block;width:640px;position:absolute;font-family:rubik;font-size:44px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:57.2px;font-style:normal;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; }
#JQ6pPWRWTwukNXJ9lmvcxcGJQA0K4kF5 { color:#ffffff;display:block;width:780px;position:absolute;font-family:rubik;font-size:95px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:116px;left:0px;height:123.5px;font-style:normal;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; }
#ONbDG2kKCMpk7P3HHUcGFNfHZZd1fprv { color:#ffffff;display:block;width:519px;position:absolute;font-family:rubik;font-size:22px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:385px;left:50px;height:85.8px;font-style:normal;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; }
#g3PsqptLJceTZZUxT6hoPuOy75kx6tAp { color:#ffffff;display:block;width:472px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:500.80003356934px;left:50px;height:83.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpzT5d8g8u6ESSJZSNCb5HtTXoBiVwy0 { color:#0d3359;display:block;width:360px;position:absolute;font-family:rubik;font-size:33px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:614.00001525879px;left:50px;height:85.8px;font-style:normal;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; }
#iwuoQnLLTX6s6aSP5rWkJbDyaocsJzqT { position:absolute;display:block;z-index:15008;background-color:#e6003c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:103px;width:780px;top:126px;left:0px;display:block; }
#qhuW9izsinwHTwTQAOqwCWlKGzEPMZzS { color:#ffffff;display:block;width:450px;position:absolute;font-family:rubik;font-size:95px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:234px;left:0px;height:123.5px;font-style:normal;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; }
#QrbVcEZhLDDubnw4hDn8HgFpKk9Gg1hB { position:absolute;display:block;z-index:15010;background-color:#e6003c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:103px;width:450px;top:244px;left:0px;display:block; }
#M33pbDvkwWh3sOBuctvXP0DD60mRuwqp { position:absolute;display:block;z-index:15006;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:566px;width:850px;top:215px;left:349.98748779297px;overflow:hidden;display:block; }
#hMlwvlT6KkctfmAIkunr2DiDlkQDhTmx { color:#ffffff;display:block;width:676px;position:absolute;font-family:rubik;font-size:36px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:729.78749084473px;left:50px;height:46.8px;font-style:normal;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; }
#cRFyTZUIN2CHA9hh6wSi0fSwJiou1BTW { position:absolute;display:block;z-index:15009;background-color:#e6003c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:60px;width:716px;top:723.17500305176px;left:35px;display:block; }
#VBmg9TBViaUqsTm4KI9IFwCNeT6MKGaB { position:absolute;display:block;z-index:15008;background-color:#0d3359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:96px;width:386px;top:608.98748779297px;left:35px;display:block; }
#OI0fDTiRuACiscbl1of3h6oyl3HRrX8y { color:#ffffff;display:block;width:519px;position:absolute;font-family:rubik;font-size:22px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:385px;left:50px;height:85.8px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#giJCTOLSIC6H4lWWB5Wcr4Wnd6GKGT2I { color:#ffffff;display:block;width:472px;position:absolute;font-family:rubik;font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:500.80003356934px;left:50px;height:83.2px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u3dUfCAks1vpQGqPMBHIShhTTTtAZivd { color:#0d3359;display:block;width:360px;position:absolute;font-family:rubik;font-size:33px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:614.00001525879px;left:50px;height:85.8px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X8SkOnfXdRN6Td1x5QkVnHsz66HC2Dch { color:#ffffff;display:block;width:676px;position:absolute;font-family:rubik;font-size:36px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:729.78749084473px;left:50px;height:46.8px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container { background-color: transparent; background-image: none; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container > .video-iframe-container { display: none; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row > .video-iframe-container { display: none; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .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); }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container { border-width: 0; border-radius: 0; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container { font-size:14px;font-family:arial;height:920px;width:1200px;overflow:visible;position:relative;display:block; }#a61PgCtJQTJgMZAXIIGOVTorp09gOOTX { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:110px;left:50px;height:72.8px;font-style:normal;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; }
#MGNiT0rc0wnnQIGEmscWxLPO2yrsATA4 { color:#0d3359;display:block;width:1100px;position:absolute;font-family:rubik;font-size:36px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:183px;left:50px;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oB2fXoLBV9FcdymLE2NgHMA5hZWZdxRh { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:230px;left:50px;height:72.8px;font-style:normal;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; }
#nks2ZND6mmaSSwmV79QIrXLsDv71skTb { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:838.99996948242px;left:610.00003051758px; }
#nks2ZND6mmaSSwmV79QIrXLsDv71skTb > img { max-width: 100%;max-height:100%; }#hDRqrf9R4uNREbAn6xr5bBXeATuCaFSi { color:#ffffff;display:block;width:237px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:781.00003051758px;left:484.00003051758px;height:38.4px;text-align:center;text-align-last:center;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; }
#zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:838.99996948242px;left:550.00003051758px; }
#zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 > img { max-width: 100%;max-height:100%; }#eEDRFMlfhBVoFviB86xPZKHeayBXOODf { color:#ffffff;display:block;width:352px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:713.00003051758px;left:424.00003051758px;height:57.6px;text-align:center;text-align-last:center;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; }
#EHMSzR9G8xuFv46S8TeGMFO1cmksvvqs { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#0d3359;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:60px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:551.00003051758px;left:735.00003051758px;display:block; }
#vKRL8kXEHhlCFB0i8SPmVoqh99DkSpGA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt { color:#ffffff;display:block;width:579px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:437.00003051758px;left:95px;height:114px;font-style:normal;display:block; }#Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt li:before{  }
#A4lrSn5XSt0a8LhNdiOJLrHnc2v3yc3L { color:#ffffff;display:block;width:420px;position:absolute;font-family:rubik;font-size:16px;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:403.00003051758px;left:95px;height:24px;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; }
#JL4l612N1KHfoMJbW9x8pMqWTyT5CDDv { position:absolute;display:block;z-index:15008;background-color:#0d3359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:310px;width:1110px;top:353.00003051758px;left:45px;display:block; }
#LT20yN8Vvf7V1PcZweKKfEsSnsv0A5xh { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:405px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#weK0K8MCuUgXVMw7gs6RGVP3QQ8w6eST { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:405px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kUeAcNoF7wnXke10F0W6Vi0IbTmkXZCq { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:405px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bN8E8vEEd1I7xsd6v3AvAEFJKBRRWzTM { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:405px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OixDOrAKcyp5oR1Ivx4mlFu1Kq3NKn7o { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:524.60003662109px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qtqGSTn9p2vLr6E9asWIK8nAnTCLFfSt { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:524.60003662109px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cFPSkCi6MiAMLKA1El9ybU4XeVg1iq36 { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:524.60003662109px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uvXktOQbykJJe4Af9EAdoEoVT3V3cIAv { color:#ffffff;display:block;width:1100px;position:absolute;font-family:rubik;font-size:56px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:524.60003662109px;left:50px;height:72.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gfcNF6lOrByd7RoiFs2kixaLmnzAbFaT { color:#0d3359;display:block;width:740px;position:absolute;font-family:rubik;font-size:36px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.600036621094px;left:200.00003051758px;height:46.8px;font-style:normal;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; }
#dT5C0IkyexIB9qy2GgaV1Ngmwtl882PM { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:60px;width:766px;top:30.000030517578px;left:187.00003051758px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3pIHFBC4ZSshbb2zabgpuPasAv9iUv1 { top:73px;left:517px;width:130px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy { width:288px;height:81px;display:flex;top:607px;left:228.00006103516px;z-index:15014; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #n3CTD3oiMzsETopQGiAADIaTcplP41ba { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #NmbhF70qnh8g2sO85ABIdNo1VqDhotLg {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #nsfnTTbowczTH4ONCzpiBTvPw4uhUo7P {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #weanusuXNRH8xcH4TGCxSpFmJqV5Vn49 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #JyPTl1zm432AOEMSR9rGSV6nwko3sehv {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #FpIFRLqsmEpOL1UkFWQeENQm3rgG6KNM {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #gTBaBnP4B1CUz1lFfJZbHIVqprTUQPbX { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #ShtzrNkDexmpBck3HwinI9NwI6JnRNQc {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #wBDtZzZCh2ryXXgbNXtVGFlXsHu5KoXA {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hHvc0CE27OrSsoN47sU5bWQ9gcn4BV4O { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #VI7SbZEPTCKMUfSCiTONHHH3zncFMiVV {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hJkzDh0AwtGf5MNkMflSbpkT5u6Qkfev {  }
 }@media only screen and (max-width: 763px) { #g6DQ25vxfhvpAaJ6prks5g7PAyrI9o03 { top:0px;left:0px;width:360px;height:144px;display:block; }
 }@media only screen and (max-width: 763px) { #otDquDsdxqOtdCA8kwehaTKV2XgrMM7F { display:block; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El5xGSnU8SLGrU4HQftFC5LNO3zSWV3W { top:50px;left:0px;width:640px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #UecgscJVXUG36171e15XNBNKlkVkLwF1 { top:52px;left:0px;width:640px;height:57px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6pPWRWTwukNXJ9lmvcxcGJQA0K4kF5 { top:116px;left:0px;width:764px;height:123px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ONbDG2kKCMpk7P3HHUcGFNfHZZd1fprv { top:385px;left:0px;width:519px;height:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3PsqptLJceTZZUxT6hoPuOy75kx6tAp { top:500px;left:0px;width:472px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BpzT5d8g8u6ESSJZSNCb5HtTXoBiVwy0 { top:614px;left:0px;width:360px;height:85px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iwuoQnLLTX6s6aSP5rWkJbDyaocsJzqT { top:126px;left:0px;width:764px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #qhuW9izsinwHTwTQAOqwCWlKGzEPMZzS { top:234px;left:0px;width:450px;height:123px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QrbVcEZhLDDubnw4hDn8HgFpKk9Gg1hB { top:244px;left:0px;width:450px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #M33pbDvkwWh3sOBuctvXP0DD60mRuwqp { top:215px;left:0px;width:764px;height:508.73411764706px;display:block; }
 }@media only screen and (max-width: 763px) { #hMlwvlT6KkctfmAIkunr2DiDlkQDhTmx { top:729px;left:0px;width:676px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cRFyTZUIN2CHA9hh6wSi0fSwJiou1BTW { top:723px;left:0px;width:716px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #VBmg9TBViaUqsTm4KI9IFwCNeT6MKGaB { top:608px;left:0px;width:386px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #OI0fDTiRuACiscbl1of3h6oyl3HRrX8y { top:364px;left:0px;width:300px;height:83px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #giJCTOLSIC6H4lWWB5Wcr4Wnd6GKGT2I { top:467px;left:0px;width:300px;height:101px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #u3dUfCAks1vpQGqPMBHIShhTTTtAZivd { top:665px;left:0px;width:270px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #X8SkOnfXdRN6Td1x5QkVnHsz66HC2Dch { top:738px;left:0px;width:320px;height:62px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f { display:block; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61PgCtJQTJgMZAXIIGOVTorp09gOOTX { top:110px;left:0px;width:764px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MGNiT0rc0wnnQIGEmscWxLPO2yrsATA4 { top:183px;left:0px;width:764px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oB2fXoLBV9FcdymLE2NgHMA5hZWZdxRh { top:230px;left:0px;width:764px;height:72px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #nks2ZND6mmaSSwmV79QIrXLsDv71skTb { top:838px;left:392.00003051758px;width:40px;height:40px;display:block; }
#nks2ZND6mmaSSwmV79QIrXLsDv71skTb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hDRqrf9R4uNREbAn6xr5bBXeATuCaFSi { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 { top:838px;left:332.00003051758px;width:40px;height:40px;display:block; }
#zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eEDRFMlfhBVoFviB86xPZKHeayBXOODf { width:521px;height:43px;top:80px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #EHMSzR9G8xuFv46S8TeGMFO1cmksvvqs { width:300px;height:60px;top:551px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #vKRL8kXEHhlCFB0i8SPmVoqh99DkSpGA { display:block; }
 }@media only screen and (max-width: 763px) { #Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt { width:579px;height:;top:437px;left:0px;font-size:10px;display:block; }#Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt li:before{  }
 }@media only screen and (max-width: 763px) { #A4lrSn5XSt0a8LhNdiOJLrHnc2v3yc3L { width:420px;height:24px;top:403px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JL4l612N1KHfoMJbW9x8pMqWTyT5CDDv { top:353px;left:0px;width:764px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #LT20yN8Vvf7V1PcZweKKfEsSnsv0A5xh { top:203px;left:0px;width:320px;height:46px;font-size:36px;display:none; }
 }@media only screen and (max-width: 763px) { #weK0K8MCuUgXVMw7gs6RGVP3QQ8w6eST { top:783px;left:0px;width:320px;height:46px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #kUeAcNoF7wnXke10F0W6Vi0IbTmkXZCq { top:663px;left:0px;width:320px;height:46px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #bN8E8vEEd1I7xsd6v3AvAEFJKBRRWzTM { top:270px;left:0px;width:320px;height:46px;font-size:36px;display:none; }
 }@media only screen and (max-width: 763px) { #OixDOrAKcyp5oR1Ivx4mlFu1Kq3NKn7o { top:398px;left:0px;width:320px;height:46px;font-size:36px;display:none; }
 }@media only screen and (max-width: 763px) { #qtqGSTn9p2vLr6E9asWIK8nAnTCLFfSt { top:1006px;left:0px;width:320px;height:41px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #cFPSkCi6MiAMLKA1El9ybU4XeVg1iq36 { top:842px;left:0px;width:320px;height:41px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #uvXktOQbykJJe4Af9EAdoEoVT3V3cIAv { top:467px;left:0px;width:320px;height:46px;font-size:36px;display:none; }
 }@media only screen and (max-width: 763px) { #gfcNF6lOrByd7RoiFs2kixaLmnzAbFaT { top:36px;left:0px;width:740px;height:46px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dT5C0IkyexIB9qy2GgaV1Ngmwtl882PM { top:30px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3pIHFBC4ZSshbb2zabgpuPasAv9iUv1 { width:80px;height:42px;top:119px;left:5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .widget-text.counter-number { padding-top:5.74px;padding-right:4.96px;padding-bottom:5.74px;padding-left:4.96px;width:29.74px;min-width:29.74px;height:30.87px;font-size:22.97px;line-height:30.87px;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; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.59px;margin-right:0;margin-bottom:0;margin-left:0;width:39.65px;height:12.2px;font-size:8.62px;line-height:12.2px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy { width:223px;height:58.1375px;display:flex;top:110px;left:90px;z-index:15014;padding-top:0.72px;padding-right:0.7px;padding-bottom:0.72px;padding-left:0.7px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #n3CTD3oiMzsETopQGiAADIaTcplP41ba { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #NmbhF70qnh8g2sO85ABIdNo1VqDhotLg {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #nsfnTTbowczTH4ONCzpiBTvPw4uhUo7P {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #weanusuXNRH8xcH4TGCxSpFmJqV5Vn49 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #JyPTl1zm432AOEMSR9rGSV6nwko3sehv {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #FpIFRLqsmEpOL1UkFWQeENQm3rgG6KNM {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #gTBaBnP4B1CUz1lFfJZbHIVqprTUQPbX { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #ShtzrNkDexmpBck3HwinI9NwI6JnRNQc {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #wBDtZzZCh2ryXXgbNXtVGFlXsHu5KoXA {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hHvc0CE27OrSsoN47sU5bWQ9gcn4BV4O { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #VI7SbZEPTCKMUfSCiTONHHH3zncFMiVV {  }
 }@media only screen and (max-width: 763px) { #XQBRoQzuvOfBTeG1zLdp7OWyHOe6K5Jy #hJkzDh0AwtGf5MNkMflSbpkT5u6Qkfev {  }
 }@media only screen and (max-width: 763px) { #g6DQ25vxfhvpAaJ6prks5g7PAyrI9o03 { width:224px;height:90px;top:0px;left:41.5px;display:block; }
 }@media only screen and (max-width: 763px) { #otDquDsdxqOtdCA8kwehaTKV2XgrMM7F { display:block; }#otDquDsdxqOtdCA8kwehaTKV2XgrMM7F > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El5xGSnU8SLGrU4HQftFC5LNO3zSWV3W { width:300px;height:36px;top:5px;left:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UecgscJVXUG36171e15XNBNKlkVkLwF1 { width:280px;height:26px;top:10px;left:20px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6pPWRWTwukNXJ9lmvcxcGJQA0K4kF5 { width:280px;height:45.5px;top:50.75px;left:20px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ONbDG2kKCMpk7P3HHUcGFNfHZZd1fprv { width:300px;height:0;top:364.57501220703px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g3PsqptLJceTZZUxT6hoPuOy75kx6tAp { width:255px;height:0;top:671.40002441406px;left:32.5px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #BpzT5d8g8u6ESSJZSNCb5HtTXoBiVwy0 { width:270px;height:0;top:709.79998779297px;left:25px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #iwuoQnLLTX6s6aSP5rWkJbDyaocsJzqT { width:300px;height:45px;top:51px;left:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qhuW9izsinwHTwTQAOqwCWlKGzEPMZzS { width:160px;height:45.5px;top:106px;left:80px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QrbVcEZhLDDubnw4hDn8HgFpKk9Gg1hB { width:180px;height:45px;top:106.25px;left:70px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #M33pbDvkwWh3sOBuctvXP0DD60mRuwqp { width:320px;height:213.075px;top:151.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hMlwvlT6KkctfmAIkunr2DiDlkQDhTmx { width:320px;height:0;top:781.61251831055px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #cRFyTZUIN2CHA9hh6wSi0fSwJiou1BTW { width:290px;height:70px;top:673.00003051758px;left:15px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VBmg9TBViaUqsTm4KI9IFwCNeT6MKGaB { width:240px;height:64px;top:589px;left:40px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OI0fDTiRuACiscbl1of3h6oyl3HRrX8y { width:300px;height:83.2px;top:364.57500457764px;left:10px;font-size:16px;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #giJCTOLSIC6H4lWWB5Wcr4Wnd6GKGT2I { width:300px;height:101.4px;top:467.77500915527px;left:10px;font-size:13px;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3dUfCAks1vpQGqPMBHIShhTTTtAZivd { width:220px;height:52px;top:595px;left:50px;font-size:20px;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8SkOnfXdRN6Td1x5QkVnHsz66HC2Dch { width:270px;height:62.4px;top:677.00003051758px;left:25px;font-size:24px;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f { display:block; }#X3BoeeqANCAakWbi6H1S4WpOQ8BLx91f > .row .container { width:320px;height:1000px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61PgCtJQTJgMZAXIIGOVTorp09gOOTX { width:179px;height:0;top:564.00003623962px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #MGNiT0rc0wnnQIGEmscWxLPO2yrsATA4 { width:320px;height:20.8px;top:253px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oB2fXoLBV9FcdymLE2NgHMA5hZWZdxRh { width:320px;height:0;top:1085.8px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #nks2ZND6mmaSSwmV79QIrXLsDv71skTb { width:40px;height:40px;top:912px;left:165px;display:block; }
#nks2ZND6mmaSSwmV79QIrXLsDv71skTb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hDRqrf9R4uNREbAn6xr5bBXeATuCaFSi { width:237px;height:38.4px;top:856px;left:42px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 { width:40px;height:40px;top:912px;left:115px;display:block; }
#zByBinV4oWu7EhEKwwNTR1TBPd8h6Os0 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eEDRFMlfhBVoFviB86xPZKHeayBXOODf { width:320px;height:48px;top:798px;left:0px;text-align:center;text-align-last:center;font-size:20px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EHMSzR9G8xuFv46S8TeGMFO1cmksvvqs { width:240px;height:40px;top:679px;left:40px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vKRL8kXEHhlCFB0i8SPmVoqh99DkSpGA { display:block; }
 }@media only screen and (max-width: 763px) { #Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt { width:240px;height:120px;top:534px;left:40px;text-align:left;text-align-last:left;font-size:10px;display:block; }#Efxo0O9iMAqVXqL0tywOBvxheDsSQ7Tt li:before{  }
 }@media only screen and (max-width: 763px) { #A4lrSn5XSt0a8LhNdiOJLrHnc2v3yc3L { width:214px;height:36px;top:478px;left:53px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JL4l612N1KHfoMJbW9x8pMqWTyT5CDDv { width:300px;height:290px;top:458px;left:10px;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LT20yN8Vvf7V1PcZweKKfEsSnsv0A5xh { width:320px;height:46.8px;top:99px;left:0px;font-size:36px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #weK0K8MCuUgXVMw7gs6RGVP3QQ8w6eST { width:320px;height:26px;top:207px;left:0px;font-size:20px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kUeAcNoF7wnXke10F0W6Vi0IbTmkXZCq { width:320px;height:31.2px;top:139px;left:0px;font-size:24px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bN8E8vEEd1I7xsd6v3AvAEFJKBRRWzTM { width:320px;height:46.8px;top:166px;left:0px;font-size:36px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OixDOrAKcyp5oR1Ivx4mlFu1Kq3NKn7o { width:320px;height:46.8px;top:294px;left:0px;font-size:36px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qtqGSTn9p2vLr6E9asWIK8nAnTCLFfSt { width:320px;height:26px;top:402px;left:0px;font-size:20px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cFPSkCi6MiAMLKA1El9ybU4XeVg1iq36 { width:320px;height:31.2px;top:334px;left:0px;font-size:24px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #uvXktOQbykJJe4Af9EAdoEoVT3V3cIAv { width:320px;height:46.8px;top:363px;left:0px;font-size:36px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gfcNF6lOrByd7RoiFs2kixaLmnzAbFaT { width:260px;height:52px;top:21px;left:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dT5C0IkyexIB9qy2GgaV1Ngmwtl882PM { width:280px;height:64px;top:15px;left:20px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }