.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:246,238,225;--color-primary-1:228,205,164;--color-primary-2:210,171,103;--color-primary-3:232,185,35;--color-primary-4:117,119,97;--color-secondary-0:225,224,230;--color-secondary-1:156,151,173;--color-secondary-2:57,47,90;--color-secondary-3:29,24,45;--color-secondary-4:9,7,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#CMmuoTu32ukXHr03k2HZHxIrWHseRFUO { 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:6.499625rem;width:12.56225rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.562255859375rem;left:59.34326171875rem; }
#dLsnnralkEa8slGdEW9GDRE7GXo11yJP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.349853515625rem;left:57.186279296875rem;height:2.11248125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd136766-ba82-4cb2-bf69-08c8cdd441b1/mediumshotblurrycoupleindoors.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.adaptive-delivery-prevent-bg, #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.lazyload, #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.lazyloading { background-image: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { background-color: transparent; background-image: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,17,17,0.47); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container > .video-iframe-container { display: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,17,17,0.47); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row > .video-iframe-container { display: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .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); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { border-width: 0; border-radius: 0; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#SBncBwgSEye8PT0AyQvTVaDToTkH2Fb1 { color:#161f48;display:block;width:28.0625rem;position:absolute;font-family:barlow;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:2.75rem;font-style:normal;display:none; }
#dEechysouqJ1pncZksIm3wgb81X6BIPb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:11.69745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzTFeCaiTboiEIHX2CMEMiDTAfm67zVP { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-form-header {  }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7b7b7b;border-left:0.0625rem solid #7b7b7b;border-right:0.0625rem solid #7b7b7b;border-bottom:0.0625rem solid #7b7b7b;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:17.5rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:barlow;vertical-align:top; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-textarea { 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-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #7b7b7b;border-left:0.0625rem solid #7b7b7b;border-right:0.0625rem solid #7b7b7b;border-bottom:0.0625rem solid #7b7b7b;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:barlow;vertical-align:top; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-checkbox { width:1rem;height:1rem;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; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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:#e1c584;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#161f48;width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]:-moz-placeholder { color:#909090;font-family:barlow;font-size:0.9375rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]::-moz-placeholder { color:#909090;font-family:barlow;font-size:0.9375rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]:-ms-input-placeholder { color:#909090;font-family:barlow;font-size:0.9375rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]::-webkit-input-placeholder { color:#909090;font-family:barlow;font-size:0.9375rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-container:first-of-type{padding-top:0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-container:last-of-type{padding-bottom:0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:54.875rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB {display:block;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:54.875rem;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LJdeCOpIcAGuafi4diH3dafKhlnkBTNS { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #SCNiCeSW2MMgxL5cqpwBs8s4dTHCML83 { position:relative;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #m9nr1WrTXceKXagvf0ZauqoWtgCdfRT0 { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #OUI13m7NtoQoGRzEUgy7ywJg0iZeb2HN { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #wClgZw4ONKdyXFi4wNQZ1JBdTFOXLHWl { position:relative;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #yZBZwkumlEIhLxaxULLOSSsZEJLv6noC { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #ZKBuI32Fx5KfSXLUCdkfmWVEm5VNIZF0 { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JFpKp9XURJKKxsFfmsnqt2IA7T0azKiX { position:relative;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JUWPqMLHt3og1EI9ETV566tDoS0ODWB4 { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #X5GN8esy2gcy0IOBJMyc61HwG0p0fSE3 { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #p17maFdDQi8UPnPSHXEyggkTkxxscrST { position:relative;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #AyowKpus95nwyG6Tf2fi8loA4UclTROo { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LUc8bAS0C0tfbwT8NQ0T3l8cMTflQk3i { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Fnd4TVKHQs52b4fW9EzX3pfeItRJ8FzJ { position:relative;display:none; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #PT0J6o8DWa9KKltlrP5Wc286HW2EuIV1 { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #x9VMaqkyaaz44GTu6MNZBf5lwsrZIVrd { position:relative; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Xny8bV9L7IhtsFDwSTy5xvKceDrOy6yv { position:relative; }
#SKi8Ekpn8qTae5hpknbTV1A1Fxdbdzrf { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-form-header {  }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.25rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:22.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:22.25rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-checkbox { width:1rem;height:1rem;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; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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-3),1);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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.25rem;height:3rem;font-family:barlow;overflow:hidden;box-shadow: none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ [class*="-text"]:-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ [class*="-text"]::-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container:first-of-type{padding-top:0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container:last-of-type{padding-bottom:0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.249729156494rem;top:8.31232213974rem;z-index:15004;position:absolute;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ {display:block;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:48.249729156494rem;top:8.31232213974rem;z-index:15004;position:absolute;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uvoTK1RxHeFieItxF1K7pTWIMHaGnGG5 { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #auc8oGT35lBM7laOMlXxzWIlOBkVDL5Q { position:relative;display:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #KFTsLxSTtVt9tRCEzLERGBPJ3haLHhIs { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #MFcCkbUDXlyRph7QneqleirFmRHtEWTA { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #XKb8bTly7sXOZrn8gahSzmVbQr6ZD5VV { position:relative;display:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #hMKM7OIOut7ZQGaDB7aVoo58A2Vt7lU4 { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #RywCTH3kq6unx3WoUzQrRNVvRRwL2wgh { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #cAEpZbMcHQzgScZilsdmhBN4dUTG54pI { position:relative;display:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #e88cthFVh3PasQlt08sJ2Wi7zwyGLwlT { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #JP3HBz9UgKcAii5qDmkZB4FgTV6kgEFO { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IkgadRuPRCFURMmxMIovc0TGeq3ryDzV { position:relative;display:none; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IummTTgO1I7NbFw8r58lZ2TIBgWTRhwd { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #NetHl6BO4a6QfbdcxJFSnQulWxeE9W0Q { position:relative; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uI8inP4KKvhy1N2FvO7WwvL6MkNPCvQ4 { position:relative; }
#TqauSvWul0yClBeXccFCnum59OLETQon { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:49.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JqRLXTVoiPM33uSSB5KfCwtbblkwqwmy { box-sizing:content-box;height:27.9375rem;width:25.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5.125rem;left:48rem;display:block; }
#RmCaS9uKmVFQOuZHyO6mbJ5hr41F3WWv { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38.6875rem;left:3.875rem;height:1.625rem;display:block; }
#D7tVkwMp7vCovLEIFgMSrpsTxNVmKlFk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7495rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:29.625rem;height:1.625rem;display:block; }
#Rx2T7NnESsRUwlkpBZwK2oDQufwtwHm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.624875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:53.0625rem;height:1.625rem;display:block; }
#fZTnMHDPemoyOGUA3qNSTFPTLUMOim1E { box-sizing:content-box;height:2.8125rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:38.0625rem;left:0rem;display:block; }
#Vdtg0E28Tdb5FKl7kHLo7ZvaX13ehM23 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:19.249875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.312255859375rem;left:46.62353515625rem;display:none; }
#gdKmxEXaRqx6U8qhbLcX0I2JWII3pxcg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik { position:relative;display:none; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik { border-width: 0; border-radius: 0; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .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; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xUruheAEFmXz8INQ4HT0VeHE2rMKcbLW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.624875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.125rem;left:53.03955078125rem;height:1.62475625rem;display:none; }
#wzvoc1X7RBqkvH9puGOReACBRnhZhZSw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7495rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.125rem;left:29.6240234375rem;height:1.62475625rem;display:none; }
#dgxuOwT23Emz1oFh20V7ygNFscBPGnR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.87451171875rem;height:1.62475625rem;display:none; }
#NaThh9yqEax2vKMgTWBCEns9FWC05kcG { 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; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container { background-color: transparent; background-image: none; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container > .video-iframe-container { display: none; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row > .video-iframe-container { display: none; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .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); }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container { border-width: 0; border-radius: 0; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#zLvqT5WHm8AkTQTFKNNlMryNFv1bxPq6 { position:absolute;display:block;z-index:15008;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.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:22.25rem;width:33.4375rem;top:12.8125rem;left:2.0625rem;overflow:hidden;display:block; }
#ALKi8NunfK3RMbHHNcM7vkZmF6vXrIDK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8117904663086rem;left:0rem;height:3.49343125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:24.17578125rem;left:37.5rem;height:10.8091875rem;display:block; }#sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz li:before{  }
#ZNyRSWWewzcE4i3G164JHknnwU95xFm7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:19.2480625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.3125rem;left:46.625rem;display:block; }
#GmzRQGXFV22GC9HHN4h3T9oqByCpU7uU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y851kqxitiqFL0vBFDLp80ZPI2tEkBQN { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.4375rem;left:37.5rem;height:8.749125rem;font-style:normal;display:block; }
#VcVT8vEvU1WrTKW82cykXodEf3qT7evS { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.416015625rem;left:37.5rem;height:1.5434125rem;font-style:normal;display:block; }
#PZmlSn2JE2X9DSq8y9T9Rnxy3TOnyTu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:37.4375rem;height:3.086825rem;font-style:normal;display:block; }
#CCPJEhstHayPkdOhMwasesAddW8DRbTN { box-sizing:content-box;height:22.4375rem;width:33.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:14.0625rem;left:0.875rem;display:block; }
#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { background-color: transparent; background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .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); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { border-width: 0; border-radius: 0; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0rem;height:13.15961875rem;display:block; }
#JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { 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:21.5rem;width:15.9375rem;top:4.4375rem;left:49.125rem;overflow:hidden;display:none; }
#Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:29.4375rem;width:21.8125rem;top:7.125rem;left:48.5rem;overflow:hidden;display:block; }
#Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrddf1LX3T2TG4Nv7x4OKxl9HQaT28Gq { color:rgba(var(--color-primary-4),1);display:block;width:42.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymLIsTFQQLhdPwWl78i2blTVUICylVoy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.4;overflow:hidden;position:absolute;width:20.124rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:36.0625rem;left:11.21875rem;display:block; }
#CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iu13rUeNME6wac5gWIiwLdOlLeMEXTIC { box-sizing:content-box;height:29.1875rem;width:21.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.25rem;left:51.1875rem;display:block; }
#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { position:relative;display:block; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { background-color: transparent; background-image: none; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container > .video-iframe-container { display: none; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row > .video-iframe-container { display: none; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .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); }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { border-width: 0; border-radius: 0; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .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; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .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:38.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8121337890625rem;left:16.937255859375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VNypTsFU1Lm4h8dTzm2UWgSzLHy8xfiU { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:12.8125rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hZnurTDnUdscTVxKh4Qug814mNLuUeaC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:18.6875rem;height:1.46218125rem;text-align:center;text-align-last:center;display:block; }
#gSsoA0BbnaU7ASyTxSfIO1nqfBCcwiRA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.630859375rem;left:17.40625rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#zLZhXyb5KaaLvMBsXVOg55k4bZDI2Fmv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.25rem;height:1.46218125rem;text-align:center;text-align-last:center;display:block; }
#imhSeIIFeTDrLCrV11b9T6bdus8IJmNJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.75rem;height:1.46218125rem;text-align:center;text-align-last:center;display:block; }
#zQACPySGpo3MsiEJMy8EWLyz9IDx8Wnu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.46218125rem;text-align:center;text-align-last:center;display:block; }
#R5TPNfRJVou7CBvvSfIW8dZ9uL4vJpoD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.875rem;height:1.46218125rem;text-align:center;text-align-last:center;display:block; }
#Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:20.125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:31.75rem;left:27.4375rem;display:block; }
#r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khePk0PumztsRDICKkaacoeGaCGdfg6I { box-sizing:content-box;height:19rem;width:52.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:10.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#RvmvgRyhouxFa9zFc4h3qxGEtu27qweE { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:17.125rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KwSPqXTIVKiSb1sC9UBPTtTdoCuFL86C { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:21.5rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U7kif5oD5dQ4rHRNous8sm3XUWIoQmk7 { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:12.8125rem;left:39.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Rt3SzSsJQrOulpDXTv8zRmgOT4W0lTOK { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:17.125rem;left:39.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#I2Tn2Q9L1JDB9r53ELkI6CcJZWKcDN4D { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;top:21.375rem;left:39.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zn3qqEVFLdfHPKrZPOlMkkwqbz943UPP { box-sizing:content-box;height:0.25rem;width:34.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6865234375rem;left:19.84375rem;display:block; }
#RzJS70eV2cylFxGdMb1mmi6dozQPeqFv { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:12.8125rem;left:39.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { position:relative;display:none; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { border-width: 0; border-radius: 0; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .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; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { box-sizing:content-box;height:16.625rem;width:24.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e82a200-147b-4052-9417-cf2c642ae873/coupleholdingsmallhousemediumshot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.adaptive-delivery-prevent-bg, #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.lazyload, #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.lazyloading { background-image: none; }
#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.15); }#lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { box-sizing:content-box;height:16.625rem;width:23.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.25);background-image:url("https://images.assets-landingi.com/uc/fd136766-ba82-4cb2-bf69-08c8cdd441b1/mediumshotblurrycoupleindoors.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25.5625rem;display:block; }#lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.adaptive-delivery-prevent-bg, #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.lazyload, #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.lazyloading { background-image: none; }
#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { box-sizing:content-box;height:16.625rem;width:24.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db41d109-02c4-4644-a8a4-b7d6ab8feb47/handshakebusinessmenconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50.4375rem;display:block; }#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.adaptive-delivery-prevent-bg, #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.lazyload, #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.lazyloading { background-image: none; }
#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.15); }#DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { box-sizing:content-box;height:3.6875rem;width:24.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.125rem;left:-0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.07470703125rem;left:6.53125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#OSf61ecERFx6wNrDtsrzU6TG4hd2TZTC { box-sizing:content-box;height:3.75rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.0625rem;left:25.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dpFdT4a6dFgvby9g1f4RE5gT9qwwEPCg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.07470703125rem;left:35.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#CFEEpx3Lyp5OkP7Mf2dhbLHxQHvWgOW6 { box-sizing:content-box;height:3.75rem;width:24.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.0625rem;left:50.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hynuHnMQr3027boivOHwn3Z84IsKftJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.07470703125rem;left:60.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp { position:relative;display:none; }#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp { border-width: 0; border-radius: 0; }#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp > .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; }#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA { box-sizing:content-box;height:16.625rem;width:24.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7b2be73-cb9a-4972-b457-0aab2f2ebc4d/seniorcoupledoingpaperwork.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA.adaptive-delivery-prevent-bg, #RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA.lazyload, #RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA.lazyloading { background-image: none; }
#RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.15); }#Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3 { box-sizing:content-box;height:15.625rem;width:23.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.25);background-image:url("https://images.assets-landingi.com/uc/74aade7d-451d-4bdd-86a0-461aedb974ac/seriousdoctordiscussingwithseniorcoupleabouttheirmedicaldocumentsappointmentclinic.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25.53125rem;display:block; }#Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3.adaptive-delivery-prevent-bg, #Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3.lazyload, #Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3.lazyloading { background-image: none; }
#J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq { box-sizing:content-box;height:16.625rem;width:24.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aa841db-b67d-4917-9d0c-70dccadbc96f/patientfillingreportpapersreceptiondesksigningregistrationformsbeforeattendingcheckupvisitappointmentwomanwritingcheckupfileswithreceptionisthealthcaresupportcloseup.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50.4375rem;display:block; }#J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.adaptive-delivery-prevent-bg, #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.lazyload, #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.lazyloading { background-image: none; }
#J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.15); }#pt5tnkmn7Fq8TMiwaZqTFmdSqOgMCpxg { box-sizing:content-box;height:3.75rem;width:24.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SO9MyPoCEGEk0nUmUTKlUrHpLVDOrMuN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.04345703125rem;left:3.59375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#SPhFablgBr0VeTzi6VgWJwtBTmzPhAR2 { box-sizing:content-box;height:3.75rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.0625rem;left:25.53125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#whffi7VrdKUIT6zOT2myxhXs9guZKii5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.04345703125rem;left:30.84375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#u6ALkxrbGcnVT6hQparXyFLATExqQbhD { box-sizing:content-box;height:3.75rem;width:24.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.0625rem;left:50.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WqT7tUaDexAp8aUGqWpbHXqIkKTX1qiP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:14.1123046875rem;left:55.65625rem;height:1.6494125rem;text-align:center;text-align-last:center;display:block; }
#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(138,126,114,0.13);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; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { border-width: 0; border-radius: 0; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6871337890625rem;left:3.812255859375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3oTkB0m70b0I5qZENUevONCqT8eX0eB { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.125rem;left:59.4375rem; }
#DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.125rem;left:9.6875rem; }
#IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.125rem;left:34rem; }
#RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:5.0625rem;height:3.57510625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:29.5625rem;height:3.57510625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:53.3125rem;height:13.1596rem;text-align:left;text-align-last:left;display:block; }
#QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:20.125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:44.1240234375rem;left:28.21875rem;display:block; }
#Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25rem;left:3.03125rem;height:16.08398125rem;text-align:left;text-align-last:left;display:block; }
#xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.0625rem;left:53.875rem;height:3.57510625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTN4D25Q0GenqGE9waXfr3lrS5Vg0w4U { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:28.21875rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { position:relative;display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { background-color: transparent; background-image: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container > .video-iframe-container { display: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row > .video-iframe-container { display: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { border-width: 0; border-radius: 0; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.99951171875rem;left:10.748901367188rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { background-color: transparent; background-image: none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container > .video-iframe-container { display: none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row > .video-iframe-container { display: none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .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); }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { border-width: 0; border-radius: 0; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;overflow:visible;position:relative;display:block; }#aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.1083984375rem;left:8.80712890625rem;display:block; }
#BMFPSrCVQKx6AWe535qChslPeCRBU7yV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14.4375rem;left:1.681640625rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.1083984375rem;left:60.36865234375rem;display:block; }
#mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.4375rem;left:52.6875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvN4fHAVdqNl55tTirhcR4rl759bVtov { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.1083984375rem;left:34.375rem;display:block; }
#GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:14.4375rem;left:27.21875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { color:#2f2f2f;display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:11.1875rem;left:54.46240234375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { color:#2f2f2f;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:11.1875rem;left:4.40087890625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { color:#2f2f2f;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:11.046875rem;left:29.90625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.038195610046rem;left:27.1875rem;display:none; }
#T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { color:rgba(var(--color-tertiary-0),1);display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:5.7705078125rem;left:11.18212890625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { color:rgba(var(--color-tertiary-0),1);display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:5.7705078125rem;left:62.744140625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:5.7705078125rem;left:36.75048828125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:20.125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.810546875rem;left:27.4375rem;display:block; }
#TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container { background-color: transparent; background-image: none; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container > .video-iframe-container { display: none; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row > .video-iframe-container { display: none; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .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); }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container { border-width: 0; border-radius: 0; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#DxQprBileCJWo41qpiu8enmzkTaxc6UU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:18.2802734375rem;left:3.25rem;height:1.57493125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuCyW70bNSLdHGsUIzeN3ChKWzizVeTF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:18.2802734375rem;left:27.0625rem;height:1.57493125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a258N9M0aElq9x3xRXVEXnltnavWWodT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2138671875rem;left:51.8125rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToTccnBtgT9XpG2WliZpTq5HlhI5TDif { box-sizing:content-box;height:19.6875rem;width:22.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6416015625rem;left:1.09375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uK0bz6VhUZiVKTgsicOtRTTXKkIxdOz5 { box-sizing:content-box;height:19.6875rem;width:22.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.8427734375rem;left:51.09375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TiXXcgOqLWvcDvHuuMMI3faPKtGAS2S1 { box-sizing:content-box;height:19.6875rem;width:22.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.8427734375rem;left:26.09375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RQfATfrbcn9zMW7bLWitFyMknPNDPSuT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.3427734375rem;left:2.5rem;height:6.4985625rem;text-align:center;text-align-last:center;display:block; }
#tBxepXWZdWSXxw5szkJNubBD4pO8ehbs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.3427734375rem;left:52.28125rem;height:6.4985625rem;text-align:center;text-align-last:center;display:block; }
#I5Ix8EK1k0OLibToxZm4xgaAsdTUJcTa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.3427734375rem;left:27.6875rem;height:6.4985625rem;text-align:center;text-align-last:center;display:block; }
#x8ptvZS2lhXHmV4fcezUN5rQ8VJE1wtJ { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.3115234375rem;left:9.875rem; }
#goRhEtrpOrvsO0GCVbEPOmMLn2F4pdSt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.5927734375rem;left:34.15625rem; }
#oI4VQrswBeAJByf48wCMPLsTArAp2nPg { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.7490234375rem;left:59.3125rem; }
#fUzshcw4nuxBf85LgSXuZVtMHU78yWi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.21875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { border-width: 0; border-radius: 0; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:none; }#BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.0625rem;left:26.25rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.0625rem;left:51.25rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bfSbEttlctlwlTavAn8xx40KOWUHNNtb { position:absolute;display:block;z-index:15007;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:1.75rem;width:6.1875rem;top:10rem;left:34.4375rem;overflow:hidden;display:block; }
#c1c7aAoQ6HbLsAvxBg8CyIiFSem2PKQN { position:absolute;display:block;z-index:15008;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:1.75rem;width:6.1875rem;top:10rem;left:59.4375rem;overflow:hidden;display:block; }
#kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.0625rem;left:1.25rem;height:10.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { position:absolute;display:block;z-index:15008;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:1.75rem;width:6.1875rem;top:10rem;left:9.4375rem;overflow:hidden;display:block; }
#KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2f3cafa-fe75-473e-afa8-043f928d5a0f/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.adaptive-delivery-prevent-bg, #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.lazyload, #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.lazyloading { background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { border-width: 0; border-radius: 0; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:21.9365rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.9990234375rem;left:26.5302734375rem;display:block; }
#yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.81201171875rem;left:17.467651367188rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:15rem;left:10.3125rem;height:3.85031875rem;text-align:center;text-align-last:center;display:block; }
#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a7e72;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; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { background-color: transparent; background-image: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container > .video-iframe-container { display: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row > .video-iframe-container { display: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .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); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { border-width: 0; border-radius: 0; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#J5WghOkipGxWuRmfv6ET1JcQdbmkeW8b { 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:8.4375rem;width:16.625rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#fqTnVGvVQkqwDW1U2Hf4HohAiJ1BIqfL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3125rem;left:23.78125rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#emG3SMVAF3a7F6tslT4nLz13LzLCX471 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:5.8125rem;left:28.53125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#GlCDzWAUIrN50htfzGsxpPN2XoC2stXS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.28125rem;left:63.875rem;height:1.4624rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HtW5z47LXsT5fctcAMBPURDO2v7EpHcT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.58740234375rem;left:60.125rem;height:1.78755625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMmuoTu32ukXHr03k2HZHxIrWHseRFUO { top:0rem;left:0rem;width:12.5rem;height:6.467417262035rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { top:2.5rem;left:45.71826171875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLsnnralkEa8slGdEW9GDRE7GXo11yJP { top:2.3125rem;left:30.5rem;width:17.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren { display:block; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBncBwgSEye8PT0AyQvTVaDToTkH2Fb1 { top:9.0625rem;left:0rem;width:28.0625rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEechysouqJ1pncZksIm3wgb81X6BIPb { top:20.6875rem;left:0rem;width:44.25rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzTFeCaiTboiEIHX2CMEMiDTAfm67zVP { top:5.125rem;left:0rem;width:47.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB  { width:17.5rem;height:auto;top:12.375rem;left:27.75rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB {display:block;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB { width:17.5rem;height:auto;top:12.375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LJdeCOpIcAGuafi4diH3dafKhlnkBTNS {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #SCNiCeSW2MMgxL5cqpwBs8s4dTHCML83 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #m9nr1WrTXceKXagvf0ZauqoWtgCdfRT0 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #OUI13m7NtoQoGRzEUgy7ywJg0iZeb2HN {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #wClgZw4ONKdyXFi4wNQZ1JBdTFOXLHWl {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #yZBZwkumlEIhLxaxULLOSSsZEJLv6noC {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #ZKBuI32Fx5KfSXLUCdkfmWVEm5VNIZF0 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JFpKp9XURJKKxsFfmsnqt2IA7T0azKiX {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JUWPqMLHt3og1EI9ETV566tDoS0ODWB4 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #X5GN8esy2gcy0IOBJMyc61HwG0p0fSE3 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #p17maFdDQi8UPnPSHXEyggkTkxxscrST {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #AyowKpus95nwyG6Tf2fi8loA4UclTROo {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LUc8bAS0C0tfbwT8NQ0T3l8cMTflQk3i {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Fnd4TVKHQs52b4fW9EzX3pfeItRJ8FzJ {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #PT0J6o8DWa9KKltlrP5Wc286HW2EuIV1 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #x9VMaqkyaaz44GTu6MNZBf5lwsrZIVrd {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Xny8bV9L7IhtsFDwSTy5xvKceDrOy6yv {  }
 }@media only screen and (max-width: 763px) { #SKi8Ekpn8qTae5hpknbTV1A1Fxdbdzrf { top:9.125rem;left:0rem;width:39.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-regular-label { display:block;width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-text { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-textarea { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-select { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-button { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ  { width:22.25rem;height:auto;top:8.25rem;left:23rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .radio-container { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ {display:block;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ { width:22.25rem;height:auto;top:8.25rem;left:23rem; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uvoTK1RxHeFieItxF1K7pTWIMHaGnGG5 {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #auc8oGT35lBM7laOMlXxzWIlOBkVDL5Q { display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #KFTsLxSTtVt9tRCEzLERGBPJ3haLHhIs {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #MFcCkbUDXlyRph7QneqleirFmRHtEWTA {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #XKb8bTly7sXOZrn8gahSzmVbQr6ZD5VV { display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #hMKM7OIOut7ZQGaDB7aVoo58A2Vt7lU4 {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #RywCTH3kq6unx3WoUzQrRNVvRRwL2wgh {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #cAEpZbMcHQzgScZilsdmhBN4dUTG54pI { display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #e88cthFVh3PasQlt08sJ2Wi7zwyGLwlT {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #JP3HBz9UgKcAii5qDmkZB4FgTV6kgEFO {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IkgadRuPRCFURMmxMIovc0TGeq3ryDzV { display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IummTTgO1I7NbFw8r58lZ2TIBgWTRhwd {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #NetHl6BO4a6QfbdcxJFSnQulWxeE9W0Q {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uI8inP4KKvhy1N2FvO7WwvL6MkNPCvQ4 {  }
 }@media only screen and (max-width: 763px) { #TqauSvWul0yClBeXccFCnum59OLETQon { width:22rem;height:;top:6.0625rem;left:25.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRLXTVoiPM33uSSB5KfCwtbblkwqwmy { top:5.125rem;left:22.625rem;width:25.125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCaS9uKmVFQOuZHyO6mbJ5hr41F3WWv { top:38.6875rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7tVkwMp7vCovLEIFgMSrpsTxNVmKlFk { top:38.6875rem;left:16rem;width:15.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2T7NnESsRUwlkpBZwK2oDQufwtwHm1 { top:38.6875rem;left:29.1875rem;width:18.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZTnMHDPemoyOGUA3qNSTFPTLUMOim1E { top:38.0625rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdtg0E28Tdb5FKl7kHLo7ZvaX13ehM23 { width:19.1875rem;height:3.125rem;top:41.25rem;left:26.18603515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdKmxEXaRqx6U8qhbLcX0I2JWII3pxcg { display:block; }
 }@media only screen and (max-width: 763px) { #CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik { display:none; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xUruheAEFmXz8INQ4HT0VeHE2rMKcbLW { top:5.6875rem;left:0rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzvoc1X7RBqkvH9puGOReACBRnhZhZSw { top:3.3125rem;left:0rem;width:15rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgxuOwT23Emz1oFh20V7ygNFscBPGnR0 { top:0.9375rem;left:0rem;width:17.6875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaThh9yqEax2vKMgTWBCEns9FWC05kcG { display:block; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvqT5WHm8AkTQTFKNNlMryNFv1bxPq6 { top:12.8125rem;left:0rem;width:33.4375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALKi8NunfK3RMbHHNcM7vkZmF6vXrIDK { top:4.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz { top:24.125rem;left:10.3125rem;width:37.4375rem;height:;font-size:1.0625rem;display:block; }#sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz li:before{  }
 }@media only screen and (max-width: 763px) { #ZNyRSWWewzcE4i3G164JHknnwU95xFm7 { width:19.1875rem;height:3.125rem;top:42.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmzRQGXFV22GC9HHN4h3T9oqByCpU7uU { display:block; }
 }@media only screen and (max-width: 763px) { #y851kqxitiqFL0vBFDLp80ZPI2tEkBQN { top:11.4375rem;left:10.25rem;width:37.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcVT8vEvU1WrTKW82cykXodEf3qT7evS { top:21.375rem;left:13.375rem;width:34.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZmlSn2JE2X9DSq8y9T9Rnxy3TOnyTu3 { top:36.5rem;left:0rem;width:37.5625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCPJEhstHayPkdOhMwasesAddW8DRbTN { top:14.0625rem;left:0rem;width:33.25rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { top:18.6875rem;left:0rem;width:42.5rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { top:4.4375rem;left:26.25rem;width:15.9375rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { top:7.125rem;left:26rem;width:21.75rem;height:29.353407221901rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { top:5.25rem;left:0rem;width:42.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrddf1LX3T2TG4Nv7x4OKxl9HQaT28Gq { top:14.75rem;left:0rem;width:42.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLIsTFQQLhdPwWl78i2blTVUICylVoy { width:20.0625rem;height:3.125rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block; }
 }@media only screen and (max-width: 763px) { #iu13rUeNME6wac5gWIiwLdOlLeMEXTIC { top:9.25rem;left:26.0625rem;width:21.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { display:block; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { top:1.75rem;left:3.312255859375rem;width:41.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNypTsFU1Lm4h8dTzm2UWgSzLHy8xfiU { top:12.8125rem;left:2.0625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnurTDnUdscTVxKh4Qug814mNLuUeaC { top:13.875rem;left:5.0625rem;width:13.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSsoA0BbnaU7ASyTxSfIO1nqfBCcwiRA { top:17.625rem;left:3.78125rem;width:16.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLZhXyb5KaaLvMBsXVOg55k4bZDI2Fmv { top:22.375rem;left:3.625rem;width:16.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhSeIIFeTDrLCrV11b9T6bdus8IJmNJ { top:18.1875rem;left:27.125rem;width:16.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQACPySGpo3MsiEJMy8EWLyz9IDx8Wnu { top:22.375rem;left:27.125rem;width:16.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5TPNfRJVou7CBvvSfIW8dZ9uL4vJpoD { top:13.875rem;left:25.25rem;width:20.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:20.125rem;height:3.125rem;top:31.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #khePk0PumztsRDICKkaacoeGaCGdfg6I { top:9.625rem;left:0rem;width:47.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvmvgRyhouxFa9zFc4h3qxGEtu27qweE { top:17.125rem;left:2.0625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwSPqXTIVKiSb1sC9UBPTtTdoCuFL86C { top:21.5rem;left:2.0625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7kif5oD5dQ4rHRNous8sm3XUWIoQmk7 { top:12.8125rem;left:25.5625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt3SzSsJQrOulpDXTv8zRmgOT4W0lTOK { top:17.125rem;left:25.5625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Tn2Q9L1JDB9r53ELkI6CcJZWKcDN4D { top:21.375rem;left:25.5625rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3qqEVFLdfHPKrZPOlMkkwqbz943UPP { top:5.625rem;left:6.21875rem;width:34.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJS70eV2cylFxGdMb1mmi6dozQPeqFv { top:12.8125rem;left:25.5625rem;width:19.8125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { display:block; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { top:0rem;left:0rem;width:24.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { top:0rem;left:7.875rem;width:23.9375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { top:0rem;left:23rem;width:24.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { top:13.125rem;left:0rem;width:24.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { top:14.0625rem;left:1.96875rem;width:11.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSf61ecERFx6wNrDtsrzU6TG4hd2TZTC { top:13.0625rem;left:7.8125rem;width:23.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpFdT4a6dFgvby9g1f4RE5gT9qwwEPCg { top:14.0625rem;left:22.09375rem;width:3.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFEEpx3Lyp5OkP7Mf2dhbLHxQHvWgOW6 { top:13.0625rem;left:23.125rem;width:24.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hynuHnMQr3027boivOHwn3Z84IsKftJ2 { top:14.0625rem;left:37.46875rem;width:4.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp { display:block; }#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA { top:0rem;left:0rem;width:24.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3 { top:0rem;left:7.8125rem;width:23.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq { top:0rem;left:23.0625rem;width:24.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt5tnkmn7Fq8TMiwaZqTFmdSqOgMCpxg { top:13.0625rem;left:0rem;width:24.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO9MyPoCEGEk0nUmUTKlUrHpLVDOrMuN { top:14rem;left:0rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPhFablgBr0VeTzi6VgWJwtBTmzPhAR2 { top:13.0625rem;left:7.8125rem;width:24rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whffi7VrdKUIT6zOT2myxhXs9guZKii5 { top:14rem;left:17.15625rem;width:13.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ALkxrbGcnVT6hQparXyFLATExqQbhD { top:13.0625rem;left:23.0625rem;width:24.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqT7tUaDexAp8aUGqWpbHXqIkKTX1qiP { top:14.0625rem;left:32.84375rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { top:3.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { top:11.125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { top:11.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { top:11.125rem;left:20.375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { top:19.0625rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { top:19.125rem;left:15.9375rem;width:15.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { top:25rem;left:29.25rem;width:18.5rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:20.125rem;height:3.125rem;top:44.0625rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { top:25rem;left:0rem;width:19.5625rem;height:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { top:19.0625rem;left:29.375rem;width:18.375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTN4D25Q0GenqGE9waXfr3lrS5Vg0w4U { top:25rem;left:14.59375rem;width:19.6875rem;height:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:block; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { top:4.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { top:14.4375rem;left:0rem;width:20.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { top:4.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { top:14.4375rem;left:25.4375rem;width:22.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { top:4.0625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { top:14.4375rem;left:13.59375rem;width:20.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { top:11.1875rem;left:29.6875rem;width:18.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { top:11.1875rem;left:0rem;width:15.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { top:11rem;left:16.28125rem;width:15.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:21.875rem;height:3.75rem;top:23rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { top:5.75rem;left:0rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { top:5.75rem;left:46.3125rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { top:5.75rem;left:23.12548828125rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:20.125rem;height:3.125rem;top:23.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF { display:block; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxQprBileCJWo41qpiu8enmzkTaxc6UU { top:18.25rem;left:0rem;width:18.5rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuCyW70bNSLdHGsUIzeN3ChKWzizVeTF { top:18.25rem;left:10.875rem;width:20.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a258N9M0aElq9x3xRXVEXnltnavWWodT { top:18.1875rem;left:26.25rem;width:21.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTccnBtgT9XpG2WliZpTq5HlhI5TDif { top:9.625rem;left:0rem;width:22.8125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0bz6VhUZiVKTgsicOtRTTXKkIxdOz5 { top:9.8125rem;left:24.8125rem;width:22.8125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXXcgOqLWvcDvHuuMMI3faPKtGAS2S1 { top:9.8125rem;left:8.9375rem;width:22.8125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQfATfrbcn9zMW7bLWitFyMknPNDPSuT { top:21.3125rem;left:0rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBxepXWZdWSXxw5szkJNubBD4pO8ehbs { top:21.3125rem;left:27.1875rem;width:20.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Ix8EK1k0OLibToxZm4xgaAsdTUJcTa { top:21.3125rem;left:12.125rem;width:19.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ptvZS2lhXHmV4fcezUN5rQ8VJE1wtJ { top:11.25rem;left:5.3125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goRhEtrpOrvsO0GCVbEPOmMLn2F4pdSt { top:10.5625rem;left:20.46875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI4VQrswBeAJByf48wCMPLsTArAp2nPg { top:10.6875rem;left:36.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUzshcw4nuxBf85LgSXuZVtMHU78yWi4 { top:2.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:block; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { top:13.0625rem;left:9.25rem;width:22.5rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { top:13.0625rem;left:25.125rem;width:22.5rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfSbEttlctlwlTavAn8xx40KOWUHNNtb { top:10rem;left:20.75rem;width:6.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1c7aAoQ6HbLsAvxBg8CyIiFSem2PKQN { top:10rem;left:36.625rem;width:6.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { top:13.0625rem;left:0rem;width:22.5rem;height:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { top:10rem;left:4.875rem;width:6.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:21.875rem;height:3.125rem;top:22.9375rem;left:12.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { top:4.75rem;left:3.841796875rem;width:40.0625rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { top:15rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB { display:block; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WghOkipGxWuRmfv6ET1JcQdbmkeW8b { top:3.4375rem;left:0rem;width:16.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVGvVQkqwDW1U2Hf4HohAiJ1BIqfL { top:15.3125rem;left:10.15625rem;width:27.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emG3SMVAF3a7F6tslT4nLz13LzLCX471 { top:5.8125rem;left:14.90625rem;width:17.9375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCDzWAUIrN50htfzGsxpPN2XoC2stXS { top:5.25rem;left:36.625rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtW5z47LXsT5fctcAMBPURDO2v7EpHcT { top:7.5625rem;left:32.9375rem;width:14.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMmuoTu32ukXHr03k2HZHxIrWHseRFUO { width:10.9375rem;height:5.625rem;top:0rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { display:flex;width:1.625rem;height:1.625rem;top:2.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLsnnralkEa8slGdEW9GDRE7GXo11yJP { width:17.24975rem;height:0;top:7.937rem;left:1.375rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#b6c1a9;display:none; }
 }@media only screen and (max-width: 763px) { #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e82a200-147b-4052-9417-cf2c642ae873/coupleholdingsmallhousemediumshot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.adaptive-delivery-prevent-bg, #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.lazyload, #dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren.lazyloading { background-image: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { background-color: transparent; background-image: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.6); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container > .video-iframe-container { display: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.6); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row > .video-iframe-container { display: none; }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .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); }#dCFf2J5m6cN0itpmBE9bh2ulJVh9Kren > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBncBwgSEye8PT0AyQvTVaDToTkH2Fb1 { width:20rem;height:0;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dEechysouqJ1pncZksIm3wgb81X6BIPb { width:20rem;height:13.81390625rem;top:15.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzTFeCaiTboiEIHX2CMEMiDTAfm67zVP { width:20rem;height:3.89915rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]:-moz-placeholder { font-family:montserrat; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]::-moz-placeholder { font-family:montserrat; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]:-ms-input-placeholder { font-family:montserrat; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB [class*="-text"]::-webkit-input-placeholder { font-family:montserrat; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB  { width:17.5rem;height:auto;top:34.5rem;left:0rem; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB {display:block;}#ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB { width:17.5rem;height:20.6875rem;top:34.8320625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LJdeCOpIcAGuafi4diH3dafKhlnkBTNS {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #SCNiCeSW2MMgxL5cqpwBs8s4dTHCML83 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #m9nr1WrTXceKXagvf0ZauqoWtgCdfRT0 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #OUI13m7NtoQoGRzEUgy7ywJg0iZeb2HN {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #wClgZw4ONKdyXFi4wNQZ1JBdTFOXLHWl {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #yZBZwkumlEIhLxaxULLOSSsZEJLv6noC {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #ZKBuI32Fx5KfSXLUCdkfmWVEm5VNIZF0 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JFpKp9XURJKKxsFfmsnqt2IA7T0azKiX {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #JUWPqMLHt3og1EI9ETV566tDoS0ODWB4 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #X5GN8esy2gcy0IOBJMyc61HwG0p0fSE3 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #p17maFdDQi8UPnPSHXEyggkTkxxscrST {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #AyowKpus95nwyG6Tf2fi8loA4UclTROo {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #LUc8bAS0C0tfbwT8NQ0T3l8cMTflQk3i {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Fnd4TVKHQs52b4fW9EzX3pfeItRJ8FzJ {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #PT0J6o8DWa9KKltlrP5Wc286HW2EuIV1 {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #x9VMaqkyaaz44GTu6MNZBf5lwsrZIVrd {  }
 }@media only screen and (max-width: 763px) { #ZtsSSxGvT1ixRca3TxwokNv0G0f7xnsB #Xny8bV9L7IhtsFDwSTy5xvKceDrOy6yv {  }
 }@media only screen and (max-width: 763px) { #SKi8Ekpn8qTae5hpknbTV1A1Fxdbdzrf { width:18.8115rem;height:4.875rem;top:6.3984375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:3.75rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;background-color:#e8b923;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:2.8125rem; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container:first-of-type{padding-top:0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .widget-container:last-of-type{padding-bottom:0;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ  { width:17.5rem;height:18.4375rem;top:30.7685859375rem;left:0rem;z-index:15009; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ {display:block;}#X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ { width:17.5rem;height:18.4375rem;top:33.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uvoTK1RxHeFieItxF1K7pTWIMHaGnGG5 {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #auc8oGT35lBM7laOMlXxzWIlOBkVDL5Q { display:none; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #KFTsLxSTtVt9tRCEzLERGBPJ3haLHhIs {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #MFcCkbUDXlyRph7QneqleirFmRHtEWTA {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #XKb8bTly7sXOZrn8gahSzmVbQr6ZD5VV { display:none; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #hMKM7OIOut7ZQGaDB7aVoo58A2Vt7lU4 {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #RywCTH3kq6unx3WoUzQrRNVvRRwL2wgh {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #cAEpZbMcHQzgScZilsdmhBN4dUTG54pI { display:none; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #e88cthFVh3PasQlt08sJ2Wi7zwyGLwlT {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #JP3HBz9UgKcAii5qDmkZB4FgTV6kgEFO {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IkgadRuPRCFURMmxMIovc0TGeq3ryDzV { display:none; }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #IummTTgO1I7NbFw8r58lZ2TIBgWTRhwd {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #NetHl6BO4a6QfbdcxJFSnQulWxeE9W0Q {  }
 }@media only screen and (max-width: 763px) { #X0uPS7Q5UhKdZk3OTvbhZweUEXNC8kXQ #uI8inP4KKvhy1N2FvO7WwvL6MkNPCvQ4 {  }
 }@media only screen and (max-width: 763px) { #TqauSvWul0yClBeXccFCnum59OLETQon { width:20rem;height:1.78755625rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JqRLXTVoiPM33uSSB5KfCwtbblkwqwmy { width:20rem;height:24rem;top:30.6875rem;left:0rem;background-color:#757761;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RmCaS9uKmVFQOuZHyO6mbJ5hr41F3WWv { width:17.749625rem;height:0;top:26.436157226562rem;left:0.59326171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7tVkwMp7vCovLEIFgMSrpsTxNVmKlFk { width:15.06225rem;height:0;top:28.812255859375rem;left:0.59326171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx2T7NnESsRUwlkpBZwK2oDQufwtwHm1 { width:19.0625rem;height:0;top:31.312255859375rem;left:0.46875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZTnMHDPemoyOGUA3qNSTFPTLUMOim1E { width:20rem;height:8.75rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdtg0E28Tdb5FKl7kHLo7ZvaX13ehM23 { width:15.4354375rem;height:2.87375625rem;top:11.893199443817rem;left:2.2816051244736rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gdKmxEXaRqx6U8qhbLcX0I2JWII3pxcg { display:block; }
 }@media only screen and (max-width: 763px) { #CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik { background-color:#392f5a;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;display:block; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container { background-color: transparent; background-image: none; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container > .video-iframe-container { display: none; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row > .video-iframe-container { display: none; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .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); }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container { border-width: 0; border-radius: 0; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLPhmqyKNpvlIFnduJSXC21HRsNSm0Ik > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUruheAEFmXz8INQ4HT0VeHE2rMKcbLW { width:19.0625rem;height:1.625rem;top:5.6875rem;left:0.5rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wzvoc1X7RBqkvH9puGOReACBRnhZhZSw { width:15.061625rem;height:1.625rem;top:3.3125rem;left:0.5rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dgxuOwT23Emz1oFh20V7ygNFscBPGnR0 { width:17.749rem;height:1.625rem;top:0.9375rem;left:0.5rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NaThh9yqEax2vKMgTWBCEns9FWC05kcG { display:block; }#NaThh9yqEax2vKMgTWBCEns9FWC05kcG > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvqT5WHm8AkTQTFKNNlMryNFv1bxPq6 { width:18.375rem;height:12.125rem;top:20.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALKi8NunfK3RMbHHNcM7vkZmF6vXrIDK { width:19.0625rem;height:4.875rem;top:1.64453125rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz { width:20rem;height:19.3119375rem;top:38.3125rem;left:0rem;font-size:1.0625rem;display:block; }#sype3ALDTkoBkTDKQZF3Omv9fKC5nFWz li:before{  }
 }@media only screen and (max-width: 763px) { #ZNyRSWWewzcE4i3G164JHknnwU95xFm7 { width:17.7480625rem;height:3.125rem;top:64.75rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmzRQGXFV22GC9HHN4h3T9oqByCpU7uU { display:block; }
 }@media only screen and (max-width: 763px) { #y851kqxitiqFL0vBFDLp80ZPI2tEkBQN { width:20rem;height:12.595875rem;top:7.58154296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcVT8vEvU1WrTKW82cykXodEf3qT7evS { width:20rem;height:2.76278125rem;top:34.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZmlSn2JE2X9DSq8y9T9Rnxy3TOnyTu3 { width:20rem;height:4.144175rem;top:58.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCPJEhstHayPkdOhMwasesAddW8DRbTN { width:18.625rem;height:11.75rem;top:21.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { width:20rem;height:26.24639375rem;top:34.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { width:14.6875rem;height:19.812rem;top:13.0625rem;left:3.625rem;z-index:15001;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { width:20rem;height:26.991638824736rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { width:20rem;height:6.8235rem;top:0.99853515625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrddf1LX3T2TG4Nv7x4OKxl9HQaT28Gq { width:20rem;height:1.625rem;top:8.8740234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymLIsTFQQLhdPwWl78i2blTVUICylVoy { width:18.9980625rem;height:3.125rem;top:62.5rem;left:0.5rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e8b923;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block; }
 }@media only screen and (max-width: 763px) { #iu13rUeNME6wac5gWIiwLdOlLeMEXTIC { width:14.3125rem;height:19.375rem;top:11.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { display:block; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { width:20rem;height:2.599875rem;top:1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VNypTsFU1Lm4h8dTzm2UWgSzLHy8xfiU { width:18.4375rem;height:2.5rem;top:9.0244140625rem;left:0.78125rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #hZnurTDnUdscTVxKh4Qug814mNLuUeaC { width:11.5625rem;height:1.29980625rem;top:7rem;left:4.1875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #gSsoA0BbnaU7ASyTxSfIO1nqfBCcwiRA { width:15.125rem;height:2.5996125rem;top:10.875rem;left:2.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zLZhXyb5KaaLvMBsXVOg55k4bZDI2Fmv { width:16.6875rem;height:1.29980625rem;top:20.625rem;left:1.6875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #imhSeIIFeTDrLCrV11b9T6bdus8IJmNJ { width:16.6875rem;height:1.29980625rem;top:29.6875rem;left:1.5rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zQACPySGpo3MsiEJMy8EWLyz9IDx8Wnu { width:16.6875rem;height:1.29980625rem;top:25.125rem;left:1.5625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #R5TPNfRJVou7CBvvSfIW8dZ9uL4vJpoD { width:20rem;height:1.29980625rem;top:16rem;left:0rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:18.8125rem;height:3.125rem;top:33.3125rem;left:0.59375rem;background-color:#e8b923;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #khePk0PumztsRDICKkaacoeGaCGdfg6I { width:20rem;height:19rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvmvgRyhouxFa9zFc4h3qxGEtu27qweE { width:20rem;height:3.5625rem;top:19.5rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KwSPqXTIVKiSb1sC9UBPTtTdoCuFL86C { width:20rem;height:3.5625rem;top:28.5625rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #U7kif5oD5dQ4rHRNous8sm3XUWIoQmk7 { width:20rem;height:3.5625rem;top:10.375rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Rt3SzSsJQrOulpDXTv8zRmgOT4W0lTOK { width:20rem;height:3.5625rem;top:14.875rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I2Tn2Q9L1JDB9r53ELkI6CcJZWKcDN4D { width:20rem;height:3.5625rem;top:24rem;left:-0.0625rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zn3qqEVFLdfHPKrZPOlMkkwqbz943UPP { width:20rem;height:0.25rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJS70eV2cylFxGdMb1mmi6dozQPeqFv { width:20rem;height:3.5625rem;top:5.875rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { display:none; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .row .container { width:20rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { width:20rem;height:13.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { width:20rem;height:12.625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { width:20rem;height:13.75rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { width:20rem;height:3.4375rem;top:12.125rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { width:12.5625rem;height:1.625rem;top:13.0625rem;left:3.6875rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OSf61ecERFx6wNrDtsrzU6TG4hd2TZTC { width:20rem;height:3.4375rem;top:25.625rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dpFdT4a6dFgvby9g1f4RE5gT9qwwEPCg { width:13.25rem;height:1.625rem;top:26.5rem;left:3.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFEEpx3Lyp5OkP7Mf2dhbLHxQHvWgOW6 { width:20rem;height:3.4375rem;top:40.6875rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hynuHnMQr3027boivOHwn3Z84IsKftJ2 { width:14.4375rem;height:1.625rem;top:41.5625rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp { display:none; }#MboXRL8rc9JsXtTr3bEap8Msk8qT86Gp > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLAtZBp9dDQLNMEGiBg5JE6BmMR49vtA { width:20rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8TRL0htRbes0oQWTT6BTNfRQzPakf3 { width:20rem;height:13.125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq { width:20rem;height:12.9375rem;top:28.375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aa841db-b67d-4917-9d0c-70dccadbc96f/patientfillingreportpapersreceptiondesksigningregistrationformsbeforeattendingcheckupvisitappointmentwomanwritingcheckupfileswithreceptionisthealthcaresupportcloseup.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.adaptive-delivery-prevent-bg, #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.lazyload, #J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq.lazyloading { background-image: none; }
#J8a7VpLu478uU3ZVsS6gnbWQXG2QEyRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pt5tnkmn7Fq8TMiwaZqTFmdSqOgMCpxg { width:20rem;height:3.4375rem;top:9.375rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SO9MyPoCEGEk0nUmUTKlUrHpLVDOrMuN { width:14.9375rem;height:1.625rem;top:10.28125rem;left:2.53125rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #SPhFablgBr0VeTzi6VgWJwtBTmzPhAR2 { width:20rem;height:3.4375rem;top:23.8125rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #whffi7VrdKUIT6zOT2myxhXs9guZKii5 { width:14.5rem;height:1.625rem;top:24.71875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ALkxrbGcnVT6hQparXyFLATExqQbhD { width:20rem;height:3.4375rem;top:37.9375rem;left:0rem;background-color:#757761;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WqT7tUaDexAp8aUGqWpbHXqIkKTX1qiP { width:14.25rem;height:1.5rem;top:38.90625rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { background-color:rgba(138,126,114,0.13);background-image:none;display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { width:20rem;height:4.875rem;top:2.4993896484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { display:flex;width:4.562375rem;height:4.562375rem;top:60.5625rem;left:7.875rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { display:flex;width:4.62463125rem;height:4.62463125rem;top:9.5rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { display:flex;width:4.749025rem;height:4.749025rem;top:36rem;left:7.625rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { width:20rem;height:3.2492875rem;top:14.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { width:20rem;height:3.2492875rem;top:41.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { width:20rem;height:11.0511375rem;top:70.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:18.4375rem;height:3.125rem;top:83.5rem;left:0.78125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { width:20rem;height:15.1953rem;top:19.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { width:17.375rem;height:3.2492875rem;top:65.9375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTN4D25Q0GenqGE9waXfr3lrS5Vg0w4U { width:20rem;height:13.81394375rem;top:46.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { width:19rem;height:2.5625rem;top:2.41796875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:20rem;height:71.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { width:4.1240234375rem;height:4.1240234375rem;top:0rem;left:7.9375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { width:15.0625rem;height:5.5rem;top:7.6240234375rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { width:4.1240234375rem;height:4.1240234375rem;top:30.95703125rem;left:7.9375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { width:13.2490234375rem;height:4.125rem;top:38.8271484375rem;left:3.375rem;font-size:1rem;z-index:15004;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { width:4.125rem;height:4.125rem;top:14.65625rem;left:7.9375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { width:14.5rem;height:6.875rem;top:22.0517578125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { width:7.0625rem;height:1.6875rem;top:36.4375rem;left:6.46875rem;font-size:1.125rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { width:10.4375rem;height:1.6875rem;top:5.4365234375rem;left:4.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { width:12.9375rem;height:1.6875rem;top:19.8017578125rem;left:3.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:18.9995625rem;height:3.4375rem;top:40.106340408325rem;left:0.50021702051162rem;font-size:1.0625rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { width:1.4365234375rem;height:1.9375rem;top:1.0927734375rem;left:9.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { width:1.4365234375rem;height:1.9375rem;top:32.0498046875rem;left:9.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { width:1.4365234375rem;height:1.9375rem;top:15.75rem;left:9.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:19rem;height:3.4375rem;top:67.625rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF { display:block; }#oq7LaBUO58RCx81e7R7zu8LAoDT9zUVF > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxQprBileCJWo41qpiu8enmzkTaxc6UU { width:20rem;height:1.57493125rem;top:15.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuCyW70bNSLdHGsUIzeN3ChKWzizVeTF { width:20rem;height:1.5rem;top:33.7265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a258N9M0aElq9x3xRXVEXnltnavWWodT { width:20rem;height:1.625rem;top:51.3994140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTccnBtgT9XpG2WliZpTq5HlhI5TDif { width:20rem;height:16.5rem;top:10rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uK0bz6VhUZiVKTgsicOtRTTXKkIxdOz5 { width:20rem;height:15.5625rem;top:45.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #TiXXcgOqLWvcDvHuuMMI3faPKtGAS2S1 { width:20rem;height:16.1875rem;top:28rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #RQfATfrbcn9zMW7bLWitFyMknPNDPSuT { width:17.875rem;height:7.7983125rem;top:17.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBxepXWZdWSXxw5szkJNubBD4pO8ehbs { width:20rem;height:6.499rem;top:53.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Ix8EK1k0OLibToxZm4xgaAsdTUJcTa { width:19.5625rem;height:6.499rem;top:36.4375rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ptvZS2lhXHmV4fcezUN5rQ8VJE1wtJ { display:flex;width:3.8125rem;height:3.8125rem;top:10.75rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #goRhEtrpOrvsO0GCVbEPOmMLn2F4pdSt { display:flex;width:4.375rem;height:4.375rem;top:28.625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #oI4VQrswBeAJByf48wCMPLsTArAp2nPg { display:flex;width:4.125rem;height:4.125rem;top:46.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #fUzshcw4nuxBf85LgSXuZVtMHU78yWi4 { width:17.687375rem;height:4.875rem;top:2.7490234375rem;left:1.15478515625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { width:20rem;height:8.625rem;top:26.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { width:20rem;height:10.0625rem;top:39.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfSbEttlctlwlTavAn8xx40KOWUHNNtb { width:6.1875rem;height:1.6875rem;top:23.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1c7aAoQ6HbLsAvxBg8CyIiFSem2PKQN { width:6.1875rem;height:1.6875rem;top:37.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { width:20rem;height:11.5rem;top:9.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { width:6.1875rem;height:1.75rem;top:7.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { width:20rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2f3cafa-fe75-473e-afa8-043f928d5a0f/02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.adaptive-delivery-prevent-bg, #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.lazyload, #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk.lazyloading { background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { border-width: 0; border-radius: 0; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:18.999625rem;height:3.125rem;top:20.12451171875rem;left:0.4998779296875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { width:20rem;height:4.875rem;top:2.3740234375rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { width:20rem;height:7.8724375rem;top:8.587646484375rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB { background-color:#8a7e72;background-image:none;display:block; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { background-color: transparent; background-image: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container > .video-iframe-container { display: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row > .video-iframe-container { display: none; }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .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); }#mgmV1HSGd1WVTGev0eSCAUsiEUh5DuBB > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5WghOkipGxWuRmfv6ET1JcQdbmkeW8b { width:12.999875rem;height:6.62475rem;top:1.99951171875rem;left:3.49853515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVGvVQkqwDW1U2Hf4HohAiJ1BIqfL { width:20rem;height:2.2745rem;top:21.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emG3SMVAF3a7F6tslT4nLz13LzLCX471 { width:17.937rem;height:3.5rem;top:13.756103515625rem;left:1.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlCDzWAUIrN50htfzGsxpPN2XoC2stXS { width:20rem;height:1.21875rem;top:18.380737304688rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HtW5z47LXsT5fctcAMBPURDO2v7EpHcT { width:14.812rem;height:1.78755625rem;top:10.748901367188rem;left:2.591552734375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#b6c1a9;display:block; }
 }