.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, #98c0c3, #eaeaea);background-image: -moz-linear-gradient(45deg, #98c0c3, #eaeaea);background-image: -ms-linear-gradient(45deg, #98c0c3, #eaeaea);background-image: -o-linear-gradient(45deg, #98c0c3, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c0c3', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c0c3', endColorstr='#eaeaea' );";background-image: linear-gradient(45deg, #98c0c3, #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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { 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.824225rem;font-style:normal;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { 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; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { 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; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { 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; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { 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; }
#L6M5UQ1Fnag0ZVtPmJpSZkRX3MOkXfE1 { 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; }
#ezGXP8IPz9rVBpp7S7LVoLtX3DkzzLMR { 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; }
#U75m5Iz0ydGwxrLZq8kPyu0F6PTe2US8 { 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; }
#ySHPt5nu8SVaXiZUNrSD5aeSowwpUiF8 { 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; }
#p8tdeT79ProM6QV2kxMhIERUwi89TBny { 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:11.12109375rem;left:2.125rem;height:2.1933625rem;font-style:normal;display:block; }
#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN { position:relative;display:block; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN { background-color: transparent; background-image: none; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row .container > .video-iframe-container { display: none; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row > .video-iframe-container { display: none; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .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); }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN { border-width: 0; border-radius: 0; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .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; }#ylOEm1c7k7PAZCTd66FuSoao9AZlpNPS { 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; }
#BuhUr1TkuWGUaADQpON7XVA3NxAWnCTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cpezE10f1JDhscswZKT455t0ySMohIfe { color:#4c4c4c;display:block;width:23.0625rem;position:absolute;font-family:"marck script";font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:38.1875rem;height:1.94965rem;font-style:normal;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:10.375rem;width:60rem;position:relative;display:block; }#eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:5.3125rem;top:1.28125rem;left:2.65625rem;overflow:hidden;display:block; }
#DIxTHToQId29BnhoDAotMhP3lLoQb9eE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:9.1875rem;top:1rem;left:7.375rem;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:3.875rem;width:4.5rem;top:3.65625rem;left:9.71875rem;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:3.7431640625rem;left:13.625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container { background-color: transparent; background-image: none; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container > .video-iframe-container { display: none; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row > .video-iframe-container { display: none; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .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); }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container { border-width: 0; border-radius: 0; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#fNnA2CTsF075e1TQw2J8czBVft4L4SwV { 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; }
#vZs6fBgXnlu2idsJVhb6ozOHQUHB4WKZ { 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; }
#h0r49Z6ylMFJrNGA03pC5hD42t8RQ9BW { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltbDG2DMWtshNIK45uL2Ik45Lz11apmx { 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; }
#mGP3vDK9EWLaxAIu0XyBeTDzLeHCHaKS { 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; }
#bR6qIkpVopPVtwGSDH8mOa3VSWGR0Au2 { 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; }
#f4LvEtisCtPzHGHHxHbcBSzrquS7kpS7 { 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; }
#bDdssqAFxg94ZZn4C9ufCf031bcK7GU3 { 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; }
#GbRedN3Egf5vUk3uxrpF4F1BQDaTKslJ { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvvl6QxCyQO0ywLOB1vgtJZsVJ7Bi5QL { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K02JdG74SN94m6Kbg6kehKmiMxazxKpd { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1xux76UHQvIO5SnUBP5nUxmAXRJtEcA { 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.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8eRanGZ4HcSQzeNHXhlEsbryFeKdV8T { 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:15.98046875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8G7vkox30sEyJr1Ebc57HugPNdPMHHl { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DI4T7Z6aTAue7tPl30f4TyhOFT5T9QTW { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:16rem;left:45.8125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8fzaATCJpzLFPpFK3VHouT9TZ8fhJ8Q { position:absolute;display:block;z-index:100010;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; }
#torClsqVHoZnDTiZAoA0nItKvcXDoNkC { position:absolute;display:block;z-index:100049;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.8125rem;left:46.5625rem;overflow:hidden;display:block; }
#S3L6Ayn3qrJDJPbA9dMMr4r2IQqB6JCV { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:2.625rem;top:1.0625rem;left:57.375rem;overflow:hidden;display:block; }
#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container { background-color: transparent; background-image: none; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container > .video-iframe-container { display: none; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row > .video-iframe-container { display: none; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .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); }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container { border-width: 0; border-radius: 0; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#MaeJWWVhFsvRWdAxsgzS6x5tyG0poERd { 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; }
#un5HXmHlT7SbR0IUrIEtnZTECWhRLgUs { 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; }
#Rf7FdshOqQ1JD7rMMORgax1t6Pip2oTb { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bz1BufDdUOF3RMSaRPNJcZ3v3bcc4Qcu { 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; }
#AALx1qHiM1rOSfTSLuMQexWHeQOHZeG5 { 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; }
#LfambaNr5hymo3KRcNaXV405cWxOqnCr { 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; }
#zZyP5QuzcPeJKcCcCWstcSyZbThQFbJm { 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; }
#d1smDzG3iJRaLTc5cwiV3Eh2m0gKT5B7 { 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; }
#RAOL7F19VdSpwenQ7Q4WCqoNNLFFgTvZ { 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.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWP8v6n1GJ5hz1yQtpqJ7neA55kK07r6 { 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:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zv4G4pU0IXsr2yTVCAyfvh4oXiu6BHuk { 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.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFZVyq2JRU3ucU1B5zQ78cJpq9Zghar2 { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNypVzfDIioA8ssMwwfTQSX1s8PuiVNR { 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:15.98046875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWNf5sgpeZOlf0wUSpbRoTaodXMuZBCW { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.8125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AK68mndXef1w9HIXQ66tEwygVAhTfcQn { color:#094583;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:16rem;left:45.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQxM5TOGMbL78NPri7XetJMBeiUoZSpv { position:absolute;display:block;z-index:100010;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; }
#iJuv5InLeI1gK0retb3UvHucQI8nk3fT { position:absolute;display:block;z-index:100049;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.8125rem;left:46.5625rem;overflow:hidden;display:block; }
#MbF82PaWKXV8Vat1pOUKG4v1SxS1NRNn { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:2.625rem;top:1.0625rem;left:57.375rem;overflow:hidden;display:block; }
#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container { background-color: transparent; background-image: none; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container > .video-iframe-container { display: none; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row > .video-iframe-container { display: none; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .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); }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container { border-width: 0; border-radius: 0; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#EEAwDE20cdxxmrBKu4kDSohrv92aXTTy { 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; }
#IMfr6ER0USDfe521RdHHnvO2yAZDaUqX { 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; }
#coW29bXLeubseE83IvJA4zEJkUQFchOW { 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.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6gHnPIUg33AoEPrZqumMpniEMqAlE8a { 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; }
#ZkAlzPAhALuluz2sbImmyAlTFkZ4PPTx { 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:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0JTmaZSSqXZdfi57zmLfhsdc4ydHhJO { 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:15.98046875rem;left:30.65625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;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.1933625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafa;background-image:none;position:relative;display:block; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container { background-color: transparent; background-image: none; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container > .video-iframe-container { display: none; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row > .video-iframe-container { display: none; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .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); }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container { border-width: 0; border-radius: 0; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:60rem;position:relative;display:block; }#vtmHDcUONLuITb6UeviwuGTkbTpgtTf4 { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:4.3125rem;left:0rem;height:6.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zAm1CZPXlGiNNeNIUOn0keH7kcmdqTKw { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBNETvXbnTnzPDAAEbMmlomB0C4QHDCF { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:30rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GG2DpOlnGyVWIPQLfnMP8t4klpf1umEy { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54rem;width:0.125rem;top:4.3125rem;left:15.016386103152rem;display:block; }
#FehSGTstXTeLPdLCOKfQMAo4wfbFQ6QU { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.5625rem;width:0.125rem;top:3.125rem;left:44.85789756447rem;display:block; }
#N54wl46gNUZyyDoPJs6iSGhDTpJc0DZ7 { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:9.625rem;left:15.8125rem;height:10.9960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tWqBOiSsKTiFkka3upavUDAdpNVM365g { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:16.2841796875rem;left:0rem;height:10.9960625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HBUZsaqx3b2FTCiT2gQv2SPpE4MxP1lb { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:22.943359375rem;left:15.8125rem;height:15.3945625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tk5nyNcJPFv1QDOl4WJ0r39XO7wFUISg { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:19.58203125rem;left:30rem;height:13.1953125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SEQioz77MLn7pcEQxZH1HTnpZBWH1LRf { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:4.3115234375rem;left:30rem;height:6.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EPBGkoaDWMudqTzqgLbn6cqkLcMgAcR4 { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:10.9716796875rem;left:45.75rem;height:13.19528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hw6CC3BhQHTVTqpbcyqNEcEwVdSQuV5U { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:27.33203125rem;left:45.75rem;height:13.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wH6phCgiqAiQ14KcM4AHrfylnslghTsk { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:36.8515625rem;left:0rem;height:8.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S5beBAMLUoDilx06wpuN21Kw2XIIeexQ { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:45.7109375rem;left:15.8125rem;height:8.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qRXJp58HCWQrAm3lJC9Kur8sTldRd4wG { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:53.35546875rem;left:0rem;height:4.3984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bScSfqI2Q6VgsUauaVpeDT38nlWBOqPr { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:40.27734375rem;left:30rem;height:10.9960625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yDO2p88aukS51KSdhPofgm0agTaDhxsB { color:#2b2a2a;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:45.7109375rem;left:45.5625rem;height:10.9960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc { position:relative;display:block; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc { background-color: transparent; background-image: none; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row .container > .video-iframe-container { display: none; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row > .video-iframe-container { display: none; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .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); }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc { border-width: 0; border-radius: 0; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .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; }#lBwlUdfUbC225tbE0mGsuWgg0wyJQvAU { 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; }
#BTHU3STFe6bQBOoR9Kx0Jv6OQqTnGXV7 { 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; }
#awNwXebIRZh8gwIDQvzkVFTvX5QH3m2J { 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; }
#clNhXPKHJgNxbqKzxMXiSG7FVRtrTxbP { 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; }
#L2p5EVDCNNALDCL8hkEpPWo6AsLy7upv { 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.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvITKMLzmi19Dx62VuEnCN0ndzmqkIOI { 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; }
#tezawRTc3qki8snez3aeOBdCbPMTAlfE { 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.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFZazZ9HwW0iPl5hH0lkbXTedgAHMziH { 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; }
#p80zWTQsVznmIXT7sqrc53W1Dt6W7Avr { 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.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3x24xTSq3h2U3iJTG0B2DmtPu78TTuQ { 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; }
#rKUBxFtkdL4dL11tvrDbr4S6qpTEEOCC { 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.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C37lvkk3kvTNXl7hUHtis6ppSWRCTTDK { 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; }
#Nz0XCPkQA891gG0Ic9zdBEKdAtJFVTXX { 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; }
#O4BCK4V5GZPXRJEBpduJmRs2JSZfmzFp { 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; }
#FAmEU8FIwScwakFmvPKFxgDbpmenSrW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I8MlIw38QktWTsUxi2y6yibB9A4o6eUs { 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; }
#ftZ3bXKRgEq441BsrclOkH4txfWIlQo4 { 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; }
#bbTBB2vd1mtpw6pnthVuH1smGGlBtEwK { 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; }
#DwdagIuZ3i2h1tioSqtO38G4CzK8gld0 { 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; }
#PFi74wGiPtIVorEz3VRiWV945rrzUbSa { 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; }
#r3Ty8ilG1HVJlFBlypNgChAUeDrFOnPw { 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; }
#K8QcmSySFf3dpfnDOd4LZBdegSs1OcnO { 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; }
#tR4ZdCKJ1TWHn6aNipTPT8rKDn6te9Hu { 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.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container { background-color: transparent; background-image: none; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container > .video-iframe-container { display: none; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row > .video-iframe-container { display: none; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .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); }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container { border-width: 0; border-radius: 0; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#bWnwCTGM4kdRvysyacO9D4r7xrvdWtoU { 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; }
#uug35VLQNZGd96V2bRP0IaOaM87MIoKZ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.3125rem;top:3.53125rem;left:44.8125rem;overflow:hidden;display:block; }
#wzMQTefWyOmKVmoZJdnWe4POHWshtuvA { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:7.875rem;top:1.78125rem;left:17.8125rem;overflow:hidden;display:block; }
#lyEg95NUoBlSP3mLz5FsztUzpeeUAQn2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:7.875rem;top:3.09375rem;left:32.875rem;overflow:hidden;display:block; }
#iRCaSd3rzkEwVZa6J3aixOXLelkv7NXh { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:10.625rem;top:11rem;left:2.25rem;overflow:hidden;display:block; }
#wsQr7sL1277eODeEygmKApOilFRpxybp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:10.625rem;top:11rem;left:16.4375rem;overflow:hidden;display:block; }
#G8KyMS1ReL32azn4Qf5Sk25EyMTXaXfT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:8.25rem;left:29.09375rem;overflow:hidden;display:block; }
#Pe3N0oOfnHsrooqR36tmBfPXBgy35vxL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:5.875rem;top:8.25rem;left:38.1875rem;overflow:hidden;display:block; }
#bHx6iTJgOVGH9VUsQoyryGo2SrZKpkSC { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.875rem;top:8.9375rem;left:47.03125rem;overflow:hidden;display:block; }
#kesPKcBToBRK5XKReUlepXLPhfzRavfw { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:4.8125rem;top:14.8125rem;left:3.53125rem;overflow:hidden;display:block; }
#uy25o4201ADCp3GeTExuJX2CnoOeebLR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:9.375rem;top:15.34375rem;left:12.40625rem;overflow:hidden;display:block; }
#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container { background-color: transparent; background-image: none; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container > .video-iframe-container { display: none; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row > .video-iframe-container { display: none; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .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); }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container { border-width: 0; border-radius: 0; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#xftxvwLNsfydiPgITXO7orgZ03P25wTb { 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; }
#pZE6rCTUZuB32ixp620nOO2KPfndkTiU { 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; }
#Wrv3DGs4QLbvJyMDS2pdaoa3vxoX2uDn { 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:18.6875rem;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; }
#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container { background-color: transparent; background-image: none; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container > .video-iframe-container { display: none; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row > .video-iframe-container { display: none; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .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); }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container { border-width: 0; border-radius: 0; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#WXUfOSGubFc1C6b9FST4QoK8544NVzOP { 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; }
#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container { background-color: transparent; background-image: none; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container > .video-iframe-container { display: none; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row > .video-iframe-container { display: none; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .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); }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container { border-width: 0; border-radius: 0; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#uOZIoxS0TJxX5noKCITyCbD63W0XAULS { 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; }
#okHRnA9MA7yW9wBrZTZ5MEnKzP4I8Ksz { 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; }
#pVgz7STmNGITyd1T4OkSsyUiTFGSReLu { 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:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5SUEDVcPcbFzU7CKkFz7hivTFXTmixN { 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; }
#STTpcv0FT3wFbAQis0dW4rNCIcU8sxBE { 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:7.9980625rem;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) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:4.125rem;left:0rem;width:30.0625rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:15.5625rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:4.125rem;left:24.875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:3.1875rem;left:27.3125rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:3.5625rem;left:24.5625rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6M5UQ1Fnag0ZVtPmJpSZkRX3MOkXfE1 { top:3.1875rem;left:0rem;width:28.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGXP8IPz9rVBpp7S7LVoLtX3DkzzLMR { top:1rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75m5Iz0ydGwxrLZq8kPyu0F6PTe2US8 { top:15.5625rem;left:23.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHPt5nu8SVaXiZUNrSD5aeSowwpUiF8 { top:6.8125rem;left:40.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tdeT79ProM6QV2kxMhIERUwi89TBny { top:11.0625rem;left:0rem;width:29.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN { display:block; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylOEm1c7k7PAZCTd66FuSoao9AZlpNPS { top:1.3125rem;left:8.9375rem;width:14.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhUr1TkuWGUaADQpON7XVA3NxAWnCTo { display:block; }
 }@media only screen and (max-width: 763px) { #cpezE10f1JDhscswZKT455t0ySMohIfe { top:2.0625rem;left:24.6875rem;width:23.0625rem;height:1.9375rem;font-size:1.5rem;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) { #eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { top:1.25rem;left:0rem;width:5.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxTHToQId29BnhoDAotMhP3lLoQb9eE { top:1rem;left:4.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Xm7gkhN77EGZwKP80qABksTkMq7Fp1 { top:3.625rem;left:6.65625rem;width:4.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:3.6875rem;left:0rem;width:35.3125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy { display:block; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNnA2CTsF075e1TQw2J8czBVft4L4SwV { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZs6fBgXnlu2idsJVhb6ozOHQUHB4WKZ { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0r49Z6ylMFJrNGA03pC5hD42t8RQ9BW { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbDG2DMWtshNIK45uL2Ik45Lz11apmx { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGP3vDK9EWLaxAIu0XyBeTDzLeHCHaKS { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR6qIkpVopPVtwGSDH8mOa3VSWGR0Au2 { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4LvEtisCtPzHGHHxHbcBSzrquS7kpS7 { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdssqAFxg94ZZn4C9ufCf031bcK7GU3 { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbRedN3Egf5vUk3uxrpF4F1BQDaTKslJ { 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) { #uvvl6QxCyQO0ywLOB1vgtJZsVJ7Bi5QL { 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) { #K02JdG74SN94m6Kbg6kehKmiMxazxKpd { top:15.9375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xux76UHQvIO5SnUBP5nUxmAXRJtEcA { top:15.9375rem;left:10.1875rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eRanGZ4HcSQzeNHXhlEsbryFeKdV8T { top:15.9375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8G7vkox30sEyJr1Ebc57HugPNdPMHHl { 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) { #DI4T7Z6aTAue7tPl30f4TyhOFT5T9QTW { top:16rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fzaATCJpzLFPpFK3VHouT9TZ8fhJ8Q { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #torClsqVHoZnDTiZAoA0nItKvcXDoNkC { top:1.8125rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3L6Ayn3qrJDJPbA9dMMr4r2IQqB6JCV { top:1.0625rem;left:45.125rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX { display:block; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaeJWWVhFsvRWdAxsgzS6x5tyG0poERd { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5HXmHlT7SbR0IUrIEtnZTECWhRLgUs { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7FdshOqQ1JD7rMMORgax1t6Pip2oTb { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz1BufDdUOF3RMSaRPNJcZ3v3bcc4Qcu { top:1.0625rem;left:10.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AALx1qHiM1rOSfTSLuMQexWHeQOHZeG5 { top:1.0625rem;left:22.4375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfambaNr5hymo3KRcNaXV405cWxOqnCr { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyP5QuzcPeJKcCcCWstcSyZbThQFbJm { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1smDzG3iJRaLTc5cwiV3Eh2m0gKT5B7 { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOL7F19VdSpwenQ7Q4WCqoNNLFFgTvZ { 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) { #rWP8v6n1GJ5hz1yQtpqJ7neA55kK07r6 { top:14.4375rem;left:22.125rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4G4pU0IXsr2yTVCAyfvh4oXiu6BHuk { top:15.9375rem;left:0rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZVyq2JRU3ucU1B5zQ78cJpq9Zghar2 { 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) { #MNypVzfDIioA8ssMwwfTQSX1s8PuiVNR { top:15.9375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWNf5sgpeZOlf0wUSpbRoTaodXMuZBCW { top:14.4375rem;left:34.0625rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK68mndXef1w9HIXQ66tEwygVAhTfcQn { top:16rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxM5TOGMbL78NPri7XetJMBeiUoZSpv { top:1.0625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJuv5InLeI1gK0retb3UvHucQI8nk3fT { top:1.8125rem;left:35.8125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbF82PaWKXV8Vat1pOUKG4v1SxS1NRNn { top:1.0625rem;left:45.125rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef { display:block; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEAwDE20cdxxmrBKu4kDSohrv92aXTTy { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMfr6ER0USDfe521RdHHnvO2yAZDaUqX { top:1.0625rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coW29bXLeubseE83IvJA4zEJkUQFchOW { top:14.4375rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gHnPIUg33AoEPrZqumMpniEMqAlE8a { top:1.75rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkAlzPAhALuluz2sbImmyAlTFkZ4PPTx { top:15.9375rem;left:0rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0JTmaZSSqXZdfi57zmLfhsdc4ydHhJO { top:15.9375rem;left:22.125rem;width:13.6875rem;height:1.5rem;font-size:1.1875rem;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) { #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) { #AC1OJ1sy7OxTrklKQVL3BErWUX89xatl { display:block; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtmHDcUONLuITb6UeviwuGTkbTpgtTf4 { width:14.25rem;height:6.625rem;top:4.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAm1CZPXlGiNNeNIUOn0keH7kcmdqTKw { width:30.0625rem;height:2.375rem;top:0rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBNETvXbnTnzPDAAEbMmlomB0C4QHDCF { width:29.75rem;height:2.3125rem;top:0rem;left:18rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG2DpOlnGyVWIPQLfnMP8t4klpf1umEy { top:4.3125rem;left:11.953886103152rem;width:0.125rem;height:54rem;display:block; }
 }@media only screen and (max-width: 763px) { #FehSGTstXTeLPdLCOKfQMAo4wfbFQ6QU { top:3.125rem;left:35.67039756447rem;width:0.125rem;height:55.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N54wl46gNUZyyDoPJs6iSGhDTpJc0DZ7 { width:14.25rem;height:10.9375rem;top:9.625rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqBOiSsKTiFkka3upavUDAdpNVM365g { width:14.25rem;height:10.9375rem;top:16.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBUZsaqx3b2FTCiT2gQv2SPpE4MxP1lb { width:14.25rem;height:15.375rem;top:22.9375rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5nyNcJPFv1QDOl4WJ0r39XO7wFUISg { width:14.25rem;height:13.1875rem;top:19.5625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQioz77MLn7pcEQxZH1HTnpZBWH1LRf { width:14.25rem;height:6.625rem;top:4.25rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBGkoaDWMudqTzqgLbn6cqkLcMgAcR4 { width:14.25rem;height:13.1875rem;top:10.9375rem;left:33.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw6CC3BhQHTVTqpbcyqNEcEwVdSQuV5U { width:14.25rem;height:13.1875rem;top:27.3125rem;left:33.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH6phCgiqAiQ14KcM4AHrfylnslghTsk { width:14.25rem;height:8.8125rem;top:36.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5beBAMLUoDilx06wpuN21Kw2XIIeexQ { width:14.25rem;height:8.75rem;top:45.6875rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRXJp58HCWQrAm3lJC9Kur8sTldRd4wG { width:14.25rem;height:4.375rem;top:53.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bScSfqI2Q6VgsUauaVpeDT38nlWBOqPr { width:14.25rem;height:10.9375rem;top:40.25rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDO2p88aukS51KSdhPofgm0agTaDhxsB { width:14.25rem;height:10.9375rem;top:45.6875rem;left:33.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc { display:block; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBwlUdfUbC225tbE0mGsuWgg0wyJQvAU { top:3.4375rem;left:0rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHU3STFe6bQBOoR9Kx0Jv6OQqTnGXV7 { top:3.4375rem;left:10.125rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNwXebIRZh8gwIDQvzkVFTvX5QH3m2J { 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) { #clNhXPKHJgNxbqKzxMXiSG7FVRtrTxbP { top:4.6875rem;left:0.34375rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2p5EVDCNNALDCL8hkEpPWo6AsLy7upv { top:6rem;left:4.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvITKMLzmi19Dx62VuEnCN0ndzmqkIOI { 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) { #tezawRTc3qki8snez3aeOBdCbPMTAlfE { 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) { #JFZazZ9HwW0iPl5hH0lkbXTedgAHMziH { 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) { #p80zWTQsVznmIXT7sqrc53W1Dt6W7Avr { 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) { #Q3x24xTSq3h2U3iJTG0B2DmtPu78TTuQ { 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) { #rKUBxFtkdL4dL11tvrDbr4S6qpTEEOCC { top:6rem;left:40.40625rem;width:6.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C37lvkk3kvTNXl7hUHtis6ppSWRCTTDK { top:19.625rem;left:5.5625rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0XCPkQA891gG0Ic9zdBEKdAtJFVTXX { top:0.25rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4BCK4V5GZPXRJEBpduJmRs2JSZfmzFp { width:11.6875rem;height:3.125rem;top:14.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmEU8FIwScwakFmvPKFxgDbpmenSrW1 { display:block; }
 }@media only screen and (max-width: 763px) { #I8MlIw38QktWTsUxi2y6yibB9A4o6eUs { top:3.4375rem;left:10.125rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftZ3bXKRgEq441BsrclOkH4txfWIlQo4 { top:3.4375rem;left:22.0625rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTBB2vd1mtpw6pnthVuH1smGGlBtEwK { top:3.4375rem;left:34rem;width:13.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwdagIuZ3i2h1tioSqtO38G4CzK8gld0 { 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) { #PFi74wGiPtIVorEz3VRiWV945rrzUbSa { 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) { #r3Ty8ilG1HVJlFBlypNgChAUeDrFOnPw { 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) { #K8QcmSySFf3dpfnDOd4LZBdegSs1OcnO { width:11.6875rem;height:3.125rem;top:14.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4ZdCKJ1TWHn6aNipTPT8rKDn6te9Hu { 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) { #eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n { display:block; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWnwCTGM4kdRvysyacO9D4r7xrvdWtoU { top:2.5625rem;left:0rem;width:9.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uug35VLQNZGd96V2bRP0IaOaM87MIoKZ { top:3.5rem;left:37.4375rem;width:10.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMQTefWyOmKVmoZJdnWe4POHWshtuvA { top:1.75rem;left:11.6875rem;width:7.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEg95NUoBlSP3mLz5FsztUzpeeUAQn2 { top:3.0625rem;left:26.75rem;width:7.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRCaSd3rzkEwVZa6J3aixOXLelkv7NXh { top:11rem;left:0rem;width:10.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsQr7sL1277eODeEygmKApOilFRpxybp { top:11rem;left:10.3125rem;width:10.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KyMS1ReL32azn4Qf5Sk25EyMTXaXfT { top:8.25rem;left:22.96875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe3N0oOfnHsrooqR36tmBfPXBgy35vxL { top:8.25rem;left:32.0625rem;width:5.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHx6iTJgOVGH9VUsQoyryGo2SrZKpkSC { top:8.9375rem;left:40.90625rem;width:5.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kesPKcBToBRK5XKReUlepXLPhfzRavfw { top:14.8125rem;left:0rem;width:4.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy25o4201ADCp3GeTExuJX2CnoOeebLR { top:15.3125rem;left:6.28125rem;width:9.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs75913Zr6tTZvTI18zOR3oQALFfbuS4 { display:block; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xftxvwLNsfydiPgITXO7orgZ03P25wTb { top:0.5625rem;left:25.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZE6rCTUZuB32ixp620nOO2KPfndkTiU { top:0.5625rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrv3DGs4QLbvJyMDS2pdaoa3vxoX2uDn { 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) { #JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 { display:block; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXUfOSGubFc1C6b9FST4QoK8544NVzOP { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe { display:block; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOZIoxS0TJxX5noKCITyCbD63W0XAULS { width:47.75rem;height:1.4375rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHRnA9MA7yW9wBrZTZ5MEnKzP4I8Ksz { width:47.75rem;height:4.75rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgz7STmNGITyd1T4OkSsyUiTFGSReLu { width:47.75rem;height:1.5625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5SUEDVcPcbFzU7CKkFz7hivTFXTmixN { width:47.75rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTpcv0FT3wFbAQis0dW4rNCIcU8sxBE { 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) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { 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) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:19.375rem;height:4.3857375rem;top:12.4599609375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:8.625rem;height:8.625rem;top:19.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:10.125rem;height:10.125rem;top:18.375rem;left:6.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:8.9375rem;height:8.9375rem;top:19.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6M5UQ1Fnag0ZVtPmJpSZkRX3MOkXfE1 { width:20rem;height:11.125rem;top:7.4951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGXP8IPz9rVBpp7S7LVoLtX3DkzzLMR { width:3.625rem;height:3.625rem;top:3.224609375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75m5Iz0ydGwxrLZq8kPyu0F6PTe2US8 { width:3.9375rem;height:3.9375rem;top:19.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHPt5nu8SVaXiZUNrSD5aeSowwpUiF8 { width:4.0625rem;height:4.0625rem;top:24.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tdeT79ProM6QV2kxMhIERUwi89TBny { width:20rem;height:2.5996125rem;top:8.59375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN { display:block; }#mwg4tbbpHhzXDTRLdipVTC4Xz1hnsLuN > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylOEm1c7k7PAZCTd66FuSoao9AZlpNPS { top:1.4453125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhUr1TkuWGUaADQpON7XVA3NxAWnCTo { display:block; }
 }@media only screen and (max-width: 763px) { #cpezE10f1JDhscswZKT455t0ySMohIfe { width:20rem;height:3.8984375rem;top:5.8203125rem;left:0rem;font-size:1.5rem;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:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { width:5.0625rem;height:5.5rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIxTHToQId29BnhoDAotMhP3lLoQb9eE { width:5.8125rem;height:5.8125rem;top:3.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Xm7gkhN77EGZwKP80qABksTkMq7Fp1 { width:3.1875rem;height:2.75rem;top:5rem;left:8.4375rem;display:block; }
 }@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) { #XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy { display:block; }#XL6XvxtFnBzo1kO9QChsfBLd5TC2yHcy > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNnA2CTsF075e1TQw2J8czBVft4L4SwV { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZs6fBgXnlu2idsJVhb6ozOHQUHB4WKZ { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0r49Z6ylMFJrNGA03pC5hD42t8RQ9BW { width:16.3125rem;height:1.94921875rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbDG2DMWtshNIK45uL2Ik45Lz11apmx { width:15.625rem;height:15.625rem;top:21.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGP3vDK9EWLaxAIu0XyBeTDzLeHCHaKS { width:15.625rem;height:15.625rem;top:45rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR6qIkpVopPVtwGSDH8mOa3VSWGR0Au2 { width:12.75rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4LvEtisCtPzHGHHxHbcBSzrquS7kpS7 { width:11.9375rem;height:11.9375rem;top:23.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdssqAFxg94ZZn4C9ufCf031bcK7GU3 { width:11.9375rem;height:11.9375rem;top:46.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbRedN3Egf5vUk3uxrpF4F1BQDaTKslJ { width:13.6875rem;height:1.94921875rem;top:37.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvvl6QxCyQO0ywLOB1vgtJZsVJ7Bi5QL { width:13.6875rem;height:1.94921875rem;top:60.625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K02JdG74SN94m6Kbg6kehKmiMxazxKpd { width:13.6875rem;height:1.94921875rem;top:17.76171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xux76UHQvIO5SnUBP5nUxmAXRJtEcA { width:13.6875rem;height:3.8984375rem;top:39.26171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eRanGZ4HcSQzeNHXhlEsbryFeKdV8T { width:13.6875rem;height:1.94921875rem;top:62.625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8G7vkox30sEyJr1Ebc57HugPNdPMHHl { width:13.6875rem;height:3.8984375rem;top:79.875rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI4T7Z6aTAue7tPl30f4TyhOFT5T9QTW { width:13.6875rem;height:5.84765625rem;top:83.75rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fzaATCJpzLFPpFK3VHouT9TZ8fhJ8Q { width:13.375rem;height:13.375rem;top:66.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #torClsqVHoZnDTiZAoA0nItKvcXDoNkC { width:11.9375rem;height:11.9375rem;top:67.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3L6Ayn3qrJDJPbA9dMMr4r2IQqB6JCV { width:2.625rem;height:3.6875rem;top:66.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX { display:block; }#l235AMmdbrMwyVe6GQ8vDsCT2mbteqkX > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaeJWWVhFsvRWdAxsgzS6x5tyG0poERd { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5HXmHlT7SbR0IUrIEtnZTECWhRLgUs { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7FdshOqQ1JD7rMMORgax1t6Pip2oTb { width:16.3125rem;height:1.94921875rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz1BufDdUOF3RMSaRPNJcZ3v3bcc4Qcu { width:15.625rem;height:15.625rem;top:21.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AALx1qHiM1rOSfTSLuMQexWHeQOHZeG5 { width:15.625rem;height:15.625rem;top:45.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfambaNr5hymo3KRcNaXV405cWxOqnCr { width:12.75rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyP5QuzcPeJKcCcCWstcSyZbThQFbJm { width:11.9375rem;height:11.9375rem;top:23.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1smDzG3iJRaLTc5cwiV3Eh2m0gKT5B7 { width:11.9375rem;height:11.9375rem;top:47.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOL7F19VdSpwenQ7Q4WCqoNNLFFgTvZ { width:13.6875rem;height:7.796875rem;top:37.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWP8v6n1GJ5hz1yQtpqJ7neA55kK07r6 { width:13.6875rem;height:3.8984375rem;top:60.8125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4G4pU0IXsr2yTVCAyfvh4oXiu6BHuk { width:13.6875rem;height:3.8984375rem;top:17.76171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZVyq2JRU3ucU1B5zQ78cJpq9Zghar2 { width:13.6875rem;height:1.94921875rem;top:39.26171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNypVzfDIioA8ssMwwfTQSX1s8PuiVNR { width:13.6875rem;height:1.94921875rem;top:69.625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWNf5sgpeZOlf0wUSpbRoTaodXMuZBCW { width:13.6875rem;height:3.8984375rem;top:78.962890625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK68mndXef1w9HIXQ66tEwygVAhTfcQn { width:13.6875rem;height:1.94921875rem;top:80.849609375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxM5TOGMbL78NPri7XetJMBeiUoZSpv { width:13.375rem;height:13.375rem;top:65.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJuv5InLeI1gK0retb3UvHucQI8nk3fT { width:11.9375rem;height:11.9375rem;top:66.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbF82PaWKXV8Vat1pOUKG4v1SxS1NRNn { width:2.625rem;height:3.6875rem;top:60.75rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef { display:block; }#QqOb9qXk6yQI6heDw4bHG8ATAewK39Ef > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEAwDE20cdxxmrBKu4kDSohrv92aXTTy { width:15.625rem;height:15.625rem;top:0.9248046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMfr6ER0USDfe521RdHHnvO2yAZDaUqX { width:6.375rem;height:5.0625rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coW29bXLeubseE83IvJA4zEJkUQFchOW { width:16.3125rem;height:1.94921875rem;top:15.8125rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gHnPIUg33AoEPrZqumMpniEMqAlE8a { width:12.75rem;height:12.75rem;top:2.3623046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkAlzPAhALuluz2sbImmyAlTFkZ4PPTx { width:13.6875rem;height:7.796875rem;top:17.76171875rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0JTmaZSSqXZdfi57zmLfhsdc4ydHhJO { width:13.6875rem;height:1.94921875rem;top:26.0625rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyTOE7R2SqAb6TspA3RAAdgieABoplk { display:block; }#aOyTOE7R2SqAb6TspA3RAAdgieABoplk > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqPrFEstiACTAtZJtQ48m9A5S3M6QmxF { width:20rem;height:2.4375rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz { display:block; }#V18d9izwn5ifO6gV19d8Kp1fzIxhGQUz > .row .container { width:20rem;height:8.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3Rz6eJv4QAHHUSXSsBe3USLU5fUsrvh { width:20rem;height:4.875rem;top:3.59375rem;left:0rem;font-size:1.875rem;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) { #AC1OJ1sy7OxTrklKQVL3BErWUX89xatl { display:block; }#AC1OJ1sy7OxTrklKQVL3BErWUX89xatl > .row .container { width:20rem;height:145.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtmHDcUONLuITb6UeviwuGTkbTpgtTf4 { width:20rem;height:6.59765625rem;top:6.34375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAm1CZPXlGiNNeNIUOn0keH7kcmdqTKw { width:20rem;height:2.35546875rem;top:4.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBNETvXbnTnzPDAAEbMmlomB0C4QHDCF { width:20rem;height:2.35546875rem;top:75.1923828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG2DpOlnGyVWIPQLfnMP8t4klpf1umEy { width:0.1875rem;height:25rem;top:35.780275rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FehSGTstXTeLPdLCOKfQMAo4wfbFQ6QU { width:0.1875rem;height:25rem;top:105.18636875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N54wl46gNUZyyDoPJs6iSGhDTpJc0DZ7 { width:14.25rem;height:10.9960625rem;top:12.87890625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqBOiSsKTiFkka3upavUDAdpNVM365g { width:14.25rem;height:10.9960625rem;top:23.8125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBUZsaqx3b2FTCiT2gQv2SPpE4MxP1lb { width:14.25rem;height:15.3945625rem;top:34.74609375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5nyNcJPFv1QDOl4WJ0r39XO7wFUISg { width:14.25rem;height:13.1953125rem;top:97.15234375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQioz77MLn7pcEQxZH1HTnpZBWH1LRf { width:14.25rem;height:6.59765625rem;top:77.4853515625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBGkoaDWMudqTzqgLbn6cqkLcMgAcR4 { width:14.25rem;height:13.19528125rem;top:84.0205078125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw6CC3BhQHTVTqpbcyqNEcEwVdSQuV5U { width:14.25rem;height:13.1953125rem;top:110.28515625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH6phCgiqAiQ14KcM4AHrfylnslghTsk { width:14.25rem;height:8.796875rem;top:50.078125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5beBAMLUoDilx06wpuN21Kw2XIIeexQ { width:14.25rem;height:8.796875rem;top:58.8125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRXJp58HCWQrAm3lJC9Kur8sTldRd4wG { width:14.25rem;height:4.3984375rem;top:67.546875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bScSfqI2Q6VgsUauaVpeDT38nlWBOqPr { width:14.25rem;height:10.9960625rem;top:123.41796875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDO2p88aukS51KSdhPofgm0agTaDhxsB { width:14.25rem;height:10.9960625rem;top:134.4130859375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc { display:block; }#wKSJFyawlHJn2mRXBBPBLplQT5Uz1aFc > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBwlUdfUbC225tbE0mGsuWgg0wyJQvAU { width:13.75rem;height:15rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHU3STFe6bQBOoR9Kx0Jv6OQqTnGXV7 { width:13.375rem;height:14.625rem;top:17.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #awNwXebIRZh8gwIDQvzkVFTvX5QH3m2J { 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) { #clNhXPKHJgNxbqKzxMXiSG7FVRtrTxbP { width:3.3125rem;height:3.5rem;top:2.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2p5EVDCNNALDCL8hkEpPWo6AsLy7upv { 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) { #cvITKMLzmi19Dx62VuEnCN0ndzmqkIOI { 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) { #tezawRTc3qki8snez3aeOBdCbPMTAlfE { width:6.875rem;height:2.11230625rem;top:21rem;left:8.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZazZ9HwW0iPl5hH0lkbXTedgAHMziH { 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) { #p80zWTQsVznmIXT7sqrc53W1Dt6W7Avr { 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) { #Q3x24xTSq3h2U3iJTG0B2DmtPu78TTuQ { 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) { #rKUBxFtkdL4dL11tvrDbr4S6qpTEEOCC { 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) { #C37lvkk3kvTNXl7hUHtis6ppSWRCTTDK { width:6.375rem;height:5.0625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0XCPkQA891gG0Ic9zdBEKdAtJFVTXX { width:3.25rem;height:4.5rem;top:63.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4BCK4V5GZPXRJEBpduJmRs2JSZfmzFp { width:10.75rem;height:2.8125rem;top:11.537109375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmEU8FIwScwakFmvPKFxgDbpmenSrW1 { display:block; }
 }@media only screen and (max-width: 763px) { #I8MlIw38QktWTsUxi2y6yibB9A4o6eUs { width:13.75rem;height:15rem;top:18.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftZ3bXKRgEq441BsrclOkH4txfWIlQo4 { width:13.75rem;height:15rem;top:34.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTBB2vd1mtpw6pnthVuH1smGGlBtEwK { width:13.75rem;height:15rem;top:51.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwdagIuZ3i2h1tioSqtO38G4CzK8gld0 { width:4.1875rem;height:4.1875rem;top:20rem;left:3.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFi74wGiPtIVorEz3VRiWV945rrzUbSa { 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) { #r3Ty8ilG1HVJlFBlypNgChAUeDrFOnPw { 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) { #K8QcmSySFf3dpfnDOd4LZBdegSs1OcnO { width:11.6875rem;height:3.125rem;top:29.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4ZdCKJ1TWHn6aNipTPT8rKDn6te9Hu { 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) { #eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n { display:block; }#eIRGhc6asfC2Cxv0ildUUcGmCrKZA59n > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWnwCTGM4kdRvysyacO9D4r7xrvdWtoU { width:9.6875rem;height:4.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uug35VLQNZGd96V2bRP0IaOaM87MIoKZ { width:10.3125rem;height:2.5625rem;top:18.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMQTefWyOmKVmoZJdnWe4POHWshtuvA { width:7.875rem;height:6.0625rem;top:6.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEg95NUoBlSP3mLz5FsztUzpeeUAQn2 { width:7.875rem;height:3.4375rem;top:14.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRCaSd3rzkEwVZa6J3aixOXLelkv7NXh { width:13rem;height:3rem;top:24.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsQr7sL1277eODeEygmKApOilFRpxybp { width:10.625rem;height:2.25rem;top:28.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KyMS1ReL32azn4Qf5Sk25EyMTXaXfT { width:6.5625rem;height:6.5625rem;top:32rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe3N0oOfnHsrooqR36tmBfPXBgy35vxL { width:5.875rem;height:6.5625rem;top:38.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHx6iTJgOVGH9VUsQoyryGo2SrZKpkSC { width:5.875rem;height:5.1875rem;top:46.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kesPKcBToBRK5XKReUlepXLPhfzRavfw { width:4.8125rem;height:5.1875rem;top:52.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy25o4201ADCp3GeTExuJX2CnoOeebLR { width:9.375rem;height:4.125rem;top:59.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs75913Zr6tTZvTI18zOR3oQALFfbuS4 { display:block; }#rs75913Zr6tTZvTI18zOR3oQALFfbuS4 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xftxvwLNsfydiPgITXO7orgZ03P25wTb { width:1.9375rem;height:1.9375rem;top:7.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZE6rCTUZuB32ixp620nOO2KPfndkTiU { width:1.9375rem;height:1.9375rem;top:4.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrv3DGs4QLbvJyMDS2pdaoa3vxoX2uDn { width:1.9375rem;height:1.9375rem;top:1.25rem;left:9rem;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) { #JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 { display:block; }#JrQMqOWhg6SV3l4rFXmrUQxXtsL7doS6 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXUfOSGubFc1C6b9FST4QoK8544NVzOP { width:20rem;height:2.4375rem;top:3.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe { display:block; }#hDTSTp9Ol6dOpmro692b6TGZrpA7qtVe > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOZIoxS0TJxX5noKCITyCbD63W0XAULS { 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) { #okHRnA9MA7yW9wBrZTZ5MEnKzP4I8Ksz { 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) { #pVgz7STmNGITyd1T4OkSsyUiTFGSReLu { 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) { #B5SUEDVcPcbFzU7CKkFz7hivTFXTmixN { 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) { #STTpcv0FT3wFbAQis0dW4rNCIcU8sxBE { 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; }
 }