.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #d1d1d1;background-color:rgba(255,255,255,0.98);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.9375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#JA0x6F64bwGFbvnByw9ma0TmvsITPOoJ { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:48.25rem;height:1.625rem;display:block; }
#h4PaVhbXgku9xpLTF80m0D8duznqzpyK { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#000000;background-image:none;top:1.9375rem;left:44.375rem;display:block; }
#hkDZClgPfUtnozTw9cAbQODphT0xeCAi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.5rem;left:44.9375rem; }
#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container { background-color: transparent; background-image: none; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container > .video-iframe-container { display: none; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row > .video-iframe-container { display: none; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .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); }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container { border-width: 0; border-radius: 0; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#ITbAtG05tU7eTWENtOZrDSZd5UIxo2LD { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:25.25rem;top:22.8125rem;left:34.4912109375rem;overflow:hidden;display:block; }
#PiHhEOQKB7SUp0Gm3o3JMk8Tu3CeEXfA { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:10.3125rem;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; }
#tQBzSwBL7TNVRPHWZ9ttoRIKQ9Z3ik52 { position:absolute;display:block;z-index:15004;background-color:#4ecdc4;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.25rem;width:4.1875rem;top:28.75rem;left:33.6005859375rem;display:block; }
#AUL3CQ7JHpLn7IUlRsqFGR0qXedxf0ax { position:absolute;display:block;z-index:15007;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28.875rem;left:33.375rem;display:block; }
#oFeSzlW4ry2pk0xrZ1wiaWuHuOhCN9H1 { position:absolute;display:block;z-index:15009;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28.875rem;left:36.1875rem;display:block; }
#yXcBuSgPaeukAnQp0DGNSV9AcUzpmLsd { position:absolute;display:block;z-index:15008;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28.875rem;left:34.8125rem;display:block; }
#rdccOIoMK51D4TDxmyAoa6XTGoWnJByS { position:absolute;display:block;z-index:15010;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28.875rem;left:37.5625rem;display:block; }
#pO9VNKD8K2dxTmtKX5mgr2ZqsOcmBD7v { position:absolute;display:block;z-index:15012;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29.75rem;left:33.375rem;display:block; }
#IL9ZHpbfinqVmOx9SDmFwlt479dm1o1p { position:absolute;display:block;z-index:15013;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29.75rem;left:34.8125rem;display:block; }
#qe1PvB9HLc7pJSLkurLNohrPZaST8iH7 { position:absolute;display:block;z-index:15014;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29.75rem;left:36.1875rem;display:block; }
#EzCX7XnPRDv9q1ar1vMa2xSB7Qt1Vdsn { position:absolute;display:block;z-index:15015;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29.75rem;left:37.5625rem;display:block; }
#yV5yTnfGM7SlWgWXSh8msybSwhFgA7U5 { position:absolute;display:block;z-index:15020;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.9375rem;left:37.5625rem;display:block; }
#FfKT5gBI61fs4tfJV0V6z1kbS3KIRi0F { position:absolute;display:block;z-index:15019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.9375rem;left:36.1875rem;display:block; }
#kTUzQa9V6NfhQE14hFrpoKFzmxJsWaNt { position:absolute;display:block;z-index:15018;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.9375rem;left:34.8125rem;display:block; }
#upusv6XOEXDROJ7PQIlePWcv1uxmhToN { background-color:#e06a6b;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.5625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.25rem;left:0rem;display:block; }
#LESFulI0FMWelD0QaHLBnC9JEtHQQvdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqQy8p01P5KtWR9NlO7Bfb9r9liC6g1s { position:absolute;display:block;z-index:15005;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.4375rem;left:50.5rem;display:block; }
#BvNI1qfaEtAfKDqGtcl97TKf6NwMWmV8 { position:absolute;display:block;z-index:15032;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.8125rem;left:55.6875rem;display:block; }
#SVFUaadwtHzXLXsBDuX4XFTRcwVmCTZF { position:absolute;display:block;z-index:15031;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.8125rem;left:54.3125rem;display:block; }
#DTyAndKazCh3zLnODPiV7qRf66ClpR5g { position:absolute;display:block;z-index:15030;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:12.8125rem;left:52.9375rem;display:block; }
#gO30dB7RufCxUNHT1DMOxW1zDky0yFzN { position:absolute;display:block;z-index:15022;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.75rem;left:55.6875rem;display:block; }
#AcS6hFfis1yyWq6QKsKanw8vKU0o5UGb { position:absolute;display:block;z-index:15021;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.75rem;left:54.3125rem;display:block; }
#XZQnB7BagmFITW0o1bf1eTPcngM2QruO { position:absolute;display:block;z-index:15020;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.75rem;left:52.9375rem;display:block; }
#PINoW30864U4FSrZZZ2LSrpOz6139LQb { position:absolute;display:block;z-index:15019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:13.75rem;left:51.5rem;display:block; }
#ON9B5KKTaIUWBiXkJqIOQm7rHtBtw2Nn { position:absolute;display:block;z-index:15024;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.75rem;left:51.5rem;display:block; }
#AScT4ILB1JPU9sVr474CGB14vgDR2qQr { position:absolute;display:block;z-index:15025;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.75rem;left:52.9375rem;display:block; }
#RMrT4NnHqx69gTePz4BMiXCxD9MHMTPQ { position:absolute;display:block;z-index:15026;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.75rem;left:54.3125rem;display:block; }
#K9cRTtdSopOywVzJ063uRLgaowCphspq { position:absolute;display:block;z-index:15027;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:14.75rem;left:55.6875rem;display:block; }
#alsEuh7hRRbDe5U5AoML8LdgmQQwlTVC { box-sizing:content-box;height:23.4375rem;width:10rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(32deg, rgba(0,0,0,0), rgba(248,229,116,0.25));background-image: -moz-linear-gradient(32deg, rgba(0,0,0,0), rgba(248,229,116,0.25));background-image: -ms-linear-gradient(32deg, rgba(0,0,0,0), rgba(248,229,116,0.25));background-image: -o-linear-gradient(32deg, rgba(0,0,0,0), rgba(248,229,116,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3ff8e574' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3ff8e574' );";background-image: linear-gradient(32deg, rgba(0,0,0,0), rgba(248,229,116,0.25));background-size:auto !important;top:8.9375rem;left:41.8837890625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#p065NE2CX1rKAA2iIAhF12BuM16uvguF { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.84375rem;left:0rem;height:11.8125rem;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; }
#gQ3ycZvafWf28mt1wDfeThVlgloR9WAt { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:17.5rem;top:9.375rem;left:34.8662109375rem;overflow:hidden;display:block; }
#ZTkKOfCqTI2mxuzceZ3IAdXVp9JMFZU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.875rem;width:11.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.34375rem;left:46rem; }
#cS3NwHuzWrD8TwRSl5Eh12oUpBZZaQe3 { position:absolute;display:block;z-index:15005;background-color:#ffe66d;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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:4.3125rem;top:28.75rem;left:37.7880859375rem;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { position:relative;display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.9375rem;left:2.625rem;height:12.59375rem;font-style:italic;display:block; }
#BZtRuTTX6TaPDEsHHTQhcLIpB6wQFoLM { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15005;line-height:2.1;letter-spacing:0;top:2.9375rem;left:0rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gUUq2bkdGE9UNicpvfBStulvOLHRXzzf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:24.8125rem;left:2.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#lKcu75utLgp9iNyUFSt6rXXqbqZaz6uE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:24.8125rem;left:4.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#xQHXQHKZ1MQJmxJQVx7mmDfaKwyAUJoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:24.8125rem;left:6.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#pDBlIpLwEZoJedTga3Qclmviwgf1kSDq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:24.8125rem;left:8.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#O3KPZEA3gbwTHZdrwUxrNvvdbs357X4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:24.8125rem;left:11rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#sx0qVK6mw23CV6iTUXQdDkTdAGQtqc69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:.08;top:8.1875rem;left:0rem; }
#wbEoMkWEkPToTqcuXGqWZU2ggRxw6DqL { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:26.875rem;left:2.625rem;height:2.0996125rem;font-style:normal;display:block; }
#TFQtl2D2R75aaQswuTXCeSq0ZWOQc8Fx { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:2.1;letter-spacing:0;top:31.875rem;left:32.625rem;height:2.0996125rem;font-style:normal;display:block; }
#tLcASvS0FCasmdD6qJr3SS8viMoi2Tbq { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.9375rem;left:32.625rem;height:17.316375rem;font-style:italic;display:block; }
#LRmrESqCbqG3eXmuk3lTOoLBeoNMWrWg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:.08;top:8.1875rem;left:30rem; }
#uWFuRGD6xcTL61IiSUQD0wneLqZWnSxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:29.8125rem;left:38.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#u5nyZRpZAbgckRwuZ0urSNfTz9E6SXq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:29.8125rem;left:40.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#wkgDqryuTP52XbIHToWTGh5QAK2T0lpq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:29.8125rem;left:36.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#ZNT3f9odrvVMtVa149hT0q0cynduIqPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:29.8125rem;left:34.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#KrJvQCM1FQii9uFkFSl4se0mUn6s5UDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:29.8125rem;left:32.6875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#hLm0yvcQKzdrTUSm76aJIKXfn3XV6os0 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:2.1;letter-spacing:0;top:49.5625rem;left:2.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#W1t9kUHDTaPkIRCTlpIf8tINvziXqOea { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.1875rem;left:2.625rem;height:12.59375rem;font-style:italic;display:block; }
#qfRZRDZAgLZWZvmt5BNzim1NsbMABpNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:47.5rem;left:10.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#LhuexVVnmmu3ZzKNDco00WLP9Xy4h2TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:47.5rem;left:8.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#Q5HXpBqvUWpCTN30AhAc6duVmfubqIWW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:47.5rem;left:6.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#t4gvnAV6pSTgNK3NPdk4oqcbkFfAXSra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:47.5rem;left:4.6875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#qtnEmLfdUMLnoBTaSbdqNIA2pHEJpVsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:.08;top:30.4375rem;left:0rem; }
#lmEfGlW4Ryk654fXk2PipcAKq4EHIpOB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:47.5rem;left:2.625rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#VqkZ0Qp9cWZ22zbgJU7xCinQwIhCCJua { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:49.5rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#TOXJZXP1pmfGvVNGRJNHBzhiX2whD3MK { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:37.5rem;left:32.625rem;height:9.4453125rem;font-style:italic;display:block; }
#BC8e78mf6DtacNcuruxsy4fRCcsSXGp7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:47.5rem;left:40.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#xsyxr2ykbqzv2HyAa8iDM855l4vOmMsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:47.5rem;left:38.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#zSuDrTlqOauu22dGdy99uJeUtIIibJps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:47.5rem;left:36.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#bN9NkgiAk6oasButD5EaxuuIFBXHceDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:47.5rem;left:34.6875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#fluh1J2sZI0RSAQADRB4KIGZOnyh0uGv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:.08;top:33.75rem;left:30rem; }
#TSxeTy0kTFTJB0u4XOmocTb4WVDARPQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:47.5rem;left:32.625rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#SfJFwobpTavea0EfPOioQNg2zu3ymaRx { position:relative;display:block; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx { background-color: transparent; background-image: none; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container > .video-iframe-container { display: none; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row > .video-iframe-container { display: none; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .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); }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx { border-width: 0; border-radius: 0; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S4eDJms4bVwUmMtVAHkB3Hf9yLDOV0I7 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:2.625rem;height:4.72265625rem;font-style:italic;display:block; }
#TIcZ7GZKEDZK6VNmBdVuSpONUHhuk7xU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:10.0625rem;left:2.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#InWdI9I27qhRcbUChioocMmD5JrqRlD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:10.0625rem;left:4.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#nFTob0dsDBhfae5TQTo89DThJ50x3sfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:10.0625rem;left:6.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#iPAytHBodEEFJTwB9qqAD7uQy2ctntI8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:10.0625rem;left:8.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#vt0acgRa9uSuvPfppL673lVPEpJRLpVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:10.0625rem;left:11rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#ery0abkylXUK8IhCrZiwDlVgClU3ZI5x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:.08;top:1rem;left:0rem; }
#NBSnfvh2b8zom8dv6mlT3DrcE1Fsbv13 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:12.125rem;left:2.625rem;height:2.0996125rem;font-style:normal;display:block; }
#UIGebxparUU1SunzuzpPqRbgbG5U8Tv2 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:2.1;letter-spacing:0;top:15.125rem;left:32.625rem;height:2.0996125rem;font-style:normal;display:block; }
#KogdSUhqVJb4DKnQ9MJTZoo364H04H3T { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:4.75rem;left:32.625rem;height:7.871125rem;font-style:italic;display:block; }
#dstF1eHQnblx8ZAto2B0uxVkw9fUuaD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:.08;top:1rem;left:30rem; }
#qKr90sepR6CTr2ZgC5hnDpRXlTLFTVd0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:13.0625rem;left:38.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#WfLKOfniCo8FbiItk8EfoMwE56WEoA7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.0625rem;left:40.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#HpXSpw6228SkqGvKbFd33DmvUvL6SprE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.0625rem;left:36.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#DCAPBCPNrNhgaEyveSCt9HHk7Rf0giT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:13.0625rem;left:34.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#qDRV3zUFQUAoepMJuAlZJTAbEs9t8k8F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:13.0625rem;left:32.6875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#BCkIT6vxuAxKrSV7AsRkWPPw0v1VGhBG { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:2.1;letter-spacing:0;top:29.4375rem;left:32.625rem;height:2.0996125rem;font-style:normal;display:block; }
#fUGN7XaJkpldtudHcvRveGNJLQGIT4xF { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.875rem;left:32.625rem;height:4.72265625rem;font-style:italic;display:block; }
#XTus6eLnm9RfiD2Wb7E3vQ4fbpXKVlgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:27.375rem;left:41.0625rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#RxaRfG0aJCagfvSEezryODeAn7RHOKCm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:27.375rem;left:39rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#KhSTvq8RiBsUyh6CDXsMRaMg5Ku23gXW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:27.375rem;left:36.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#cen6QOHrvPwiltQbVFnV400WDIkt70i8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:27.375rem;left:34.875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#eOXyccfKfyKM7lWT3acxpxpf5ibCTrHF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:.08;top:18.125rem;left:30rem; }
#xaaW0ReOUHuGfJbNDmpyV3rDdE1qp9pe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:27.375rem;left:32.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#ZGBxJLoAygLBwTpWJqvpNNDwAz9fgu7y { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:29.5rem;left:2.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#L1hPQppp13wfTcP3EXwU2ly7apWPxQuU { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:20.125rem;left:2.625rem;height:6.296875rem;font-style:italic;display:block; }
#KieqgBytVOMs1gJx3UHtApX8RBqeSMrk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:27.3125rem;left:10.9375rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#AQ8mrM8h12dbxhgCc91TpbBF6r7ltkKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:27.3125rem;left:8.8125rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#RlWxOvdgLrma5quEOiSaOE7RTuP128Mn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:27.3125rem;left:6.75rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#PGRTE6QorXvW5TUOJhNcHCmgLSMnHWxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:27.3125rem;left:4.6875rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#kZcCeKdKc0iiNbyKTVud0gJuuGDk2TDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:.08;top:16.375rem;left:0rem; }
#AP7VM0DQ9ZO1msvCX2zR2rLREIATZPUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:27.3125rem;left:2.625rem;filter: drop-shadow(0rem 0.125rem 0.125rem rgba(0,0,0,0.6)); }
#RyFAay265lu1hOc9csmKiqHz9cci5l1k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26a18017-8c08-450d-b67d-6fffdaad55eb/banner_family2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k.adaptive-delivery-prevent-bg, #RyFAay265lu1hOc9csmKiqHz9cci5l1k.lazyload, #RyFAay265lu1hOc9csmKiqHz9cci5l1k.lazyloading { background-image: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { background-color: transparent; background-image: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container > .video-iframe-container { display: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row > .video-iframe-container { display: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .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); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { border-width: 0; border-radius: 0; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;overflow:visible;position:relative;display:block; }#qnnBWX4DOmbh6yAbfDS3awA53zaZRJLW { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.875rem;height:;text-align:left;text-align-last:left;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; }
#BKVBSfVCEFuJfJOEIUEXT0BaX2J4JNoh { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:16.0625rem;left:2.875rem;height:5.736325rem;font-style:italic;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.90625rem;left:0.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:24.25rem;left:8.4375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { position:absolute;display:block;z-index:15007;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3rem;width:3rem;top:25rem;left:3.4375rem;display:block; }
#DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { position:absolute;display:block;z-index:15006;background-color:#ffe66d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:18.6875rem;left:31.5625rem;display:block; }
#mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:17.9375rem;left:37.3125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { position:absolute;display:block;z-index:15005;background-color:#8390fa;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:18.0625rem;left:3.375rem;display:block; }
#yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:17.9375rem;left:8rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26.125rem;left:8.4375rem;height:3rem;display:block; }
#i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.8125rem;left:37.125rem;height:3rem;display:block; }
#vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:2.1;letter-spacing:0;top:19.8125rem;left:8rem;height:2.0996125rem;display:block; }
#q7kMw5Ezd702PcUuqGZR9ZE3thhgS6UM { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:26.125rem;left:37.25rem;height:3rem;display:block; }
#GT5EugzSQ911XcirS1U7zv1flMkTvfnn { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:24.25rem;left:37.25rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLy9Zy6hQuN71MSVV4UqovUuLI75dBZf { position:absolute;display:block;z-index:15011;background-color:#4ecdc4;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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:24.875rem;left:31.8125rem;display:block; }
#UkiJSDwvzV0fTaB0uTIw6yTkum837dvn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.5rem;left:30.9375rem; }
#bPGG5keSugTVCJ7MxqkZRAqCdQSTJWvE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.25rem;left:31rem; }
#voncORNs0bpkWEqkfwVapSBkxmfnQaVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.1875rem;left:2.375rem; }
#zeuhicdmF1lKRZfvIqBroFkamGZFFLTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.625rem;left:2.0625rem; }
#J2O53Lf1pkMqz9PCHsrzsWTQTKPc7P3v { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.125rem;left:32.375rem;overflow:hidden;display:block; }
#e0GreCtMblHn4PDCMIOl9JOJclxVAr3a { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.125rem;top:2.25rem;left:15.125rem;overflow:hidden;display:block; }
#vVl36twlR223VTvQZIIP58B8oFBh2Zfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container { background-color: transparent; background-image: none; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container > .video-iframe-container { display: none; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row > .video-iframe-container { display: none; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .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); }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container { border-width: 0; border-radius: 0; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#JirbvqE8Zhp9QdNntXr0B04VQydKrhrE { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #717171;border-left:0.0625rem solid #717171;border-right:0.0625rem solid #717171;border-bottom:0.0625rem solid #717171;box-shadow: none;height:25rem;width:45rem;top:3.59375rem;left:7.46875rem;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:24.75rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { position:absolute;display:block;z-index:15037;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.75rem;left:18.1875rem;display:block; }
#qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { position:absolute;display:block;z-index:15038;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.75rem;left:18.875rem;display:block; }
#N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.3125rem;top:8.625rem;left:5.1875rem;overflow:hidden;display:block; }
#XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { position:absolute;display:block;z-index:15033;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.125rem;left:18.1875rem;display:block; }
#k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { position:absolute;display:block;z-index:15034;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.125rem;left:18.875rem;display:block; }
#FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { position:absolute;display:block;z-index:15034;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.125rem;left:17.5rem;display:block; }
#Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { position:absolute;display:block;z-index:15038;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.75rem;left:17.5rem;display:block; }
#Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { position:absolute;display:block;z-index:15035;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.125rem;left:16.9375rem;display:block; }
#cs4SMruLzE8huFsreaSnksCKr7qsQzLn { position:absolute;display:block;z-index:15039;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:20.75rem;left:16.9375rem;display:block; }
#yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { position:absolute;display:block;z-index:15007;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:2.6875rem;width:2.6875rem;top:18.375rem;left:4.4375rem;display:block; }
#AebPitg6pCga6JI8CEMkDcrS6avg8kot { position:absolute;display:block;z-index:15006;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:4.125rem;top:7.8125rem;left:16.3125rem;display:block; }
#L8Oi6ewV2CQAxu0tEx4BZnaZlWcFb29h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.8125rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4rem;left:1.4375rem; }
#V30vCwPnU1qbgbbpDTGTPLGo7hGJeav5 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:24.75rem;height:6.82325rem;text-align:left;text-align-last:left;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf2d403a-1601-4172-ae02-daefb74a53ab/TorontoSkyline.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:11.375rem;left:20.375rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#267d77;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:21.3125rem;height:3.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:19.5625rem;left:19.34375rem;display:block; }
#ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:1.625rem;left:0rem;width:10.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0x6F64bwGFbvnByw9ma0TmvsITPOoJ { top:2.5625rem;left:37.5625rem;width:10.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4PaVhbXgku9xpLTF80m0D8duznqzpyK { top:1.9375rem;left:38.25rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkDZClgPfUtnozTw9cAbQODphT0xeCAi { top:2.5rem;left:38.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibusexTIZ3PdTzb5JqhbIzOFICG5e0O { display:block; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITbAtG05tU7eTWENtOZrDSZd5UIxo2LD { top:22.8125rem;left:22.5rem;width:25.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHhEOQKB7SUp0Gm3o3JMk8Tu3CeEXfA { top:9.375rem;left:0rem;width:29.25rem;height:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBzSwBL7TNVRPHWZ9ttoRIKQ9Z3ik52 { top:28.75rem;left:27.4755859375rem;width:4.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUL3CQ7JHpLn7IUlRsqFGR0qXedxf0ax { top:28.875rem;left:27.25rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFeSzlW4ry2pk0xrZ1wiaWuHuOhCN9H1 { top:28.875rem;left:30.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXcBuSgPaeukAnQp0DGNSV9AcUzpmLsd { top:28.875rem;left:28.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdccOIoMK51D4TDxmyAoa6XTGoWnJByS { top:28.875rem;left:31.4375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9VNKD8K2dxTmtKX5mgr2ZqsOcmBD7v { top:29.75rem;left:27.25rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL9ZHpbfinqVmOx9SDmFwlt479dm1o1p { top:29.75rem;left:28.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe1PvB9HLc7pJSLkurLNohrPZaST8iH7 { top:29.75rem;left:30.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCX7XnPRDv9q1ar1vMa2xSB7Qt1Vdsn { top:29.75rem;left:31.4375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5yTnfGM7SlWgWXSh8msybSwhFgA7U5 { top:27.9375rem;left:31.4375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfKT5gBI61fs4tfJV0V6z1kbS3KIRi0F { top:27.9375rem;left:30.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUzQa9V6NfhQE14hFrpoKFzmxJsWaNt { top:27.9375rem;left:28.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upusv6XOEXDROJ7PQIlePWcv1uxmhToN { width:17rem;height:3.5625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LESFulI0FMWelD0QaHLBnC9JEtHQQvdG { display:block; }
 }@media only screen and (max-width: 763px) { #UqQy8p01P5KtWR9NlO7Bfb9r9liC6g1s { top:13.4375rem;left:44.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvNI1qfaEtAfKDqGtcl97TKf6NwMWmV8 { top:12.8125rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVFUaadwtHzXLXsBDuX4XFTRcwVmCTZF { top:12.8125rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTyAndKazCh3zLnODPiV7qRf66ClpR5g { top:12.8125rem;left:46.8125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO30dB7RufCxUNHT1DMOxW1zDky0yFzN { top:13.75rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcS6hFfis1yyWq6QKsKanw8vKU0o5UGb { top:13.75rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZQnB7BagmFITW0o1bf1eTPcngM2QruO { top:13.75rem;left:46.8125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PINoW30864U4FSrZZZ2LSrpOz6139LQb { top:13.75rem;left:45.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9B5KKTaIUWBiXkJqIOQm7rHtBtw2Nn { top:14.75rem;left:45.375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AScT4ILB1JPU9sVr474CGB14vgDR2qQr { top:14.75rem;left:46.8125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrT4NnHqx69gTePz4BMiXCxD9MHMTPQ { top:14.75rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9cRTtdSopOywVzJ063uRLgaowCphspq { top:14.75rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsEuh7hRRbDe5U5AoML8LdgmQQwlTVC { top:8.9375rem;left:35.7587890625rem;width:10rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p065NE2CX1rKAA2iIAhF12BuM16uvguF { top:21.8125rem;left:0rem;width:28.8125rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ3ycZvafWf28mt1wDfeThVlgloR9WAt { top:9.375rem;left:28.7412109375rem;width:17.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkKOfCqTI2mxuzceZ3IAdXVp9JMFZU9 { top:15.3125rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3NwHuzWrD8TwRSl5Eh12oUpBZZaQe3 { top:28.75rem;left:31.6630859375rem;width:4.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:11.9375rem;left:0rem;width:26.25rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZtRuTTX6TaPDEsHHTQhcLIpB6wQFoLM { top:2.9375rem;left:0rem;width:29.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUUq2bkdGE9UNicpvfBStulvOLHRXzzf { top:24.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKcu75utLgp9iNyUFSt6rXXqbqZaz6uE { top:24.8125rem;left:1.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQHXQHKZ1MQJmxJQVx7mmDfaKwyAUJoT { top:24.8125rem;left:3.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBlIpLwEZoJedTga3Qclmviwgf1kSDq { top:24.8125rem;left:5.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3KPZEA3gbwTHZdrwUxrNvvdbs357X4k { top:24.8125rem;left:7.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx0qVK6mw23CV6iTUXQdDkTdAGQtqc69 { top:8.1875rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbEoMkWEkPToTqcuXGqWZU2ggRxw6DqL { top:26.875rem;left:0rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQtl2D2R75aaQswuTXCeSq0ZWOQc8Fx { top:31.875rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcASvS0FCasmdD6qJr3SS8viMoi2Tbq { top:11.9375rem;left:21.5rem;width:26.25rem;height:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmrESqCbqG3eXmuk3lTOoLBeoNMWrWg { top:8.1875rem;left:23.875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWFuRGD6xcTL61IiSUQD0wneLqZWnSxO { top:29.8125rem;left:29.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5nyZRpZAbgckRwuZ0urSNfTz9E6SXq1 { top:29.8125rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkgDqryuTP52XbIHToWTGh5QAK2T0lpq { top:29.8125rem;left:27.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNT3f9odrvVMtVa149hT0q0cynduIqPz { top:29.8125rem;left:25.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJvQCM1FQii9uFkFSl4se0mUn6s5UDL { top:29.8125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLm0yvcQKzdrTUSm76aJIKXfn3XV6os0 { top:49.5625rem;left:0rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1t9kUHDTaPkIRCTlpIf8tINvziXqOea { top:34.1875rem;left:0rem;width:26.25rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRZRDZAgLZWZvmt5BNzim1NsbMABpNx { top:47.5rem;left:7.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuexVVnmmu3ZzKNDco00WLP9Xy4h2TL { top:47.5rem;left:5.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5HXpBqvUWpCTN30AhAc6duVmfubqIWW { top:47.5rem;left:3.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4gvnAV6pSTgNK3NPdk4oqcbkFfAXSra { top:47.5rem;left:1.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnEmLfdUMLnoBTaSbdqNIA2pHEJpVsh { top:30.4375rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEfGlW4Ryk654fXk2PipcAKq4EHIpOB { top:47.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkZ0Qp9cWZ22zbgJU7xCinQwIhCCJua { top:49.5rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOXJZXP1pmfGvVNGRJNHBzhiX2whD3MK { top:37.5rem;left:21.5rem;width:26.25rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8e78mf6DtacNcuruxsy4fRCcsSXGp7 { top:47.5rem;left:31.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyxr2ykbqzv2HyAa8iDM855l4vOmMsZ { top:47.5rem;left:29.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSuDrTlqOauu22dGdy99uJeUtIIibJps { top:47.5rem;left:27.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN9NkgiAk6oasButD5EaxuuIFBXHceDb { top:47.5rem;left:25.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fluh1J2sZI0RSAQADRB4KIGZOnyh0uGv { top:33.75rem;left:23.875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxeTy0kTFTJB0u4XOmocTb4WVDARPQV { top:47.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfJFwobpTavea0EfPOioQNg2zu3ymaRx { display:block; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4eDJms4bVwUmMtVAHkB3Hf9yLDOV0I7 { top:4.75rem;left:0rem;width:26.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcZ7GZKEDZK6VNmBdVuSpONUHhuk7xU { top:10.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InWdI9I27qhRcbUChioocMmD5JrqRlD5 { top:10.0625rem;left:1.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFTob0dsDBhfae5TQTo89DThJ50x3sfm { top:10.0625rem;left:3.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAytHBodEEFJTwB9qqAD7uQy2ctntI8 { top:10.0625rem;left:5.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt0acgRa9uSuvPfppL673lVPEpJRLpVl { top:10.0625rem;left:7.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ery0abkylXUK8IhCrZiwDlVgClU3ZI5x { top:1rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSnfvh2b8zom8dv6mlT3DrcE1Fsbv13 { top:12.125rem;left:0rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIGebxparUU1SunzuzpPqRbgbG5U8Tv2 { top:15.125rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogdSUhqVJb4DKnQ9MJTZoo364H04H3T { top:4.75rem;left:21.5rem;width:26.25rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dstF1eHQnblx8ZAto2B0uxVkw9fUuaD0 { top:1rem;left:23.875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKr90sepR6CTr2ZgC5hnDpRXlTLFTVd0 { top:13.0625rem;left:29.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLKOfniCo8FbiItk8EfoMwE56WEoA7Z { top:13.0625rem;left:31.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpXSpw6228SkqGvKbFd33DmvUvL6SprE { top:13.0625rem;left:27.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAPBCPNrNhgaEyveSCt9HHk7Rf0giT7 { top:13.0625rem;left:25.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDRV3zUFQUAoepMJuAlZJTAbEs9t8k8F { top:13.0625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCkIT6vxuAxKrSV7AsRkWPPw0v1VGhBG { top:29.4375rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGN7XaJkpldtudHcvRveGNJLQGIT4xF { top:21.875rem;left:21.5rem;width:26.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTus6eLnm9RfiD2Wb7E3vQ4fbpXKVlgb { top:27.375rem;left:31.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxaRfG0aJCagfvSEezryODeAn7RHOKCm { top:27.375rem;left:29.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhSTvq8RiBsUyh6CDXsMRaMg5Ku23gXW { top:27.375rem;left:27.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen6QOHrvPwiltQbVFnV400WDIkt70i8 { top:27.375rem;left:25.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOXyccfKfyKM7lWT3acxpxpf5ibCTrHF { top:18.125rem;left:23.875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaaW0ReOUHuGfJbNDmpyV3rDdE1qp9pe { top:27.375rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBxJLoAygLBwTpWJqvpNNDwAz9fgu7y { top:29.5rem;left:0rem;width:26.25rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hPQppp13wfTcP3EXwU2ly7apWPxQuU { top:20.125rem;left:0rem;width:26.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KieqgBytVOMs1gJx3UHtApX8RBqeSMrk { top:27.3125rem;left:7.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ8mrM8h12dbxhgCc91TpbBF6r7ltkKI { top:27.3125rem;left:5.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWxOvdgLrma5quEOiSaOE7RTuP128Mn { top:27.3125rem;left:3.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGRTE6QorXvW5TUOJhNcHCmgLSMnHWxy { top:27.3125rem;left:1.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZcCeKdKc0iiNbyKTVud0gJuuGDk2TDL { top:16.375rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP7VM0DQ9ZO1msvCX2zR2rLREIATZPUW { top:27.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyFAay265lu1hOc9csmKiqHz9cci5l1k { display:block; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnnBWX4DOmbh6yAbfDS3awA53zaZRJLW { width:30.625rem;height:;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVBSfVCEFuJfJOEIUEXT0BaX2J4JNoh { top:16.0625rem;left:0rem;width:28.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:2.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { top:24.25rem;left:2.25rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { top:25rem;left:0.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { top:18.6875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { top:17.9375rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { top:18.0625rem;left:0.3125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { top:17.9375rem;left:2.25rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { top:26.125rem;left:2.5625rem;width:21.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { top:19.8125rem;left:25.875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { top:19.8125rem;left:2rem;width:21.875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7kMw5Ezd702PcUuqGZR9ZE3thhgS6UM { top:26.125rem;left:25.875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT5EugzSQ911XcirS1U7zv1flMkTvfnn { top:24.25rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLy9Zy6hQuN71MSVV4UqovUuLI75dBZf { top:24.875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkiJSDwvzV0fTaB0uTIw6yTkum837dvn { top:24.5rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPGG5keSugTVCJ7MxqkZRAqCdQSTJWvE { top:18.25rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voncORNs0bpkWEqkfwVapSBkxmfnQaVU { top:18.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuhicdmF1lKRZfvIqBroFkamGZFFLTH { top:24.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2O53Lf1pkMqz9PCHsrzsWTQTKPc7P3v { top:2.125rem;left:23.875rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0GreCtMblHn4PDCMIOl9JOJclxVAr3a { top:2.25rem;left:11.75rem;width:12.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVl36twlR223VTvQZIIP58B8oFBh2Zfq { display:block; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JirbvqE8Zhp9QdNntXr0B04VQydKrhrE { top:3.5625rem;left:0rem;width:45rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:3.8125rem;left:17.1875rem;width:30.5625rem;height:9.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { top:20.75rem;left:12.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { top:20.75rem;left:12.75rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { top:8.625rem;left:0rem;width:15.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { top:20.125rem;left:12.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { top:20.125rem;left:12.75rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { top:20.125rem;left:11.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { top:20.75rem;left:11.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { top:20.125rem;left:10.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { top:20.75rem;left:10.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { top:18.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { top:7.8125rem;left:10.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Oi6ewV2CQAxu0tEx4BZnaZlWcFb29h { top:4rem;left:0rem;width:11.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30vCwPnU1qbgbbpDTGTPLGo7hGJeav5 { top:15.625rem;left:17.1875rem;width:30.5625rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:4.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { top:11.375rem;left:14.25rem;width:19.25rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:21.3125rem;height:3.8125rem;top:19.5625rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:7.5rem;height:2.5rem;top:0.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0x6F64bwGFbvnByw9ma0TmvsITPOoJ { width:8.375rem;height:1.3808625rem;top:1.375rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4PaVhbXgku9xpLTF80m0D8duznqzpyK { width:2.9375rem;height:2.9375rem;top:4.90625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkDZClgPfUtnozTw9cAbQODphT0xeCAi { display:flex;width:1.8125rem;height:1.8125rem;top:5.46875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zibusexTIZ3PdTzb5JqhbIzOFICG5e0O { display:block; }#zibusexTIZ3PdTzb5JqhbIzOFICG5e0O > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITbAtG05tU7eTWENtOZrDSZd5UIxo2LD { width:16.6875rem;height:9.3125rem;top:27.375rem;left:4rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PiHhEOQKB7SUp0Gm3o3JMk8Tu3CeEXfA { width:20rem;height:6.1875rem;top:6.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQBzSwBL7TNVRPHWZ9ttoRIKQ9Z3ik52 { width:2.9375rem;height:2.9375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUL3CQ7JHpLn7IUlRsqFGR0qXedxf0ax { width:0.3125rem;height:0.3125rem;top:26.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFeSzlW4ry2pk0xrZ1wiaWuHuOhCN9H1 { width:0.3125rem;height:0.3125rem;top:17.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXcBuSgPaeukAnQp0DGNSV9AcUzpmLsd { width:0.3125rem;height:0.3125rem;top:17.8125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdccOIoMK51D4TDxmyAoa6XTGoWnJByS { width:0.3125rem;height:0.3125rem;top:17.8125rem;left:17.6875rem;background-color:#0a70b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pO9VNKD8K2dxTmtKX5mgr2ZqsOcmBD7v { width:0.3125rem;height:0.3125rem;top:26.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL9ZHpbfinqVmOx9SDmFwlt479dm1o1p { width:0.3125rem;height:0.3125rem;top:18.6875rem;left:15.5625rem;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qe1PvB9HLc7pJSLkurLNohrPZaST8iH7 { width:0.3125rem;height:0.3125rem;top:18.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCX7XnPRDv9q1ar1vMa2xSB7Qt1Vdsn { width:0.3125rem;height:0.3125rem;top:18.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5yTnfGM7SlWgWXSh8msybSwhFgA7U5 { width:0.3125rem;height:0.3125rem;top:26.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfKT5gBI61fs4tfJV0V6z1kbS3KIRi0F { width:0.3125rem;height:0.3125rem;top:26.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUzQa9V6NfhQE14hFrpoKFzmxJsWaNt { width:0.3125rem;height:0.3125rem;top:26.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upusv6XOEXDROJ7PQIlePWcv1uxmhToN { width:15.6875rem;height:3.375rem;top:53.75rem;left:2.15625rem;background-color:#e06a6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LESFulI0FMWelD0QaHLBnC9JEtHQQvdG { display:block; }
 }@media only screen and (max-width: 763px) { #UqQy8p01P5KtWR9NlO7Bfb9r9liC6g1s { width:2rem;height:2rem;top:18.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvNI1qfaEtAfKDqGtcl97TKf6NwMWmV8 { width:0.3125rem;height:0.3125rem;top:26.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVFUaadwtHzXLXsBDuX4XFTRcwVmCTZF { width:0.3125rem;height:0.3125rem;top:26.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTyAndKazCh3zLnODPiV7qRf66ClpR5g { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO30dB7RufCxUNHT1DMOxW1zDky0yFzN { width:0.3125rem;height:0.3125rem;top:27.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcS6hFfis1yyWq6QKsKanw8vKU0o5UGb { width:0.3125rem;height:0.3125rem;top:26.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZQnB7BagmFITW0o1bf1eTPcngM2QruO { width:0.3125rem;height:0.3125rem;top:17.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PINoW30864U4FSrZZZ2LSrpOz6139LQb { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON9B5KKTaIUWBiXkJqIOQm7rHtBtw2Nn { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AScT4ILB1JPU9sVr474CGB14vgDR2qQr { width:0.3125rem;height:0.3125rem;top:18.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrT4NnHqx69gTePz4BMiXCxD9MHMTPQ { width:0.3125rem;height:0.3125rem;top:27.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9cRTtdSopOywVzJ063uRLgaowCphspq { width:0.3125rem;height:0.3125rem;top:27.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsEuh7hRRbDe5U5AoML8LdgmQQwlTVC { width:11.5rem;height:7.5625rem;top:17.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p065NE2CX1rKAA2iIAhF12BuM16uvguF { width:20rem;height:12rem;top:39.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQ3ycZvafWf28mt1wDfeThVlgloR9WAt { width:16.9375rem;height:19.25rem;top:14.28125rem;left:-0.8203125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkKOfCqTI2mxuzceZ3IAdXVp9JMFZU9 { display:flex;width:9.375rem;height:9.375rem;top:20.875rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #cS3NwHuzWrD8TwRSl5Eh12oUpBZZaQe3 { width:2.5rem;height:2.0625rem;top:33.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:20rem;height:13.994125rem;top:12.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZtRuTTX6TaPDEsHHTQhcLIpB6wQFoLM { width:17.125rem;height:4.2246125rem;top:3.0625rem;left:1.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gUUq2bkdGE9UNicpvfBStulvOLHRXzzf { display:flex;width:2.0625rem;height:2.0625rem;top:26.375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #lKcu75utLgp9iNyUFSt6rXXqbqZaz6uE { display:flex;width:2.0625rem;height:2.0625rem;top:26.375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #xQHXQHKZ1MQJmxJQVx7mmDfaKwyAUJoT { display:flex;width:2.0625rem;height:2.0625rem;top:26.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #pDBlIpLwEZoJedTga3Qclmviwgf1kSDq { display:flex;width:2.0625rem;height:2.0625rem;top:26.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #O3KPZEA3gbwTHZdrwUxrNvvdbs357X4k { display:flex;width:2.0625rem;height:2.0625rem;top:26.375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #sx0qVK6mw23CV6iTUXQdDkTdAGQtqc69 { display:flex;width:8.625rem;height:8.625rem;top:7.125rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #wbEoMkWEkPToTqcuXGqWZU2ggRxw6DqL { width:20rem;height:1.5996125rem;top:28.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TFQtl2D2R75aaQswuTXCeSq0ZWOQc8Fx { width:18.125rem;height:2.0996125rem;top:56.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLcASvS0FCasmdD6qJr3SS8viMoi2Tbq { width:20rem;height:18.192375rem;top:35.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRmrESqCbqG3eXmuk3lTOoLBeoNMWrWg { display:flex;width:8.625rem;height:8.625rem;top:30.375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #uWFuRGD6xcTL61IiSUQD0wneLqZWnSxO { display:flex;width:2.0625rem;height:2.0625rem;top:53.8125rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #u5nyZRpZAbgckRwuZ0urSNfTz9E6SXq1 { display:flex;width:2.0625rem;height:2.0625rem;top:53.8125rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #wkgDqryuTP52XbIHToWTGh5QAK2T0lpq { display:flex;width:2.0625rem;height:2.0625rem;top:53.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ZNT3f9odrvVMtVa149hT0q0cynduIqPz { display:flex;width:2.0625rem;height:2.0625rem;top:53.8125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #KrJvQCM1FQii9uFkFSl4se0mUn6s5UDL { display:flex;width:2.0625rem;height:2.0625rem;top:53.8125rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #hLm0yvcQKzdrTUSm76aJIKXfn3XV6os0 { width:20rem;height:1.5996125rem;top:78.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #W1t9kUHDTaPkIRCTlpIf8tINvziXqOea { width:20rem;height:12.59475rem;top:63.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfRZRDZAgLZWZvmt5BNzim1NsbMABpNx { display:flex;width:2.0625rem;height:2.0625rem;top:75.9375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #LhuexVVnmmu3ZzKNDco00WLP9Xy4h2TL { display:flex;width:2.0625rem;height:2.0625rem;top:75.9375rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #Q5HXpBqvUWpCTN30AhAc6duVmfubqIWW { display:flex;width:2.0625rem;height:2.0625rem;top:75.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #t4gvnAV6pSTgNK3NPdk4oqcbkFfAXSra { display:flex;width:2.0625rem;height:2.0625rem;top:75.9375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #qtnEmLfdUMLnoBTaSbdqNIA2pHEJpVsh { display:flex;width:8.625rem;height:8.625rem;top:58.1875rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #lmEfGlW4Ryk654fXk2PipcAKq4EHIpOB { display:flex;width:2.0625rem;height:2.0625rem;top:75.9375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #VqkZ0Qp9cWZ22zbgJU7xCinQwIhCCJua { width:20rem;height:2.0996125rem;top:96.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOXJZXP1pmfGvVNGRJNHBzhiX2whD3MK { width:20rem;height:9.795875rem;top:84.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BC8e78mf6DtacNcuruxsy4fRCcsSXGp7 { display:flex;width:2.0625rem;height:2.0625rem;top:94.875rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #xsyxr2ykbqzv2HyAa8iDM855l4vOmMsZ { display:flex;width:2.0625rem;height:2.0625rem;top:94.875rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #zSuDrTlqOauu22dGdy99uJeUtIIibJps { display:flex;width:2.0625rem;height:2.0625rem;top:94.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bN9NkgiAk6oasButD5EaxuuIFBXHceDb { display:flex;width:2.0625rem;height:2.0625rem;top:94.875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fluh1J2sZI0RSAQADRB4KIGZOnyh0uGv { display:flex;width:8.625rem;height:8.625rem;top:79.75rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #TSxeTy0kTFTJB0u4XOmocTb4WVDARPQV { display:flex;width:2.0625rem;height:2.0625rem;top:94.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #SfJFwobpTavea0EfPOioQNg2zu3ymaRx { display:block; }#SfJFwobpTavea0EfPOioQNg2zu3ymaRx > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4eDJms4bVwUmMtVAHkB3Hf9yLDOV0I7 { width:20rem;height:5.59765625rem;top:5.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIcZ7GZKEDZK6VNmBdVuSpONUHhuk7xU { display:flex;width:2.0625rem;height:2.0625rem;top:11.375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #InWdI9I27qhRcbUChioocMmD5JrqRlD5 { display:flex;width:2.0625rem;height:2.0625rem;top:11.375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #nFTob0dsDBhfae5TQTo89DThJ50x3sfm { display:flex;width:2.0625rem;height:2.0625rem;top:11.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iPAytHBodEEFJTwB9qqAD7uQy2ctntI8 { display:flex;width:2.0625rem;height:2.0625rem;top:11.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #vt0acgRa9uSuvPfppL673lVPEpJRLpVl { display:flex;width:2.0625rem;height:2.0625rem;top:11.375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #ery0abkylXUK8IhCrZiwDlVgClU3ZI5x { display:flex;width:8.625rem;height:8.625rem;top:0.5625rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #NBSnfvh2b8zom8dv6mlT3DrcE1Fsbv13 { width:20rem;height:1.5996125rem;top:13.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UIGebxparUU1SunzuzpPqRbgbG5U8Tv2 { width:18.125rem;height:2.0996125rem;top:31.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KogdSUhqVJb4DKnQ9MJTZoo364H04H3T { width:20rem;height:8.3965rem;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dstF1eHQnblx8ZAto2B0uxVkw9fUuaD0 { display:flex;width:8.625rem;height:8.625rem;top:15.375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #qKr90sepR6CTr2ZgC5hnDpRXlTLFTVd0 { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #WfLKOfniCo8FbiItk8EfoMwE56WEoA7Z { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #HpXSpw6228SkqGvKbFd33DmvUvL6SprE { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #DCAPBCPNrNhgaEyveSCt9HHk7Rf0giT7 { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #qDRV3zUFQUAoepMJuAlZJTAbEs9t8k8F { display:flex;width:2.0625rem;height:2.0625rem;top:28.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #BCkIT6vxuAxKrSV7AsRkWPPw0v1VGhBG { width:20rem;height:1.5996125rem;top:46.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fUGN7XaJkpldtudHcvRveGNJLQGIT4xF { width:20rem;height:5.59765625rem;top:38.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTus6eLnm9RfiD2Wb7E3vQ4fbpXKVlgb { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #RxaRfG0aJCagfvSEezryODeAn7RHOKCm { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #KhSTvq8RiBsUyh6CDXsMRaMg5Ku23gXW { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #cen6QOHrvPwiltQbVFnV400WDIkt70i8 { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #eOXyccfKfyKM7lWT3acxpxpf5ibCTrHF { display:flex;width:8.625rem;height:8.625rem;top:33.25rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #xaaW0ReOUHuGfJbNDmpyV3rDdE1qp9pe { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #ZGBxJLoAygLBwTpWJqvpNNDwAz9fgu7y { width:20rem;height:2.0996125rem;top:60.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1hPQppp13wfTcP3EXwU2ly7apWPxQuU { width:20rem;height:5.59765625rem;top:52.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KieqgBytVOMs1gJx3UHtApX8RBqeSMrk { display:flex;width:2.0625rem;height:2.0625rem;top:58.8125rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #AQ8mrM8h12dbxhgCc91TpbBF6r7ltkKI { display:flex;width:2.0625rem;height:2.0625rem;top:58.8125rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #RlWxOvdgLrma5quEOiSaOE7RTuP128Mn { display:flex;width:2.0625rem;height:2.0625rem;top:58.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #PGRTE6QorXvW5TUOJhNcHCmgLSMnHWxy { display:flex;width:2.0625rem;height:2.0625rem;top:58.8125rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #kZcCeKdKc0iiNbyKTVud0gJuuGDk2TDL { display:flex;width:8.625rem;height:8.625rem;top:48.0625rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #AP7VM0DQ9ZO1msvCX2zR2rLREIATZPUW { display:flex;width:2.0625rem;height:2.0625rem;top:58.8125rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #RyFAay265lu1hOc9csmKiqHz9cci5l1k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0bf348c-4e56-415e-967e-43680e89b05e/banner_family_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k.adaptive-delivery-prevent-bg, #RyFAay265lu1hOc9csmKiqHz9cci5l1k.lazyload, #RyFAay265lu1hOc9csmKiqHz9cci5l1k.lazyloading { background-image: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { background-color: transparent; background-image: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container > .video-iframe-container { display: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row > .video-iframe-container { display: none; }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .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); }#RyFAay265lu1hOc9csmKiqHz9cci5l1k > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnnBWX4DOmbh6yAbfDS3awA53zaZRJLW { width:20rem;height:9.75rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BKVBSfVCEFuJfJOEIUEXT0BaX2J4JNoh { width:20rem;height:6.796875rem;top:14rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:4.875rem;top:2.875rem;left:0rem;font-size:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { width:20rem;height:1.9121125rem;top:44.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { width:3rem;height:3rem;top:40.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { width:3rem;height:3rem;top:28.4375rem;left:7.5rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { width:20rem;height:1.9121125rem;top:32.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { width:3rem;height:3rem;top:16.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { width:20rem;height:1.9121125rem;top:21.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { width:19.8125rem;height:3rem;top:46.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { width:20rem;height:3rem;top:33.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { width:20rem;height:2.0996125rem;top:23.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7kMw5Ezd702PcUuqGZR9ZE3thhgS6UM { width:20rem;height:3rem;top:57.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT5EugzSQ911XcirS1U7zv1flMkTvfnn { width:20rem;height:1.9121125rem;top:55.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLy9Zy6hQuN71MSVV4UqovUuLI75dBZf { width:3rem;height:3rem;top:51.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkiJSDwvzV0fTaB0uTIw6yTkum837dvn { display:flex;width:3.5rem;height:3.5rem;top:51.25rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #bPGG5keSugTVCJ7MxqkZRAqCdQSTJWvE { display:flex;width:3.5rem;height:3.5rem;top:28.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #voncORNs0bpkWEqkfwVapSBkxmfnQaVU { display:flex;width:3.125rem;height:3.125rem;top:16.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zeuhicdmF1lKRZfvIqBroFkamGZFFLTH { display:flex;width:3.5625rem;height:3.5625rem;top:40.125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #J2O53Lf1pkMqz9PCHsrzsWTQTKPc7P3v { width:9.6875rem;height:9.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0GreCtMblHn4PDCMIOl9JOJclxVAr3a { width:9.5625rem;height:10.0625rem;top:1.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVl36twlR223VTvQZIIP58B8oFBh2Zfq { display:block; }#vVl36twlR223VTvQZIIP58B8oFBh2Zfq > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JirbvqE8Zhp9QdNntXr0B04VQydKrhrE { height:11.091421143847rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:20rem;height:6.5800625rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { width:10.625rem;height:10.5rem;top:7.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { width:0.3125rem;height:0.3125rem;top:16.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { width:0.3125rem;height:0.3125rem;top:16.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { width:0.3125rem;height:0.3125rem;top:16.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { width:0.3125rem;height:0.3125rem;top:16.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { width:0.3125rem;height:0.3125rem;top:16.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { width:1.625rem;height:1.625rem;top:15.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { width:2.3125rem;height:2.3125rem;top:7.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Oi6ewV2CQAxu0tEx4BZnaZlWcFb29h { display:flex;width:11.5rem;height:10.8125rem;top:2.125rem;left:1.5625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #V30vCwPnU1qbgbbpDTGTPLGo7hGJeav5 { width:20rem;height:5.361325rem;top:30.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf2d403a-1601-4172-ae02-daefb74a53ab/TorontoSkyline.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:15.5rem;height:9rem;top:2.9375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { width:19.5rem;height:3.28125rem;top:15rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:20rem;height:3.375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }