.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0099cd;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ > .row .container { border-width: 0; border-radius: 0; }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ > .row > .video-iframe-container {  }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#we86NGdbquP1iCNfHJ5VrKki09NOEoW2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:10.3125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#TqcKikuZhXeUNfXdKCgNV5apZH7VTDw8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.9375rem;left:44.999457359314rem;display:block; }
#GdqvVSVVAwS2tGazrFSqgofDTSUfrgoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nKoMHc4ZdgxNZIg0HIGuBxXCEJgPz3TS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.9375rem;left:58.874457359314rem;display:block; }
#TDOrxtICCmbDePZeJIzhxgaTCHrd254g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JbiEPLMM5Fy3Mcxdzq9AMrkI2q9l6FU0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.9375rem;left:51.436633110046rem;display:block; }
#DxTEisVaWoKpQaDxCA68dVmikTuvDLvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V12OlzBtZ2cW9ntT6ECtQHfQ1kqabpBV { background-color:#0099cd;background-image:none;border-top:0.0625rem solid #0099cd;border-left:0.0625rem solid #0099cd;border-right:0.0625rem solid #0099cd;border-bottom:0.0625rem solid #0099cd;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.9375rem;left:67.4375rem;display:block; }
#w5R0wuAy3rnf4ibJKlhane3z2fN1FFIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .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; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0099cd;background-image:none;color:#ffffff;padding-top:0.36625rem;padding-right:0.325rem;padding-bottom:0.36625rem;padding-left:0.325rem;display:block;align-items:center;width:1.949375rem;min-width:1.949375rem;height:1.96875rem;position:relative;font-family:"open sans";font-size:1.465625rem;font-weight:700;line-height:31.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.599375rem;height:0.77875rem;position:relative;font-family:"open sans";font-size:0.549375rem;font-weight:400;line-height:12.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:14.375rem;height:3.70875rem;padding-top:0.458125rem;padding-right:0.464375rem;padding-bottom:0.458125rem;padding-left:0.464375rem;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:0.34309911727905rem;left:26.437501192093rem;z-index:100007; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CV3bMp7tFLgdkxUdWFKPLXawKQ7nbq5O { display:flex;position:relative;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #wlEMc0Q8OlOVdAnfw4WpqLmvbxZV6dbd { width:auto; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r4cmVkiwhPaSqB58SF3ukseUVQBzJ7X5 {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r0Urcb5TNA3EgbJ1qOiIzTaccxSDrTDa { display:flex;position:relative;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HgRaGmHTHO59br5LO5Dpr4dJFo7yqaH8 {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #kw8TCvs4OH8VWOi35HdLqE3ONXd29QhV {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HC9urinMhR9otLBMWw5tBE7JgCrt1T5S { display:flex;position:relative;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #NS1iRqfa66LlMWz8Uq4EkZgkQS6TUyg6 {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HrsvdgM3EeOripDJ9PovwlBctX13F7P4 {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #VHTzZah3GzM1VUBgNPUUqV88PHmrzdUX { display:flex;position:relative;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #icvZdGmd137kFxQwRgrwHrsL5ouunXyr {  }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CwXTvppoTEEGrIzMJ9u4Fsdp2MigQ8ug {  }
#FTkq5FxseNyNqzbBmwJfPfWLbFeldfrn { color:#0099cd;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:0.85612010955813rem;left:11.875000238419rem;height:3.599175rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nU7PqlVgLS0uwkgb8EIdct1OGJsd5r0m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0099cd;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container { background-color: transparent; background-image: none; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container > .video-iframe-container { display: none; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row > .video-iframe-container { display: none; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .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); }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container { border-width: 0; border-radius: 0; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row > .video-iframe-container {  }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#dqTDVcdp5qkBckOBJk9fnBBPIiAbDM3M { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:10.3125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#VZ1X1pLHat03N7ggmrpMoGCvcN9g8aCi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.9375rem;left:44.999457359314rem;display:block; }
#ERHD8LLFDUrLDl6n8xoh5IuEU1kTTCTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qIAozQ5ySeDUkphRPu8vyxIu8Wo6cy90 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.9375rem;left:58.874457359314rem;display:block; }
#tiQytmtWtiQAtZBqpiRqqUvOxTgzWAvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XU8iq93VOPaBzKcSFRhd7qmafiU9KPqQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.9375rem;left:51.436633110046rem;display:block; }
#EizcSEfagmIwMJxLo0feVTpQEgaMRTUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nqE2FyWDqdl2LdJmtcrcUMB63JbuveIX { background-color:#0099cd;background-image:none;border-top:0.0625rem solid #0099cd;border-left:0.0625rem solid #0099cd;border-right:0.0625rem solid #0099cd;border-bottom:0.0625rem solid #0099cd;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.9375rem;left:67.4375rem;display:block; }
#F4VAbt4XV85KvMkwUXE5lPvxvlF4isnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .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; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0099cd;background-image:none;color:#ffffff;padding-top:0.36625rem;padding-right:0.325rem;padding-bottom:0.36625rem;padding-left:0.325rem;display:block;align-items:center;width:1.949375rem;min-width:1.949375rem;height:1.96875rem;position:relative;font-family:"open sans";font-size:1.465625rem;font-weight:700;line-height:31.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.599375rem;height:0.77875rem;position:relative;font-family:"open sans";font-size:0.549375rem;font-weight:400;line-height:12.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:14.375rem;height:3.70875rem;padding-top:0.458125rem;padding-right:0.464375rem;padding-bottom:0.458125rem;padding-left:0.464375rem;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:0.34309911727905rem;left:26.437501192093rem;z-index:100007; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Rc9bkdD1rOmTDhcQ95hIQDCntDs9TlNw { display:flex;position:relative;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hJyDeIzTCZlpSkb8GAJmqU4HEoLGR4fF { width:auto; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #JzrmTTvL3IdKXtNk7wmWwhOQWu85CqlH {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #z91AX48u5Q5DGuBNToqZRldThvNuVOsC { display:flex;position:relative;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #I7PAkRrVCNAZinXxwMumJnZ838Fdq0SM {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #NILheN8z2IE2bu8vvXKzR6cIJ8agCGe2 {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #u6DwqVaoNgPpWyM2QtsT6axOKBin55B9 { display:flex;position:relative;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #o4khwmVOCs0AZAXg0TNTPLzZlWwWFkpK {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hsLXdHsmiUDPlukeA6XGIncLEUWhT4JR {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #DglbBskAfmu2cExTmXpwCz9IZnVuaS6N { display:flex;position:relative;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #f6oCXRmUUvM9tE6gq9xc7JdeQ9iP4DkT {  }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Nm3VA3MI1NnR0zar5u3VDIRB7o6H5RQz {  }
#gCHQl9tXGJk9MzUs4l5KDAZxirg0i0Of { color:#0099cd;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:0.85612010955813rem;left:11.875000238419rem;height:3.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#v9O6HX0TsfWVKp3vNdPELKABwnL02ZnU { color:#ffffff;display:block;width:35.062375rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:16.3300625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lX6yug1vupZwWSIsThgevh42xpnB1TrA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0099cd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0015295rem;height:3.1884795rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.8125rem;left:0rem;display:block; }
#r51E8h8s6ClIGPTI882pn0P3AE2FXtQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQyeDoLVakNTJmLUT1WxleXq8IVxbxaO { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.249025rem;width:5.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:40.936959624291rem;left:34.874674797058rem;display:block; }
#ku56sGF3qyWDPDcnZPodlrwE8hIMyRn5 { color:#3d3935;display:block;width:62.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:10.8125rem;left:6.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ubh4lgt6HQsHrouuhXXSU191FRs3Hivq { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1870625rem;width:38.75rem;top:16.75rem;left:36.25rem;display:block; }
#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container { background-color: transparent; background-image: none; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container > .video-iframe-container { display: none; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row > .video-iframe-container { display: none; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .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); }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container { border-width: 0; border-radius: 0; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row > .video-iframe-container {  }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck { color:#3d3935;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:16.8125rem;left:27.625rem;height:7.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck li:before{  }
#tlTNXT7CL0aklecR2luV6i8cHBaw3ZxL { color:#009ace;display:block;width:45.1871875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:100001;line-height:1.6;letter-spacing:0;top:10.5625rem;left:27.625rem;height:4.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gD8U3NH4k6ngzQ3iGTwmtRQCyrT2oBcH { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:21.1246875rem;top:7.96875rem;left:4.3749990463257rem;overflow:hidden;display:block; }
#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2590b4b1-b5f1-4546-b31a-d8b25cba7d03/Toinvis3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.adaptive-delivery-prevent-bg, #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.lazyload, #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.lazyloading { background-image: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { background-color: transparent; background-image: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(61,57,53,0.83); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container > .video-iframe-container { display: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(61,57,53,0.83); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row > .video-iframe-container { display: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .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); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { border-width: 0; border-radius: 0; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row > .video-iframe-container {  }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Ubu8ZN3dcRZhlKHisam99MXukX4sglb8 { color:#009ace;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:8rem;left:28.125rem;height:4.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZsFRPFRSpb4CD59iwp22ITrZ5PFhFEc { color:#ececec;display:block;width:19.2496875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:13.3125rem;left:28.125rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zn4M6qtaDaOomzQLChaqV5qWW7QAGmry { color:#ececec;display:block;width:42.562375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:15.5rem;left:28rem;height:11.19725rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85d5c15c-658b-4be5-8c79-39ef2ae138a7/Dudzikwebinar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:18.75rem;width:18.75rem;top:8rem;left:4.5rem;display:block; }#OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu.adaptive-delivery-prevent-bg, #OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu.lazyload, #OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu.lazyloading { background-image: none; }
#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv { position:relative;display:block; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv { background-color: transparent; background-image: none; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container > .video-iframe-container { display: none; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row > .video-iframe-container { display: none; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .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); }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv { border-width: 0; border-radius: 0; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container > .video-iframe-container {  }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#c2ZJzRinS2prRVgFISUK9qeGZDVfK1ip { color:#0099cd;display:block;width:60.4375rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:7.25rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwC22flAINWkCBfodSCXZwwTvJgXm8k3 { color:#3d3935;display:block;width:49.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:9.8125rem;left:12.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 { position:relative;display:block; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 { background-color: transparent; background-image: none; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container > .video-iframe-container { display: none; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row > .video-iframe-container { display: none; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .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); }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 { border-width: 0; border-radius: 0; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container > .video-iframe-container {  }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#tXvX7LEcChq4TOdoINLk2pX9phuwnOLc { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:8.125rem;height:3.75rem;font-style:normal;display:block; }
#T4nuGJp3BFytf3ER5pbyEcdvl5n6cNpd { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:6.3125rem;left:8.125rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XChek8r1F8TTzRlFyeMcHXW3D9eD8OMT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:7.875rem;top:1.9373893737793rem;left:0rem;overflow:hidden;display:block; }
#ChQWXshXTuOflGTtZ5uqbSu40TZbtMgi { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:9.9375rem;top:1.9368495941162rem;left:37.500002861023rem;overflow:hidden;display:block; }
#N6mVKiToDiT4XBkvUNamWP1QlCOOCFTh { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:45.625rem;height:1.875rem;font-style:normal;display:block; }
#Vpb3PlK8wzePEVamvViO7k1Mwpe4lpso { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:6.3125rem;left:45.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K { position:relative;display:block; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K { background-color: transparent; background-image: none; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container > .video-iframe-container { display: none; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row > .video-iframe-container { display: none; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .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); }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K { border-width: 0; border-radius: 0; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container > .video-iframe-container {  }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#i8fGfZcRtLryaDb8S2OWNFLSARnCsVDp { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5rem;left:45.625rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Kswm43a0uPebFGcpNWxsx2t1C6R9rptC { color:#3d3935;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.9375rem;left:45.625rem;height:1.875rem;font-style:normal;display:block; }
#sQBxGCvOVgTSwtCnhyRmNevstXqziBTb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5623125rem;width:6.18706875rem;top:1.9363059997559rem;left:38.131510734558rem;overflow:hidden;display:block; }
#rhOth0yWfmfTvNpsNue37bQrNRl9G2xb { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.62456875rem;width:6.312375rem;top:1.9363059997559rem;left:0rem;overflow:hidden;display:block; }
#xsHTcSkI7MtVrSXaaDiI78TAHBXmBH72 { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:8.125rem;height:1.875rem;font-style:normal;display:block; }
#zTxtwMXqNw1L9n9JtD5ADxiNaXIVDawH { color:#3d3935;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:5rem;left:8.125rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qMCSue935lZqA63BCRxqnc7JErGVsXUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(61,57,53,0.7);background-image:url("https://images.assets-landingi.com/uc/00fd0c1a-e919-4f06-8e61-4fb277fe3984/Toinvis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ.adaptive-delivery-prevent-bg, #qMCSue935lZqA63BCRxqnc7JErGVsXUZ.lazyload, #qMCSue935lZqA63BCRxqnc7JErGVsXUZ.lazyloading { background-image: none; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container { background-color: transparent; background-image: none; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container > .video-iframe-container { display: none; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row > .video-iframe-container { display: none; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .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); }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container { border-width: 0; border-radius: 0; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row > .video-iframe-container {  }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#ordx1trxt8FCqVAD47NPQOyV0u1J75aO { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:11.2119375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3gZs1RbdNzF9RAZPDIbiCg6Ecr4UPPb { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:17rem;left:0rem;height:6.5245rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbGhW6kUP9zU7DTmhh3F7mImfiVSAW0G { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:11.5625rem;left:35.0625rem;display:block; }
#p2VuOtesxgRUPxcsqQV61yqUg1141haC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#009ace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.187375rem;height:5.24956875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:11.4375rem;left:43.625rem;display:block; }
#lnA9zBs7e8c33hcrt5DChzfRaioaVIvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G88dS862Ty121wI1qmMmi4TDnB12Hv9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv { position:relative;display:block; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv { background-color: transparent; background-image: none; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container > .video-iframe-container { display: none; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row > .video-iframe-container { display: none; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .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); }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv { border-width: 0; border-radius: 0; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container > .video-iframe-container {  }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#nzB9nHJW4NFm6MT42PWJX7HZqcThf3hQ { color:#009ace;display:block;width:44.1873125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.7699661254883rem;left:15.405816078186rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque { position:relative;display:block; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque { background-color: transparent; background-image: none; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container > .video-iframe-container { display: none; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row > .video-iframe-container { display: none; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .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); }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque { border-width: 0; border-radius: 0; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container > .video-iframe-container {  }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#aLW0cO7oBGBPnHhriIO7nCPH5CguvMnZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:15.5625rem;top:4.9375rem;left:9.4375rem;overflow:hidden;display:block; }
#KoAsEm2rvUUuTRlc1Ln3SBsUAPCETqFJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:14.0625rem;top:5.75rem;left:30.4375rem;overflow:hidden;display:block; }
#rNI02RF7OQWDTNV6KAJieeehgoTSGbXA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.56228125rem;width:12.9996875rem;top:5.625rem;left:49.9375rem;overflow:hidden;display:block; }
#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cd;background-image:none;position:relative;display:block; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container { background-color: transparent; background-image: none; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container > .video-iframe-container { display: none; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row > .video-iframe-container { display: none; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .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); }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container { border-width: 0; border-radius: 0; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row > .video-iframe-container {  }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#NoDczepb4LpSyGLpBQoFKFJDNpNRUSpJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.56239375rem;width:8.0620625rem;top:1.09375rem;left:66.937933921813rem;overflow:hidden;display:block; }
#ivTFl4GXIz7NTuF8Hy3HSh4TvHtUQMZv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.625rem;left:59.4375rem;display:block; }
#KXoCyUywtEdOcoMEO5BerscqX11a8btO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NmVWym3lIIErKR34OV5FH8XPk1eMns6r { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:40.0625rem;height:1.0563125rem;display:block; }
#Lr4nhIDFgB07uAZDtSyFm5mDN1SQ7hR6 { color:#ffffff;display:block;width:25.4996875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.8462448120118rem;left:0rem;height:1.0563125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ { display:none; }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #we86NGdbquP1iCNfHJ5VrKki09NOEoW2 { width:10.3125rem;height:3.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcKikuZhXeUNfXdKCgNV5apZH7VTDw8 { width:6.4375rem;height:3.4375rem;top:0.9375rem;left:31.374457359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdqvVSVVAwS2tGazrFSqgofDTSUfrgoQ { display:block; }
 }@media only screen and (max-width: 763px) { #nKoMHc4ZdgxNZIg0HIGuBxXCEJgPz3TS { width:8.5rem;height:3.4375rem;top:0.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOrxtICCmbDePZeJIzhxgaTCHrd254g { display:block; }
 }@media only screen and (max-width: 763px) { #JbiEPLMM5Fy3Mcxdzq9AMrkI2q9l6FU0 { width:7.5rem;height:3.4375rem;top:0.9375rem;left:37.811633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxTEisVaWoKpQaDxCA68dVmikTuvDLvG { display:block; }
 }@media only screen and (max-width: 763px) { #V12OlzBtZ2cW9ntT6ECtQHfQ1kqabpBV { width:7.5625rem;height:3.4375rem;top:0.9375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R0wuAy3rnf4ibJKlhane3z2fN1FFIw { display:block; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.062500238418581rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CV3bMp7tFLgdkxUdWFKPLXawKQ7nbq5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #wlEMc0Q8OlOVdAnfw4WpqLmvbxZV6dbd {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r4cmVkiwhPaSqB58SF3ukseUVQBzJ7X5 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r0Urcb5TNA3EgbJ1qOiIzTaccxSDrTDa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HgRaGmHTHO59br5LO5Dpr4dJFo7yqaH8 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #kw8TCvs4OH8VWOi35HdLqE3ONXd29QhV {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HC9urinMhR9otLBMWw5tBE7JgCrt1T5S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #NS1iRqfa66LlMWz8Uq4EkZgkQS6TUyg6 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HrsvdgM3EeOripDJ9PovwlBctX13F7P4 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #VHTzZah3GzM1VUBgNPUUqV88PHmrzdUX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #icvZdGmd137kFxQwRgrwHrsL5ouunXyr {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CwXTvppoTEEGrIzMJ9u4Fsdp2MigQ8ug {  }
 }@media only screen and (max-width: 763px) { #FTkq5FxseNyNqzbBmwJfPfWLbFeldfrn { width:15.0625rem;height:1.3125rem;top:19.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU7PqlVgLS0uwkgb8EIdct1OGJsd5r0m { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI { display:none; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqTDVcdp5qkBckOBJk9fnBBPIiAbDM3M { width:10.3125rem;height:3.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1X1pLHat03N7ggmrpMoGCvcN9g8aCi { width:6.4375rem;height:3.4375rem;top:0.9375rem;left:31.374457359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHD8LLFDUrLDl6n8xoh5IuEU1kTTCTI { display:block; }
 }@media only screen and (max-width: 763px) { #qIAozQ5ySeDUkphRPu8vyxIu8Wo6cy90 { width:8.5rem;height:3.4375rem;top:0.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQytmtWtiQAtZBqpiRqqUvOxTgzWAvZ { display:block; }
 }@media only screen and (max-width: 763px) { #XU8iq93VOPaBzKcSFRhd7qmafiU9KPqQ { width:7.5rem;height:3.4375rem;top:0.9375rem;left:37.811633110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizcSEfagmIwMJxLo0feVTpQEgaMRTUD { display:block; }
 }@media only screen and (max-width: 763px) { #nqE2FyWDqdl2LdJmtcrcUMB63JbuveIX { width:7.5625rem;height:3.4375rem;top:0.9375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4VAbt4XV85KvMkwUXE5lPvxvlF4isnZ { display:block; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.062500238418581rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Rc9bkdD1rOmTDhcQ95hIQDCntDs9TlNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hJyDeIzTCZlpSkb8GAJmqU4HEoLGR4fF {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #JzrmTTvL3IdKXtNk7wmWwhOQWu85CqlH {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #z91AX48u5Q5DGuBNToqZRldThvNuVOsC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #I7PAkRrVCNAZinXxwMumJnZ838Fdq0SM {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #NILheN8z2IE2bu8vvXKzR6cIJ8agCGe2 {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #u6DwqVaoNgPpWyM2QtsT6axOKBin55B9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #o4khwmVOCs0AZAXg0TNTPLzZlWwWFkpK {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hsLXdHsmiUDPlukeA6XGIncLEUWhT4JR {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #DglbBskAfmu2cExTmXpwCz9IZnVuaS6N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #f6oCXRmUUvM9tE6gq9xc7JdeQ9iP4DkT {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Nm3VA3MI1NnR0zar5u3VDIRB7o6H5RQz {  }
 }@media only screen and (max-width: 763px) { #gCHQl9tXGJk9MzUs4l5KDAZxirg0i0Of { width:14rem;height:3.5625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9O6HX0TsfWVKp3vNdPELKABwnL02ZnU { width:35rem;height:16.3125rem;top:16.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6yug1vupZwWSIsThgevh42xpnB1TrA { width:16rem;height:3.1875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r51E8h8s6ClIGPTI882pn0P3AE2FXtQm { display:block; }
 }@media only screen and (max-width: 763px) { #xQyeDoLVakNTJmLUT1WxleXq8IVxbxaO { width:5.1875rem;height:5.1875rem;top:40.875rem;left:21.249674797058rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku56sGF3qyWDPDcnZPodlrwE8hIMyRn5 { width:47.75rem;height:2.1875rem;top:10.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubh4lgt6HQsHrouuhXXSU191FRs3Hivq { width:38.75rem;height:21.1870625rem;top:16.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgs3RwdyMAViTSnBN4HFBNzq8si21GCD { display:block; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck { width:43.125rem;height:7.3125rem;top:16.8125rem;left:4.625rem;font-size:0.875rem;display:block; }#Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck li:before{  }
 }@media only screen and (max-width: 763px) { #tlTNXT7CL0aklecR2luV6i8cHBaw3ZxL { width:45.125rem;height:4.6875rem;top:10.5625rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD8U3NH4k6ngzQ3iGTwmtRQCyrT2oBcH { width:21.0625rem;height:18.694803177562rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 { display:block; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubu8ZN3dcRZhlKHisam99MXukX4sglb8 { width:39.125rem;height:4.0625rem;top:8rem;left:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZsFRPFRSpb4CD59iwp22ITrZ5PFhFEc { width:19.1875rem;height:1.6875rem;top:13.3125rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4M6qtaDaOomzQLChaqV5qWW7QAGmry { width:42.5rem;height:11.1875rem;top:15.5rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu { width:18.75rem;height:18.75rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv { display:block; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2ZJzRinS2prRVgFISUK9qeGZDVfK1ip { width:47.75rem;height:3.8125rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwC22flAINWkCBfodSCXZwwTvJgXm8k3 { width:47.75rem;height:2.1875rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 { display:block; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXvX7LEcChq4TOdoINLk2pX9phuwnOLc { width:27.1875rem;height:3.75rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nuGJp3BFytf3ER5pbyEcdvl5n6cNpd { width:27.1875rem;height:9rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChek8r1F8TTzRlFyeMcHXW3D9eD8OMT { width:7.875rem;height:5.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChQWXshXTuOflGTtZ5uqbSu40TZbtMgi { width:9.9375rem;height:7.875rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6mVKiToDiT4XBkvUNamWP1QlCOOCFTh { width:27.1875rem;height:1.875rem;top:1.9375rem;left:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpb3PlK8wzePEVamvViO7k1Mwpe4lpso { width:27.1875rem;height:4.5rem;top:6.3125rem;left:20.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K { display:block; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8fGfZcRtLryaDb8S2OWNFLSARnCsVDp { width:27.1875rem;height:7.5rem;top:5rem;left:20.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kswm43a0uPebFGcpNWxsx2t1C6R9rptC { width:27.4375rem;height:1.875rem;top:1.9375rem;left:20.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQBxGCvOVgTSwtCnhyRmNevstXqziBTb { width:6.125rem;height:8.4764152754081rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhOth0yWfmfTvNpsNue37bQrNRl9G2xb { width:6.25rem;height:4.5788716113191rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHTcSkI7MtVrSXaaDiI78TAHBXmBH72 { width:27.1875rem;height:1.875rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxtwMXqNw1L9n9JtD5ADxiNaXIVDawH { width:27.1875rem;height:6rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMCSue935lZqA63BCRxqnc7JErGVsXUZ { display:block; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ordx1trxt8FCqVAD47NPQOyV0u1J75aO { width:37.5rem;height:11.1875rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gZs1RbdNzF9RAZPDIbiCg6Ecr4UPPb { width:32.5rem;height:6.5rem;top:17rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGhW6kUP9zU7DTmhh3F7mImfiVSAW0G { width:5rem;height:5rem;top:11.5625rem;left:18.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2VuOtesxgRUPxcsqQV61yqUg1141haC { width:28.125rem;height:5.1875rem;top:11.4375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnA9zBs7e8c33hcrt5DChzfRaioaVIvT { display:block; }
 }@media only screen and (max-width: 763px) { #G88dS862Ty121wI1qmMmi4TDnB12Hv9J { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv { display:block; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzB9nHJW4NFm6MT42PWJX7HZqcThf3hQ { width:44.125rem;height:2.3125rem;top:4.75rem;left:1.7808160781861rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BMZ4yqAbLie5UcEvETQvoJqA74Wque { display:block; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLW0cO7oBGBPnHhriIO7nCPH5CguvMnZ { width:15.5625rem;height:5rem;top:4.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoAsEm2rvUUuTRlc1Ln3SBsUAPCETqFJ { width:14.0625rem;height:3.3125rem;top:5.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNI02RF7OQWDTNV6KAJieeehgoTSGbXA { width:12.9375rem;height:3.5448961488533rem;top:5.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT { display:block; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoDczepb4LpSyGLpBQoFKFJDNpNRUSpJ { width:8rem;height:2.5426682068019rem;top:1.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTFl4GXIz7NTuF8Hy3HSh4TvHtUQMZv { width:6.625rem;height:3.4375rem;top:0.625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXoCyUywtEdOcoMEO5BerscqX11a8btO { display:block; }
 }@media only screen and (max-width: 763px) { #NmVWym3lIIErKR34OV5FH8XPk1eMns6r { width:20rem;height:1rem;top:1.9375rem;left:26.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr4nhIDFgB07uAZDtSyFm5mDN1SQ7hR6 { width:25.4375rem;height:1rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lrX5L0OnGMWPg6p6c9xzg2buu08o6mGZ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we86NGdbquP1iCNfHJ5VrKki09NOEoW2 { width:8.499875rem;height:2.75rem;top:1.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcKikuZhXeUNfXdKCgNV5apZH7VTDw8 { width:14.375rem;height:3.4375rem;top:14.437392234803rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdqvVSVVAwS2tGazrFSqgofDTSUfrgoQ { display:block; }
 }@media only screen and (max-width: 763px) { #nKoMHc4ZdgxNZIg0HIGuBxXCEJgPz3TS { width:14.375rem;height:3.4375rem;top:21.312393188476rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOrxtICCmbDePZeJIzhxgaTCHrd254g { display:block; }
 }@media only screen and (max-width: 763px) { #JbiEPLMM5Fy3Mcxdzq9AMrkI2q9l6FU0 { width:14.375rem;height:3.4375rem;top:17.874893188476rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxTEisVaWoKpQaDxCA68dVmikTuvDLvG { display:block; }
 }@media only screen and (max-width: 763px) { #V12OlzBtZ2cW9ntT6ECtQHfQ1kqabpBV { width:14.375rem;height:3.312717rem;top:26.687284529209rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R0wuAy3rnf4ibJKlhane3z2fN1FFIw { display:block; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .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; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-number { padding-top:0.403125rem;padding-right:0.35125rem;padding-bottom:0.403125rem;padding-left:0.35125rem;width:2.108125rem;min-width:2.108125rem;height:2.166875rem;font-size:1.613125rem;line-height:34.67px;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; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.251875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.810625rem;height:0.856875rem;font-size:0.605rem;line-height:13.71px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP { display:flex;width:15.25rem;height:4.081875rem;top:8.125rem;left:2.4375rem;padding-top:0.369375rem;padding-right:0.373125rem;padding-bottom:0.369375rem;padding-left:0.373125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CV3bMp7tFLgdkxUdWFKPLXawKQ7nbq5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #wlEMc0Q8OlOVdAnfw4WpqLmvbxZV6dbd {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r4cmVkiwhPaSqB58SF3ukseUVQBzJ7X5 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #r0Urcb5TNA3EgbJ1qOiIzTaccxSDrTDa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HgRaGmHTHO59br5LO5Dpr4dJFo7yqaH8 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #kw8TCvs4OH8VWOi35HdLqE3ONXd29QhV {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HC9urinMhR9otLBMWw5tBE7JgCrt1T5S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #NS1iRqfa66LlMWz8Uq4EkZgkQS6TUyg6 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #HrsvdgM3EeOripDJ9PovwlBctX13F7P4 {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #VHTzZah3GzM1VUBgNPUUqV88PHmrzdUX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #icvZdGmd137kFxQwRgrwHrsL5ouunXyr {  }
 }@media only screen and (max-width: 763px) { #DTl4ZTsmWJQSCvfArySM4xbU6BHLxmpP #CwXTvppoTEEGrIzMJ9u4Fsdp2MigQ8ug {  }
 }@media only screen and (max-width: 763px) { #FTkq5FxseNyNqzbBmwJfPfWLbFeldfrn { width:17.7495625rem;height:1.63585rem;top:5.6875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#3d3935;display:block; }
 }@media only screen and (max-width: 763px) { #nU7PqlVgLS0uwkgb8EIdct1OGJsd5r0m { top:1.2787532806396rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:100007;color:#0099cd;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI { position:relative;z-index:auto;display:none; }#Pm5inlu1VJ06hQMUBT6bWty6TxUyRpBI > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqTDVcdp5qkBckOBJk9fnBBPIiAbDM3M { width:6.75rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1X1pLHat03N7ggmrpMoGCvcN9g8aCi { width:10.125rem;height:3.4375rem;top:1.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHD8LLFDUrLDl6n8xoh5IuEU1kTTCTI { display:block; }
 }@media only screen and (max-width: 763px) { #qIAozQ5ySeDUkphRPu8vyxIu8Wo6cy90 { width:5.4375rem;height:3.4375rem;top:2.4375rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQytmtWtiQAtZBqpiRqqUvOxTgzWAvZ { display:block; }
 }@media only screen and (max-width: 763px) { #XU8iq93VOPaBzKcSFRhd7qmafiU9KPqQ { width:6.5625rem;height:3.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizcSEfagmIwMJxLo0feVTpQEgaMRTUD { display:block; }
 }@media only screen and (max-width: 763px) { #nqE2FyWDqdl2LdJmtcrcUMB63JbuveIX { width:7.5625rem;height:3.4375rem;top:1.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4VAbt4XV85KvMkwUXE5lPvxvlF4isnZ { display:block; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Rc9bkdD1rOmTDhcQ95hIQDCntDs9TlNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hJyDeIzTCZlpSkb8GAJmqU4HEoLGR4fF {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #JzrmTTvL3IdKXtNk7wmWwhOQWu85CqlH {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #z91AX48u5Q5DGuBNToqZRldThvNuVOsC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #I7PAkRrVCNAZinXxwMumJnZ838Fdq0SM {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #NILheN8z2IE2bu8vvXKzR6cIJ8agCGe2 {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #u6DwqVaoNgPpWyM2QtsT6axOKBin55B9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #o4khwmVOCs0AZAXg0TNTPLzZlWwWFkpK {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #hsLXdHsmiUDPlukeA6XGIncLEUWhT4JR {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #DglbBskAfmu2cExTmXpwCz9IZnVuaS6N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #f6oCXRmUUvM9tE6gq9xc7JdeQ9iP4DkT {  }
 }@media only screen and (max-width: 763px) { #r6c1hsEVFvtf7tuvo3AUTpTiGFW2SGU7 #Nm3VA3MI1NnR0zar5u3VDIRB7o6H5RQz {  }
 }@media only screen and (max-width: 763px) { #gCHQl9tXGJk9MzUs4l5KDAZxirg0i0Of { width:14rem;height:0;top:9.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#0099cd;background-image:url("https://images.assets-landingi.com/uc/00fd0c1a-e919-4f06-8e61-4fb277fe3984/Toinvis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9O6HX0TsfWVKp3vNdPELKABwnL02ZnU { width:20rem;height:8.591125rem;top:11.561958789826rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lX6yug1vupZwWSIsThgevh42xpnB1TrA { width:16.25rem;height:3.4375rem;top:35.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r51E8h8s6ClIGPTI882pn0P3AE2FXtQm { display:block; }
 }@media only screen and (max-width: 763px) { #xQyeDoLVakNTJmLUT1WxleXq8IVxbxaO { width:5.24956875rem;height:5.24956875rem;top:40.687397003174rem;left:7.3746747970581rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku56sGF3qyWDPDcnZPodlrwE8hIMyRn5 { width:19.9370625rem;height:3.1467rem;top:7.4983739852906rem;left:0.062934041023256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubh4lgt6HQsHrouuhXXSU191FRs3Hivq { height:11.0036875rem;width:20rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgs3RwdyMAViTSnBN4HFBNzq8si21GCD { display:block; }#xgs3RwdyMAViTSnBN4HFBNzq8si21GCD > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck { width:20rem;height:13.587875rem;top:22.6875rem;left:0rem;font-size:0.875rem;display:block; }#Q8qoDDqboQfWeTe2LurrkAPH7hP6JLck li:before{  }
 }@media only screen and (max-width: 763px) { #tlTNXT7CL0aklecR2luV6i8cHBaw3ZxL { width:20rem;height:1.99978125rem;top:5.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gD8U3NH4k6ngzQ3iGTwmtRQCyrT2oBcH { width:13.187375rem;height:11.6873125rem;top:9.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 { background-color:#3d3935;background-image:url("https://images.assets-landingi.com/5k7HLIir/lines_dark_bg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.adaptive-delivery-prevent-bg, #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.lazyload, #nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6.lazyloading { background-image: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { background-color: transparent; background-image: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container > .video-iframe-container { display: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row > .video-iframe-container { display: none; }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .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); }#nWhQDKdGyveTrB0hHOnCnZsARUTVaLI6 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubu8ZN3dcRZhlKHisam99MXukX4sglb8 { width:20rem;height:1.749675rem;top:4.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZsFRPFRSpb4CD59iwp22ITrZ5PFhFEc { width:19.2496875rem;height:1.3997375rem;top:25.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zn4M6qtaDaOomzQLChaqV5qWW7QAGmry { width:20rem;height:18.1825rem;top:27.5625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OW5MDdoMdZKMNZX0K5Ha2q5UXxh4ANhu { width:15.625rem;height:15.625rem;top:7.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv { display:block; }#c8BT3QuhlR5ozGvQ5l67PM5hTgn2kQNv > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2ZJzRinS2prRVgFISUK9qeGZDVfK1ip { width:20rem;height:3.24978125rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwC22flAINWkCBfodSCXZwwTvJgXm8k3 { width:16.937375rem;height:2.3346375rem;top:6.8744583129881rem;left:1.5304906368256rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 { display:block; }#rMaOfig0TO2DrpzQEKtZEHMvhNudy3K0 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXvX7LEcChq4TOdoINLk2pX9phuwnOLc { width:15rem;height:3.93555rem;top:0.96788215637206rem;left:5.0000004768372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nuGJp3BFytf3ER5pbyEcdvl5n6cNpd { width:20rem;height:7.8689375rem;top:5.78125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChek8r1F8TTzRlFyeMcHXW3D9eD8OMT { width:5.12478125rem;height:3.56228125rem;top:1.1545143127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChQWXshXTuOflGTtZ5uqbSu40TZbtMgi { width:5.75rem;height:4.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6mVKiToDiT4XBkvUNamWP1QlCOOCFTh { width:14.8746875rem;height:1.31239375rem;top:16.5625rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpb3PlK8wzePEVamvViO7k1Mwpe4lpso { width:20rem;height:3.37239375rem;top:19.374457836151rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K { display:block; }#eMfoEyvnhJcn3auxODDCxWT9kAyaZi4K > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8fGfZcRtLryaDb8S2OWNFLSARnCsVDp { width:20rem;height:5.6206625rem;top:16.437175750733rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kswm43a0uPebFGcpNWxsx2t1C6R9rptC { width:15rem;height:1.31239375rem;top:13.124458312988rem;left:5.0000004768372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQBxGCvOVgTSwtCnhyRmNevstXqziBTb { width:4.18728125rem;height:5.812175rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhOth0yWfmfTvNpsNue37bQrNRl9G2xb { width:4.3125rem;height:3.125rem;top:1.2494583129882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHTcSkI7MtVrSXaaDiI78TAHBXmBH72 { width:13.812375rem;height:2.62478125rem;top:1.4995670318604rem;left:5.5929908752441rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxtwMXqNw1L9n9JtD5ADxiNaXIVDawH { width:20rem;height:4.496525rem;top:5.5620670318604rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMCSue935lZqA63BCRxqnc7JErGVsXUZ { display:block; }#qMCSue935lZqA63BCRxqnc7JErGVsXUZ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ordx1trxt8FCqVAD47NPQOyV0u1J75aO { width:20rem;height:5.84635625rem;top:4rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3gZs1RbdNzF9RAZPDIbiCg6Ecr4UPPb { width:19.0625rem;height:3.6002625rem;top:10.8125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbGhW6kUP9zU7DTmhh3F7mImfiVSAW0G { width:5.0625rem;height:5.0625rem;top:13.0996125rem;left:7.4375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2VuOtesxgRUPxcsqQV61yqUg1141haC { width:18.999rem;height:4.4992375rem;top:19.6875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnA9zBs7e8c33hcrt5DChzfRaioaVIvT { display:block; }
 }@media only screen and (max-width: 763px) { #G88dS862Ty121wI1qmMmi4TDnB12Hv9J { top:14.375rem;left:7.875rem;width:4.249675rem;height:4.249675rem;z-index:100008;font-size:2.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv { display:block; }#XLBvhIVp32QUS9TaNl9HZdzT6qSFzukv > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzB9nHJW4NFm6MT42PWJX7HZqcThf3hQ { width:16.4995625rem;height:1.2999125rem;top:3.8747797012329rem;left:1.7491321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BMZ4yqAbLie5UcEvETQvoJqA74Wque { display:block; }#T5BMZ4yqAbLie5UcEvETQvoJqA74Wque > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLW0cO7oBGBPnHhriIO7nCPH5CguvMnZ { width:11.875rem;height:3.625rem;top:2.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoAsEm2rvUUuTRlc1Ln3SBsUAPCETqFJ { width:9.75rem;height:2.3125rem;top:7.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNI02RF7OQWDTNV6KAJieeehgoTSGbXA { width:10.8745625rem;height:2.999675rem;top:11.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT { display:block; }#wNxRMDJZz8w20W4MuFKEIUF3CwMLlpnT > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoDczepb4LpSyGLpBQoFKFJDNpNRUSpJ { width:8.0615rem;height:2.56239375rem;top:1.6238059997559rem;left:5.9684247970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivTFl4GXIz7NTuF8Hy3HSh4TvHtUQMZv { width:6.6873125rem;height:3.125rem;top:7.4717903137206rem;left:6.6558165550231rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXoCyUywtEdOcoMEO5BerscqX11a8btO { display:block; }
 }@media only screen and (max-width: 763px) { #NmVWym3lIIErKR34OV5FH8XPk1eMns6r { width:20rem;height:0.97439375rem;top:5.6868476867676rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lr4nhIDFgB07uAZDtSyFm5mDN1SQ7hR6 { width:20rem;height:1.0563125rem;top:12.311195373535rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }