.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-input-select option {
  color: #000;
}
.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 {
  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; }
#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container { display: none; }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { border-width: 0; border-radius: 0; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container {  }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { font-size:0.875rem;font-family:arial;height:98.8125rem;width:60rem;position:relative;display:block; }#EVUTHhA2iTy9nSArwzCpU2JXsUtx35tu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:19.0625rem;top:0.6875rem;left:20.468751907349rem;overflow:hidden;display:block; }
#v9Z4Noc3IvkXtC2Uy4w65A6ZZzED8BDN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.8125rem;width:44.375rem;top:16.125rem;left:7.8125rem;display:block; }
#pt2KO11xqGcgk7g7bNTXOtEbOWLo5BTE { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:100002;line-height:2.4;letter-spacing:0;top:5.8000001907349rem;left:6.125rem;height:5.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rPTxTJkCCAcKro3RoFOHwO42GcqsKHwa { color:#000000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:42.875rem;left:9.65625rem;height:6.0732375rem;text-align:center;text-align-last:center;display:block; }
#B7ETbEITpValaudZ1sLbuNMlAhdFEgyM { z-index:100001;top:83.3125rem;left:19.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4dff00, #3ca914);background-image: -moz-linear-gradient(178deg, #4dff00, #3ca914);background-image: -ms-linear-gradient(178deg, #4dff00, #3ca914);background-image: -o-linear-gradient(178deg, #4dff00, #3ca914);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff00', endColorstr='#3ca914' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff00', endColorstr='#3ca914' );";background-image: linear-gradient(178deg, #4dff00, #3ca914);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(77,250,16,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xBknNlMHZlVSvAyMRzeE4m6c6lnWoByE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U1PtErBo91CHcb01bPFLSsATOXU8zbZ5 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:10.837500572204rem;left:10.34375rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#xlxLfcN6xnaZGgCWvSsLuNqF7orAXtqo { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:99999;line-height:1.3;letter-spacing:0;top:22.625rem;left:11.03125rem;height:7.9609375rem;text-align:center;text-align-last:center;display:block; }
#VdtXd8mdzOhEOLv5ApMbQ20ACLNs95Lf { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:35.0625rem;top:54.3125rem;left:12.46875rem;overflow:hidden;display:block; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df3c4c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:90.0625rem;left:20.375rem;z-index:100008; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #Pi1HBMFTmyWqCZ6UHOQHS2gGJHvc7wq8 { display:flex;position:relative;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #DN2s5tHvokWSsGNLk4pOk9oEo9cbDoQK { width:auto; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #gPm7ALPMambidA40A2RisJ4toQdPuxhB {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #ADiFUzSx0gFmZ16kPrzQ4bmUXwzWuQrB { display:flex;position:relative;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #kkfe41s1ybfi57XrxCfxPRmvoJyP1TrH {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #TL5TQU064U0IVeDEtRRG8zLdnQlzO4fz {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #EwLQ0y2tQwPLVoNZb6f9mCuLB5tH5f44 { display:flex;position:relative;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #SHQGl7vJ6vZ6wOFgTXRZKbmFblhpEMJO {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #w0gsQ8xhHZclb0akHP6BfCWKnJADSFZM {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #biv08eOrs3ey9mkPX1RGymAfufZ5zNiM { display:flex;position:relative;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #BMJyPVCrFLw3TK07fCWmxTt412NnSzcA {  }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #I1hTnlngySu1nCRstg6aV9bakmMNq6Qf {  }
#dxcMqc9va28xqrxksLMrglT7ySWzrkpG { color:#ff0000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.8;letter-spacing:0;top:75.3125rem;left:9.6875rem;height:2.0244125rem;text-align:center;text-align-last:center;display:block; }
#ncEUyrEwO8K6l0OARrmFQ79lLIsTZM9U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;opacity:1;top:78.5rem;left:28.1875rem; }
#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 { position:relative;display:block; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 { background-color: transparent; background-image: none; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container > .video-iframe-container { display: none; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row > .video-iframe-container { display: none; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .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); }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 { border-width: 0; border-radius: 0; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container > .video-iframe-container {  }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,14,210,0.63);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#BqTOTDKnzJlKstAdiRToD7sC6uK6SxPL { color:#000000;display:block;width:58.875rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4742202758789rem;left:0.5625rem;height:11.6953125rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVUTHhA2iTy9nSArwzCpU2JXsUtx35tu { top:0.6875rem;left:4.8125rem;width:19.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Z4Noc3IvkXtC2Uy4w65A6ZZzED8BDN { top:16.125rem;left:0rem;width:44.375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt2KO11xqGcgk7g7bNTXOtEbOWLo5BTE { top:5.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTxTJkCCAcKro3RoFOHwO42GcqsKHwa { top:42.875rem;left:0rem;width:40.625rem;height:6.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ETbEITpValaudZ1sLbuNMlAhdFEgyM { top:83.3125rem;left:2.8125rem;width:21.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBknNlMHZlVSvAyMRzeE4m6c6lnWoByE { display:block; }
 }@media only screen and (max-width: 763px) { #U1PtErBo91CHcb01bPFLSsATOXU8zbZ5 { top:10.8125rem;left:0rem;width:39.375rem;height:3.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxLfcN6xnaZGgCWvSsLuNqF7orAXtqo { top:22.625rem;left:0rem;width:37.9375rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdtXd8mdzOhEOLv5ApMbQ20ACLNs95Lf { top:54.3125rem;left:0rem;width:35.0625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw { display:flex;width:18rem;height:5.0625rem;top:75.0625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #Pi1HBMFTmyWqCZ6UHOQHS2gGJHvc7wq8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #DN2s5tHvokWSsGNLk4pOk9oEo9cbDoQK {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #gPm7ALPMambidA40A2RisJ4toQdPuxhB {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #ADiFUzSx0gFmZ16kPrzQ4bmUXwzWuQrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #kkfe41s1ybfi57XrxCfxPRmvoJyP1TrH {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #TL5TQU064U0IVeDEtRRG8zLdnQlzO4fz {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #EwLQ0y2tQwPLVoNZb6f9mCuLB5tH5f44 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #SHQGl7vJ6vZ6wOFgTXRZKbmFblhpEMJO {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #w0gsQ8xhHZclb0akHP6BfCWKnJADSFZM {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #biv08eOrs3ey9mkPX1RGymAfufZ5zNiM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #BMJyPVCrFLw3TK07fCWmxTt412NnSzcA {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #I1hTnlngySu1nCRstg6aV9bakmMNq6Qf {  }
 }@media only screen and (max-width: 763px) { #dxcMqc9va28xqrxksLMrglT7ySWzrkpG { top:75.3125rem;left:0rem;width:40.625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEUyrEwO8K6l0OARrmFQ79lLIsTZM9U { top:78.5rem;left:20.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 { display:block; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqTOTDKnzJlKstAdiRToD7sC6uK6SxPL { top:1.4375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:transparent;background-image:none;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVUTHhA2iTy9nSArwzCpU2JXsUtx35tu { width:14.625rem;height:4.5rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Z4Noc3IvkXtC2Uy4w65A6ZZzED8BDN { height:11.182625rem;width:20rem;top:15.439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt2KO11xqGcgk7g7bNTXOtEbOWLo5BTE { width:19.125rem;height:5.3984375rem;top:5.75rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rPTxTJkCCAcKro3RoFOHwO42GcqsKHwa { width:19.3125rem;height:3.03515625rem;top:27.3193359375rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7ETbEITpValaudZ1sLbuNMlAhdFEgyM { top:52.306640625rem;left:1.0625rem;width:17.875rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBknNlMHZlVSvAyMRzeE4m6c6lnWoByE { display:block; }
 }@media only screen and (max-width: 763px) { #U1PtErBo91CHcb01bPFLSsATOXU8zbZ5 { width:18.3125rem;height:1.798825rem;top:12.16250038147rem;left:0.84375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxLfcN6xnaZGgCWvSsLuNqF7orAXtqo { width:20rem;height:5.199225rem;top:20.7431640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdtXd8mdzOhEOLv5ApMbQ20ACLNs95Lf { width:20rem;height:11.051693404634rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GkXBx907PxClecGgqg4T3S3LNZ6EAnTw { display:flex;width:18rem;height:5.0625rem;top:58.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #Pi1HBMFTmyWqCZ6UHOQHS2gGJHvc7wq8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #DN2s5tHvokWSsGNLk4pOk9oEo9cbDoQK {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #gPm7ALPMambidA40A2RisJ4toQdPuxhB {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #ADiFUzSx0gFmZ16kPrzQ4bmUXwzWuQrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #kkfe41s1ybfi57XrxCfxPRmvoJyP1TrH {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #TL5TQU064U0IVeDEtRRG8zLdnQlzO4fz {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #EwLQ0y2tQwPLVoNZb6f9mCuLB5tH5f44 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #SHQGl7vJ6vZ6wOFgTXRZKbmFblhpEMJO {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #w0gsQ8xhHZclb0akHP6BfCWKnJADSFZM {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #biv08eOrs3ey9mkPX1RGymAfufZ5zNiM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #BMJyPVCrFLw3TK07fCWmxTt412NnSzcA {  }
 }@media only screen and (max-width: 763px) { #GkXBx907PxClecGgqg4T3S3LNZ6EAnTw #I1hTnlngySu1nCRstg6aV9bakmMNq6Qf {  }
 }@media only screen and (max-width: 763px) { #dxcMqc9va28xqrxksLMrglT7ySWzrkpG { width:14.625rem;height:4.2734375rem;top:43.908203125rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncEUyrEwO8K6l0OARrmFQ79lLIsTZM9U { width:2.6875rem;height:2.6875rem;top:49.056640625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 { display:block; }#yZgXlJgFbDQynIPPPiFrAzPZUx3fGoH3 > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqTOTDKnzJlKstAdiRToD7sC6uK6SxPL { width:18.875rem;height:21.441375rem;top:0.92421817779544rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }