.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #98c3ae, #eaeaea);background-image: -moz-linear-gradient(45deg, #98c3ae, #eaeaea);background-image: -ms-linear-gradient(45deg, #98c3ae, #eaeaea);background-image: -o-linear-gradient(45deg, #98c3ae, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#eaeaea' );";background-image: linear-gradient(45deg, #98c3ae, #eaeaea);background-size:auto !important;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); }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx { position:relative;display:block; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx { background-color: transparent; background-image: none; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row .container > .video-iframe-container { display: none; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row > .video-iframe-container { display: none; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .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); }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx { border-width: 0; border-radius: 0; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .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:24.4375rem;width:60rem;position:relative;display:block; }#bJZHQafRb9RssyRoorgrlaOedE98Clvy { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.125rem 0rem rgba(255,255,255,0.5);top:4.125rem;left:2.125rem;height:6.8232375rem;font-style:normal;display:block; }
#LLqbAfmVleGT95vFchiPpc7ZpIP2m7cH { color:#4c4c4c;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.125rem;height:5.3613375rem;font-style:normal;display:block; }
#XpGD5yBmXgKUPdgopRt8ZbUxG1QcgxC8 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:17.9375rem;width:17.9375rem;top:4.125rem;left:34.0625rem;display:block; }
#fxVh7kiORxNLJ9RJ0Wu2dAlW4RqE555p { position:absolute;display:block;z-index:100007;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:19.75rem;width:19.75rem;top:3.1875rem;left:36.5rem;display:block; }
#BXe2DlcJMarasBc6uNTVSA4tPRTEGV8B { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;height:18.5625rem;width:18.5625rem;top:3.5625rem;left:33.75rem;overflow:hidden;display:block; }
#L1IQLNuuuFVekds4bV7g23T9q085SRiL { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.75) ;height:18.3125rem;width:28.25rem;top:3.1875rem;left:1.4375rem;display:block; }
#RnblvCmNaXx7P3GrAE4PTEMrnncJVcMi { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.8125rem;border-top-right-radius:5.8125rem;border-bottom-left-radius:5.8125rem;border-bottom-right-radius:5.8125rem;height:4.5625rem;width:4.5625rem;top:1rem;left:54.46875rem;overflow:hidden;display:block; }
#lZG289xwZLwkik6gPQRthi7DXIdzTC7y { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:15.5625rem;left:31.5rem;overflow:hidden;display:block; }
#Qn55oMFBpp6RXoryh2BR0hGzKPq5KZVV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:6.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#J1hWVWhQXhyfZ9I5oXMFqmx1kMiWKqbB { color:#4c4c4c;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:10.94921875rem;left:2.125rem;height:4.3857375rem;font-style:normal;display:block; }
#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 { position:relative;display:block; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 { background-color: transparent; background-image: none; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row .container > .video-iframe-container { display: none; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row > .video-iframe-container { display: none; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .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); }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 { border-width: 0; border-radius: 0; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .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:5.875rem;width:60rem;position:relative;display:block; }#TDICdUHCqbzO43a4STntKCq7siL6NRGn { z-index:100001;top:1.3125rem;left:22.5625rem;background-color:#2a2373;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.7) ;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eo8VqzVAQ0WbqvUb9hGrMvrmC5FxIRXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#DIxTHToQId29BnhoDAotMhP3lLoQb9eE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:0rem;left:12.1875rem;overflow:hidden;display:block; }
#T9Xm7gkhN77EGZwKP80qABksTkMq7Fp1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3.3125rem;top:1.75rem;left:13.75rem;overflow:hidden;display:block; }
#ubAQqozHgMkLuaMBOk30quu820WLU8Ny { color:#094583;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container { background-color: transparent; background-image: none; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container > .video-iframe-container { display: none; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row > .video-iframe-container { display: none; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .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); }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container { border-width: 0; border-radius: 0; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#AlSJqTxT2OuCfixhHFHWXJk108TKibFT { position:absolute;display:block;z-index:100000;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#D1cCoJtCEUMplwdkPsaS2a39O5ennZm3 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:2.625rem;top:1.0625rem;left:57.241071428571rem;overflow:hidden;display:block; }
#Zg2PEIhp05uLOWQxWSO6FROrgfI5yGVa { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttXh09VAewUhT6bPBzOLIgT3N7fekDrl { position:absolute;display:block;z-index:100003;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#tZrcXIh9uFFss9vzSHcqFyAA7GxMu82r { position:absolute;display:block;z-index:100004;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#dkvRpV6eOPFbWAsZk17mDCL7Qh011IyB { position:absolute;display:block;z-index:100005;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:45.8125rem;display:block; }
#CKQcfsopZq4OchuECPn3WTU7T2QRusMt { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#mn4V5nQyJnnGTbSH9m7i4694taAX27vy { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#gpd7yq30qook6TxLUs3npEkuP2FNTQAx { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#qqxT04hRyfTb3FfozriofXBBptsc5CIo { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:46.53125rem;overflow:hidden;display:block; }
#AtdsxbTxzWZJCeocLU7b43ISLf3s0KxC { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3BTbAlHOQzu3bak6duCrsh3sPMaA7vh { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSSOc2wIcb7MXNMhUULHRyCT54NKDnbA { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfdFgzyByLQK83QhxlZ6uWiVMTBnQTGm { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:0.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1DEpk9F3VZVZXV9cVbAZEOiVZtst6AL { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.5234375rem;left:15.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wL8MaRp7ddsRQcATEX1MUPUNolMgSJpT { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ovo1ihokB30cmAav6e71vX4Tte6XBcVZ { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:46.3125rem;height:4.63183125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container { background-color: transparent; background-image: none; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container > .video-iframe-container { display: none; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row > .video-iframe-container { display: none; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .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); }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container { border-width: 0; border-radius: 0; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#RbU1ouI1i7benAxfRkFPLV3MXysZOpfx { position:absolute;display:block;z-index:100000;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#PZWVJXixBnlGWv59AHkxNUPtux56QJgD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#JPxBT3QziAknlT39pRDIvfcyAeXNVN3V { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oo4U9it9wCxtXmXv6DgHm091D1O2bZPT { position:absolute;display:block;z-index:100003;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#QWT57xOEccTfmsOF4PHUA65QnPEnr8hm { position:absolute;display:block;z-index:100004;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#irn4TEGncAXdtJSsV2TW7TEyC4J5b3xz { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.9375rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#lmqKOvAc3vNmbgyTLfHkgRC5QsTBsD9P { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#Ktepbk1fTpu9tTAxelbQl4Hh4qI8KD00 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#k143ukgmxud00h05NbDErLpGBgNSm0Ce { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GigpqTe9uBc4goJMiFa1HE5N7JAXNHoS { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMaLClnJGFVRfQHqGgRHDvwOeAQr5IGw { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.5234375rem;left:0.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCrXf7cILTdNtTFSidMGH118rUx5CnDX { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:15.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKE8p55uWtR8EVToelU1ZQi3fI6mnwHI { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbBmy5rM4lLxlt1dEuBZNFXAVP2ZNo65 { position:absolute;display:block;z-index:100008;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:45.8125rem;display:block; }
#XSGyFB08TPBh6ps90q23II6DKOqlsFXd { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2rXlmt80WNdf0xOtySd7S600rsWnw5R { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:45.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qhlwp09GSkl0TNSGBvbLJIVhqZ4f74GA { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:46.53125rem;overflow:hidden;display:block; }
#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container { background-color: transparent; background-image: none; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container > .video-iframe-container { display: none; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row > .video-iframe-container { display: none; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .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); }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container { border-width: 0; border-radius: 0; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#wIA3ICB0AWaXESBzfIhVdZAyNoyTO64a { position:absolute;display:block;z-index:100000;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:0.8125rem;display:block; }
#KBtFAcc6UPzu56Z7dv7w7QZVZ2TbMAOe { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.1875rem;top:1.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#zvAoqGqB9hTSm26nt6sGLzkEVHumi6HB { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNrb3mb6K567IoXO4JVtq3ezqPHqHRTg { position:absolute;display:block;z-index:100003;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:15.8125rem;display:block; }
#qASWJJq6Xu2PzNEz5twJR3wSTAcqAU5l { position:absolute;display:block;z-index:100004;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:30.8125rem;display:block; }
#MVfy1u3GKJ0NCXwnDsS33e9mxSmTr8mn { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.8125rem;width:11.875rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#g0ducWGKtUcS8ELsQLDe9PodnX0tebQD { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#pEvZnKZkzOKBKKpSWnJTac6RzMAB1mVG { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#T3yZaXbdGSf8Phw61bcTgvMh79HQCKdZ { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:15.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DszWWQlzLgzK4hi31DmzLSCkRekv3JZo { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:30.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8vdGuHloFZoZwsZD5oRhEZyBOdOmsCn { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:0.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9qHg6TEMcu6B6cZNKVOiZQtgE5iAkxc { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:15.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUtTcBNcGgZVHVJILJke7f6pPUVRTaq6 { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.04296875rem;left:30.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWJ86mWTSMXwhSme2rh2KmrUSR19Bf6n { position:absolute;display:block;z-index:100008;background-color:#edf6ff;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:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;height:13.375rem;width:13.375rem;top:1.0625rem;left:45.8125rem;display:block; }
#hc6uf9fV58PnatFe1wSf3B9Sbfoa0skl { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.65625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1p1C2RTv3F2XMAxW8V2dKhCx0S5KZhA { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15.98046875rem;left:45.65625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4sILCbMNsao3rfwEZd4oAnsN3nSZURW { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:46.53125rem;overflow:hidden;display:block; }
#aOyTOE7R2SqAb6TspA3RAAdgieABoplk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { background-color: transparent; background-image: none; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container > .video-iframe-container { display: none; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row > .video-iframe-container { display: none; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .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); }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { border-width: 0; border-radius: 0; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#NqPrFEstiACTAtZJtQ48m9A5S3M6QmxF { color:#094583;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { background-color: transparent; background-image: none; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container > .video-iframe-container { display: none; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row > .video-iframe-container { display: none; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .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); }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { border-width: 0; border-radius: 0; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#d3Rz6eJv4QAHHUSXSsBe3USLU5fUsrvh { color:#094583;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.193575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafa;background-image:none;position:relative;display:block; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container { background-color: transparent; background-image: none; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container > .video-iframe-container { display: none; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row > .video-iframe-container { display: none; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .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); }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container { border-width: 0; border-radius: 0; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container { font-size:0.875rem;font-family:arial;height:79.625rem;width:60rem;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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:4.5rem;width:60rem;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.54296875rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo { position:relative;display:block; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo { background-color: transparent; background-image: none; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row .container > .video-iframe-container { display: none; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row > .video-iframe-container { display: none; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .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); }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo { border-width: 0; border-radius: 0; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .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:21.875rem;width:60rem;position:relative;display:block; }#zSPwimqkKBJoEi8y5tU3K22Av61B7WT8 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:0.625rem;display:block; }
#leKNQcVITT8RCEkQb5hgh5LDZETCkZqB { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:14.625rem;width:13.375rem;top:3.4375rem;left:15.625rem;display:block; }
#pGbTZFCIfJkGxH58LTuM9sfrn4fLTTAV { color:#094583;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:9.337890625rem;left:1.875rem;height:3.57465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2q7a5FbZXM8wTTORMlieCLy5dWnB16y { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.3125rem;top:4.6875rem;left:1.875rem;overflow:hidden;display:block; }
#HkKIorcPweJEotHv22Sdo2nyoMl5JAaR { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.01171875rem;left:5.9375rem;height:2.1108375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RfRN4ILc6tJxRFoUgf5LJVU7NSROOyR4 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.375rem;left:17.0625rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lacP7sOTUTexy5owwTABPH2SZIhiB5x1 { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.0625rem;left:21.125rem;height:2.1108375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xX4BpsPsmHaBppRk2PQTem6e24o6ysWA { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.375rem;left:32.0625rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MnaHSTRMusKzVM1C54FEcpDMimwvkfIp { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:36.125rem;height:2.1108375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1pvR9cGEvbr86ZI9VoT6kr6HyTt1QEl { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.3125rem;left:47.0625rem;height:5.36198125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvJW3M9IXyBrUSTkD4ufUcuOOI7TURQu { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:6rem;left:51.125rem;height:2.1108375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmd7pm4lpMQsm7I1IS3ZtP1uboTlpxSw { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.375rem;top:19.625rem;left:10.75rem;overflow:hidden;display:block; }
#i4unOpLoPt2U2Cz2TLlpxvuxFkyLESCX { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:3.25rem;top:0.25rem;left:55.375rem;overflow:hidden;display:block; }
#AA0S7ziKiwBtO5p5QW6mOu2spf9TREX1 { background-color:#00c595;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:14.671875rem;left:1.65625rem;display:block; }
#d5W1hueKihlqWq4MehEXUvXdqwlrmRMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z8iSaNcxtxruSKLNmxEUX2kPXypSPRRq { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:15.625rem;display:block; }
#nGs4VU1wZGuDT3mQged4yBmwZe03XqeQ { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:30.625rem;display:block; }
#SJq6tH2fAAGUTe2tG2qgxcv24b1fo9Wz { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15rem;width:13.75rem;top:3.4375rem;left:45.625rem;display:block; }
#VEVQtouDt35lUWUp14KzktCiLytCisFV { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:4.78125rem;left:16.375rem;display:block; }
#UaipXtiZrSxhaRNDgTo8xdyCTb1q1UvS { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:4.78125rem;left:31.25rem;display:block; }
#ZidGp0OZLfFDxK980vmC8OQrcnH2wSLG { box-sizing:content-box;color:#094583;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:4.96875rem;left:46.1875rem;display:block; }
#dgSOgmMHnpTW9cmgdlORxvUXTU3PwV1i { background-color:#00c595;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:14.671875rem;left:16.65625rem;display:block; }
#FEJGt9ix2zw7NELIE9xaQtJia6sWy8FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { background-color: transparent; background-image: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container > .video-iframe-container { display: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row > .video-iframe-container { display: none; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .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); }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { border-width: 0; border-radius: 0; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { color:#094583;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container { background-color: transparent; background-image: none; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container > .video-iframe-container { display: none; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row > .video-iframe-container { display: none; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .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); }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container { border-width: 0; border-radius: 0; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#yfiHUWQrT6GTmmrFuPJbKtsIaN1hg64N { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:6.6875rem;top:1.46875rem;left:17.03125rem;overflow:hidden;display:block; }
#tnGl9EwKTymdvCoLwUrsBCx9iFEdDzZM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.6875rem;top:2.59375rem;left:2.71875rem;overflow:hidden;display:block; }
#tGp6z5aOtOxDRWbWMbClck9UaHETSDFP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:7.875rem;top:3.59375rem;left:33.46875rem;overflow:hidden;display:block; }
#yZspq1V1xCHR0fQBUHlUX5J0f5pzXKLH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:7.875rem;top:2.28125rem;left:49.09375rem;overflow:hidden;display:block; }
#Igt6slQ73lBXVUtHQVndB7aM3zOFn4U7 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.3125rem;top:13.625rem;left:2.40625rem;overflow:hidden;display:block; }
#G5C5Ph4B6xkPyz2LobB6Btqa3cFTXJc3 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:3rem;width:11.625rem;top:13.40625rem;left:15.28125rem;overflow:hidden;display:block; }
#h4iwvnx9mHE33OqzbgooZtRydTezGDBp { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:2.4375rem;width:11.625rem;top:13.6875rem;left:31.59375rem;overflow:hidden;display:block; }
#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container { background-color: transparent; background-image: none; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container > .video-iframe-container { display: none; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row > .video-iframe-container { display: none; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .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); }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container { border-width: 0; border-radius: 0; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#azhpyNxEPhKgpB4BTXJ6zZzdErmz6mND { color:#6ae381;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:0.67708396911619rem;left:0rem;height:9.259275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2psorNGnd5LSggwbHvnv3OTn0Ouxp1P { background-color:#00519d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:4.1630859375rem;left:21.2490234375rem;display:block; }
#FbSectDTxahxQMUq5chiGbxGwXP5AWTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container { background-color: transparent; background-image: none; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container > .video-iframe-container { display: none; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row > .video-iframe-container { display: none; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .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); }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container { border-width: 0; border-radius: 0; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#nrgLXeuTU4IF17v1cZocnEPQAlcJaWdi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#Ki1qUpIVH3FkDru9gHpHS09k97NzL0OL { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.5625rem;left:29rem;overflow:hidden;display:block; }
#P2ONTgFlTShZHH6W0vB5F176n29W9PCe { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:0.625rem;left:26.75rem;overflow:hidden;display:block; }
#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { background-color: transparent; background-image: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container > .video-iframe-container { display: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row > .video-iframe-container { display: none; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .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); }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { border-width: 0; border-radius: 0; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:3.8125rem;left:0rem;height:4.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iv04AXRf5NpbzLE2XioqTItolrlnw3cO { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem #000000 ;box-sizing:border-box;color:#2a2373;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:9.65625rem;left:24.28125rem;display:block; }
#KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:23.4375rem;top:0rem;left:17.375rem;overflow:hidden;display:block; }
#QxLrGrw1MI715CILegwPrMSneAvdf49b { background-color:transparent;background-image:url("https://images.assets-landingi.com/6QRHJ9bs/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:9.25rem;left:18.28125rem;display:block; }#QxLrGrw1MI715CILegwPrMSneAvdf49b.adaptive-delivery-prevent-bg, #QxLrGrw1MI715CILegwPrMSneAvdf49b.lazyload, #QxLrGrw1MI715CILegwPrMSneAvdf49b.lazyloading { background-image: none; }
#aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JRokecY/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:9.28125rem;left:13.6875rem;display:block; }#l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.adaptive-delivery-prevent-bg, #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.lazyload, #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT.lazyloading { background-image: none; }
#GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { box-sizing:content-box;color:#000000;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:8.609375rem;left:36.96875rem;display:block; }
#KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:8.421875rem;left:41.84375rem;display:block; }
#JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem #000000 ;box-sizing:border-box;color:#2a2373;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:14.234375rem;left:21.09375rem;display:block; }
#KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container { background-color: transparent; background-image: none; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container > .video-iframe-container { display: none; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row > .video-iframe-container { display: none; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .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); }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container { border-width: 0; border-radius: 0; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#Bodwco1leVnEycINGHIWh1Op0Q0EzT3S { color:#094583;display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container { background-color: transparent; background-image: none; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container > .video-iframe-container { display: none; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row > .video-iframe-container { display: none; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .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); }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container { border-width: 0; border-radius: 0; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#EeWrLWZUUR7fxK9yJy5FB8JnTFFPSKJH { color:#98c3ae;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:11.58203125rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2Ed0HkUTNZKFRlLe6XPxxkw77GK1e8d { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:1.5rem;left:0rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8TI924p3vRtwMpUinU0R0kv4B9DwIAx { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:9.0703125rem;left:0rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#czoMSZwymL2Ff7rXyLMJh2UhepuTirPN { color:#98c3ae;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:6.921875rem;left:0.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0nnODFL7gfKTTI4GPuJ2XX0suMRcHtJ { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:13.1953125rem;left:0rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { background-color: transparent; background-image: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container > .video-iframe-container { display: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row > .video-iframe-container { display: none; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .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); }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { border-width: 0; border-radius: 0; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { color:#2a2373;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -moz-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -ms-linear-gradient(90deg, #98c3ae, #ffffff);background-image: -o-linear-gradient(90deg, #98c3ae, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c3ae', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #98c3ae, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:45.375rem;top:14.625rem;left:7.3125rem;display:block; }
#cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.75rem;width:40.5rem;top:2.9375rem;left:9.75rem;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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:6.25rem;width:60rem;position:relative;display:block; }#CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:42.6875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx { display:block; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJZHQafRb9RssyRoorgrlaOedE98Clvy { top:4.125rem;left:0rem;width:30.0625rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLqbAfmVleGT95vFchiPpc7ZpIP2m7cH { top:15.5625rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGD5yBmXgKUPdgopRt8ZbUxG1QcgxC8 { top:4.125rem;left:24.875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxVh7kiORxNLJ9RJ0Wu2dAlW4RqE555p { top:3.1875rem;left:27.3125rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe2DlcJMarasBc6uNTVSA4tPRTEGV8B { top:3.5625rem;left:24.5625rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1IQLNuuuFVekds4bV7g23T9q085SRiL { top:3.1875rem;left:0rem;width:28.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnblvCmNaXx7P3GrAE4PTEMrnncJVcMi { top:1rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZG289xwZLwkik6gPQRthi7DXIdzTC7y { top:15.5625rem;left:23.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn55oMFBpp6RXoryh2BR0hGzKPq5KZVV { top:6.8125rem;left:40.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1hWVWhQXhyfZ9I5oXMFqmx1kMiWKqbB { top:10.9375rem;left:0rem;width:29.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 { display:block; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDICdUHCqbzO43a4STntKCq7siL6NRGn { top:1.3125rem;left:8.9375rem;width:14.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo8VqzVAQ0WbqvUb9hGrMvrmC5FxIRXT { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIxTHToQId29BnhoDAotMhP3lLoQb9eE { top:0rem;left:9.125rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Xm7gkhN77EGZwKP80qABksTkMq7Fp1 { top:1.75rem;left:10.6875rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:1.5rem;left:0rem;width:35.3125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 { display:block; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlSJqTxT2OuCfixhHFHWXJk108TKibFT { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cCoJtCEUMplwdkPsaS2a39O5ennZm3 { top:1.0625rem;left:44.5rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2PEIhp05uLOWQxWSO6FROrgfI5yGVa { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttXh09VAewUhT6bPBzOLIgT3N7fekDrl { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZrcXIh9uFFss9vzSHcqFyAA7GxMu82r { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvRpV6eOPFbWAsZk17mDCL7Qh011IyB { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQcfsopZq4OchuECPn3WTU7T2QRusMt { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4V5nQyJnnGTbSH9m7i4694taAX27vy { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpd7yq30qook6TxLUs3npEkuP2FNTQAx { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxT04hRyfTb3FfozriofXBBptsc5CIo { top:1.75rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdsxbTxzWZJCeocLU7b43ISLf3s0KxC { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BTbAlHOQzu3bak6duCrsh3sPMaA7vh { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSOc2wIcb7MXNMhUULHRyCT54NKDnbA { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdFgzyByLQK83QhxlZ6uWiVMTBnQTGm { top:15.9375rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DEpk9F3VZVZXV9cVbAZEOiVZtst6AL { top:17.5rem;left:10.1875rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8MaRp7ddsRQcATEX1MUPUNolMgSJpT { top:16rem;left:22.125rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovo1ihokB30cmAav6e71vX4Tte6XBcVZ { top:16rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa { display:block; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbU1ouI1i7benAxfRkFPLV3MXysZOpfx { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWVJXixBnlGWv59AHkxNUPtux56QJgD { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPxBT3QziAknlT39pRDIvfcyAeXNVN3V { top:14.4375rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo4U9it9wCxtXmXv6DgHm091D1O2bZPT { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT57xOEccTfmsOF4PHUA65QnPEnr8hm { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irn4TEGncAXdtJSsV2TW7TEyC4J5b3xz { top:1.75rem;left:0rem;width:11.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqKOvAc3vNmbgyTLfHkgRC5QsTBsD9P { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktepbk1fTpu9tTAxelbQl4Hh4qI8KD00 { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k143ukgmxud00h05NbDErLpGBgNSm0Ce { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigpqTe9uBc4goJMiFa1HE5N7JAXNHoS { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaLClnJGFVRfQHqGgRHDvwOeAQr5IGw { top:17.5rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrXf7cILTdNtTFSidMGH118rUx5CnDX { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKE8p55uWtR8EVToelU1ZQi3fI6mnwHI { top:16rem;left:22.125rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBmy5rM4lLxlt1dEuBZNFXAVP2ZNo65 { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSGyFB08TPBh6ps90q23II6DKOqlsFXd { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2rXlmt80WNdf0xOtySd7S600rsWnw5R { top:15.9375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhlwp09GSkl0TNSGBvbLJIVhqZ4f74GA { top:1.75rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ { display:block; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIA3ICB0AWaXESBzfIhVdZAyNoyTO64a { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtFAcc6UPzu56Z7dv7w7QZVZ2TbMAOe { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAoqGqB9hTSm26nt6sGLzkEVHumi6HB { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNrb3mb6K567IoXO4JVtq3ezqPHqHRTg { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASWJJq6Xu2PzNEz5twJR3wSTAcqAU5l { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVfy1u3GKJ0NCXwnDsS33e9mxSmTr8mn { top:1.75rem;left:0rem;width:11.875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ducWGKtUcS8ELsQLDe9PodnX0tebQD { top:1.75rem;left:11.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEvZnKZkzOKBKKpSWnJTac6RzMAB1mVG { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yZaXbdGSf8Phw61bcTgvMh79HQCKdZ { top:14.4375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DszWWQlzLgzK4hi31DmzLSCkRekv3JZo { top:14.4375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vdGuHloFZoZwsZD5oRhEZyBOdOmsCn { top:15.9375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qHg6TEMcu6B6cZNKVOiZQtgE5iAkxc { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtTcBNcGgZVHVJILJke7f6pPUVRTaq6 { top:16rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWJ86mWTSMXwhSme2rh2KmrUSR19Bf6n { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc6uf9fV58PnatFe1wSf3B9Sbfoa0skl { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1p1C2RTv3F2XMAxW8V2dKhCx0S5KZhA { top:15.9375rem;left:34.0625rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4sILCbMNsao3rfwEZd4oAnsN3nSZURW { top:1.75rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyTOE7R2SqAb6TspA3RAAdgieABoplk { display:block; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqPrFEstiACTAtZJtQ48m9A5S3M6QmxF { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz { display:block; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3Rz6eJv4QAHHUSXSsBe3USLU5fUsrvh { top:0rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ot97boyHv4ERBGZ3CsDiGgG9amzVah { display:block; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:0.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo { display:block; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSPwimqkKBJoEi8y5tU3K22Av61B7WT8 { top:3.4375rem;left:0rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKNQcVITT8RCEkQb5hgh5LDZETCkZqB { top:3.4375rem;left:10.125rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGbTZFCIfJkGxH58LTuM9sfrn4fLTTAV { top:9.3125rem;left:0.34375rem;width:10.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2q7a5FbZXM8wTTORMlieCLy5dWnB16y { top:4.6875rem;left:0.34375rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKIorcPweJEotHv22Sdo2nyoMl5JAaR { top:6rem;left:4.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfRN4ILc6tJxRFoUgf5LJVU7NSROOyR4 { top:9.375rem;left:12.46875rem;width:10.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lacP7sOTUTexy5owwTABPH2SZIhiB5x1 { top:6.0625rem;left:16.53125rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX4BpsPsmHaBppRk2PQTem6e24o6ysWA { top:9.375rem;left:24.40625rem;width:10.9375rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnaHSTRMusKzVM1C54FEcpDMimwvkfIp { top:6.0625rem;left:28.46875rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1pvR9cGEvbr86ZI9VoT6kr6HyTt1QEl { top:9.3125rem;left:36.34375rem;width:10.9375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJW3M9IXyBrUSTkD4ufUcuOOI7TURQu { top:6rem;left:40.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmd7pm4lpMQsm7I1IS3ZtP1uboTlpxSw { top:19.625rem;left:5.5625rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4unOpLoPt2U2Cz2TLlpxvuxFkyLESCX { top:0.25rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0S7ziKiwBtO5p5QW6mOu2spf9TREX1 { width:11.6875rem;height:3.125rem;top:14.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5W1hueKihlqWq4MehEXUvXdqwlrmRMR { display:block; }
 }@media only screen and (max-width: 763px) { #Z8iSaNcxtxruSKLNmxEUX2kPXypSPRRq { top:3.4375rem;left:10.125rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGs4VU1wZGuDT3mQged4yBmwZe03XqeQ { top:3.4375rem;left:22.0625rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJq6tH2fAAGUTe2tG2qgxcv24b1fo9Wz { top:3.4375rem;left:34rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEVQtouDt35lUWUp14KzktCiLytCisFV { top:4.75rem;left:11.9375rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaipXtiZrSxhaRNDgTo8xdyCTb1q1UvS { top:4.75rem;left:23.875rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidGp0OZLfFDxK980vmC8OQrcnH2wSLG { top:4.9375rem;left:35.8125rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSOgmMHnpTW9cmgdlORxvUXTU3PwV1i { width:11.6875rem;height:3.125rem;top:14.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJGt9ix2zw7NELIE9xaQtJia6sWy8FE { display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd { display:block; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfiHUWQrT6GTmmrFuPJbKtsIaN1hg64N { top:1.4375rem;left:10.90625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGl9EwKTymdvCoLwUrsBCx9iFEdDzZM { top:2.5625rem;left:0rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGp6z5aOtOxDRWbWMbClck9UaHETSDFP { top:3.5625rem;left:27.34375rem;width:7.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZspq1V1xCHR0fQBUHlUX5J0f5pzXKLH { top:2.25rem;left:39.875rem;width:7.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igt6slQ73lBXVUtHQVndB7aM3zOFn4U7 { top:13.625rem;left:0rem;width:10.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C5Ph4B6xkPyz2LobB6Btqa3cFTXJc3 { top:13.375rem;left:9.15625rem;width:11.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4iwvnx9mHE33OqzbgooZtRydTezGDBp { top:13.6875rem;left:25.46875rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdLbcwFENapzRzDaZfVH4FifK0l2Q68w { display:block; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azhpyNxEPhKgpB4BTXJ6zZzdErmz6mND { width:24.9375rem;height:6.125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2psorNGnd5LSggwbHvnv3OTn0Ouxp1P { width:17.4375rem;height:3.375rem;top:4.125rem;left:15.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSectDTxahxQMUq5chiGbxGwXP5AWTV { display:block; }
 }@media only screen and (max-width: 763px) { #Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 { display:block; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrgLXeuTU4IF17v1cZocnEPQAlcJaWdi { top:0.5625rem;left:25.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1qUpIVH3FkDru9gHpHS09k97NzL0OL { top:0.5625rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ONTgFlTShZHH6W0vB5F176n29W9PCe { top:0.625rem;left:20.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { width:47.75rem;height:4.75rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv04AXRf5NpbzLE2XioqTItolrlnw3cO { width:11.4375rem;height:2.9375rem;top:9.625rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block; }
 }@media only screen and (max-width: 763px) { #zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { top:0rem;left:11.25rem;width:23.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLrGrw1MI715CILegwPrMSneAvdf49b { width:3.75rem;height:3.75rem;top:9.25rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block; }
 }@media only screen and (max-width: 763px) { #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { width:3.75rem;height:3.75rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block; }
 }@media only screen and (max-width: 763px) { #kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { top:8.5625rem;left:30.84375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { top:8.375rem;left:35.71875rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { width:17.8125rem;height:2.9375rem;top:14.1875rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block; }
 }@media only screen and (max-width: 763px) { #HtMPBbCOycNf9F60owRghpXCQ5iTQcGL { display:block; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bodwco1leVnEycINGHIWh1Op0Q0EzT3S { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r01mwtguWCHOUC8bVsrKfLt5tCdPavQO { display:block; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeWrLWZUUR7fxK9yJy5FB8JnTFFPSKJH { width:47.75rem;height:1.4375rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Ed0HkUTNZKFRlLe6XPxxkw77GK1e8d { width:47.75rem;height:4.75rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TI924p3vRtwMpUinU0R0kv4B9DwIAx { width:47.75rem;height:1.5625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoMSZwymL2Ff7rXyLMJh2UhepuTirPN { width:47.75rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nnODFL7gfKTTI4GPuJ2XX0suMRcHtJ { width:47.75rem;height:7.9375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { width:45.375rem;height:13.6875rem;top:14.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { width:40.5rem;height:22.75rem;top:2.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { top:2.1875rem;left:30.3125rem;width:17.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx { display:block; }#SeGrAqiMwVQOZqWmvf9Be0U9wTzQKzKx > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJZHQafRb9RssyRoorgrlaOedE98Clvy { width:19.375rem;height:4.875rem;top:1.912109375rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLqbAfmVleGT95vFchiPpc7ZpIP2m7cH { width:19.375rem;height:4.4482375rem;top:16.2724609375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGD5yBmXgKUPdgopRt8ZbUxG1QcgxC8 { width:8.625rem;height:8.625rem;top:23rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxVh7kiORxNLJ9RJ0Wu2dAlW4RqE555p { width:10.125rem;height:10.125rem;top:21.6875rem;left:6.1875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #BXe2DlcJMarasBc6uNTVSA4tPRTEGV8B { width:8.9375rem;height:8.9375rem;top:23.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1IQLNuuuFVekds4bV7g23T9q085SRiL { width:20rem;height:13.8125rem;top:7.4951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnblvCmNaXx7P3GrAE4PTEMrnncJVcMi { width:3.625rem;height:3.625rem;top:3.224609375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZG289xwZLwkik6gPQRthi7DXIdzTC7y { width:3.9375rem;height:3.9375rem;top:23rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn55oMFBpp6RXoryh2BR0hGzKPq5KZVV { width:4.0625rem;height:4.0625rem;top:27.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1hWVWhQXhyfZ9I5oXMFqmx1kMiWKqbB { width:20rem;height:7.79883125rem;top:8.5361328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 { display:block; }#xKbqXM6kOL7Grtwzp3999qHeGUIGCf27 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDICdUHCqbzO43a4STntKCq7siL6NRGn { top:1.4453125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo8VqzVAQ0WbqvUb9hGrMvrmC5FxIRXT { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIxTHToQId29BnhoDAotMhP3lLoQb9eE { width:5.8125rem;height:5.8125rem;top:3.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9Xm7gkhN77EGZwKP80qABksTkMq7Fp1 { width:3.1875rem;height:2.75rem;top:5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { width:20rem;height:2.4375rem;top:1.03125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 { display:block; }#GBPoTbm45wSlddDrmg9TeRuExF8TAXc2 > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlSJqTxT2OuCfixhHFHWXJk108TKibFT { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2eHECLSXvPJTN1AgKT2C3rBUtRPBoRF { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cCoJtCEUMplwdkPsaS2a39O5ennZm3 { width:3.25rem;height:4.5rem;top:59.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2PEIhp05uLOWQxWSO6FROrgfI5yGVa { width:16.3125rem;height:3.8984375rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttXh09VAewUhT6bPBzOLIgT3N7fekDrl { width:15.625rem;height:15.625rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZrcXIh9uFFss9vzSHcqFyAA7GxMu82r { width:15.625rem;height:15.625rem;top:48.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvRpV6eOPFbWAsZk17mDCL7Qh011IyB { width:15.625rem;height:15.625rem;top:71.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQcfsopZq4OchuECPn3WTU7T2QRusMt { width:12.75rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4V5nQyJnnGTbSH9m7i4694taAX27vy { width:12.75rem;height:12.75rem;top:25.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpd7yq30qook6TxLUs3npEkuP2FNTQAx { width:12.75rem;height:12.75rem;top:50.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxT04hRyfTb3FfozriofXBBptsc5CIo { width:12.75rem;height:12.75rem;top:72.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdsxbTxzWZJCeocLU7b43ISLf3s0KxC { width:13.6875rem;height:3.8984375rem;top:39.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BTbAlHOQzu3bak6duCrsh3sPMaA7vh { width:13.6875rem;height:1.94921875rem;top:64.5625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSOc2wIcb7MXNMhUULHRyCT54NKDnbA { width:13.6875rem;height:3.8984375rem;top:87.0625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdFgzyByLQK83QhxlZ6uWiVMTBnQTGm { width:13.6875rem;height:1.94921875rem;top:19.7109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DEpk9F3VZVZXV9cVbAZEOiVZtst6AL { width:13.6875rem;height:3.8984375rem;top:43.2109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8MaRp7ddsRQcATEX1MUPUNolMgSJpT { width:13.6875rem;height:3.8984375rem;top:66.51171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovo1ihokB30cmAav6e71vX4Tte6XBcVZ { width:13.6875rem;height:5.91015625rem;top:90.9609375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa { display:block; }#HCIWqaqNx1ErJpQUo17pdd1zg9agfMQa > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbU1ouI1i7benAxfRkFPLV3MXysZOpfx { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWVJXixBnlGWv59AHkxNUPtux56QJgD { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPxBT3QziAknlT39pRDIvfcyAeXNVN3V { width:16.3125rem;height:3.8984375rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo4U9it9wCxtXmXv6DgHm091D1O2bZPT { width:15.625rem;height:15.625rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT57xOEccTfmsOF4PHUA65QnPEnr8hm { width:15.625rem;height:15.625rem;top:47.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irn4TEGncAXdtJSsV2TW7TEyC4J5b3xz { width:12.75rem;height:12.6875rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqKOvAc3vNmbgyTLfHkgRC5QsTBsD9P { width:12.75rem;height:12.75rem;top:25.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktepbk1fTpu9tTAxelbQl4Hh4qI8KD00 { width:12.75rem;height:12.75rem;top:48.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k143ukgmxud00h05NbDErLpGBgNSm0Ce { width:13.6875rem;height:1.94921875rem;top:39.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigpqTe9uBc4goJMiFa1HE5N7JAXNHoS { width:13.6875rem;height:1.94921875rem;top:63rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaLClnJGFVRfQHqGgRHDvwOeAQr5IGw { width:13.6875rem;height:1.94921875rem;top:19.7109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrXf7cILTdNtTFSidMGH118rUx5CnDX { width:13.6875rem;height:3.8984375rem;top:41.26171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKE8p55uWtR8EVToelU1ZQi3fI6mnwHI { width:13.6875rem;height:5.84765625rem;top:64.9375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBmy5rM4lLxlt1dEuBZNFXAVP2ZNo65 { width:13.375rem;height:13.375rem;top:72.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSGyFB08TPBh6ps90q23II6DKOqlsFXd { width:13.6875rem;height:3.8984375rem;top:84.6875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2rXlmt80WNdf0xOtySd7S600rsWnw5R { width:13.6875rem;height:1.94921875rem;top:88.5859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhlwp09GSkl0TNSGBvbLJIVhqZ4f74GA { width:11.9375rem;height:11.9375rem;top:72.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ { display:block; }#ADLsTEaOkff3dcAlTTsOBkuPZvdB4OqZ > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIA3ICB0AWaXESBzfIhVdZAyNoyTO64a { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtFAcc6UPzu56Z7dv7w7QZVZ2TbMAOe { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAoqGqB9hTSm26nt6sGLzkEVHumi6HB { width:16.3125rem;height:3.8984375rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNrb3mb6K567IoXO4JVtq3ezqPHqHRTg { width:15.625rem;height:15.625rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASWJJq6Xu2PzNEz5twJR3wSTAcqAU5l { width:15.625rem;height:15.625rem;top:47.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVfy1u3GKJ0NCXwnDsS33e9mxSmTr8mn { width:12.625rem;height:12.625rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ducWGKtUcS8ELsQLDe9PodnX0tebQD { width:12.75rem;height:12.75rem;top:25.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEvZnKZkzOKBKKpSWnJTac6RzMAB1mVG { width:12.75rem;height:12.75rem;top:48.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yZaXbdGSf8Phw61bcTgvMh79HQCKdZ { width:13.6875rem;height:1.94921875rem;top:39.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DszWWQlzLgzK4hi31DmzLSCkRekv3JZo { width:13.6875rem;height:1.94921875rem;top:63rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vdGuHloFZoZwsZD5oRhEZyBOdOmsCn { width:13.6875rem;height:1.94921875rem;top:19.7109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qHg6TEMcu6B6cZNKVOiZQtgE5iAkxc { width:13.6875rem;height:3.8984375rem;top:41.26171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUtTcBNcGgZVHVJILJke7f6pPUVRTaq6 { width:13.6875rem;height:5.84765625rem;top:64.9375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWJ86mWTSMXwhSme2rh2KmrUSR19Bf6n { width:13.375rem;height:13.375rem;top:72.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc6uf9fV58PnatFe1wSf3B9Sbfoa0skl { width:13.6875rem;height:3.8984375rem;top:84.6875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1p1C2RTv3F2XMAxW8V2dKhCx0S5KZhA { width:13.6875rem;height:1.94921875rem;top:88.5859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4sILCbMNsao3rfwEZd4oAnsN3nSZURW { width:11.9375rem;height:11.9375rem;top:72.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyTOE7R2SqAb6TspA3RAAdgieABoplk { display:block; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqPrFEstiACTAtZJtQ48m9A5S3M6QmxF { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz { display:block; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3Rz6eJv4QAHHUSXSsBe3USLU5fUsrvh { width:20rem;height:2.4375rem;top:0.96875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ot97boyHv4ERBGZ3CsDiGgG9amzVah { display:block; }#a7ot97boyHv4ERBGZ3CsDiGgG9amzVah > .row .container { width:20rem;height:181.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo { display:block; }#fcu4R6iwIxAhTOm9dUgX08SEVzLOhHMo > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSPwimqkKBJoEi8y5tU3K22Av61B7WT8 { width:13.75rem;height:15rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKNQcVITT8RCEkQb5hgh5LDZETCkZqB { width:13.375rem;height:14.625rem;top:17.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGbTZFCIfJkGxH58LTuM9sfrn4fLTTAV { width:10.9375rem;height:3.57421875rem;top:7.150390625rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2q7a5FbZXM8wTTORMlieCLy5dWnB16y { width:3.3125rem;height:3.5rem;top:2.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKIorcPweJEotHv22Sdo2nyoMl5JAaR { width:6.875rem;height:2.11230625rem;top:3.82421875rem;left:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfRN4ILc6tJxRFoUgf5LJVU7NSROOyR4 { width:10.9375rem;height:1.7871125rem;top:24.1875rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lacP7sOTUTexy5owwTABPH2SZIhiB5x1 { width:6.875rem;height:2.11230625rem;top:21rem;left:8.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX4BpsPsmHaBppRk2PQTem6e24o6ysWA { width:10.9375rem;height:7.1484375rem;top:40.8125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnaHSTRMusKzVM1C54FEcpDMimwvkfIp { width:6.875rem;height:2.11230625rem;top:37.5rem;left:8.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1pvR9cGEvbr86ZI9VoT6kr6HyTt1QEl { width:10.9375rem;height:5.361325rem;top:57.0625rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJW3M9IXyBrUSTkD4ufUcuOOI7TURQu { width:6.875rem;height:2.11230625rem;top:53.75rem;left:8.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmd7pm4lpMQsm7I1IS3ZtP1uboTlpxSw { width:6.375rem;height:5.0625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4unOpLoPt2U2Cz2TLlpxvuxFkyLESCX { width:3.25rem;height:4.5rem;top:63.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0S7ziKiwBtO5p5QW6mOu2spf9TREX1 { width:10.75rem;height:2.8125rem;top:11.537109375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5W1hueKihlqWq4MehEXUvXdqwlrmRMR { display:block; }
 }@media only screen and (max-width: 763px) { #Z8iSaNcxtxruSKLNmxEUX2kPXypSPRRq { width:13.75rem;height:15rem;top:18.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGs4VU1wZGuDT3mQged4yBmwZe03XqeQ { width:13.75rem;height:15rem;top:34.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJq6tH2fAAGUTe2tG2qgxcv24b1fo9Wz { width:13.75rem;height:15rem;top:51.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEVQtouDt35lUWUp14KzktCiLytCisFV { width:4.1875rem;height:4.1875rem;top:20rem;left:3.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaipXtiZrSxhaRNDgTo8xdyCTb1q1UvS { width:4.1875rem;height:4.1875rem;top:36.25rem;left:3.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidGp0OZLfFDxK980vmC8OQrcnH2wSLG { width:4.1875rem;height:4.1875rem;top:52.6875rem;left:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSOgmMHnpTW9cmgdlORxvUXTU3PwV1i { width:11.6875rem;height:3.125rem;top:29.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJGt9ix2zw7NELIE9xaQtJia6sWy8FE { display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ { display:block; }#yytpxgcLW7QoCmU8cuA0ftC74VaAsSgQ > .row .container { width:20rem;height:8.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJdM8nQsJFkdoJ4hKFmfxAQdz2FNRhCh { width:20rem;height:4.875rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd { display:block; }#pZPPbP3pq0334xIhJIxm1cRMd5sTTcFd > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfiHUWQrT6GTmmrFuPJbKtsIaN1hg64N { width:6.6875rem;height:6.6875rem;top:6.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGl9EwKTymdvCoLwUrsBCx9iFEdDzZM { width:9.6875rem;height:4.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGp6z5aOtOxDRWbWMbClck9UaHETSDFP { width:7.875rem;height:3.4375rem;top:14.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZspq1V1xCHR0fQBUHlUX5J0f5pzXKLH { width:7.875rem;height:6.0625rem;top:19.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igt6slQ73lBXVUtHQVndB7aM3zOFn4U7 { width:10.3125rem;height:2.5625rem;top:26.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C5Ph4B6xkPyz2LobB6Btqa3cFTXJc3 { width:11.625rem;height:3rem;top:30.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4iwvnx9mHE33OqzbgooZtRydTezGDBp { width:11.625rem;height:2.4375rem;top:34.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdLbcwFENapzRzDaZfVH4FifK0l2Q68w { display:block; }#SdLbcwFENapzRzDaZfVH4FifK0l2Q68w > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azhpyNxEPhKgpB4BTXJ6zZzdErmz6mND { width:20rem;height:1.94921875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2psorNGnd5LSggwbHvnv3OTn0Ouxp1P { width:17.4375rem;height:3.375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSectDTxahxQMUq5chiGbxGwXP5AWTV { display:block; }
 }@media only screen and (max-width: 763px) { #Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 { display:block; }#Dqeybq4aIvKt8siea6FuXTWwDe4FBQ20 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrgLXeuTU4IF17v1cZocnEPQAlcJaWdi { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1qUpIVH3FkDru9gHpHS09k97NzL0OL { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ONTgFlTShZHH6W0vB5F176n29W9PCe { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn { display:block; }#ZwsUzLsJn1ZANFmWKciED9yNbkf1tPXn > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCJMKiItDgS4UQ1Sg6rxT85nPRGqb8r5 { width:20rem;height:12.796875rem;top:3.2529296875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iv04AXRf5NpbzLE2XioqTItolrlnw3cO { width:18.5rem;height:4.9375rem;top:16.0498046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7oFw1PAteSxRDgLCfNTSpVq9ifxw7g { display:block; }
 }@media only screen and (max-width: 763px) { #zpgZfLNzDLo1rL8tT6aBQCNbnRzHgToe { width:20rem;height:3.2533333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLrGrw1MI715CILegwPrMSneAvdf49b { width:3.75rem;height:3.75rem;top:22.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK5Rt2s6HansqUR0nOliQIFSm7qnRx { display:block; }
 }@media only screen and (max-width: 763px) { #l84yaxkREOQz3gnpmGZAq9HC2S7CGVuT { width:3.75rem;height:3.75rem;top:22.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtLZoxbIpVTQ0QT9TGFrEXC96hrtoDf { display:block; }
 }@media only screen and (max-width: 763px) { #kNcfDHhTzQIJTDLC9XAmG0GaxiExWlun { width:4.6875rem;height:4.6875rem;top:27.5625rem;left:2.34375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLewxspFTXXdwaO43ZX6tL9ZRpLpVn1Z { width:5.0625rem;height:5.0625rem;top:27.375rem;left:11.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6n9ivqFnn1ozeMyA1UfFT87wyshIqm { width:17.8125rem;height:2.9375rem;top:32.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpPUMFxaNLAx3sNfmo7cRcpRv3T9GvVw { display:block; }
 }@media only screen and (max-width: 763px) { #HtMPBbCOycNf9F60owRghpXCQ5iTQcGL { display:block; }#HtMPBbCOycNf9F60owRghpXCQ5iTQcGL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bodwco1leVnEycINGHIWh1Op0Q0EzT3S { width:20rem;height:2.4375rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r01mwtguWCHOUC8bVsrKfLt5tCdPavQO { display:block; }#r01mwtguWCHOUC8bVsrKfLt5tCdPavQO > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeWrLWZUUR7fxK9yJy5FB8JnTFFPSKJH { width:20rem;height:1.29980625rem;top:15.0087890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Ed0HkUTNZKFRlLe6XPxxkw77GK1e8d { width:20rem;height:14.3965rem;top:0.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TI924p3vRtwMpUinU0R0kv4B9DwIAx { width:20rem;height:4.798825rem;top:16.30859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoMSZwymL2Ff7rXyLMJh2UhepuTirPN { width:20rem;height:1.29980625rem;top:22.35644375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nnODFL7gfKTTI4GPuJ2XX0suMRcHtJ { width:20rem;height:23.994125rem;top:24.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx { display:block; }#TTcc2FXNbdp6LZnwuoTnQnerIHWPLzGx > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilwb5GZCKdFKIlZVEFUN4dcHdMdTzW5B { width:20rem;height:4.875rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAMsvmWthLqptV1AGVQtJSLOH5w9MH5h { width:20rem;height:6.8125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQZLMVJ41BITKR4aBpHcrMpETCT5CB5 { height:10.5rem;width:18.75rem;top:7.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdiQxyLL2mKyHtVNfA17X2cMU52dscrM { width:17.3125rem;height:1.7871125rem;top:13.13671875rem;left:1.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }