.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;
}
:root { --color-primary-0:241,238,231;--color-primary-1:208,198,175;--color-primary-2:161,140,95;--color-primary-3:81,70,48;--color-primary-4:24,21,14;--color-secondary-0:235,224,227;--color-secondary-1:190,152,162;--color-secondary-2:124,48,68;--color-secondary-3:62,24,34;--color-secondary-4:19,7,10;--color-tertiary-0:255,255,255;--color-tertiary-1:244,233,233;--color-tertiary-2:146,140,140;--color-tertiary-3:88,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:11.9375rem;top:1.09375rem;left:20.5rem;overflow:hidden;display:block; }
#wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { color:#092f57;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:41.0625rem;height:1.62458125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:3.4375rem;left:39.5rem; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa847da1-f8aa-460d-9e7f-9b301d5fbd0e/happyseniorstalkingwhileeatinglunchatresidentialcarehome.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;overflow:visible;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { position:absolute;display:block;z-index:15000;background-color:rgba(21,21,21,0.57);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:32.375rem;top:11.125rem;left:0rem;display:block; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { color:#eac999;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:22.00927734375rem;left:2.84375rem;height:7.0668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omeCpkpGBeaC8lmplqdGTxd1nvMbGq94 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:39.5rem;width:24.375rem;top:8.87486076355rem;left:34.874444961548rem;display:block; }
#gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:37.6875rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-form-header {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:3.125rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:2.8125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:13.125rem;height:3.75rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.19) ; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:center;text-align-last:center; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal;float:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container:first-of-type{padding-top:0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container:last-of-type{padding-bottom:0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.436943054199rem;top:19.249450683594rem;z-index:15007;position:absolute; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.436943054199rem;top:19.249450683594rem;z-index:15007;position:absolute; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { position:relative;display:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ukvUWk7C3TrO1T7Tx5xlJNpQ7vrcJUF2 { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nwa6sln3C2LTp18DUsdsAsHBHZ40GdhB { position:relative;display:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #wrhlIKOEJ2mnCl3PfNcnRrrWIvrKsddn { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #kcCaLRaRTPZmu8ZdLlw9kXqIwNhOfSGm { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #QXhpDrGUOf6lDgscbk2b2weWL37x0uKO { position:relative;display:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #caTt0IFcwXqeu1MQKEaVVwlXRB45P3Fa { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ITQ3sK32yvWURTleizLPsL2m5baMbqHP { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #gZBSoVR0Z4Pdn5bT79ygpRgDckpZkJeT { position:relative;display:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #DJdTprDAEkn58IMMOsTXMLNTL5Ovpdhz { position:relative; }
#aHWxhriazKyRJseZd30VF5Thd40FW0Xi { position:relative;display:block;z-index:100000;display:block; }
#tLhSGvuSJTr91s81vCqpJCf5cdEhsq1G { position:relative;display:block;z-index:100000;display:block; }
#p5yQUaempn5aVrThFw8sXfG1e0TEQf1e { position:relative;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 { position:relative; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { position:absolute;display:block;z-index:15013;background-color:rgba(228,237,243,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:18.34375rem;left:37.0625rem;display:block; }
#TTH4gyfJeAFfNRXXzqMXDStJUQOJq4JZ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.28125rem;left:1.3125rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { position:relative;display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { background-color: transparent; background-image: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { border-width: 0; border-radius: 0; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { color:#101010;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.3125rem;left:8.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { color:rgba(16,16,16,0.7);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.4765625rem;left:4.6875rem;height:23.395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#theKVqZBVWQl1qvsHXFgFLnChxiQiiOs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:25.8125rem;top:33.0625rem;left:15.03125rem;overflow:hidden;display:block; }
#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container { background-color: transparent; background-image: none; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container > .video-iframe-container { display: none; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row > .video-iframe-container { display: none; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .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); }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container { border-width: 0; border-radius: 0; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:60rem;position:relative;display:block; }#vBRv78HSBhQtpWco97kcT3t6x2JT0uLV { color:#101010;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:5.75rem;left:2.8125rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HigSUaGHtTvem7O0zpXrHGn3nsAAV8no { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.0625rem;left:0rem;display:block; }
#VcTlWA8FeHcZqRxZcgBBKa192DXFcvkw { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:7.4765625rem;left:15.59375rem;height:6.75rem;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; }
#rvCq4zmDMC5eUkRguDrqDmHChG2UxMX3 { color:#101010;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:0.86328125rem;left:15.59375rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:16.6953125rem;left:15.0625rem;height:;display:block; }#TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 li:before{  }
#n7nazcT1W8n19dpvFJa82smoyfNHEiI1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:25.875rem;top:62.6328125rem;left:2rem;overflow:hidden;display:block; }
#Qe7EaL4EhK7O8Iv1kC2oBiaFDUuP9HSk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:25.875rem;top:50.5703125rem;left:31.5rem;overflow:hidden;display:block; }
#ITh8lRxPMV1U7QJC0115NRJnb0UXyZvD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:25.875rem;top:67.8828125rem;left:26.375rem;overflow:hidden;display:block; }
#xzthEbT1iUxUrnq55hlptE3HUGKW8bOu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:22.9375rem;top:84.0078125rem;left:8.625rem;overflow:hidden;display:block; }
#PazTIuwV1GVC8nyrnTtl6WsNXstMd5o8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:25.875rem;top:48.5078125rem;left:7.3125rem;overflow:hidden;display:block; }
#yRAdVGaa7TyyqtAN4ohKLXgOLUV3kGOF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:22.9375rem;top:89.1953125rem;left:25.6875rem;overflow:hidden;display:block; }
#Tp9anpOPIt9ScMgDA5BqMJFXKNfTd2Dr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:22.9375rem;top:98.5078125rem;left:5rem;overflow:hidden;display:block; }
#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { position:relative;display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { background-color: transparent; background-image: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { border-width: 0; border-radius: 0; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T1EhKeuM9zuD1OmghCrPge3SLU01XICC { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:10.5625rem;top:2.94921875rem;left:43.375rem;display:block; }
#GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { color:#101010;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.09375rem;left:47.5625rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:32.125rem;top:3.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { position:absolute;display:block;z-index:15015;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.9375rem;top:17.65625rem;left:0rem;overflow:hidden;display:block; }
#O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:20.8125rem;top:28.875rem;left:15.875rem;overflow:hidden;display:block; }
#MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:15.8125rem;top:21.9375rem;left:43.1875rem;overflow:hidden;display:block; }
#cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:23rem;top:34.25rem;left:35.71875rem;overflow:hidden;display:block; }
#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container { background-color: transparent; background-image: none; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container > .video-iframe-container { display: none; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row > .video-iframe-container { display: none; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .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); }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container { border-width: 0; border-radius: 0; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#wgrV485lPW8w2tD7IfEigJzWzgug7S6G { color:#162f4e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:6.8233875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVAlVIqgJn9p3xtgx9ag0BVZkQmuPvck { color:#162f4e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:3.41169375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INHU7B2EHaFwkczZvZliaQCMTxH8VAiG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.9375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#ZoO5JPdyeuXlEpsXede1qbJyWhQa5DzS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.84375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container { background-color: transparent; background-image: none; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container > .video-iframe-container { display: none; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row > .video-iframe-container { display: none; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .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); }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container { border-width: 0; border-radius: 0; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#pCiz5HKAwm7mnhORuz9V9T3hxluNSWHO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.375rem;top:0.3125rem;left:0.625rem;overflow:hidden;display:block; }
#tEziBFUDmpMb6u9MwomuXC8RZlFmgyx0 { position:absolute;display:block;z-index:15005;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:20.1875rem;left:0.6875rem;display:block; }
#yzoiyL7lgGwiQVJHwew9sBfLkM1GLT2C { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:0.625rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQU1ou7O5fZxHdxG31iv3Tv4qmXx6JGL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:26.5rem;left:1.6875rem;height:3.3984375rem;display:block; }
#irSiTCTsRqqWbCBuxczaxoHif68b8xEz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:18.375rem;top:0.40625rem;left:20.8125rem;overflow:hidden;display:block; }
#VruFohVGKCtVcFi5PoJ7nzh7uoonwU8R { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:20.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgT6HO4XneZ7wMboTro42Vp1uGMS0xQp { position:absolute;display:block;z-index:15005;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:20.1875rem;left:20.6875rem;display:block; }
#f35E9g9nadaHMqzR2bknVf6C2vlJFWHW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:26.5rem;left:21.6875rem;height:3.3984375rem;display:block; }
#pZSeygVnTHNsJ7Bqy1gJy54khBMqSqnr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:0rem;left:40.6875rem;overflow:hidden;display:block; }
#UGfGZRWgXrsJTO93ImxAlMT5Xe2Q2uyR { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.125rem;left:40.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMKD73I9wvTzAR4t1AMA1hXAH0DzLwUa { position:absolute;display:block;z-index:15006;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:20.1875rem;left:40.6875rem;display:block; }
#vNy6RWr6LOCTSzlR6TxiT5LeBtdMVpLM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:26.5rem;left:41.625rem;height:3.3984375rem;display:block; }
#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container { background-color: transparent; background-image: none; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container > .video-iframe-container { display: none; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row > .video-iframe-container { display: none; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .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); }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container { border-width: 0; border-radius: 0; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#AISx7zaLFnHemdbR6kqnewluCSJfvXTU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#l32f76JC6faFAWMgtqywwgzDD6vO7PaJ { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMXbbnXkBcazv2ucygvNCPqdilNGp53Z { position:absolute;display:block;z-index:15007;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:19.4375rem;left:0.6875rem;display:block; }
#w6n4GLVhNzs18WURnH7ltacN7K6Z1hiD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:25.93603515625rem;left:1.6875rem;height:3.3984375rem;display:block; }
#no4pywTge5CkOIgqmpx0NngGLW4zAhnK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:0rem;left:20.6875rem;overflow:hidden;display:block; }
#eWmeWfABTyvM4wbx1vFTqJQNDfiHE1fw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:25.9365234375rem;left:21.6875rem;height:3.3984375rem;display:block; }
#ZcJhGFa7fqxErmRVqzDx7moAzLxzgzLe { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.1875rem;left:20rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fn6OOP2Ecxm6eBNdPWRITLbPTTyVpBM0 { position:absolute;display:block;z-index:15006;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:19.4375rem;left:20.6875rem;display:block; }
#dEm1gM3z8mmLmud3z6f8BUdvdqSSl0ZQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:0rem;left:40.8125rem;overflow:hidden;display:block; }
#iR7zFzXfmxlrg3ffInD21qF7QCmZ072J { position:absolute;display:block;z-index:15005;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:19.4375rem;left:40.6875rem;display:block; }
#q0rsqCKgCRofgCmFzst4VNyM9DsXidwV { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:40.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNJcEEZAwgr5k8ez59vcrvPD3HeUfVvP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:25.935546875rem;left:41.625rem;height:3.3984375rem;display:block; }
#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container { background-color: transparent; background-image: none; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container > .video-iframe-container { display: none; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row > .video-iframe-container { display: none; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .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); }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container { border-width: 0; border-radius: 0; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#tSmmzwhn1oVC968MBTgEAcxaT9idsLMu { color:#162f4e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.41169375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMo4uZd4yUL8k4eoWbDoXCyFOwDig7qZ { position:absolute;display:block;z-index:15006;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:25.9375rem;left:0.6875rem;display:block; }
#Krr9QXAA4i6bTF68u00dI8Tz3c15Li8D { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.25rem;top:6.78125rem;left:0.875rem;overflow:hidden;display:block; }
#XXik0pUbUM89F9Bqv5GusqoqXfpFIEio { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.81201171875rem;left:0.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLJer1kDZKS4aHwb9PGG2aZpE8Gc9PnN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:32.8740234375rem;left:1.6875rem;height:3.3984375rem;display:block; }
#pozFBOpmnkLfqvhPTtpIi0XRQZKHiFOL { position:absolute;display:block;z-index:15007;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:25.9375rem;left:20.6875rem;display:block; }
#TeMqkQwzTB7y0UxTmG6fuzNt1yA1tEGE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:17.625rem;top:6.78125rem;left:21.1875rem;overflow:hidden;display:block; }
#TxfJisETuaKJLZghklDg1JTbkeywelbs { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.81201171875rem;left:20.59375rem;height:4.87374375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HS7rn6trvoNFwDoZpsd4lbfiRa43ETnW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:32.87353515625rem;left:21.6875rem;height:3.3984375rem;display:block; }
#IPeHLiHgoFnPOROPE2ip3wrIXZg2qniJ { position:absolute;display:block;z-index:15008;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:18.625rem;top:25.9375rem;left:40.6875rem;display:block; }
#vGO15tS95yOSm7mKfEzNbqsN4foTGndK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.125rem;top:6.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#tmNo8DTUfENCygukWrMFU8d5QbxDpr6V { color:#162f4e;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.62451171875rem;left:40.59375rem;height:6.498325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpeIw6nnrKNVzaKowbck1gE4IvfWITOX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:33.6015625rem;left:41.59375rem;height:3.3984375rem;display:block; }
#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { background-color: transparent; background-image: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { border-width: 0; border-radius: 0; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:21.125rem;display:block; }
#Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP { position:relative;display:block; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP { background-color: transparent; background-image: none; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row .container > .video-iframe-container { display: none; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row > .video-iframe-container { display: none; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .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); }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP { border-width: 0; border-radius: 0; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .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; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UbIM2VgcPBRJaB8yKxESk0tSDtEIEI7X { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:10.5625rem;top:2.94921875rem;left:43.375rem;display:block; }
#uhTLqgWQIo1qP5enTupucmFa5Ku6IE5p { color:#101010;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.09375rem;left:47.5625rem;height:9.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ktrUCWlT3kgxy93gq2STVtFqVW3W9zlT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:32.125rem;top:3.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#cFFyk8x32Lv7r8zlzD5o8OrQa1acJ2TN { position:absolute;display:block;z-index:15015;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);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.6875rem;width:26.125rem;top:17.65625rem;left:0rem;overflow:hidden;display:block; }
#BaMRw1mba02l2TX8JkzKht4mJ62vAeDA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:24.1875rem;top:28.875rem;left:15.875rem;overflow:hidden;display:block; }
#FhhxQq80AFgldiHttTvUF7kkKnbrtWMP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:20.8125rem;top:21.40625rem;left:38.0625rem;overflow:hidden;display:block; }
#moSxmHgZynpJSTJkyEFUZEbe1Krp9mZT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:15.4375rem;top:38.625rem;left:39.25rem;overflow:hidden;display:block; }
#e2blAGdpByA2EmtlbiTu54OFtVULco9k { position:relative;display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k { background-color: transparent; background-image: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k { border-width: 0; border-radius: 0; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.03125rem;left:23.75rem;display:block; }
#q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container { background-color: transparent; background-image: none; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container > .video-iframe-container { display: none; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row > .video-iframe-container { display: none; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .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); }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container { border-width: 0; border-radius: 0; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:15.90625rem;left:2.125rem;display:block; }#TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb.adaptive-delivery-prevent-bg, #TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb.lazyload, #TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb.lazyloading { background-image: none; }
#v63ThNIZBBPrtWac5fi7u7TOib3ACGMM { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:24rem;left:8.4375rem;display:block; }#v63ThNIZBBPrtWac5fi7u7TOib3ACGMM.adaptive-delivery-prevent-bg, #v63ThNIZBBPrtWac5fi7u7TOib3ACGMM.lazyload, #v63ThNIZBBPrtWac5fi7u7TOib3ACGMM.lazyloading { background-image: none; }
#WPp25qtgA0s66U0VbEBNL3hssdRUIVxh { position:absolute;display:block;z-index:15013;background-color:#537ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.25rem;top:6.4375rem;left:0rem;display:block; }
#uSWdSm0c7aVvHM7uOiZ9V4yBOIuX23Uy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:7.8125rem;left:8.53125rem; }
#Dz2G3zXaueNfse7cSlySpbOT88FENWIL { position:absolute;display:block;z-index:15024;height:21.75rem;width:38.75rem;top:6.4375rem;left:21.25rem;display:block; }
#oow7iEAhVlEz4lBBc5ecXOwE4kxnUIsQ { color:rgba(var(--color-tertiary-1),0.86);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:26.4140625rem;left:1.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trJ52NU8OEdVNrdxNToIlzW1gze4xLXL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:10.53125rem;left:0.53125rem;height:4.4991625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuO5BhWvsPKEyGMkP7kqlJ2Ko1Ovs6wo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:17.73095703125rem;left:3.375rem;height:3.600725rem;text-align:center;text-align-last:center;display:block; }
#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#37c977;background-image:url("https://images.assets-landingi.com/uc/fa847da1-f8aa-460d-9e7f-9b301d5fbd0e/happyseniorstalkingwhileeatinglunchatresidentialcarehome.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.adaptive-delivery-prevent-bg, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyload, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyloading { background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { border-width: 0; border-radius: 0; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { position:absolute;display:block;z-index:15003;background-color:#151515;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:19.9375rem;top:17.218193054199rem;left:21.312080383301rem;display:block; }
#LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:19.437082290649rem;left:23.624443054199rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container { background-color: transparent; background-image: none; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container > .video-iframe-container { display: none; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row > .video-iframe-container { display: none; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .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); }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container { border-width: 0; border-radius: 0; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#lKHfJDKF6qa8fbtvuXNvOlGB4KTp9VQm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.625rem;top:0.6875rem;left:1.03125rem;overflow:hidden;display:block; }
#G3b9b6XnCPJG82g82GIEvyEJkh3roE0k { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.59375rem;left:19.90625rem;height:3.2491625rem;text-align:center;text-align-last:center;display:block; }
#Vy8iIcdUPuKyLhMCpkVE9WUNmcc1qpUa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8505859375rem;left:45.6875rem;height:1.05608125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:11.9375rem;height:7.625rem;top:1.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:18.25rem;height:1.625rem;top:3.4375rem;left:29.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { width:1.625rem;height:1.625rem;top:3.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:32.375rem;height:20.375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:26.6875rem;height:7.0625rem;top:22rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omeCpkpGBeaC8lmplqdGTxd1nvMbGq94 { width:24.375rem;height:39.5rem;top:8.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:18.75rem;height:4.5rem;top:11.8125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.8125rem; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { width:18.75rem;height:auto;top:19.1875rem;left:26.5rem; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { width:18.75rem;height:auto;top:19.1875rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { display:none; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ukvUWk7C3TrO1T7Tx5xlJNpQ7vrcJUF2 {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nwa6sln3C2LTp18DUsdsAsHBHZ40GdhB {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #wrhlIKOEJ2mnCl3PfNcnRrrWIvrKsddn {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #kcCaLRaRTPZmu8ZdLlw9kXqIwNhOfSGm {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #QXhpDrGUOf6lDgscbk2b2weWL37x0uKO { display:none; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #caTt0IFcwXqeu1MQKEaVVwlXRB45P3Fa {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ITQ3sK32yvWURTleizLPsL2m5baMbqHP {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #gZBSoVR0Z4Pdn5bT79ygpRgDckpZkJeT {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #DJdTprDAEkn58IMMOsTXMLNTL5Ovpdhz {  }
 }@media only screen and (max-width: 763px) { #aHWxhriazKyRJseZd30VF5Thd40FW0Xi { display:block; }
 }@media only screen and (max-width: 763px) { #tLhSGvuSJTr91s81vCqpJCf5cdEhsq1G { display:block; }
 }@media only screen and (max-width: 763px) { #p5yQUaempn5aVrThFw8sXfG1e0TEQf1e { display:block; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 {  }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:20rem;height:0.0625rem;top:18.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH4gyfJeAFfNRXXzqMXDStJUQOJq4JZ { top:12.25rem;left:0rem;width:29.75rem;height:7.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:39rem;height:;top:2.3125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:46.875rem;height:23.375rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #theKVqZBVWQl1qvsHXFgFLnChxiQiiOs { width:25.8125rem;height:17.125rem;top:33.0625rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop { display:block; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBRv78HSBhQtpWco97kcT3t6x2JT0uLV { width:13.625rem;height:;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HigSUaGHtTvem7O0zpXrHGn3nsAAV8no { width:9.25rem;height:10.625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTlWA8FeHcZqRxZcgBBKa192DXFcvkw { top:7.4375rem;left:4.625rem;width:43.125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCq4zmDMC5eUkRguDrqDmHChG2UxMX3 { width:35.375rem;height:4.9375rem;top:0.8125rem;left:9.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 { top:16.6875rem;left:5.5rem;width:42.25rem;height:;font-size:1.125rem;display:block; }#TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 li:before{  }
 }@media only screen and (max-width: 763px) { #n7nazcT1W8n19dpvFJa82smoyfNHEiI1 { width:25.875rem;height:21.375rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7EaL4EhK7O8Iv1kC2oBiaFDUuP9HSk { width:25.875rem;height:19.8125rem;top:50.5625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh8lRxPMV1U7QJC0115NRJnb0UXyZvD { width:25.875rem;height:17.1875rem;top:67.875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzthEbT1iUxUrnq55hlptE3HUGKW8bOu { width:22.9375rem;height:17.1875rem;top:84rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PazTIuwV1GVC8nyrnTtl6WsNXstMd5o8 { width:25.875rem;height:17.1875rem;top:48.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRAdVGaa7TyyqtAN4ohKLXgOLUV3kGOF { width:22.9375rem;height:15.1875rem;top:89.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9anpOPIt9ScMgDA5BqMJFXKNfTd2Dr { width:22.9375rem;height:15.1875rem;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:10.5625rem;height:12.1875rem;top:2.9375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:12.4375rem;height:;top:4.0625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { width:32.125rem;height:21.375rem;top:3.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { width:21.9375rem;height:14.5625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:20.8125rem;height:16.0625rem;top:28.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { width:15.8125rem;height:9.75rem;top:21.9375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:23rem;height:15.1875rem;top:34.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 { display:block; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgrV485lPW8w2tD7IfEigJzWzgug7S6G { width:47.75rem;height:6.8125rem;top:1.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAlVIqgJn9p3xtgx9ag0BVZkQmuPvck { width:47.75rem;height:3.375rem;top:20.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INHU7B2EHaFwkczZvZliaQCMTxH8VAiG { top:11.125rem;left:0rem;width:47.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO5JPdyeuXlEpsXede1qbJyWhQa5DzS { top:15.125rem;left:0rem;width:27.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS { display:block; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCiz5HKAwm7mnhORuz9V9T3hxluNSWHO { top:0.3125rem;left:0rem;width:18.375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEziBFUDmpMb6u9MwomuXC8RZlFmgyx0 { width:18.625rem;height:11.1875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzoiyL7lgGwiQVJHwew9sBfLkM1GLT2C { width:18.8125rem;height:4.875rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQU1ou7O5fZxHdxG31iv3Tv4qmXx6JGL { top:26.5rem;left:0rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSiTCTsRqqWbCBuxczaxoHif68b8xEz { top:0.375rem;left:13.375rem;width:18.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VruFohVGKCtVcFi5PoJ7nzh7uoonwU8R { width:18.8125rem;height:4.875rem;top:21.125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgT6HO4XneZ7wMboTro42Vp1uGMS0xQp { width:18.625rem;height:11.1875rem;top:20.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f35E9g9nadaHMqzR2bknVf6C2vlJFWHW { top:26.5rem;left:13.375rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSeygVnTHNsJ7Bqy1gJy54khBMqSqnr { top:0rem;left:29rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfGZRWgXrsJTO93ImxAlMT5Xe2Q2uyR { width:18.8125rem;height:4.875rem;top:21.125rem;left:28.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMKD73I9wvTzAR4t1AMA1hXAH0DzLwUa { width:18.625rem;height:11.1875rem;top:20.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNy6RWr6LOCTSzlR6TxiT5LeBtdMVpLM { top:26.5rem;left:29.25rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV { display:block; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AISx7zaLFnHemdbR6kqnewluCSJfvXTU { top:0rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l32f76JC6faFAWMgtqywwgzDD6vO7PaJ { width:18.8125rem;height:4.875rem;top:20.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXbbnXkBcazv2ucygvNCPqdilNGp53Z { width:18.625rem;height:11.1875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6n4GLVhNzs18WURnH7ltacN7K6Z1hiD { top:25.875rem;left:0rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4pywTge5CkOIgqmpx0NngGLW4zAhnK { top:0rem;left:13.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmeWfABTyvM4wbx1vFTqJQNDfiHE1fw { top:25.875rem;left:13.375rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcJhGFa7fqxErmRVqzDx7moAzLxzgzLe { width:18.8125rem;height:4.875rem;top:20.1875rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn6OOP2Ecxm6eBNdPWRITLbPTTyVpBM0 { width:18.625rem;height:11.1875rem;top:19.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEm1gM3z8mmLmud3z6f8BUdvdqSSl0ZQ { top:0rem;left:29.0625rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7zFzXfmxlrg3ffInD21qF7QCmZ072J { width:18.625rem;height:11.1875rem;top:19.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0rsqCKgCRofgCmFzst4VNyM9DsXidwV { width:18.8125rem;height:4.875rem;top:20.1875rem;left:28.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJcEEZAwgr5k8ez59vcrvPD3HeUfVvP { top:25.875rem;left:29.25rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 { display:block; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSmmzwhn1oVC968MBTgEAcxaT9idsLMu { width:47.75rem;height:3.375rem;top:1.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMo4uZd4yUL8k4eoWbDoXCyFOwDig7qZ { width:18.625rem;height:11.1875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krr9QXAA4i6bTF68u00dI8Tz3c15Li8D { top:6.75rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXik0pUbUM89F9Bqv5GusqoqXfpFIEio { width:18.8125rem;height:4.875rem;top:26.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJer1kDZKS4aHwb9PGG2aZpE8Gc9PnN { top:32.8125rem;left:0rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pozFBOpmnkLfqvhPTtpIi0XRQZKHiFOL { width:18.625rem;height:11.1875rem;top:25.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMqkQwzTB7y0UxTmG6fuzNt1yA1tEGE { top:6.75rem;left:14.125rem;width:17.625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfJisETuaKJLZghklDg1JTbkeywelbs { width:18.8125rem;height:4.875rem;top:26.75rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7rn6trvoNFwDoZpsd4lbfiRa43ETnW { top:32.8125rem;left:13.375rem;width:18.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeHLiHgoFnPOROPE2ip3wrIXZg2qniJ { width:18.625rem;height:11.1875rem;top:25.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGO15tS95yOSm7mKfEzNbqsN4foTGndK { top:6.6875rem;left:29.5rem;width:18.125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNo8DTUfENCygukWrMFU8d5QbxDpr6V { width:18.8125rem;height:6.5rem;top:26.5625rem;left:28.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpeIw6nnrKNVzaKowbck1gE4IvfWITOX { top:33.5625rem;left:30.8125rem;width:16.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { width:17.75rem;height:3.75rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block; }
 }@media only screen and (max-width: 763px) { #WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP { display:block; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbIM2VgcPBRJaB8yKxESk0tSDtEIEI7X { width:10.5625rem;height:12.1875rem;top:2.9375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTLqgWQIo1qP5enTupucmFa5Ku6IE5p { width:12.4375rem;height:9.875rem;top:4.0625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktrUCWlT3kgxy93gq2STVtFqVW3W9zlT { width:32.125rem;height:21.375rem;top:3.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFFyk8x32Lv7r8zlzD5o8OrQa1acJ2TN { width:26.125rem;height:13.6875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaMRw1mba02l2TX8JkzKht4mJ62vAeDA { width:24.1875rem;height:16rem;top:28.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhxQq80AFgldiHttTvUF7kkKnbrtWMP { width:20.8125rem;height:11.4375rem;top:21.375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSxmHgZynpJSTJkyEFUZEbe1Krp9mZT { width:15.4375rem;height:10.25rem;top:38.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { width:17rem;height:3.75rem;top:0rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block; }
 }@media only screen and (max-width: 763px) { #QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV { display:block; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb { width:15rem;height:0.0625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63ThNIZBBPrtWac5fi7u7TOib3ACGMM { width:2.5rem;height:0.0625rem;top:24rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPp25qtgA0s66U0VbEBNL3hssdRUIVxh { width:19.25rem;height:18.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSWdSm0c7aVvHM7uOiZ9V4yBOIuX23Uy { top:7.8125rem;left:2.40625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz2G3zXaueNfse7cSlySpbOT88FENWIL { top:6.4375rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oow7iEAhVlEz4lBBc5ecXOwE4kxnUIsQ { width:18.375rem;height:;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trJ52NU8OEdVNrdxNToIlzW1gze4xLXL { top:10.5rem;left:0rem;width:18.1875rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuO5BhWvsPKEyGMkP7kqlJ2Ko1Ovs6wo { top:17.6875rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:19.9375rem;height:14.875rem;top:17.1875rem;left:15.187080383301rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:22.5rem;height:9.375rem;top:19.375rem;left:17.499443054199rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ { display:block; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKHfJDKF6qa8fbtvuXNvOlGB4KTp9VQm { top:0.6875rem;left:0rem;width:7.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3b9b6XnCPJG82g82GIEvyEJkh3roE0k { top:1.5625rem;left:13.78125rem;width:22.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy8iIcdUPuKyLhMCpkVE9WUNmcc1qpUa { top:3.8125rem;left:33.5rem;width:14.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:7.375rem;height:4.625rem;top:1.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:15.5rem;height:1.3808625rem;top:8.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { width:1.5625rem;height:1.5625rem;top:6.5625rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa847da1-f8aa-460d-9e7f-9b301d5fbd0e/happyseniorstalkingwhileeatinglunchatresidentialcarehome.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:20rem;height:18.5625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:18.75rem;height:8.125rem;top:24.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omeCpkpGBeaC8lmplqdGTxd1nvMbGq94 { width:20rem;height:34.625rem;top:38.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:15.75rem;height:3.8994125rem;top:40.84375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { width:17.5rem;height:auto;top:45.59375rem;left:0rem; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { width:17.5rem;height:auto;top:45.59375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { display:none; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ukvUWk7C3TrO1T7Tx5xlJNpQ7vrcJUF2 {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nwa6sln3C2LTp18DUsdsAsHBHZ40GdhB {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #wrhlIKOEJ2mnCl3PfNcnRrrWIvrKsddn {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #kcCaLRaRTPZmu8ZdLlw9kXqIwNhOfSGm {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #QXhpDrGUOf6lDgscbk2b2weWL37x0uKO { display:none; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #caTt0IFcwXqeu1MQKEaVVwlXRB45P3Fa {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #ITQ3sK32yvWURTleizLPsL2m5baMbqHP {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #gZBSoVR0Z4Pdn5bT79ygpRgDckpZkJeT {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #DJdTprDAEkn58IMMOsTXMLNTL5Ovpdhz {  }
 }@media only screen and (max-width: 763px) { #aHWxhriazKyRJseZd30VF5Thd40FW0Xi { display:block; }
 }@media only screen and (max-width: 763px) { #tLhSGvuSJTr91s81vCqpJCf5cdEhsq1G { display:block; }
 }@media only screen and (max-width: 763px) { #p5yQUaempn5aVrThFw8sXfG1e0TEQf1e { display:block; }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ {  }
 }@media only screen and (max-width: 763px) { #fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 {  }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:17.5rem;height:0.0625rem;top:45.59375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH4gyfJeAFfNRXXzqMXDStJUQOJq4JZ { width:20rem;height:4.7119125rem;top:17.71240234375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:18.75rem;height:4.12388125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:17.625rem;height:52.1903125rem;top:6.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #theKVqZBVWQl1qvsHXFgFLnChxiQiiOs { width:20rem;height:13.268765133172rem;top:60.068875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop { display:block; }#KSzJ3pFq4Oh6ZadMecH0IL1FeoEFBmop > .row .container { width:20rem;height:196.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBRv78HSBhQtpWco97kcT3t6x2JT0uLV { width:17.4375rem;height:2.19970625rem;top:4.6875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HigSUaGHtTvem7O0zpXrHGn3nsAAV8no { width:12.4375rem;height:10.625rem;top:1.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTlWA8FeHcZqRxZcgBBKa192DXFcvkw { width:18.0625rem;height:15.18625rem;top:21.51171875rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCq4zmDMC5eUkRguDrqDmHChG2UxMX3 { width:20rem;height:6.185825rem;top:13.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 { width:20rem;height:47.8696875rem;top:39.19921875rem;left:0rem;font-size:1.125rem;display:block; }#TKMZTqwGlXqL6wCJ7ZCFzillFkgSuet3 li:before{  }
 }@media only screen and (max-width: 763px) { #n7nazcT1W8n19dpvFJa82smoyfNHEiI1 { width:20rem;height:16.521739130435rem;top:88.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7EaL4EhK7O8Iv1kC2oBiaFDUuP9HSk { width:20rem;height:15.314009661836rem;top:151.40140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh8lRxPMV1U7QJC0115NRJnb0UXyZvD { width:20rem;height:13.285024154589rem;top:136.86671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzthEbT1iUxUrnq55hlptE3HUGKW8bOu { width:20rem;height:14.986376021798rem;top:120.63040625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PazTIuwV1GVC8nyrnTtl6WsNXstMd5o8 { width:20rem;height:13.285024154589rem;top:106.09571875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRAdVGaa7TyyqtAN4ohKLXgOLUV3kGOF { width:20rem;height:13.242506811989rem;top:182.45753125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9anpOPIt9ScMgDA5BqMJFXKNfTd2Dr { width:20rem;height:13.242506811989rem;top:167.96534375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:9.25rem;height:10.625rem;top:1.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:12.4375rem;height:4.3994125rem;top:3.3251953125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { width:20rem;height:13.25rem;top:12.6875rem;left:-0.0097891566265106rem;display:block; }
 }@media only screen and (max-width: 763px) { #sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { width:20rem;height:13.1875rem;top:27.28662109375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:20rem;height:15.4375rem;top:43.86061212514rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { width:20rem;height:12.25rem;top:61.963584695282rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:20rem;height:13.25rem;top:75.650751528531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 { display:block; }#V4osFtf6eL2p5mA3LZSnzV0pfq8UVTo5 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgrV485lPW8w2tD7IfEigJzWzgug7S6G { width:20rem;height:7.79925rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVAlVIqgJn9p3xtgx9ag0BVZkQmuPvck { width:20rem;height:5.1995rem;top:28.3857421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INHU7B2EHaFwkczZvZliaQCMTxH8VAiG { width:20rem;height:7.714875rem;top:14.2724609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO5JPdyeuXlEpsXede1qbJyWhQa5DzS { width:20rem;height:3.57421875rem;top:23.17724609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS { display:block; }#RcVkzV8rSvhtNI4SdlFZCXwhPlGm1QrS > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCiz5HKAwm7mnhORuz9V9T3hxluNSWHO { width:18.8125rem;height:19rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEziBFUDmpMb6u9MwomuXC8RZlFmgyx0 { width:20rem;height:11.25rem;top:20.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzoiyL7lgGwiQVJHwew9sBfLkM1GLT2C { width:18.8125rem;height:5.11858125rem;top:21.4814453125rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQU1ou7O5fZxHdxG31iv3Tv4qmXx6JGL { width:18.375rem;height:3.3984375rem;top:27.63818359375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSiTCTsRqqWbCBuxczaxoHif68b8xEz { width:18.8125rem;height:18.8125rem;top:33.3310546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VruFohVGKCtVcFi5PoJ7nzh7uoonwU8R { width:18.8125rem;height:5.11858125rem;top:53.962890625rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgT6HO4XneZ7wMboTro42Vp1uGMS0xQp { width:20rem;height:11.25rem;top:53.45947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f35E9g9nadaHMqzR2bknVf6C2vlJFWHW { width:18.375rem;height:3.3984375rem;top:60.0185546875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSeygVnTHNsJ7Bqy1gJy54khBMqSqnr { width:18.375rem;height:18.375rem;top:66.0810546875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfGZRWgXrsJTO93ImxAlMT5Xe2Q2uyR { width:18.8125rem;height:5.11858125rem;top:85.8935546875rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMKD73I9wvTzAR4t1AMA1hXAH0DzLwUa { width:18.625rem;height:11.1875rem;top:85.34130859375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNy6RWr6LOCTSzlR6TxiT5LeBtdMVpLM { width:18.375rem;height:3.3984375rem;top:91.76171875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV { display:block; }#RFKSxI3nMRwieJ8cuIPx1JWwayTqTkCV > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AISx7zaLFnHemdbR6kqnewluCSJfvXTU { width:18.625rem;height:18.625rem;top:0.599609375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l32f76JC6faFAWMgtqywwgzDD6vO7PaJ { width:18.8125rem;height:5.11858125rem;top:21.53515625rem;left:0.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMXbbnXkBcazv2ucygvNCPqdilNGp53Z { width:18.625rem;height:11.1875rem;top:84.90380859375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6n4GLVhNzs18WURnH7ltacN7K6Z1hiD { width:18.375rem;height:3.3984375rem;top:27.9658203125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4pywTge5CkOIgqmpx0NngGLW4zAhnK { width:18.375rem;height:18.375rem;top:33.2685546875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmeWfABTyvM4wbx1vFTqJQNDfiHE1fw { width:18.375rem;height:3.3984375rem;top:59.0908203125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcJhGFa7fqxErmRVqzDx7moAzLxzgzLe { width:18.8125rem;height:5.11858125rem;top:53.0185546875rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fn6OOP2Ecxm6eBNdPWRITLbPTTyVpBM0 { width:18.625rem;height:11.1875rem;top:52.15380859375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEm1gM3z8mmLmud3z6f8BUdvdqSSl0ZQ { width:18.8125rem;height:18.8125rem;top:65.10888671875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7zFzXfmxlrg3ffInD21qF7QCmZ072J { width:20rem;height:11.25rem;top:20.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0rsqCKgCRofgCmFzst4VNyM9DsXidwV { width:18.8125rem;height:5.11858125rem;top:86.0439453125rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNJcEEZAwgr5k8ez59vcrvPD3HeUfVvP { width:18.375rem;height:3.3984375rem;top:91.70068359375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 { display:block; }#Mzb2TonPVrpHXbHA6JgGPT07vfTBkPh4 > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSmmzwhn1oVC968MBTgEAcxaT9idsLMu { width:20rem;height:5.1995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMo4uZd4yUL8k4eoWbDoXCyFOwDig7qZ { width:18.625rem;height:11.1875rem;top:26.76123046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krr9QXAA4i6bTF68u00dI8Tz3c15Li8D { width:18.25rem;height:18.25rem;top:7.88671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXik0pUbUM89F9Bqv5GusqoqXfpFIEio { width:18.8125rem;height:4.87374375rem;top:27.51123046875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLJer1kDZKS4aHwb9PGG2aZpE8Gc9PnN { width:18.375rem;height:3.3984375rem;top:33.26123046875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pozFBOpmnkLfqvhPTtpIi0XRQZKHiFOL { width:18.625rem;height:11.1875rem;top:58.07373046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMqkQwzTB7y0UxTmG6fuzNt1yA1tEGE { width:17.625rem;height:18.25rem;top:38.82373046875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfJisETuaKJLZghklDg1JTbkeywelbs { width:18.8125rem;height:4.87374375rem;top:58.94921875rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HS7rn6trvoNFwDoZpsd4lbfiRa43ETnW { width:18.375rem;height:3.3984375rem;top:64.44873046875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeHLiHgoFnPOROPE2ip3wrIXZg2qniJ { width:18.625rem;height:11.1875rem;top:90.69921875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGO15tS95yOSm7mKfEzNbqsN4foTGndK { width:18.125rem;height:18.4375rem;top:71.57373046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNo8DTUfENCygukWrMFU8d5QbxDpr6V { width:18.8125rem;height:6.498325rem;top:91.26171875rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpeIw6nnrKNVzaKowbck1gE4IvfWITOX { width:16.8125rem;height:3.3984375rem;top:97.76171875rem;left:1.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { width:15.5625rem;height:3.75rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block; }
 }@media only screen and (max-width: 763px) { #WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP { display:block; }#WRZ7r63bGaaJR2x59WyeDL3GkEA3VQWP > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbIM2VgcPBRJaB8yKxESk0tSDtEIEI7X { width:9.25rem;height:10.625rem;top:24.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTLqgWQIo1qP5enTupucmFa5Ku6IE5p { width:12.4375rem;height:6.5980625rem;top:26.5126953125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktrUCWlT3kgxy93gq2STVtFqVW3W9zlT { width:15.0625rem;height:10rem;top:12.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFFyk8x32Lv7r8zlzD5o8OrQa1acJ2TN { width:15.1875rem;height:7.9375rem;top:1.25rem;left:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BaMRw1mba02l2TX8JkzKht4mJ62vAeDA { width:15.4375rem;height:10.25rem;top:37.28662109375rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FhhxQq80AFgldiHttTvUF7kkKnbrtWMP { width:15.9375rem;height:8.625rem;top:50.22412109375rem;left:1.9358552631579rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSxmHgZynpJSTJkyEFUZEbe1Krp9mZT { width:17.4375rem;height:11.5625rem;top:61.84912109375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { width:15.375rem;height:3.75rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block; }
 }@media only screen and (max-width: 763px) { #QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV { display:block; }#QuvoNhPsgZCuATw4Qa4f37W09CFy8BAV > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGbo2eqMcoJyZbCxMilqWoyCEJTLQyb { width:15rem;height:0.0625rem;top:10.71875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63ThNIZBBPrtWac5fi7u7TOib3ACGMM { width:2.5rem;height:0.0625rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPp25qtgA0s66U0VbEBNL3hssdRUIVxh { width:20rem;height:19rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSWdSm0c7aVvHM7uOiZ9V4yBOIuX23Uy { width:2.1875rem;height:2.1875rem;top:2.625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz2G3zXaueNfse7cSlySpbOT88FENWIL { width:20rem;height:21.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oow7iEAhVlEz4lBBc5ecXOwE4kxnUIsQ { width:18.375rem;height:8.0008125rem;top:46.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trJ52NU8OEdVNrdxNToIlzW1gze4xLXL { width:18.1875rem;height:4.4991625rem;top:5.4375rem;left:0.90625rem;font-size:1.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ZuO5BhWvsPKEyGMkP7kqlJ2Ko1Ovs6wo { width:12.5rem;height:3.600725rem;top:11.873046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:12.2495625rem;height:10.625rem;top:12.249582290649rem;left:5.3417969346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:15.1869375rem;height:5.99958125rem;top:14.561246871948rem;left:3.8727679848671rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ { display:block; }#sIHIbUGu5Ebd4XsKtlfTZLV2TqIwlZzJ > .row .container { width:20rem;height:14.2568359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKHfJDKF6qa8fbtvuXNvOlGB4KTp9VQm { width:5rem;height:3.25rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3b9b6XnCPJG82g82GIEvyEJkh3roE0k { width:20rem;height:4.87374375rem;top:7.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vy8iIcdUPuKyLhMCpkVE9WUNmcc1qpUa { width:14.3125rem;height:1.05615rem;top:13.2568359375rem;left:2.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }