.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(204,241,255,0.8);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV { position:relative;display:block; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV { background-color: transparent; background-image: none; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row .container > .video-iframe-container { display: none; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row > .video-iframe-container { display: none; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .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); }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV { border-width: 0; border-radius: 0; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .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; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b9310a34ef405057f4acac5a6322d1a5 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#lb2a0f9f6b1bd9abfecc4155439b75a0 { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8a4e7955e377801fa07b57a5e3dec92 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container { background-color: transparent; background-image: none; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container > .video-iframe-container { display: none; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row > .video-iframe-container { display: none; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .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); }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container { border-width: 0; border-radius: 0; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Jc2d5e818132c88de9ec57302bc0da83 { background-color:#f468b7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#hb182022370e488e5713dc90c2feac42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae9b59d83a370c7cb2595ea2a634c8a8 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container { background-color: transparent; background-image: none; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container > .video-iframe-container { display: none; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row > .video-iframe-container { display: none; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .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); }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container { border-width: 0; border-radius: 0; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#o87b0c456491a0ae9b8d99e9341cc695 { color:#020202;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container { background-color: transparent; background-image: none; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container > .video-iframe-container { display: none; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row > .video-iframe-container { display: none; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .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); }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container { border-width: 0; border-radius: 0; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#b73eb68b3997f47d391fc107262fe374 { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#e7ea7e30170d8489d8eb0f7cecbc0d60 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#e7ea7e30170d8489d8eb0f7cecbc0d60.adaptive-delivery-prevent-bg, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyload, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyloading { background-image: none; }
#J4e1dce901d0b1dff819aa0d0b3a56d8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#J4e1dce901d0b1dff819aa0d0b3a56d8.adaptive-delivery-prevent-bg, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyload, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyloading { background-image: none; }
#Tcbea9cf031f694bed93b8d240c56f66 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#Tcbea9cf031f694bed93b8d240c56f66.adaptive-delivery-prevent-bg, #Tcbea9cf031f694bed93b8d240c56f66.lazyload, #Tcbea9cf031f694bed93b8d240c56f66.lazyloading { background-image: none; }
#y8021017299b8e4f3b2483a01218126d { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#P7bc5a798e7e080dc0ecd76d2d1cdf21 { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container { background-color: transparent; background-image: none; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container > .video-iframe-container { display: none; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row > .video-iframe-container { display: none; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .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); }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container { border-width: 0; border-radius: 0; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#a10514005436e1a3c6629652260b667d { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#a10514005436e1a3c6629652260b667d.adaptive-delivery-prevent-bg, #a10514005436e1a3c6629652260b667d.lazyload, #a10514005436e1a3c6629652260b667d.lazyloading { background-image: none; }
#ffffd14408fe02d9fc788632f334db55 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ffffd14408fe02d9fc788632f334db55.adaptive-delivery-prevent-bg, #ffffd14408fe02d9fc788632f334db55.lazyload, #ffffd14408fe02d9fc788632f334db55.lazyloading { background-image: none; }
#b65f63596009d9c19a22687bb885b2d0 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#b65f63596009d9c19a22687bb885b2d0.adaptive-delivery-prevent-bg, #b65f63596009d9c19a22687bb885b2d0.lazyload, #b65f63596009d9c19a22687bb885b2d0.lazyloading { background-image: none; }
#O41178d564b0cae0975f9ed4197bcfc7 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#c3ba926694ee87a99cf9a6ad50040c01 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#tf4f1b6092459b33a8ad9f1fa8b6eb84 { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container { background-color: transparent; background-image: none; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container > .video-iframe-container { display: none; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row > .video-iframe-container { display: none; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .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); }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container { border-width: 0; border-radius: 0; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#n85466cbe080483cd387191a231afd23 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#I8818b7c2914d03a11064a10a08f1375 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#I8818b7c2914d03a11064a10a08f1375.adaptive-delivery-prevent-bg, #I8818b7c2914d03a11064a10a08f1375.lazyload, #I8818b7c2914d03a11064a10a08f1375.lazyloading { background-image: none; }
#ad59f4c068c65c4eb0dbd064c70fec3e { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ad59f4c068c65c4eb0dbd064c70fec3e.adaptive-delivery-prevent-bg, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyload, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyloading { background-image: none; }
#T8eeddea98f987b299fdb0a8c4d77093 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#T8eeddea98f987b299fdb0a8c4d77093.adaptive-delivery-prevent-bg, #T8eeddea98f987b299fdb0a8c4d77093.lazyload, #T8eeddea98f987b299fdb0a8c4d77093.lazyloading { background-image: none; }
#fb980bfdc068af4cec83e37de8e1cad5 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#Ad43756e0d48097c3ae7dc3888b7a9ae { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container { background-color: transparent; background-image: none; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container > .video-iframe-container { display: none; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row > .video-iframe-container { display: none; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .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); }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container { border-width: 0; border-radius: 0; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594.adaptive-delivery-prevent-bg, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyload, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyloading { background-image: none; }
#b5b641cbf628820bfaa5ef90df762f42 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#b5b641cbf628820bfaa5ef90df762f42.adaptive-delivery-prevent-bg, #b5b641cbf628820bfaa5ef90df762f42.lazyload, #b5b641cbf628820bfaa5ef90df762f42.lazyloading { background-image: none; }
#ea424f0bff5d59232d55afd0d2618e51 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#ea424f0bff5d59232d55afd0d2618e51.adaptive-delivery-prevent-bg, #ea424f0bff5d59232d55afd0d2618e51.lazyload, #ea424f0bff5d59232d55afd0d2618e51.lazyloading { background-image: none; }
#a51f41241bd86b0af9ed2fa476250771 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#d8e84d5508c85be5a228769ffa466fa9 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#xa600b8c74cbb4514451e0dd31f2c61b { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container { background-color: transparent; background-image: none; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container > .video-iframe-container { display: none; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row > .video-iframe-container { display: none; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .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); }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container { border-width: 0; border-radius: 0; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#f02db43adc6e5a9ec81548396a46f916 { color:#020202;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container { background-color: transparent; background-image: none; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container > .video-iframe-container { display: none; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row > .video-iframe-container { display: none; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .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); }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container { border-width: 0; border-radius: 0; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Kda15bfea557c3a3e5655f101f861bcc { background-color:#f468b7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#a160a2da8ce839fbbed280a6b01a9486 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w19113536eaa62462bd3a3fcba038bcb { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:#fafffd;background-image:none;border-top:0.25rem solid #2b9bc5;border-left:0.25rem solid #2b9bc5;border-right:0.25rem solid #2b9bc5;border-bottom:0.25rem solid #2b9bc5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.505859375rem;left:16.90625rem;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:17rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya44adc70ba6675c2dc2aed084fb880c { position:absolute;display:block;z-index:15000;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.25rem solid #2b9bc5;border-left:0.25rem solid #2b9bc5;border-right:0.25rem solid #2b9bc5;border-bottom:0.25rem solid #2b9bc5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:25.375rem;top:6.56201171875rem;left:5.75rem;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:22.062rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8505859375rem;left:7.7177734375rem;height:5.36133125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.25rem solid #2b9bc5;border-left:0.25rem solid #2b9bc5;border-right:0.25rem solid #2b9bc5;border-bottom:0.25rem solid #2b9bc5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.505859375rem;left:54.40625rem;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2436351776123rem;left:54.530764579773rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8505859375rem;left:45.5rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { position:absolute;display:block;z-index:15001;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.25rem solid #2b9bc5;border-left:0.25rem solid #2b9bc5;border-right:0.25rem solid #2b9bc5;border-bottom:0.25rem solid #2b9bc5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:44.5rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 { 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:15009;opacity:1;top:12.3125rem;left:54.6875rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container { background-color: transparent; background-image: none; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container > .video-iframe-container { display: none; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row > .video-iframe-container { display: none; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .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); }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container { border-width: 0; border-radius: 0; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#xxin1HDiRbeOu7laTxwZch74cWTREfx2 { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:1.6875rem;left:22.3125rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1nqTMAhgsz4yIIFFVoJau0QmBflUH2W { background-color:#3b5998;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.25rem;left:28.75rem;display:block; }
#gNolb7PTFkXPi7xOnpOqgINQJ5ugTBoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container { background-color: transparent; background-image: none; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container > .video-iframe-container { display: none; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row > .video-iframe-container { display: none; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .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); }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container { border-width: 0; border-radius: 0; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#Fbe8c51d5ba6841f8b74181ba4f1fa52 { color:#000000;display:block;width:48.6245rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.978515625rem;left:13.1865234375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container { background-color: transparent; background-image: none; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container > .video-iframe-container { display: none; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row > .video-iframe-container { display: none; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .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); }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container { border-width: 0; border-radius: 0; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#a4b06ab40ca5669e8768b9fd40c599dd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#dcbcc5b990b71e2375bdba5fc91fd706 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#d84aaf539c9d06d3744228c97cff79e6 { color:#020202;display:block;width:32.687125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da7e85a5cc4a09ea0fff2d7969327ec0 { color:#020202;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.12721824646rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a5b6e9deeac3b59396d91baf2bbc527d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#fa65dd9590dfd1bcf9c56faad4320202 { color:#020202;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e00ebea9bb8fc463a8cd31f9fb5cd74d { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#R512d0af5061bce0ffc159691af473ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#d564473c341154646abe4c3f8801d4be { color:#020202;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q84b3ccc607361e584a1df121358b628 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#b2ace2fd4cb59b5697784db19d677a3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#Cd48d0082464ce729f9615acafda138e { color:#020202;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncda4ac559d07d49b8542c6667c0c144 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#s5d4619fe206b9e5d0e45263e79b47ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#Db254c2454c99aebfcf16aa03afdfcb2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#y629b9c80d595b5133178cef1d6fecc3 { color:#020202;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpznysa998L0uoZqHWgpexnek1ta10I5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container { background-color: transparent; background-image: none; }#vpznysa998L0uoZqHWgpexnek1ta10I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container > .video-iframe-container { display: none; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row > .video-iframe-container { display: none; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .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); }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container { border-width: 0; border-radius: 0; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#db5203272f0e3122d339fae0e55e5367 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#xf4cbda3b53a24ec6b9f19f9fce99399 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#afa5a0cbd89231007444c26c29b671a8 { color:#020202;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4adaf52ff1e53f89bf967523769e237 { color:#020202;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9c80416983c09bc571343b0506fee69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#d471ece98dca258315597cf81771d9b4 { color:#020202;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H38f5959507ac6c8d2cdd73ef320335b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#bb91630259002cca21a2be5a036ac953 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#R9783d2b4dbec8fa774ac3b70ad61a3e { color:#020202;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbea0f0c9e74113e88410c11bef7e58b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#q65cec9cb61afd10bf9093ba0d569ee2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#zde373bf77eeaaeaf80b66ecff2fe051 { color:#020202;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6f4f60d26206754b1c041af259aa4f3 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#tfe0ccef740021187df81f5299bca6da { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#a449032280e06abfbfe77c4cce796df4 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#t9e4995b081f08a1bfaaafb857bf7520 { color:#020202;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bf3804c2b8007332082db42a6489e8ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.6875rem;left:12.5rem; }
#eca4e95388fa89bd04729f877f094461 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#e514ca2960e4fddaa399f3d0d355d22c { color:#020202;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4802c75f0141d1aaaf6f9892eee20c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.9375rem;left:12.5rem; }
#o8aab5c2f0ed1dd15226b9c361328851 { color:#020202;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qa617c6aec0615d4b2721e9a10f6d1e2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:26.375rem;left:12.875rem;display:block; }
#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf1ff;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; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container { background-color: transparent; background-image: none; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container > .video-iframe-container { display: none; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row > .video-iframe-container { display: none; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .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); }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container { border-width: 0; border-radius: 0; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#bf690d49255f94fd6bd489a6a512fcff { background-color:#f468b7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:1.875rem;left:12.5rem;display:block; }
#ra0b70f7a5e315c95f714fd59b3548a8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p539d4fbb6876ddd6b675afe30234ca1 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:1.875rem;left:12.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV { display:block; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSymJgu9PgfLlQU8tevfHHTePrFL7fDm { display:block; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 { display:block; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg { display:block; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcbea9cf031f694bed93b8d240c56f66 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfEvtXNue4RoIaxBJTNxacdWArgP3bgl { display:block; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg { display:block; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B { display:block; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf { display:block; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { top:2.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf { display:block; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kda15bfea557c3a3e5655f101f861bcc { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a160a2da8ce839fbbed280a6b01a9486 { display:block; }
 }@media only screen and (max-width: 763px) { #w19113536eaa62462bd3a3fcba038bcb { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:2.5rem;left:10.09375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:3.375rem;left:10.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:6.5rem;left:0rem;width:25.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:8.8125rem;left:0.9052734375rem;width:22rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:2.5rem;left:33.96875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:3.1875rem;left:34.093264579773rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:8.8125rem;left:25.0625rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:6.8125rem;left:24.0625rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { top:12.3125rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE { display:block; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxin1HDiRbeOu7laTxwZch74cWTREfx2 { width:30.4375rem;height:8.75rem;top:1.6875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nqTMAhgsz4yIIFFVoJau0QmBflUH2W { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNolb7PTFkXPi7xOnpOqgINQJ5ugTBoz { display:block; }
 }@media only screen and (max-width: 763px) { #Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA { display:block; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { top:1.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 { display:block; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { top:22.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpznysa998L0uoZqHWgpexnek1ta10I5 { display:block; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd { display:block; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:46.75rem;height:4.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { top:1.875rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV { display:block; }#uNaTbJR0696lnKMHBqK7rV1yhrVCw2EV > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSymJgu9PgfLlQU8tevfHHTePrFL7fDm { display:block; }#kSymJgu9PgfLlQU8tevfHHTePrFL7fDm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 { display:block; }#bMT9QgAqE8kK2KkuCi0MiTv3uQdbBu32 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { width:19.875rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg { display:block; }#hXzBOfS3QTNGn9GGtSFXTEMT0Hs78Fhg > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcbea9cf031f694bed93b8d240c56f66 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xfEvtXNue4RoIaxBJTNxacdWArgP3bgl { display:block; }#xfEvtXNue4RoIaxBJTNxacdWArgP3bgl > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg { display:block; }#ktqKGR6OXh9MmAkAh5BsqoiK3UNBXaeg > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B { display:block; }#NKD2GHPwVrJ1CJ5lqUoMAADAuGz7RB4B > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf { display:block; }#AGGaM8OQwTw2MSJPWiPMZGF5uxoU8HEf > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { width:20rem;height:1.94970625rem;top:0.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf { display:block; }#Qye6dnHgC3XS1Ui6VK77ywNoQh8oEQgf > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kda15bfea557c3a3e5655f101f861bcc { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a160a2da8ce839fbbed280a6b01a9486 { display:block; }
 }@media only screen and (max-width: 763px) { #w19113536eaa62462bd3a3fcba038bcb { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:2.8125rem;height:2.8125rem;top:1.32421875rem;left:8.46875rem;border-top:0.125rem solid #2b9bc5;border-left:0.125rem solid #2b9bc5;border-right:0.125rem solid #2b9bc5;border-bottom:0.125rem solid #2b9bc5;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:3.4375rem;height:1.4624rem;top:2.125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:18.6875rem;height:5.8125rem;top:4.9375rem;left:0.4375rem;border-top:0.125rem solid #2b9bc5;border-left:0.125rem solid #2b9bc5;border-right:0.125rem solid #2b9bc5;border-bottom:0.125rem solid #2b9bc5;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:16.4375rem;height:4.38720625rem;top:5.775390625rem;left:1.78125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:2.8125rem;height:2.8125rem;top:12.76171875rem;left:8.46875rem;border-top:0.125rem solid #2b9bc5;border-left:0.125rem solid #2b9bc5;border-right:0.125rem solid #2b9bc5;border-bottom:0.125rem solid #2b9bc5;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:3.4375rem;height:1.4624rem;top:13.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:12.5rem;height:1.4624rem;top:17.49951171875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:18.6875rem;height:6.4375rem;top:16.24951171875rem;left:0.43701171875rem;border-top:0.125rem solid #2b9bc5;border-left:0.125rem solid #2b9bc5;border-right:0.125rem solid #2b9bc5;border-bottom:0.125rem solid #2b9bc5;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { display:flex;width:2.375rem;height:2.375rem;top:19.49951171875rem;left:8.8125rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE { display:block; }#EncNzsRRmxghxGfrc1mRJzRdbOrKSXcE > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxin1HDiRbeOu7laTxwZch74cWTREfx2 { width:17.5rem;height:6.499025rem;top:1.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1nqTMAhgsz4yIIFFVoJau0QmBflUH2W { width:17.5rem;height:3.4375rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNolb7PTFkXPi7xOnpOqgINQJ5ugTBoz { display:block; }
 }@media only screen and (max-width: 763px) { #Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA { display:block; }#Aa9loHcJMTwWreaF26F3uZKdnt5ua8UA > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbe8c51d5ba6841f8b74181ba4f1fa52 { width:20rem;height:3.4121125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 { display:block; }#qaBrrnOd1AvXDMaKUP5DIMDhXwTe9VV0 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4b06ab40ca5669e8768b9fd40c599dd { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dcbcc5b990b71e2375bdba5fc91fd706 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da7e85a5cc4a09ea0fff2d7969327ec0 { width:14.1246875rem;height:2.92480625rem;top:5.1620368361473rem;left:3.7495176196098rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a5b6e9deeac3b59396d91baf2bbc527d { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fa65dd9590dfd1bcf9c56faad4320202 { width:13.624625rem;height:2.5996125rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e00ebea9bb8fc463a8cd31f9fb5cd74d { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R512d0af5061bce0ffc159691af473ad { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d564473c341154646abe4c3f8801d4be { width:15.8748125rem;height:2.5996125rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q84b3ccc607361e584a1df121358b628 { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ace2fd4cb59b5697784db19d677a3b { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cd48d0082464ce729f9615acafda138e { width:12.2496875rem;height:1.30015625rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ncda4ac559d07d49b8542c6667c0c144 { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5d4619fe206b9e5d0e45263e79b47ba { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db254c2454c99aebfcf16aa03afdfcb2 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y629b9c80d595b5133178cef1d6fecc3 { width:15.9375rem;height:2.5996125rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vpznysa998L0uoZqHWgpexnek1ta10I5 { display:block; }#vpznysa998L0uoZqHWgpexnek1ta10I5 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { width:11.875rem;height:3.8994125rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { width:15.187125rem;height:2.5996125rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { width:14.874625rem;height:2.5996125rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { width:15.8748125rem;height:2.5996125rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { width:14.4375rem;height:2.5996125rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { width:16.1875rem;height:1.30015625rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { width:10.5623125rem;height:2.5996125rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd { display:block; }#DkfWkkLSuJGCGqRplX0vv9CbpXHH1Czd > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }