.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#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); }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh { background-color:#edeff3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container { background-color: transparent; background-image: none; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container > .video-iframe-container { display: none; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row > .video-iframe-container { display: none; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .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); }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container { border-width: 0; border-radius: 0; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#LxC9H1UWOCqNn9TsLfaUnWWcM7VhD10P { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:3.125rem;width:12.6875rem;top:2.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#pXLcJyJeelo7uzTiHEy4GguSuAP82k66 { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:2.875rem;width:8.8125rem;top:1.875rem;left:25.1875rem;overflow:hidden;display:block; }
#iHpBP6bc4zFJkCa8Wvok4dED6BLXsoeD { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:3.0625rem;width:10.3125rem;top:1.5625rem;left:39.125rem;overflow:hidden;display:block; }
#likoTm8yTN4oeZCOkMFOJz6vz6VRsfL6 { position:absolute;display:block;z-index:15022;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;box-shadow: none;height:2.3125rem;width:8.375rem;top:1.9375rem;left:55.6875rem;overflow:hidden;display:block; }
#Jwt8A8I4yXqmS4GA3BtSdPNDUSPy6Qxc { color:#3d434c;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:0.5625rem;left:53.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;overflow:visible;position:relative;display:block; }#X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { color:#5e5e5e;display:block;width:39.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:14.4375rem;left:31.562500476837rem;height:8.1rem;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:justify;text-align-last:initial;display:block; }
#FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #00b1e2;border-left:0.1875rem solid #00b1e2;border-right:0.1875rem solid #00b1e2;border-bottom:0.1875rem solid #00b1e2;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:8.75rem;width:19.625rem;top:2.1875rem;left:4.5rem;display:block; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#071222;padding-top:0.43875rem;padding-right:0.404375rem;padding-bottom:0.43875rem;padding-left:0.404375rem;display:block;align-items:center;width:2.425rem;min-width:2.425rem;height:2.355625rem;position:relative;font-family:lato;font-size:1.754375rem;font-weight:700;line-height:37.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { background-color:;background-image:none;color:#bcbcbc;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.233125rem;height:0.930625rem;position:relative;font-family:lato;font-size:0.6575rem;font-weight:400;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.438125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:4.3125rem;left:5.875rem;z-index:15004; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS { width:auto; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
#ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { color:#3d434c;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:12.4375rem;left:8.686718940735rem;height:;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; }
#yAPXagap3ETLl7GZWWsVhMRAE6w5Tnpp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.4375rem;left:5.0625rem; }
#XQCs0rN8GE1n09THdBRGqAEQiiQWkWwN { color:#2f2f2f;display:block;width:40.375rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:31.562500476837rem;height:2.925rem;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:left;text-align-last:left;display:block; }
#lDynNtQEFMtQ4a17hChB8IfthP4hE1UZ { z-index:15003;top:19.375rem;left:4.9375rem;background-color:#00b1e2;background-image:none;border-top:0.25rem solid #00b1e2;border-left:0.25rem solid #00b1e2;border-right:0.25rem solid #00b1e2;border-bottom:0.25rem solid #00b1e2;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: none;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XeCbKz2JeAWc8p9BTUhvtwSCE9AexqxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcC5Fguvm1Ts0ReacZIi0aQhOokKwHdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22rem;left:2.25rem; }
#uPJTwVQpFDvprtito3ig4z6HIGvxnmTb { color:#2f2f2f;display:block;width:40.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:7.987500190735rem;left:31.562500953674rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#Znvhlc0OZbpI0IARZM1UHHDvFO78RSGe { color:#3d434c;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:12.0625rem;left:8.6875rem;height:5.4rem;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:none; }
#PlPAiAdwJEOmbTkUsrWZMezoKL9nirS3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:0.9375rem;left:31.562500953674rem;height:1.95rem;display:block; }
#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { background-color:#3d434c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { background-color: transparent; background-image: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container > .video-iframe-container { display: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container { display: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .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); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { border-width: 0; border-radius: 0; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#TH3zATlh5kkiUGdVq0950sTFb3czrQ8D { position:absolute;display:block;z-index:15005;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.0625rem;left:0rem;display:block; }
#P1IMByRdHpmaQaSDvby9vlztV2ATw57m { position:absolute;display:block;z-index:15004;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.0625rem;left:26.5rem;display:block; }
#vKSn2CcrhT3oBuMm7wM6d14dpQZ3y4Hc { position:absolute;display:block;z-index:15001;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:20.6875rem;left:26.5625rem;display:block; }
#To4fK8Pv2nrniOAb82eCrxx4B6JcHu9y { position:absolute;display:block;z-index:15002;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:20.6875rem;left:0rem;display:block; }
#ziZ1EtJrDwUIMRg6fFdCTK6kXcM3VNOA { position:absolute;display:block;z-index:15000;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:20.6875rem;left:53.125rem;display:block; }
#BZwcHI5UvurvSd4ZHWToz43HCLmikwHv { position:absolute;display:block;z-index:15003;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.0625rem;left:53.125rem;display:block; }
#spW8J4RXts8CozpEameOQ3uRTGXJIyWc { color:#00b1e2;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:6.375rem;left:1.4375rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#p5gfk4bS6zQr1WeK6q0t4Uple2da7ecU { color:#5e5e5e;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.4375rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#fEai1h9lahE4V3EJfgNBbqrJteRImIcu { color:#00b1e2;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.375rem;left:27.875rem;height:;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:left;text-align-last:left;display:block; }
#ItIANa6eiNWFSUPTiFqqhGl2pnUHFBlk { color:#5e5e5e;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5625rem;left:27.875rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#dBrqZVoHbdwzDXxwyaG72CEsGWveBZaM { color:#00b1e2;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.375rem;left:54.687500953674rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#HrMh0g49RwuxA06LRkTMTJEfbRVWuHBl { color:#5e5e5e;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:11.5625rem;left:54.750000953674rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#GsWPA8TGFOD40QGOATz8rU02XA7NqgNS { color:#00b1e2;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:24rem;left:0.9375rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#VXIfN6f9BvmkgMMoIF36sIXKrATI4sfB { color:#5e5e5e;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:29.1875rem;left:1.25rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#eL6WDv6u32CZf8DiZX5PDczMAyIuNgiw { color:#5e5e5e;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:29rem;left:27.9375rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#po5Omq2wO7N05OGbl4520LcQtELsQVIg { color:#00b1e2;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:24.1875rem;left:28.0625rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#oWBgTT8TPCF4kvlqs7QusqwTC2SZXuQC { color:#5e5e5e;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:29rem;left:55.25rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#JoVm6EyeFVfX7xtCJnKLXLeLfk1ddzRU { color:#00b1e2;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:24.1875rem;left:55rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#o1z9CDiP4TLCFprFPI8gZLbpOW5yxwKG { color:#00b1e2;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:21.6875rem;left:28.0625rem;height:3.75rem;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:left;text-align-last:left;display:none; }
#GTSpPixhMObkK0NMKvTSofTm0MuNRNBm { position:absolute;display:block;z-index:14999;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:0.625rem;display:block; }
#wGxamZwEmVAJgGasympI6EWf9xqNSUCa { position:absolute;display:block;z-index:14998;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:27.125000953674rem;display:block; }
#kgwIvI08WxdbgtmnNNniR0qV0dBDbnCu { position:absolute;display:block;z-index:14997;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:53.750000953674rem;display:block; }
#STv4wyBacx9RePRtTmXJoZTdgDTEGNrT { position:absolute;display:block;z-index:14996;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:21.3125rem;left:0.625rem;display:block; }
#IZgSMlGafENGMM5SZupuBGE6tqSALt1r { position:absolute;display:block;z-index:14995;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:21.3125rem;left:27.187500953674rem;display:block; }
#p3bnk7TAlugTbZLuwkITDQ2X1S5T3bVC { position:absolute;display:block;z-index:14994;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:21.3125rem;left:53.750000953674rem;display:block; }
#eUle4ZwrTXalxGG698dIUp2T7poJUNK6 { position:absolute;display:block;z-index:14999;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:0.625rem;display:none; }
#oCkRxC2rPmXXUioEp6CrHRRTBZDIAglM { position:absolute;display:block;z-index:15003;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.0625rem;left:53.125rem;display:none; }
#AJlKRXgHtSTuyZT64vyrapm0F47e6DgC { position:absolute;display:block;z-index:14999;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:0.625rem;display:none; }
#L4bLrt20UFs2A2UKa3CaTGn5ZnGS3MvC { position:absolute;display:block;z-index:15003;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.0625rem;left:53.125rem;display:none; }
#mAiRZlV8CvKFpzIJgxRD28exfXRHwcbq { position:absolute;display:block;z-index:14999;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:0.625rem;display:none; }
#bKOlvQvxEagPltvFWP5bk05kMESksdHl { position:absolute;display:block;z-index:14999;background-color:#00b1e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:3.6875rem;left:0.625rem;display:none; }
#z9xDwyRiaiqQpIvOTU2ziJ43sw7Vm0sP { position:absolute;display:block;z-index:15000;background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:21.875rem;top:20.6875rem;left:53.125rem;display:none; }
#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff3;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; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container { background-color: transparent; background-image: none; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container > .video-iframe-container { display: none; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row > .video-iframe-container { display: none; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .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); }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container { border-width: 0; border-radius: 0; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#SGUWDVk6VfeH6T4oWsDJWi0TgGT0kU7q { color:#3d434c;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.5937514305115rem;left:18.561718940735rem;height:14.25rem;text-align:justify;text-align-last:initial;display:block; }
#lZfpw0ff01wAeAHCufOEJeEFbRzf1nXT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14rem;top:1.46875rem;left:1.66015625rem;overflow:hidden;display:block; }
#uJC6E9vaV3uV7tWTxGzioFPc9M1XopiE { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:4.6875rem;width:14.1875rem;top:6.3742184638975rem;left:59.471879005432rem;overflow:hidden;display:block; }
#f7icR5R5NAEuXc1NpEC67cgaFq3u6BLZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff3;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; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container { background-color: transparent; background-image: none; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container > .video-iframe-container { display: none; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row > .video-iframe-container { display: none; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .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); }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container { border-width: 0; border-radius: 0; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#OgxlyhCFPdfMRmRmua35dDg3x6qgTX75 { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:13.125rem;width:13.125rem;top:2.1562461853027rem;left:59.087502479553rem;overflow:hidden;display:block; }
#ZnGhJwFQeP0PVW1DIuwrSkTGkNvaiGRH { color:#3d434c;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.625rem;left:18.561718940735rem;height:17.8125rem;text-align:justify;text-align-last:initial;display:block; }
#IzkuM4rQn7VHKr5Tq4gbxvMtLDdot5Pl { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:12.8125rem;width:13rem;top:2.2492189407349rem;left:2.625rem;overflow:hidden;display:block; }
#LU3JDbD3GStLyBClkdNIJqzDNCLHbq2F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff3;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; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container { background-color: transparent; background-image: none; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container > .video-iframe-container { display: none; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row > .video-iframe-container { display: none; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .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); }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container { border-width: 0; border-radius: 0; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#M2sWhxdUri5UI21bbrbHMORv9npeBuFz { color:#3d434c;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.328125rem;left:18.561718940735rem;height:10.6875rem;text-align:justify;text-align-last:initial;display:block; }
#HpiaPTUgo8raX00c4Z7wEhfT53iaw5oy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.3125rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#lXdlmVHzdzEmdh9HBsSMnGWMas6JNDqg { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:3.75rem;width:15.3125rem;top:6.15625rem;left:58.750000953674rem;overflow:hidden;display:block; }
#O1KxWZQsRQIX9aCVVTFTQ7gn59NKaN3z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container { background-color: transparent; background-image: none; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container > .video-iframe-container { display: none; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row > .video-iframe-container { display: none; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .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); }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container { border-width: 0; border-radius: 0; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#sAaP1b22ad0FJtQe56W1T5LbSHXtSEP0 { color:#00b1e2;display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:2.375rem;left:15.249218940735rem;height:2.4375rem;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; }
#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB { background-color:#3d434c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container { background-color: transparent; background-image: none; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container > .video-iframe-container { display: none; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row > .video-iframe-container { display: none; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .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); }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container { border-width: 0; border-radius: 0; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ZuUpCXz8hbGR2flAd0rFcRRrKz4TBO2v { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.375rem;width:33.8125rem;top:2.125rem;left:3.8125rem;display:block; }
#T3os8iBppheUxv58nTe975XfPmzVp0OT { color:#ebebeb;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.7374999523163rem;left:40.875000953674rem;height:2.4375rem;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; }
#H2c4iRJ8W4G4VySGFWB2apHxi05VI3vZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.1750011444092rem;left:6.999218940735rem; }
#BzaMkLObhUlJuqOaMF30ZihmPkCHRaQW { color:#3d434c;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.5625rem;left:11.124999046326rem;height:5.4rem;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; }
#C8O8f80XLTzbM3c6uNwc2eAXBXe3CsE2 { z-index:15007;top:9.6125011444094rem;left:11.342968940735rem;background-color:transparent;background-image:none;border-top:0.25rem solid #00b1e2;border-left:0.25rem solid #00b1e2;border-right:0.25rem solid #00b1e2;border-bottom:0.25rem solid #00b1e2;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: none;box-sizing:border-box;color:#00b1e2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ctHFiRiDcILRn6hdT6lpskIuftggR9pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8NiCfwzf4u5lxbVbDLSZzLioLUZX30D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b1e2, #00b1e2);background-image: -moz-linear-gradient(180deg, #00b1e2, #00b1e2);background-image: -ms-linear-gradient(180deg, #00b1e2, #00b1e2);background-image: -o-linear-gradient(180deg, #00b1e2, #00b1e2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1e2', endColorstr='#00b1e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1e2', endColorstr='#00b1e2' );";background-image: linear-gradient(180deg, #00b1e2, #00b1e2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:8.75rem;width:19.625rem;top:2.1875rem;left:4.5rem;display:none; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ebebeb;padding-top:0.43875rem;padding-right:0.404375rem;padding-bottom:0.43875rem;padding-left:0.404375rem;display:block;align-items:center;width:2.425rem;min-width:2.425rem;height:2.355625rem;position:relative;font-family:lato;font-size:1.754375rem;font-weight:700;line-height:37.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-label { background-color:;background-image:none;color:#bcbcbc;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.233125rem;height:0.930625rem;position:relative;font-family:lato;font-size:0.6575rem;font-weight:400;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.438125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:4.3125rem;left:5.875rem;z-index:15004;display:none; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #IW1wQAuKRgFe5rWSn1BnNTJXDfuD4k32 { display:flex;position:relative;top:0rem;left:0rem; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZIeTs6M8np48Th5CcT8QQnAQkJ5XeGDD { width:auto; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #Zc8scAqXXyFLxgTmnsyQqP1ECIWI8C4b {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #zBE0tRtDWdQBszW70D5FlUiFg7xWQmsw { display:flex;position:relative;top:0rem;left:0rem; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #P5PQZFImmElveBv3aB8O7tuPrITtl2Uk {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #N3xGAeKpynWb4Cl0ITAKJs3yPeC05Lkb {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #lOKVHtdG3mo1Gbpp1iOZ76SRCsFS6bXT { display:flex;position:relative;top:0rem;left:0rem; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #R6CZ1McyQ4wZeFMOOsWqDaepE4LVg7AI {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #f0cL2sgssPNQLNse54A13EtTqlUTKlLu {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZdNpAHZ4Ofvtn9zJETSAqCPo7TFcD52e { display:flex;position:relative;top:0rem;left:0rem; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #PE9HNdl0BNcqSTksRThX5JJGFs5z2T9R {  }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #RNZhsoDMgfOcv4A1XcQvF9FWHyKpef8g {  }
#unIbW7EOPo5lAT2yLdA4gM5hhARs4zkf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.9375rem;left:25.517968177796rem; }
#JpNiaobJDSxIpwLPerP0v8O2gwmFqiOc { box-sizing:content-box;height:1.5rem;width:0.5625rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:13rem;left:27.224999427796rem;display:block; }
#NnMzs1669NKmaVHO97l98fllTduNhBW5 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:5.9242186546326rem;left:40.875000953674rem;height:2.4375rem;display:block; }#NnMzs1669NKmaVHO97l98fllTduNhBW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NnMzs1669NKmaVHO97l98fllTduNhBW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
#CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx { color:#ebebeb;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:9.1242184638975rem;left:40.875000953674rem;height:7.3125rem;display:block; }#CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m { background-color:#edeff3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container { background-color: transparent; background-image: none; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container > .video-iframe-container { display: none; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row > .video-iframe-container { display: none; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .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); }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container { border-width: 0; border-radius: 0; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#acZWMKW6HGr0G2Zb9DndAvufVK2Aq9QS { color:#3d434c;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:2.375rem;left:0rem;height:2.4375rem;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; }
#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc { background-color:#3d434c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container { background-color: transparent; background-image: none; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container > .video-iframe-container { display: none; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row > .video-iframe-container { display: none; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .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); }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container { border-width: 0; border-radius: 0; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ccS6aOo6pv1PLsXc2ByUH1pkmcg6UgbZ { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:5.25rem;width:18.75rem;top:0.84375rem;left:1.7484369277954rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh { display:block; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxC9H1UWOCqNn9TsLfaUnWWcM7VhD10P { top:2.1875rem;left:0rem;width:12.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLcJyJeelo7uzTiHEy4GguSuAP82k66 { top:1.875rem;left:11.5625rem;width:8.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpBP6bc4zFJkCa8Wvok4dED6BLXsoeD { top:1.5625rem;left:25.5rem;width:10.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #likoTm8yTN4oeZCOkMFOJz6vz6VRsfL6 { top:1.9375rem;left:39.375rem;width:8.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwt8A8I4yXqmS4GA3BtSdPNDUSPy6Qxc { top:0.5625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { top:14.4375rem;left:8.5rem;width:39.25rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { top:2.1875rem;left:0rem;width:19.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .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; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;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) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
 }@media only screen and (max-width: 763px) { #ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { top:12.4375rem;left:0rem;width:16.25rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPXagap3ETLl7GZWWsVhMRAE6w5Tnpp { top:13.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQCs0rN8GE1n09THdBRGqAEQiiQWkWwN { top:3.75rem;left:7.375rem;width:40.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDynNtQEFMtQ4a17hChB8IfthP4hE1UZ { top:19.375rem;left:0rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeCbKz2JeAWc8p9BTUhvtwSCE9AexqxK { display:block; }
 }@media only screen and (max-width: 763px) { #UcC5Fguvm1Ts0ReacZIi0aQhOokKwHdT { top:22rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPJTwVQpFDvprtito3ig4z6HIGvxnmTb { top:7.9375rem;left:7.375rem;width:40.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znvhlc0OZbpI0IARZM1UHHDvFO78RSGe { top:11.625rem;left:0rem;width:15.25rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlPAiAdwJEOmbTkUsrWZMezoKL9nirS3 { top:0.9375rem;left:17.937500953674rem;width:12.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH3zATlh5kkiUGdVq0950sTFb3czrQ8D { top:3.0625rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1IMByRdHpmaQaSDvby9vlztV2ATw57m { top:3.0625rem;left:12.875rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSn2CcrhT3oBuMm7wM6d14dpQZ3y4Hc { top:20.6875rem;left:12.9375rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4fK8Pv2nrniOAb82eCrxx4B6JcHu9y { top:20.6875rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ1EtJrDwUIMRg6fFdCTK6kXcM3VNOA { top:20.6875rem;left:25.875rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwcHI5UvurvSd4ZHWToz43HCLmikwHv { top:3.0625rem;left:25.875rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #spW8J4RXts8CozpEameOQ3uRTGXJIyWc { top:6.375rem;left:0rem;width:19.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5gfk4bS6zQr1WeK6q0t4Uple2da7ecU { top:11.5625rem;left:0rem;width:19.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEai1h9lahE4V3EJfgNBbqrJteRImIcu { top:6.375rem;left:14.250000953674rem;width:18.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItIANa6eiNWFSUPTiFqqhGl2pnUHFBlk { top:11.5625rem;left:14.250000953674rem;width:19.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBrqZVoHbdwzDXxwyaG72CEsGWveBZaM { top:6.375rem;left:27.75rem;width:20rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrMh0g49RwuxA06LRkTMTJEfbRVWuHBl { top:11.5625rem;left:28.6875rem;width:19.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWPA8TGFOD40QGOATz8rU02XA7NqgNS { top:24rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXIfN6f9BvmkgMMoIF36sIXKrATI4sfB { top:29.1875rem;left:0rem;width:18.5625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL6WDv6u32CZf8DiZX5PDczMAyIuNgiw { top:29rem;left:14.312500953674rem;width:19.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po5Omq2wO7N05OGbl4520LcQtELsQVIg { top:24.1875rem;left:14.437500953674rem;width:17.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWBgTT8TPCF4kvlqs7QusqwTC2SZXuQC { top:29rem;left:29.1875rem;width:18.5625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoVm6EyeFVfX7xtCJnKLXLeLfk1ddzRU { top:24.1875rem;left:29.0625rem;width:18.6875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1z9CDiP4TLCFprFPI8gZLbpOW5yxwKG { top:50.4375rem;left:0rem;width:17.875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTSpPixhMObkK0NMKvTSofTm0MuNRNBm { top:3.6875rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxamZwEmVAJgGasympI6EWf9xqNSUCa { top:3.6875rem;left:13.500000953674rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwIvI08WxdbgtmnNNniR0qV0dBDbnCu { top:3.6875rem;left:25.875rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #STv4wyBacx9RePRtTmXJoZTdgDTEGNrT { top:21.3125rem;left:0rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZgSMlGafENGMM5SZupuBGE6tqSALt1r { top:21.3125rem;left:13.562500953674rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bnk7TAlugTbZLuwkITDQ2X1S5T3bVC { top:21.3125rem;left:25.875rem;width:21.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUle4ZwrTXalxGG698dIUp2T7poJUNK6 { top:3.6875rem;left:0rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCkRxC2rPmXXUioEp6CrHRRTBZDIAglM { top:3.0625rem;left:25.875rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJlKRXgHtSTuyZT64vyrapm0F47e6DgC { top:3.6875rem;left:0rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4bLrt20UFs2A2UKa3CaTGn5ZnGS3MvC { top:3.0625rem;left:25.875rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAiRZlV8CvKFpzIJgxRD28exfXRHwcbq { top:3.6875rem;left:0rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKOlvQvxEagPltvFWP5bk05kMESksdHl { top:3.6875rem;left:0rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9xDwyRiaiqQpIvOTU2ziJ43sw7Vm0sP { top:20.6875rem;left:25.875rem;width:21.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm { display:block; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGUWDVk6VfeH6T4oWsDJWi0TgGT0kU7q { top:1.5625rem;left:4.9367189407349rem;width:37.875rem;height:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfpw0ff01wAeAHCufOEJeEFbRzf1nXT { top:1.4375rem;left:0rem;width:14rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJC6E9vaV3uV7tWTxGzioFPc9M1XopiE { top:6.3125rem;left:33.5625rem;width:14.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7icR5R5NAEuXc1NpEC67cgaFq3u6BLZ { display:none; }
 }@media only screen and (max-width: 763px) { #CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm { display:block; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgxlyhCFPdfMRmRmua35dDg3x6qgTX75 { top:2.125rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGhJwFQeP0PVW1DIuwrSkTGkNvaiGRH { top:0.625rem;left:4.9367189407349rem;width:37.875rem;height:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzkuM4rQn7VHKr5Tq4gbxvMtLDdot5Pl { top:2.1875rem;left:0rem;width:13rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU3JDbD3GStLyBClkdNIJqzDNCLHbq2F { display:none; }
 }@media only screen and (max-width: 763px) { #yy2rfB7wRtq0PnaITgmfE66KJSIrom8N { display:block; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2sWhxdUri5UI21bbrbHMORv9npeBuFz { top:2.3125rem;left:4.9367189407349rem;width:37.875rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpiaPTUgo8raX00c4Z7wEhfT53iaw5oy { top:0rem;left:0rem;width:14.3125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXdlmVHzdzEmdh9HBsSMnGWMas6JNDqg { top:6.125rem;left:32.4375rem;width:15.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KxWZQsRQIX9aCVVTFTQ7gn59NKaN3z { display:none; }
 }@media only screen and (max-width: 763px) { #THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx { display:block; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAaP1b22ad0FJtQe56W1T5LbSHXtSEP0 { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB { display:block; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuUpCXz8hbGR2flAd0rFcRRrKz4TBO2v { top:2.125rem;left:0rem;width:33.8125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3os8iBppheUxv58nTe975XfPmzVp0OT { top:2.6875rem;left:16.5625rem;width:31.1875rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2c4iRJ8W4G4VySGFWB2apHxi05VI3vZ { top:5.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzaMkLObhUlJuqOaMF30ZihmPkCHRaQW { top:3.5625rem;left:0rem;width:26.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8O8f80XLTzbM3c6uNwc2eAXBXe3CsE2 { top:9.5625rem;left:0rem;width:18.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctHFiRiDcILRn6hdT6lpskIuftggR9pi { display:block; }
 }@media only screen and (max-width: 763px) { #P8NiCfwzf4u5lxbVbDLSZzLioLUZX30D { top:2.1875rem;left:0rem;width:19.625rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .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; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #IW1wQAuKRgFe5rWSn1BnNTJXDfuD4k32 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZIeTs6M8np48Th5CcT8QQnAQkJ5XeGDD {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #Zc8scAqXXyFLxgTmnsyQqP1ECIWI8C4b {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #zBE0tRtDWdQBszW70D5FlUiFg7xWQmsw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #P5PQZFImmElveBv3aB8O7tuPrITtl2Uk {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #N3xGAeKpynWb4Cl0ITAKJs3yPeC05Lkb {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #lOKVHtdG3mo1Gbpp1iOZ76SRCsFS6bXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #R6CZ1McyQ4wZeFMOOsWqDaepE4LVg7AI {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #f0cL2sgssPNQLNse54A13EtTqlUTKlLu {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZdNpAHZ4Ofvtn9zJETSAqCPo7TFcD52e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #PE9HNdl0BNcqSTksRThX5JJGFs5z2T9R {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #RNZhsoDMgfOcv4A1XcQvF9FWHyKpef8g {  }
 }@media only screen and (max-width: 763px) { #unIbW7EOPo5lAT2yLdA4gM5hhARs4zkf { top:12.9375rem;left:11.892968177796rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpNiaobJDSxIpwLPerP0v8O2gwmFqiOc { top:13rem;left:13.599999427796rem;width:0.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMzs1669NKmaVHO97l98fllTduNhBW5 { top:5.875rem;left:16.5625rem;width:31.1875rem;height:2.4375rem;font-size:1.625rem;display:block; }#NnMzs1669NKmaVHO97l98fllTduNhBW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
 }@media only screen and (max-width: 763px) { #CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx { top:9.0625rem;left:16.5625rem;width:31.1875rem;height:7.3125rem;font-size:1.625rem;display:block; }#CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
 }@media only screen and (max-width: 763px) { #D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m { display:block; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acZWMKW6HGr0G2Zb9DndAvufVK2Aq9QS { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc { display:block; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccS6aOo6pv1PLsXc2ByUH1pkmcg6UgbZ { top:0.8125rem;left:0rem;width:18.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh { display:block; }#tnNACE8JOVvNrnlErGl7dMlKqsMG7mWh > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxC9H1UWOCqNn9TsLfaUnWWcM7VhD10P { width:8.5625rem;height:1.875rem;top:2.53125rem;left:5.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLcJyJeelo7uzTiHEy4GguSuAP82k66 { width:5.0625rem;height:1.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpBP6bc4zFJkCa8Wvok4dED6BLXsoeD { width:6.0625rem;height:1.6875rem;top:2.5rem;left:13.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #likoTm8yTN4oeZCOkMFOJz6vz6VRsfL6 { width:6.0625rem;height:1.625rem;top:5.7937502861023rem;left:6.8437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwt8A8I4yXqmS4GA3BtSdPNDUSPy6Qxc { width:6.125rem;height:0.89375rem;top:4.71875rem;left:6.9375000596044rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { width:18.9375rem;height:9.45rem;top:24.6875rem;left:0.53046876192093rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { width:12.125rem;height:4.25rem;top:9.1875rem;left:4.1875000596046rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .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; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { padding-top:0.225rem;padding-right:0.204375rem;padding-bottom:0.225rem;padding-left:0.204375rem;width:1.22625rem;min-width:1.22625rem;height:1.208125rem;font-size:0.899375rem;line-height:19.33px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.140625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.635rem;height:0.476875rem;font-size:0.336875rem;line-height:7.63px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { display:flex;width:10.5625rem;height:2.275625rem;top:10.0625rem;left:5.0625rem;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) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
 }@media only screen and (max-width: 763px) { #ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { width:15.25rem;height:3.9rem;top:14.375rem;left:4.2679687142372rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPXagap3ETLl7GZWWsVhMRAE6w5Tnpp { display:flex;width:2.1875rem;height:2.1875rem;top:14.375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XQCs0rN8GE1n09THdBRGqAEQiiQWkWwN { width:20rem;height:1.875rem;top:2.0000002384186rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDynNtQEFMtQ4a17hChB8IfthP4hE1UZ { top:19.375rem;left:2.625rem;width:14.0625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeCbKz2JeAWc8p9BTUhvtwSCE9AexqxK { display:block; }
 }@media only screen and (max-width: 763px) { #UcC5Fguvm1Ts0ReacZIi0aQhOokKwHdT { display:flex;width:2.125rem;height:2.125rem;top:21.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #uPJTwVQpFDvprtito3ig4z6HIGvxnmTb { width:20rem;height:2.75rem;top:4.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Znvhlc0OZbpI0IARZM1UHHDvFO78RSGe { width:18.0625rem;height:0;top:14.6875rem;left:1.9375rem;font-size:1.3125rem;z-index:15010;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PlPAiAdwJEOmbTkUsrWZMezoKL9nirS3 { width:12.5rem;height:1.4625rem;top:0.53750014305115rem;left:3.0000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH3zATlh5kkiUGdVq0950sTFb3czrQ8D { width:20rem;height:8.125rem;top:1.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #P1IMByRdHpmaQaSDvby9vlztV2ATw57m { width:20rem;height:7.5625rem;top:9.8125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKSn2CcrhT3oBuMm7wM6d14dpQZ3y4Hc { width:19.875rem;height:6.5rem;top:32.685938835144rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4fK8Pv2nrniOAb82eCrxx4B6JcHu9y { width:19.875rem;height:6.3125rem;top:25.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ1EtJrDwUIMRg6fFdCTK6kXcM3VNOA { width:19.8125rem;height:6.375rem;top:40.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwcHI5UvurvSd4ZHWToz43HCLmikwHv { width:19.9375rem;height:7.5rem;top:16.500001072884rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spW8J4RXts8CozpEameOQ3uRTGXJIyWc { width:13.8125rem;height:1.275rem;top:1.9875011444092rem;left:3.0937500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5gfk4bS6zQr1WeK6q0t4Uple2da7ecU { width:17.375rem;height:1.5rem;top:3.75rem;left:1.3125000596046rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEai1h9lahE4V3EJfgNBbqrJteRImIcu { width:12.6875rem;height:1.275rem;top:9.6875rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItIANa6eiNWFSUPTiFqqhGl2pnUHFBlk { width:19.25rem;height:3rem;top:11.0625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBrqZVoHbdwzDXxwyaG72CEsGWveBZaM { width:13.875rem;height:1.275rem;top:17.9375rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrMh0g49RwuxA06LRkTMTJEfbRVWuHBl { width:16.4375rem;height:3rem;top:20.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsWPA8TGFOD40QGOATz8rU02XA7NqgNS { width:17.9375rem;height:1.275rem;top:26.375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXIfN6f9BvmkgMMoIF36sIXKrATI4sfB { width:18.5625rem;height:1.5rem;top:28.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eL6WDv6u32CZf8DiZX5PDczMAyIuNgiw { width:19.0625rem;height:3rem;top:35.649219512939rem;left:0.46796876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #po5Omq2wO7N05OGbl4520LcQtELsQVIg { width:17.875rem;height:1.275rem;top:34.375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWBgTT8TPCF4kvlqs7QusqwTC2SZXuQC { width:18.5625rem;height:3rem;top:42.937501907349rem;left:0.71796876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoVm6EyeFVfX7xtCJnKLXLeLfk1ddzRU { width:12.875rem;height:1.275rem;top:41.0625rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1z9CDiP4TLCFprFPI8gZLbpOW5yxwKG { width:17.875rem;height:0;top:39.5625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GTSpPixhMObkK0NMKvTSofTm0MuNRNBm { width:20rem;height:7.8125rem;top:16.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wGxamZwEmVAJgGasympI6EWf9xqNSUCa { width:20rem;height:15rem;top:68.937501430512rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgwIvI08WxdbgtmnNNniR0qV0dBDbnCu { width:20rem;height:15rem;top:85.187501430512rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STv4wyBacx9RePRtTmXJoZTdgDTEGNrT { width:20rem;height:15rem;top:101.43750143051rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZgSMlGafENGMM5SZupuBGE6tqSALt1r { width:20rem;height:15rem;top:117.68750143051rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3bnk7TAlugTbZLuwkITDQ2X1S5T3bVC { width:20rem;height:15rem;top:133.93750143051rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUle4ZwrTXalxGG698dIUp2T7poJUNK6 { width:20rem;height:6.8125rem;top:0.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #oCkRxC2rPmXXUioEp6CrHRRTBZDIAglM { width:19.9375rem;height:6.4375rem;top:0.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #AJlKRXgHtSTuyZT64vyrapm0F47e6DgC { width:20rem;height:7.4375rem;top:8.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #L4bLrt20UFs2A2UKa3CaTGn5ZnGS3MvC { width:19.9375rem;height:7.0625rem;top:8.3125009536744rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mAiRZlV8CvKFpzIJgxRD28exfXRHwcbq { width:20rem;height:6.625rem;top:25.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bKOlvQvxEagPltvFWP5bk05kMESksdHl { width:20rem;height:6.25rem;top:33.273438453674rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #z9xDwyRiaiqQpIvOTU2ziJ43sw7Vm0sP { width:19.8125rem;height:6.125rem;top:40.749219894409rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;z-index:14988;background-color:#00b1e2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm { display:block; }#t2k4w69ZTdcqWD7uXoBmMAcCmdG3oUGm > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGUWDVk6VfeH6T4oWsDJWi0TgGT0kU7q { width:20rem;height:16.875rem;top:11.436718940735rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfpw0ff01wAeAHCufOEJeEFbRzf1nXT { width:9.5625rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJC6E9vaV3uV7tWTxGzioFPc9M1XopiE { width:7.8125rem;height:2.5rem;top:3.10546875rem;left:11.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7icR5R5NAEuXc1NpEC67cgaFq3u6BLZ { top:2.5749998092651rem;left:10.287499964237rem;width:12.5rem;height:3.5625rem;z-index:15000;background-color:#ffffff;background-image:none;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm { display:block; }#CoR4weU9zo8OTq27Vs8rmGxSxaKELlwm > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgxlyhCFPdfMRmRmua35dDg3x6qgTX75 { width:6.6875rem;height:6.6875rem;top:1.35546875rem;left:12.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGhJwFQeP0PVW1DIuwrSkTGkNvaiGRH { width:20rem;height:21.09375rem;top:11.140632629394rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzkuM4rQn7VHKr5Tq4gbxvMtLDdot5Pl { width:10.1875rem;height:10.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LU3JDbD3GStLyBClkdNIJqzDNCLHbq2F { top:3.26171875rem;left:10.849999964237rem;width:15.8125rem;height:3.375rem;z-index:15001;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yy2rfB7wRtq0PnaITgmfE66KJSIrom8N { display:block; }#yy2rfB7wRtq0PnaITgmfE66KJSIrom8N > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2sWhxdUri5UI21bbrbHMORv9npeBuFz { width:20rem;height:14.0625rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpiaPTUgo8raX00c4Z7wEhfT53iaw5oy { width:9.6875rem;height:9.5625rem;top:0rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lXdlmVHzdzEmdh9HBsSMnGWMas6JNDqg { width:10.625rem;height:2.375rem;top:3.7671875rem;left:9.3038466902881rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O1KxWZQsRQIX9aCVVTFTQ7gn59NKaN3z { top:3.0867156982422rem;left:8.4749999642375rem;width:16.75rem;height:3.375rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx { display:block; }#THk8VHoVhvdOJdcm0hrDywUeOW6pSpcx > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAaP1b22ad0FJtQe56W1T5LbSHXtSEP0 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB { display:block; }#qfDa7DKR9JmNSy1Nfu5evgoWonTOfscB > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuUpCXz8hbGR2flAd0rFcRRrKz4TBO2v { width:18.0625rem;height:12.25rem;top:1.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3os8iBppheUxv58nTe975XfPmzVp0OT { width:19.1875rem;height:1.5rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2c4iRJ8W4G4VySGFWB2apHxi05VI3vZ { display:flex;width:2.125rem;height:2.125rem;top:4.1875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #BzaMkLObhUlJuqOaMF30ZihmPkCHRaQW { width:18.125rem;height:2.7rem;top:2.4375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8O8f80XLTzbM3c6uNwc2eAXBXe3CsE2 { top:7.625rem;left:3.9375rem;width:12.75rem;height:3.3125rem;font-size:1rem;border-top:0.1875rem solid #00b1e2;border-left:0.1875rem solid #00b1e2;border-right:0.1875rem solid #00b1e2;border-bottom:0.1875rem solid #00b1e2;display:block; }
 }@media only screen and (max-width: 763px) { #ctHFiRiDcILRn6hdT6lpskIuftggR9pi { display:block; }
 }@media only screen and (max-width: 763px) { #P8NiCfwzf4u5lxbVbDLSZzLioLUZX30D { width:11.625rem;height:4.0625rem;top:4.6875rem;left:5.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .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; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-number { padding-top:0.225rem;padding-right:0.204375rem;padding-bottom:0.225rem;padding-left:0.204375rem;width:1.22625rem;min-width:1.22625rem;height:1.208125rem;font-size:0.899375rem;line-height:19.33px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.140625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.635rem;height:0.476875rem;font-size:0.336875rem;line-height:7.63px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 { display:flex;width:9.25rem;height:2.1875rem;top:4.3125rem;left:6.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15006; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #IW1wQAuKRgFe5rWSn1BnNTJXDfuD4k32 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZIeTs6M8np48Th5CcT8QQnAQkJ5XeGDD {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #Zc8scAqXXyFLxgTmnsyQqP1ECIWI8C4b {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #zBE0tRtDWdQBszW70D5FlUiFg7xWQmsw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #P5PQZFImmElveBv3aB8O7tuPrITtl2Uk {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #N3xGAeKpynWb4Cl0ITAKJs3yPeC05Lkb {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #lOKVHtdG3mo1Gbpp1iOZ76SRCsFS6bXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #R6CZ1McyQ4wZeFMOOsWqDaepE4LVg7AI {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #f0cL2sgssPNQLNse54A13EtTqlUTKlLu {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #ZdNpAHZ4Ofvtn9zJETSAqCPo7TFcD52e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #PE9HNdl0BNcqSTksRThX5JJGFs5z2T9R {  }
 }@media only screen and (max-width: 763px) { #qRkgXlWcRf8Pr3dCyo9MViguFRRtTTt3 #RNZhsoDMgfOcv4A1XcQvF9FWHyKpef8g {  }
 }@media only screen and (max-width: 763px) { #unIbW7EOPo5lAT2yLdA4gM5hhARs4zkf { display:flex;width:4.625rem;height:4.625rem;top:9.375rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #JpNiaobJDSxIpwLPerP0v8O2gwmFqiOc { width:0.5625rem;height:1.5rem;top:9.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMzs1669NKmaVHO97l98fllTduNhBW5 { width:20rem;height:1.5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }#NnMzs1669NKmaVHO97l98fllTduNhBW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
 }@media only screen and (max-width: 763px) { #CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx { width:20rem;height:4.5rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }#CWdndZKx99hk9kKRVqEh1EMzgxwWf2sx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_815eaa7771c5770bdc7f377d7a00d21e8aab9308.svg); }
 }@media only screen and (max-width: 763px) { #D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m { display:block; }#D6Ww6xT6LUoT1goh3sOyWIXuMQW8nt5m > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acZWMKW6HGr0G2Zb9DndAvufVK2Aq9QS { width:18.625rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc { display:block; }#TNnD4KNbaw1h8geSTrIXrwOBTTku0Sxc > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccS6aOo6pv1PLsXc2ByUH1pkmcg6UgbZ { width:8.1875rem;height:2.3125rem;top:0.8125rem;left:5.9062500596046rem;display:block; }
 }