.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0a1651;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.49960625rem;width:3.06210625rem;top:1.4355467557907rem;left:44.0625rem;overflow:hidden;display:block; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.625rem;left:7.5rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #085da9;border-left:0.125rem solid #085da9;border-right:0.125rem solid #085da9;border-bottom:0.125rem solid #085da9;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#085da9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00162f;background-image:url("https://images.assets-landingi.com/uc/8f59864e-308a-4416-a7ad-42d8cc9f8d30/Etap3_desktop_baner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3.adaptive-delivery-prevent-bg, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyload, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyloading { background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.4375rem;top:9.9037907123569rem;left:9.0292248725894rem;overflow:hidden;display:none; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #31825b, rgba(28,149,157,0.94));background-image: -moz-linear-gradient(0deg, #31825b, rgba(28,149,157,0.94));background-image: -ms-linear-gradient(0deg, #31825b, rgba(28,149,157,0.94));background-image: -o-linear-gradient(0deg, #31825b, rgba(28,149,157,0.94));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#ef1c959d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#ef1c959d' );";background-image: linear-gradient(0deg, #31825b, rgba(28,149,157,0.94));background-size:contain !important;color:#ffffff;padding-top:0.679375rem;padding-right:0.64rem;padding-bottom:0.679375rem;padding-left:0.64rem;display:block;align-items:center;width:3.834375rem;min-width:3.834375rem;height:3.645rem;position:relative;font-family:mukta;font-size:2.715625rem;font-weight:700;line-height:58.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { background-color:;background-image:none;color:#233686;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.11375rem;height:1.43625rem;position:relative;font-family:mukta;font-size:1.018125rem;font-weight:700;line-height:22.98px;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;font-style:normal; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.4375rem;height:6.865rem;padding-top:0.848125rem;padding-right:0.91375rem;padding-bottom:0.848125rem;padding-left:0.91375rem;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:24.438542842865rem;left:0rem;z-index:15018; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq { width:auto; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { color:#366f64;display:block;width:53.3729375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15073;line-height:01.2;letter-spacing:0;top:20.706250667572rem;left:0.6875rem;height:2.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IXZciGPVD5oT4c29TPpAw4QssytVC1MF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { color:#ffffff;display:block;width:37.937125rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.474605560302rem;left:2.99609375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Mc2mWq1FCEXo3V4uc9XFc8weJRQQXkNT { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:24rem;top:4.8739581108093rem;left:0rem;overflow:hidden;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { color:#141436;display:block;width:24.1875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6861991882324rem;left:25.060909748077rem;height:2.25043125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.2482604980469rem;left:52.247976779938rem; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.7795104980469rem;left:52.247976779938rem;display:block; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(23,23,23,0.25);border-left:0.0625rem solid rgba(23,23,23,0.25);border-right:0.0625rem solid rgba(23,23,23,0.25);border-bottom:0.0625rem solid rgba(23,23,23,0.25);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4rem;width:29.8125rem;top:0.8109130859375rem;left:24.998264789581rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:none; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:1.3544921875rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { color:#053b67;display:block;width:42.4375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.564453125rem;left:1.7490234375rem;height:1.4625rem;font-style:normal;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { color:#053b67;display:block;width:72.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.55859375rem;left:1.7486991882324rem;height:1.4625rem;font-style:normal;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { color:#000000;display:block;width:46.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:9.810546875rem;left:0.6865234375rem;height:1.8rem;font-style:normal;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { color:#000000;display:block;width:23.75rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:5.6250001192093rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:0.9423828125rem;left:0rem;display:block; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { color:#053b67;display:block;width:72.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.75rem;height:0;font-style:normal;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { color:#053b67;display:block;width:72rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.349609375rem;left:1.75rem;height:1.4619125rem;font-style:normal;display:none; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { color:#000000;display:block;width:32.4355625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:20.9375rem;left:0.625rem;height:1.8rem;font-style:normal;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.4375rem;left:1.4375rem;height:1.4625rem;font-style:normal;display:none; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { color:#053b67;display:block;width:61rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.625rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { color:#000000;display:block;width:32.434875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:16.5rem;left:0.9375rem;height:1.8rem;font-style:normal;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { color:#053b67;display:block;width:19.625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.8125rem;height:1.4625rem;font-style:normal;display:block; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { background-color: transparent; background-image: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .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); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.4375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:0.5rem;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.375rem;height:3.4130875rem;font-style:normal;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:38.3125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:38.375rem;display:block; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4353847503662rem;left:38.311361312866rem;height:1.13769375rem;font-style:normal;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.4375rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { background-color: transparent; background-image: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .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); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { border-width: 0; border-radius: 0; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:1.5411932468414rem;left:5.46875rem;height:2.7rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.46875rem;height:2.4375rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.0625rem;left:5.5625rem;height:2.4375rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.5rem;height:2.4375rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.6692743301392rem;left:5.46875rem;height:1.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.8454895019531rem;left:5.46875rem;height:0.97511875rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.5625rem;height:0.97511875rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.5rem;height:0.97511875rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.541015625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:4.0625rem;left:29.1875rem;height:1.05rem;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.125rem;height:0.97511875rem;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.0625rem;left:29.125rem;height:0.97511875rem;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.1875rem;height:0.97511875rem;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:29.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:60.5625rem;height:0.97511875rem;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.1875rem;left:60.5rem;height:0.97511875rem;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.5rem;left:60.5625rem;height:2.4375rem;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { color:#000000;display:block;width:14.4993125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.4375rem;left:60.5rem;height:2.4375rem;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.5394172668457rem;left:2.3748226165771rem;overflow:hidden;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.875rem;top:6.8454895019531rem;left:2.3741321563721rem;overflow:hidden;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:17.310760498047rem;left:2.5920143127441rem;overflow:hidden;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:4.25rem;overflow:hidden;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:31.713542938233rem;left:2.4055991172791rem;overflow:hidden;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:6.5rem;overflow:hidden;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:31.713542938233rem;left:8.75rem;overflow:hidden;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:28rem;top:2.4140625rem;left:47.0009765625rem;overflow:hidden;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.9375rem;height:2.925rem;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.4930458068847rem;left:48.1875rem;overflow:hidden;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.5625rem;left:56.9375rem;overflow:hidden;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:5.5625rem;left:65.875rem;overflow:hidden;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.8125rem;top:14.15625rem;left:49.1875rem;overflow:hidden;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.625rem;top:19.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2rem;top:11.625rem;left:2.25rem;overflow:hidden;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888888;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:#ffffff;display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { top:1.375rem;left:30.4375rem;width:3rem;height:2.4485652575106rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7087012668128rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { top:9.875rem;left:0rem;width:6.5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
 }@media only screen and (max-width: 763px) { #c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { top:20.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXZciGPVD5oT4c29TPpAw4QssytVC1MF { display:none; }
 }@media only screen and (max-width: 763px) { #wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { top:34.75rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { display:none; }
 }@media only screen and (max-width: 763px) { #FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { display:none; }
 }@media only screen and (max-width: 763px) { #Mc2mWq1FCEXo3V4uc9XFc8weJRQQXkNT { top:4.8125rem;left:0rem;width:24rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { display:block; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { top:1.625rem;left:11.435909748077rem;width:24.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { top:2.1875rem;left:38.622976779938rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { top:1.75rem;left:38.622976779938rem;width:1.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { top:0.75rem;left:11.373264789581rem;width:29.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { display:block; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { top:1.3125rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { top:3.5625rem;left:0rem;width:42.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { top:7.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5gZKzATwud7T7geleH4vz0M0I7vg3KN { top:9.75rem;left:0rem;width:46.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { top:5.625rem;left:0rem;width:23.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { top:0.9375rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { top:16.5rem;left:0rem;width:47.75rem;height:0;font-size:1.125rem;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
 }@media only screen and (max-width: 763px) { #RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { top:14.4375rem;left:0rem;width:18.75rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { top:20.9375rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { top:23.25rem;left:0rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { top:12rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { top:16.5rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anehPHcAJmORKyENhlHsPAcS28lOtUiF { top:18.375rem;left:0rem;width:19.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { top:23.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znbO6yD4fms08oznezQmrgt5OA64THTd { display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { top:2.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { top:4.625rem;left:0rem;width:14rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQmPy19UZEPFhN5vNNE21VWbtey78clN { top:5.4375rem;left:0rem;width:30.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { top:2.75rem;left:23.875rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAeucmTzxvCTdV8qPPmvp0sriky82tuh { top:4.625rem;left:23.875rem;width:14rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { top:5.375rem;left:11.25rem;width:36.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { top:9.5rem;left:0rem;width:16.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { top:1.5rem;left:0.90625rem;width:14.0625rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { top:8.0625rem;left:0.90625rem;width:14.8125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { top:13.0625rem;left:1rem;width:13.9375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { top:19.125rem;left:0.9375rem;width:13.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { top:2.625rem;left:0.90625rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINZPs0kMqReLxLcib4AOXXLNITRPzpk { top:6.8125rem;left:0.90625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { top:11.8125rem;left:1rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { top:17.875rem;left:0.9375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { top:1.5rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { top:4.0625rem;left:15.875rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { top:6.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { top:9.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { top:11.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { top:14.375rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { top:16.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { top:19.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { top:21.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { top:24.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { top:26.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { top:29.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIodefKlTTXHm60NBsKv6wyux7WdrDRf { top:14.25rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { top:20.1875rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { top:15.5rem;left:33.25rem;width:14.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { top:21.4375rem;left:33.1875rem;width:14.4375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { top:1.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJxT8sOw4dZB1ghdULrLthARwp8llH5I { top:6.8125rem;left:0rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { top:17.25rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { top:31.6875rem;left:0rem;width:2.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { top:31.6875rem;left:0rem;width:1.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { top:31.6875rem;left:1.9375rem;width:2.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { top:31.6875rem;left:4.1875rem;width:1.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { top:2.375rem;left:3.75rem;width:28rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { top:3.5rem;left:31.6875rem;width:15.9375rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { top:5.4375rem;left:23.75rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { top:5.5625rem;left:34.125rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { top:5.5625rem;left:39.625rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNU122ix2uiAsgT9azE4GA140grWL6m { top:14.125rem;left:24.9375rem;width:6.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { top:19.8125rem;left:26.125rem;width:5.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { top:11.625rem;left:0rem;width:2rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#13575b;background-image:none;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); } }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { width:3rem;height:2.4488041090633rem;top:4.530274609375rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7087012668128rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:9.5367431640625E-7rem;left:8.1875007748606rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:20rem;height:15.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #31825b, #13575b);background-image: -moz-linear-gradient(180deg, #31825b, #13575b);background-image: -ms-linear-gradient(180deg, #31825b, #13575b);background-image: -o-linear-gradient(180deg, #31825b, #13575b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#13575b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#13575b' );";background-image: linear-gradient(180deg, #31825b, #13575b);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { width:20rem;height:15rem;top:0rem;left:-0.0625rem;z-index:14999;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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;flex-direction:column; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { padding-top:0.315625rem;padding-right:0.335rem;padding-bottom:0.315625rem;padding-left:0.335rem;width:2.014375rem;min-width:2.014375rem;height:1.686875rem;font-size:1.259375rem;line-height:26.99px;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(11,172,154,0.94), #255b41);background-image: -moz-linear-gradient(0deg, rgba(11,172,154,0.94), #255b41);background-image: -ms-linear-gradient(0deg, rgba(11,172,154,0.94), #255b41);background-image: -o-linear-gradient(0deg, rgba(11,172,154,0.94), #255b41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0bac9a', endColorstr='#255b41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0bac9a', endColorstr='#255b41' );";background-image: linear-gradient(0deg, rgba(11,172,154,0.94), #255b41);background-size:contain !important; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.689375rem;height:0.665rem;font-size:0.47125rem;line-height:10.64px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { display:flex;width:14.75rem;height:3.17875rem;top:10.151041746139rem;left:0rem;padding-top:0.895rem;padding-right:1.090625rem;padding-bottom:0.895rem;padding-left:1.090625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15156;background-color:rgba(255,255,255,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
 }@media only screen and (max-width: 763px) { #cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
 }@media only screen and (max-width: 763px) { #c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { width:14.0625rem;height:2.7rem;top:7.5177085399625rem;left:0.56250005960464rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #IXZciGPVD5oT4c29TPpAw4QssytVC1MF { top:28.004167318344rem;left:0rem;width:20rem;height:0.25rem;z-index:15158;background-color:#891414;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { width:19.9979375rem;height:0;top:36.740627288818rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#23444a;z-index:15159;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { top:36.688543319702rem;left:6.1562500596046rem;width:7.8125rem;height:2.3125rem;z-index:14998;background-color:#a9ecb9;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { top:38.158334732056rem;left:2.8041670918464rem;width:14.625rem;height:2.3125rem;z-index:14999;background-color:#a9ecb9;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Mc2mWq1FCEXo3V4uc9XFc8weJRQQXkNT { width:9.875rem;height:5.9375rem;top:1.6468753814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { width:17.6875rem;height:1.5942375rem;top:1.375rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#141436;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { display:flex;width:2.25rem;height:2.25rem;top:3rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { width:2.5rem;height:3.5rem;top:2.6875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { width:18.8125rem;height:2.75rem;top:0.625rem;left:0.5625rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bcd1e1;border-left:0.125rem solid #bcd1e1;border-right:0.125rem solid #bcd1e1;border-bottom:0.125rem solid #bcd1e1;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { display:flex;width:1.5625rem;height:1.5625rem;top:1.4052734375rem;left:17.5615234375rem;z-index:15037;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:20rem;height:26.585409545898rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { width:19rem;height:1.125rem;top:1.224609375rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { width:17.375rem;height:2.27578125rem;top:2.68359375rem;left:1.3111979961395rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { width:17.625rem;height:2.27578125rem;top:7.9440116882325rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #g5gZKzATwud7T7geleH4vz0M0I7vg3KN { width:17.875rem;height:1.875rem;top:11.950531005859rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { width:16.5rem;height:1.125rem;top:6.125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { width:20rem;height:2.624025rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
 }@media only screen and (max-width: 763px) { #RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { width:18.8125rem;height:4.55rem;top:14.497253417969rem;left:1.1856193542481rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { width:13.5625rem;height:1.125rem;top:23.062072753906rem;left:0.62427663803101rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { width:17.8125rem;height:2.27578125rem;top:24.311317443847rem;left:0.8121092915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { width:20rem;height:auto;top:12rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { width:14.75rem;height:1.125rem;top:20.061317443847rem;left:0.6246092915535rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #anehPHcAJmORKyENhlHsPAcS28lOtUiF { width:15.3125rem;height:1.1378875rem;top:21.248817443847rem;left:0.93749994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #znbO6yD4fms08oznezQmrgt5OA64THTd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { background-color: transparent; background-image: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .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); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { width:12.5rem;height:1.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { width:12.5rem;height:0.125rem;top:3.79948125rem;left:3.75rem;background-color:#fefbe9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LQmPy19UZEPFhN5vNNE21VWbtey78clN { width:18.75rem;height:4.875rem;top:3.798828125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { width:15rem;height:1.3rem;top:15.6875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rAeucmTzxvCTdV8qPPmvp0sriky82tuh { width:14rem;height:0.0625rem;top:20.42480625rem;left:3rem;background-color:#fefbe9;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { width:19.9986875rem;height:1.1375rem;top:17.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { width:15.0625rem;height:2.9375rem;top:9.6484375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { width:14.0625rem;height:2.7rem;top:1.875rem;left:3.95263671875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { width:14.8108125rem;height:1.625rem;top:9.2491302490238rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { width:15.37475rem;height:2.4375rem;top:15.684906005859rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { width:15.68725rem;height:2.4375rem;top:22.623275756836rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { width:12.5rem;height:1.625rem;top:3.34375rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINZPs0kMqReLxLcib4AOXXLNITRPzpk { width:12.5rem;height:0.97511875rem;top:7.5147552490238rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { width:12.5rem;height:0.97511875rem;top:14.077255249024rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { width:12.5rem;height:0.97511875rem;top:20.748275756836rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { width:12.5rem;height:0.97511875rem;top:29.125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { width:12.5rem;height:1.05rem;top:31.3125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { width:12.5rem;height:0.97511875rem;top:33.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { width:12.5rem;height:0.975rem;top:35.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { width:12.5rem;height:0.97511875rem;top:38rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { width:12.5rem;height:0.97511875rem;top:40.1875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { width:12.5rem;height:0.97511875rem;top:42.375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { width:12.5rem;height:0.97511875rem;top:44.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { width:12.5rem;height:0.97511875rem;top:46.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { width:12.5rem;height:0.97511875rem;top:48.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { width:12.5rem;height:0.97511875rem;top:51.0625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { width:12.5rem;height:0.97511875rem;top:53.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIodefKlTTXHm60NBsKv6wyux7WdrDRf { width:12.5rem;height:0.97511875rem;top:85.625rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { width:12.5rem;height:0.97511875rem;top:99.6875rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { width:14.375rem;height:2.4375rem;top:87.8125rem;left:2.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { width:14.4375rem;height:2.4375rem;top:101.875rem;left:2.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { width:1.875rem;height:1.875rem;top:1.875rem;left:0.765380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJxT8sOw4dZB1ghdULrLthARwp8llH5I { width:1.875rem;height:1.6870125rem;top:8.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { width:1.43676875rem;height:1.875rem;top:20.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { width:1.811525rem;height:1.499025rem;top:106.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { width:1.811525rem;height:1.499025rem;top:106.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { width:20rem;height:18.75rem;top:58.49853515625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { width:15.9375rem;height:2.925rem;top:60.6396484375rem;left:2.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { width:7.6875rem;height:2.5625rem;top:63.3740234375rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { width:7.99925rem;height:2.6245125rem;top:68.123779296875rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { width:7.99925rem;height:2.6245125rem;top:72.811279296875rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNU122ix2uiAsgT9azE4GA140grWL6m { width:8.625rem;height:4.74960625rem;top:79.270696640013rem;left:5.5597651600838rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { width:5.625rem;height:3.374025rem;top:93.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { width:2rem;height:1.8125rem;top:13.8095703125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.4364624023438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.62422180175781rem;left:2.9367185235024rem;font-size:0.625rem;display:block; }
 }