.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:233,238,236;--color-secondary-1:181,199,191;--color-secondary-2:107,142,127;--color-secondary-3:54,71,64;--color-secondary-4:16,21,19;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:Roboto Slab;--paragraphs-font-family:Roboto; }@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:#6b8e7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#GyKi41dzC2xPhI3IJvOT03bIkm2zqhqV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.75rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#Ox5M6GI3mbT1uHgOSmyDJuwhIZR5VJhk { background-color:#711e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.3125rem;left:60rem;display:block; }
#xyxNshl7Z62So32mPAOffFt8qFyGESJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SslyMTuqllrXSpX9XVnzckJH2mHORrzd { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.103515625rem;left:27.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/314a1f16-f315-45df-929b-9c4dbccb1f37/childguardianshipscaled.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.adaptive-delivery-prevent-bg, #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.lazyload, #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.lazyloading { background-image: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { background-color: transparent; background-image: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,69,69,0.75); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container > .video-iframe-container { display: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,69,69,0.75); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row > .video-iframe-container { display: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .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); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { border-width: 0; border-radius: 0; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:block; }#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-form-header {  }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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:21.1875rem;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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:21.1875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:1.1; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-textarea { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:21.1875rem;box-sizing:border-box;height:6.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:1.1; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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:21.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#711e00;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:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.1875rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm [class*="-text"]:-moz-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm [class*="-text"]::-moz-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm [class*="-text"]:-ms-input-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm [class*="-text"]::-webkit-input-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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:20rem;overflow:hidden;font-style:normal;float:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-container:first-of-type{padding-top:0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-container:last-of-type{padding-bottom:0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6873779296875rem;left:51.124877929688rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm {display:block;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.6873779296875rem;left:51.124877929688rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #QAGGy4n2Z1ivLCt33e8xlE5JvJQVETnl { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #PTTpd4fyNTUSwUBfReNzpyzTf5PWcHXQ { position:relative;display:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #tV7C8qzRB0Or9hPWCcm0yt7X2nNHqXcP { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EQFz9FORZusGd0t5TCTUmPcHITpnKUIZ { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #wuLfQTLhy1pQkrsQnOcaORcQGS8c4vJa { position:relative;display:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EDzpEACveOMpB6RHUDkUSwn0zX88EVUe { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Q0s7toD0oQTzdzC7xfCZfFpRgslJsODn { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #FMQ7yqMhccrEyFfmLIGyoveuwktCQ4cx { position:relative;display:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #S11NSlx5xviH09RSGOGGOi8NDnA6So1E { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #gSKvpkPo41lAn24H8ZR77NwhGMcT7Z4p { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Hi9OIFTF1414GkeodeVM4qKhVfyWEkTF { position:relative;display:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #uOTKmWJVaALogu7Ku161fTeRa8aO1Hlo { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #lT13kFUHnJIAJ7xOnb0gkBklT3wrCvIm { position:relative; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #TlMt5TUJz4UU4d3r8qZAxq2XqbsPGdOE { position:relative; }
#ZQ6IftBatsxL6p0yitk6KqGbbZvdTQsB { box-sizing:content-box;height:26.75rem;width:24.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.8125rem;left:50.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#AK9WfqJ3psweoWbC6lNR6VUEl6OQJJoK { color:#550d0e;display:block;width:23.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:51.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNeVKkxraxE6krHvpWntDSe6y0FhQUpy { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.49365rem;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; }
#AS6Or3ge2qAAsg06GEMexPuCkqw5cU52 { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.6875rem;left:0rem;display:block; }
#ztdoSTTF2aUNphmJbB3M5QfN8qRXPXBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DB3Sm84c7qykoXZlC7opUGinhhWovmJm { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:9.375rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXI6Z6nQF011ESxJC3ZrseVmCGaGFKJT { color:#ffffff;display:block;width:43.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:5.25rem;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; }
#Xmwn6wtl0USDXyznazF6BRAiumTpEDgR { color:#ffffff;display:block;width:43.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:19.62255859375rem;left:0rem;height:6.51125rem;text-align:left;text-align-last:left;display:block; }#Xmwn6wtl0USDXyznazF6BRAiumTpEDgR li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xmwn6wtl0USDXyznazF6BRAiumTpEDgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fb3d9563b0a7fea8d07f2bed6ba6ef8cf5f13dae.svg); }
#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container { background-color: transparent; background-image: none; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container > .video-iframe-container { display: none; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row > .video-iframe-container { display: none; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .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); }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container { border-width: 0; border-radius: 0; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#AZ1mxbKLW5eM95FUtmwQzkMHThTlT6t2 { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.0654296875rem;left:11.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edebe3;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; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container { background-color: transparent; background-image: none; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container > .video-iframe-container { display: none; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row > .video-iframe-container { display: none; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .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); }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container { border-width: 0; border-radius: 0; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#iTnpFrI2Lg6kTxnhiIGfGCuI8L2MFgOA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.125rem;left:2.25rem;height:2.55005rem;font-style:normal;display:block; }
#WPOXh7XOLTaT3MmiVHdWiTG133cb5AKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.625rem;left:2.25rem;height:14.17233125rem;display:block; }
#v6rlSQOtWq6hLRtLBTOlT4npvalQGkMO { position:absolute;display:block;z-index:15005;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:23.8125rem;width:22.9375rem;top:5.6875rem;left:51.875rem;overflow:hidden;display:block; }
#eCJy7TymGh0RP0s3FK5kX7eT3afo21JA { box-sizing:content-box;height:28.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ESH3Gg9svdRovtTRAqMmCC6DlexoDqSU { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.5rem;left:2.25rem;display:block; }
#g4UWo9a580wxtCNpwwVoorr11LF01TPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEndBua6tdnMqOb2zBQ94ZPKMp19Q8WI { box-sizing:content-box;height:3.4375rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:51.875rem;display:block; }
#rS1UXI2w1nEqe0zAzBXwTs7nHhRmiLUs { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.6875rem;left:53.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R24SCPulI6yCNurnTWvDi44bLXUTscMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container { background-color: transparent; background-image: none; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container > .video-iframe-container { display: none; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row > .video-iframe-container { display: none; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .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); }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container { border-width: 0; border-radius: 0; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#N76L7Es3z33fHOMEGGCIpxiUHuQgSRSW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.8125rem;left:33.5rem;height:2.55005rem;font-style:normal;display:block; }
#t9WPsvJBBkX8Mfg6IHFwsnLbET0uScMx { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:33.5rem;height:14.1723875rem;display:block; }
#MdEUWTlNWqu29TIxVNytSigKsn4FLMrm { position:absolute;display:block;z-index:15003;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:35.3125rem;width:33.5rem;top:3.8125rem;left:0.625rem;overflow:hidden;display:block; }
#wkNOiSeRUycaBCwRc7p6cqIZ0foyGFmm { box-sizing:content-box;height:30.875rem;width:43rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:30.90625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#cG3GGlzlSU4DZUXc4QttglELwG7qfX76 { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30rem;left:33.5rem;display:block; }
#yRwLKPoScWD7aZBT8gHhtrxWDbrHzJXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85c61c28-b7b7-4dd5-87e6-149158e65d4c/memphistn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6.adaptive-delivery-prevent-bg, #tQwE45XJQELM60UdzOSpu8K0dhBOELR6.lazyload, #tQwE45XJQELM60UdzOSpu8K0dhBOELR6.lazyloading { background-image: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { background-color: transparent; background-image: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container > .video-iframe-container { display: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row > .video-iframe-container { display: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .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); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { border-width: 0; border-radius: 0; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6::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; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#UesH34KBWJKl2cvhkha8ZcE7bfb4kWaM { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:18.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlPVTIcLr85dfNlkDFT1oNpQu6MnW6CX { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#y1O8TLMnvB0xqmx1fLRCirtJdwKvczJ7 { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:27.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#y3RbgG4Jfxpv37rJwmTUzEab8vgPTCu0 { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Kg0xOrE9IOuzLpinSkdhlhKW1FQNadif { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:11.25rem;left:7.6875rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylBzvUtBR66Bb6TKIlZ64QMlGq4PUypm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:5.90625rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#CFvlJobDuDSQuw0cT6WkTcexBDHzAh0u { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.25rem;left:31.1875rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlU9e35SUFILwsPy2wRNTTCaPf5DaTdF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.40625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#liEzME84wVTENlHCb7xRTi0K5AVOpSGT { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.25rem;left:54.5625rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeHN9wcB6I5wkBdlXqHxUWaH6mmq9Qyw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:52.78125rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#XblddG7KGSQU32rHiUM1x2rvO5dqX30u { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41rem;left:27.5625rem;display:block; }
#gUH02UIreHVKZVlLEpsbt7249zp4x7sv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS9yQgbFGKc8L50MG6VWzNvAJQiBk8ae { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#gEflhzH6XCDGkKp3XH5mUp64vcNPCrwq { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:27.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yuoMlU9C4XZ8LCXPV32PZUPLWxvZzdDT { box-sizing:content-box;height:13.4375rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#oWEL7SKDnv9PTDSiSe4KrAJpb5LT3tkF { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:25.9375rem;left:7.6875rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oV3uSilTHW7yrktCF3bRLWuEXd078GOp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.4375rem;left:5.96875rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#EIWPekB8vPcca5GJFCcXMSROTmuWeTCo { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:25.9375rem;left:31.1875rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTIBdFc8QkgvSVUdzDKXXtG1DODWBohT { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:25.9375rem;left:54.5625rem;height:1.799925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZEwbTd0OTIZg1AVELO45Z65TvqzwzG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.4375rem;left:52.78125rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#qrtaq3a2Z6TDBt9MCZEepPRzUhSqXeXo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.4375rem;left:29.40625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container { background-color: transparent; background-image: none; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container > .video-iframe-container { display: none; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row > .video-iframe-container { display: none; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .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); }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container { border-width: 0; border-radius: 0; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#eNTQPmtrUmtfUCpvVLJgLzyDv4ymXsWH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5rem;left:33.5rem;height:2.55005rem;font-style:normal;display:block; }
#dQlZIFrELcTScmLICOCsf3dsQTELpfPy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.875rem;left:33.5rem;height:12.5976375rem;display:block; }
#QSOiKEXPrKD9zRIZ7g7Lf9UH99MxVKqK { position:absolute;display:block;z-index:15003;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:31rem;width:31rem;top:3.8125rem;left:0.625rem;overflow:hidden;display:block; }
#k6UDvxTuEsMaaRd7BKwNG1oOQwQnC5Fu { box-sizing:content-box;height:26.625rem;width:43rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:30.90625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#AsdxKDVpINsE2ektWAnZeufrIC5CQmEN { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.9375rem;left:33.5rem;display:block; }
#UOQUQGIzhW4DLobTyFnE2JFnZyMaCHDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17ca5164-c788-4822-ad66-4a1e07dec79a/officedesk.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; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.adaptive-delivery-prevent-bg, #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.lazyload, #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.lazyloading { background-image: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { background-color: transparent; background-image: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(233,238,236,0.92); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container > .video-iframe-container { display: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(233,238,236,0.92); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row > .video-iframe-container { display: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .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); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { border-width: 0; border-radius: 0; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs::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; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#LXZvuaUGo0aV8CmLdyM8TFGMOMmGLDon { position:absolute;display:block;z-index:15003;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: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.25rem;width:33.6875rem;top:4.36865234375rem;left:41.06818802149rem;overflow:hidden;display:block; }
#QWl21TGxFAoUuFHJZSLxuD8dlkcZi9CN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.36865234375rem;left:0rem;height:5.5004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJrczeOmn5KT2anWO2DPnlyFwneRBsp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:16.5rem;left:5.9375rem;height:1.799925rem;display:block; }
#TFaNkPA9UcnbAKTfBhZH6QrR7ysEr55c { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:22.1875rem;left:5.9375rem;height:1.799925rem;font-style:normal;display:block; }
#FlGLh4eSLsP1TsbCCrM8B16uv6Ah7eQv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:28.125rem;left:5.9375rem;height:1.799925rem;font-style:normal;display:block; }
#b2pzSyxhHe9zTzicZIZsCpSqvB7xNCDM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;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:18.75rem;left:5.9375rem;height:1.4624rem;display:block; }
#z7NWAi3RZ7RCxSt5GUUNrpVEfyOycTd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;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:24.375rem;left:5.9375rem;height:1.4624rem;display:block; }
#BoktFWqz521H4s2fAqEhzGy98Ch3tv2M { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;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:30.3125rem;left:5.9375rem;height:1.4624rem;display:block; }
#ZaXnNowKrwMmmAW5v0aMNa4Re6SRxXDB { color:#6b8e7f;display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15008;line-height:.7;letter-spacing:0;top:16.6875rem;left:1rem;height:2.0996125rem;display:block; }
#SfAZgfJmc6m4u6akcesvi6TgDxPFqJQT { color:#6b8e7f;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15009;line-height:.7;letter-spacing:0;top:22.6875rem;left:0.8125rem;height:2.0996125rem;display:block; }
#itznRnkEassrUSr6Tpq0cIOTn4gv2c4m { color:#6b8e7f;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15010;line-height:.7;letter-spacing:0;top:28.5625rem;left:0.75rem;height:2.0996125rem;display:block; }
#nvB0aK5JeuBgfToMOdJdU3rNZg3s3Vbq { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.875rem;left:3.90625rem;display:block; }
#gCXNyCTJZwVbNOPLHW5FrkqeLcLeCU4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrpKXnpSTlXxWzocXG9nTh72y4v2xq4a { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:11.1630859375rem;left:0rem;height:3.1494125rem;display:block; }
#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { background-color: transparent; background-image: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container > .video-iframe-container { display: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row > .video-iframe-container { display: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .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); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { border-width: 0; border-radius: 0; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#w7DSdtk6fhTLTxZehw3mKs7mrzshnCuq { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5rem;left:18.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eltzoybViEFWDsBz4UKHfyIBZcnSQDxd { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:#fafafa;background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iefcK1TpxoMfsuzHT3sNm6x0Dsec19S8 { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:25.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dw2bKi5mJE42bmIEAMo8ErkduGom5rJT { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.0625rem;left:4.75rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCs7QuCRMWQRfQgKgtTI1AAre8Wacunr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.061279296875rem;left:4.21875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#vkBDb4rMr4gAX0iylR81DqJDaIXqkFnG { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:15.06201171875rem;left:28.65625rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq0dgwZNXakkPeu8gGAs8mWmXlFnDEPR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.061279296875rem;left:28.717651367188rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#Z0eG63Tr8F11w7J4qOGSPFx75nuCRwAV { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:15.099609375rem;left:51.28125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzbSF0m2iTxtOKrd82ilDdx0sl85hSh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.061279296875rem;left:52.499389648438rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#mi0TQvNuuGcJxeSsr9NyfH0waqNidtqu { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.2495125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.4365234375rem;left:26.875rem;display:block; }
#ErMyNVuiFIKOvOIGNEii5DrFFwbKv8ML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xB0RTNiFMBAc4Q06xyZRf7lJUTddCkI4 { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:50.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yzbIrLU2XRGEazMLs0mMyRgFurbeTsNn { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.3125rem;left:11.25rem;overflow:hidden;display:block; }
#OalHOETqtH48okAJR9TFEqVmL96sUr1B { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.3125rem;left:36.3125rem;overflow:hidden;display:block; }
#Z3bSnINlqPQub7Tp8TlmsNPeEW2rnnlB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.3125rem;left:60rem;overflow:hidden;display:block; }
#PwSTe1V44bk266ZshJmWtneSapqobBXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container { background-color: transparent; background-image: none; }#PwSTe1V44bk266ZshJmWtneSapqobBXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container > .video-iframe-container { display: none; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row > .video-iframe-container { display: none; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .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); }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container { border-width: 0; border-radius: 0; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#RaOkRT49nr9SpZ6DfgDlUvT3tVgvGpei { box-sizing:content-box;height:23.75rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.8125rem;left:0.9375rem;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.375rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
#nbJ1B0ggIKVc3epGEUrBp3Dbq04vdK9G { box-sizing:content-box;height:23.75rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.8125rem;left:50.9375rem;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.375rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
#KgOhktR9kdBpRrVqlBN3ssJc2Od1yWDS { box-sizing:content-box;height:23.75rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.8125rem;left:25.9375rem;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.375rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
#qDK2egMKiIgoTCCywo1vF5buy4VxiUaF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3.1875rem;height:12.994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7VarC6QhAcCD2FJnvT7ZxFVgsXsiSce { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:28.625rem;height:9.0960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHOzkzUfkmTtEfpPx7m6vBWcBbscrnzq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:53.375rem;height:10.3955rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ronG4TIbwpm7bo7qBPToAxBLuzTvN5UB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m980cgbOZDHe0b58hIy9ZTIuQPT2XWbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.0625rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uPbyqOKOLI76hTgOcOqLIOTye8Tr5rMh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.0625rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rBd4zp0KSTS37bpclUTgwf0ZUVP6mve7 { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:18.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmnJTArhIrAMxNT5k9wTgBdDubcJNuwk { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:10.5rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#bbRrfFGi6E8tEo6isgMTBxcdaAGVHwda { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.8125rem;left:11.5rem; }
#vGTBb4ktxsoFlwIiTp9X953DbUpQTdJb { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:35.5rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OWnKpzGmTzGGaHz4u5rMb3mo2htSApsi { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.8125rem;left:36.5rem; }
#yNg6hN95ild8MdzF2ezKSLLRVncdmr8z { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:60.5rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rGmeyn6w9JPS4aXn137yctRnznBnG7L9 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.8125rem;left:61.5rem; }
#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eabe9c84-9768-44b9-9cd8-f89a0c4cb924/estateplanning2.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; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4.adaptive-delivery-prevent-bg, #XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4.lazyload, #XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4.lazyloading { background-image: none; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container { background-color: transparent; background-image: none; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.82); }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container > .video-iframe-container { display: none; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.82); }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row > .video-iframe-container { display: none; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .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); }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container { border-width: 0; border-radius: 0; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4::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; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#cR2UkhhQcrLlWRq5RlGVAlcS2z4EM7nl { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.3125rem;left:17.34375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZnIxaEBLRZ1hXX8Wsp9LDs8g9exm9Ce { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.375rem;left:15.78125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#fTm5QMwZnRCVL19JDSHaD2H51TgLTwsM { background-color:rgba(var(--color-secondary-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.5rem;left:26.875rem;display:block; }
#dLEwiVfTBM2012eDtqFqfOJkxdxxrzxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container { background-color: transparent; background-image: none; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container > .video-iframe-container { display: none; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row > .video-iframe-container { display: none; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .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); }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container { border-width: 0; border-radius: 0; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#s790bd9sm1BdpsQ6PpSff3OeaHK0T0qt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.75rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#TRSIiAuLU94TmSp4Pn4U2nJogsimkTZl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.75rem;left:55.59375rem; }
#xwfOfTycUyfOKX9xaUloMhJEe3m2urld { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:58.6875rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#IN1pZFUfaor9gU5ZGt92GmJyagLfePnf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.75rem;left:58.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#I3aHT7UGEeLItfpOTHCJS9nuTDgLmT0q { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.6435546875rem;left:55.59375rem; }
#wK4SGV13mTyPaDZr7SydvbDPVZAqSbKW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:0rem;display:block; }
#ZcaGKIiPiDdwHUpxcw9v8eoqvvrxNr51 { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.375rem;left:0.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gQZbvTJxnNIh4v13kkgIMSSxhilOfxPi { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.375rem;left:51.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyKi41dzC2xPhI3IJvOT03bIkm2zqhqV { top:1.3125rem;left:0rem;width:18.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5M6GI3mbT1uHgOSmyDJuwhIZR5VJhk { width:15rem;height:3.125rem;top:1.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyxNshl7Z62So32mPAOffFt8qFyGESJD { display:block; }
 }@media only screen and (max-width: 763px) { #SslyMTuqllrXSpX9XVnzckJH2mHORrzd { top:2.0625rem;left:13.875rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 { display:block; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm  { width:21.1875rem;height:auto;top:7.625rem;left:24.0625rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm {display:block;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm { width:21.1875rem;height:auto;top:7.625rem;left:24.0625rem; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #QAGGy4n2Z1ivLCt33e8xlE5JvJQVETnl {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #PTTpd4fyNTUSwUBfReNzpyzTf5PWcHXQ {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #tV7C8qzRB0Or9hPWCcm0yt7X2nNHqXcP {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EQFz9FORZusGd0t5TCTUmPcHITpnKUIZ {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #wuLfQTLhy1pQkrsQnOcaORcQGS8c4vJa {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EDzpEACveOMpB6RHUDkUSwn0zX88EVUe {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Q0s7toD0oQTzdzC7xfCZfFpRgslJsODn {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #FMQ7yqMhccrEyFfmLIGyoveuwktCQ4cx {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #S11NSlx5xviH09RSGOGGOi8NDnA6So1E {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #gSKvpkPo41lAn24H8ZR77NwhGMcT7Z4p {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Hi9OIFTF1414GkeodeVM4qKhVfyWEkTF {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #uOTKmWJVaALogu7Ku161fTeRa8aO1Hlo {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #lT13kFUHnJIAJ7xOnb0gkBklT3wrCvIm {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #TlMt5TUJz4UU4d3r8qZAxq2XqbsPGdOE {  }
 }@media only screen and (max-width: 763px) { #ZQ6IftBatsxL6p0yitk6KqGbbZvdTQsB { top:4.8125rem;left:23.5625rem;width:24.1875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9WfqJ3psweoWbC6lNR6VUEl6OQJJoK { top:6.125rem;left:24.4375rem;width:23.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNeVKkxraxE6krHvpWntDSe6y0FhQUpy { top:5.3125rem;left:0rem;width:41.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6Or3ge2qAAsg06GEMexPuCkqw5cU52 { width:21.25rem;height:3.4375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztdoSTTF2aUNphmJbB3M5QfN8qRXPXBf { display:block; }
 }@media only screen and (max-width: 763px) { #DB3Sm84c7qykoXZlC7opUGinhhWovmJm { top:9.375rem;left:0rem;width:40.875rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXI6Z6nQF011ESxJC3ZrseVmCGaGFKJT { top:13.125rem;left:0rem;width:43.9375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmwn6wtl0USDXyznazF6BRAiumTpEDgR { top:19.5625rem;left:0rem;width:43.9375rem;height:6.5rem;font-size:1.125rem;display:block; }#Xmwn6wtl0USDXyznazF6BRAiumTpEDgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fb3d9563b0a7fea8d07f2bed6ba6ef8cf5f13dae.svg); }
 }@media only screen and (max-width: 763px) { #ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f { display:block; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ1mxbKLW5eM95FUtmwQzkMHThTlT6t2 { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh { display:block; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTnpFrI2Lg6kTxnhiIGfGCuI8L2MFgOA { top:8.125rem;left:0rem;width:24.625rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPOXh7XOLTaT3MmiVHdWiTG133cb5AKQ { top:11.625rem;left:0rem;width:46.5rem;height:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6rlSQOtWq6hLRtLBTOlT4npvalQGkMO { top:5.6875rem;left:24.8125rem;width:22.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJy7TymGh0RP0s3FK5kX7eT3afo21JA { top:5.5rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESH3Gg9svdRovtTRAqMmCC6DlexoDqSU { width:21.25rem;height:3.25rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UWo9a580wxtCNpwwVoorr11LF01TPe { display:block; }
 }@media only screen and (max-width: 763px) { #sEndBua6tdnMqOb2zBQ94ZPKMp19Q8WI { top:30.625rem;left:24.8125rem;width:22.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS1UXI2w1nEqe0zAzBXwTs7nHhRmiLUs { top:31.6875rem;left:27.125rem;width:20.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R24SCPulI6yCNurnTWvDi44bLXUTscMh { display:block; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N76L7Es3z33fHOMEGGCIpxiUHuQgSRSW { top:8.8125rem;left:9.9375rem;width:37.8125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9WPsvJBBkX8Mfg6IHFwsnLbET0uScMx { top:12.625rem;left:8.4375rem;width:39.3125rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEUWTlNWqu29TIxVNytSigKsn4FLMrm { top:3.8125rem;left:0rem;width:33.5rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkNOiSeRUycaBCwRc7p6cqIZ0foyGFmm { top:5.9375rem;left:4.75rem;width:43rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG3GGlzlSU4DZUXc4QttglELwG7qfX76 { width:21.25rem;height:3.25rem;top:30rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwLKPoScWD7aZBT8gHhtrxWDbrHzJXG { display:block; }
 }@media only screen and (max-width: 763px) { #tQwE45XJQELM60UdzOSpu8K0dhBOELR6 { display:block; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UesH34KBWJKl2cvhkha8ZcE7bfb4kWaM { top:3rem;left:4.96875rem;width:37.8125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPVTIcLr85dfNlkDFT1oNpQu6MnW6CX { top:9.0625rem;left:0rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1O8TLMnvB0xqmx1fLRCirtJdwKvczJ7 { top:9.0625rem;left:13.625rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3RbgG4Jfxpv37rJwmTUzEab8vgPTCu0 { top:9.0625rem;left:25.875rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0xOrE9IOuzLpinSkdhlhKW1FQNadif { top:11.25rem;left:0rem;width:14rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBzvUtBR66Bb6TKIlZ64QMlGq4PUypm { top:13.75rem;left:0rem;width:17.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFvlJobDuDSQuw0cT6WkTcexBDHzAh0u { top:11.25rem;left:17.5625rem;width:14rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlU9e35SUFILwsPy2wRNTTCaPf5DaTdF { top:13.75rem;left:15.78125rem;width:17.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liEzME84wVTENlHCb7xRTi0K5AVOpSGT { top:11.25rem;left:33.75rem;width:14rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeHN9wcB6I5wkBdlXqHxUWaH6mmq9Qyw { top:13.75rem;left:30.1875rem;width:17.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblddG7KGSQU32rHiUM1x2rvO5dqX30u { width:21.25rem;height:3.25rem;top:41rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUH02UIreHVKZVlLEpsbt7249zp4x7sv { display:block; }
 }@media only screen and (max-width: 763px) { #NS9yQgbFGKc8L50MG6VWzNvAJQiBk8ae { top:24.0625rem;left:0rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEflhzH6XCDGkKp3XH5mUp64vcNPCrwq { top:24.0625rem;left:13.625rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoMlU9C4XZ8LCXPV32PZUPLWxvZzdDT { top:24.0625rem;left:25.875rem;width:21.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWEL7SKDnv9PTDSiSe4KrAJpb5LT3tkF { top:25.9375rem;left:0rem;width:14rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV3uSilTHW7yrktCF3bRLWuEXd078GOp { top:28.4375rem;left:0rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIWPekB8vPcca5GJFCcXMSROTmuWeTCo { top:25.9375rem;left:17.5625rem;width:14rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTIBdFc8QkgvSVUdzDKXXtG1DODWBohT { top:25.9375rem;left:33.75rem;width:14rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZEwbTd0OTIZg1AVELO45Z65TvqzwzG1 { top:28.4375rem;left:30.1875rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtaq3a2Z6TDBt9MCZEepPRzUhSqXeXo { top:28.4375rem;left:15.78125rem;width:17.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupClrkDS0Hs0FAR1MdHlRleRLxGISuT { display:block; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNTQPmtrUmtfUCpvVLJgLzyDv4ymXsWH { top:8.5rem;left:9.9375rem;width:37.8125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQlZIFrELcTScmLICOCsf3dsQTELpfPy { top:11.875rem;left:9.625rem;width:38.125rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSOiKEXPrKD9zRIZ7g7Lf9UH99MxVKqK { top:3.8125rem;left:0rem;width:31rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6UDvxTuEsMaaRd7BKwNG1oOQwQnC5Fu { top:5.9375rem;left:4.75rem;width:43rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsdxKDVpINsE2ektWAnZeufrIC5CQmEN { width:21.25rem;height:3.25rem;top:25.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQUQGIzhW4DLobTyFnE2JFnZyMaCHDT { display:block; }
 }@media only screen and (max-width: 763px) { #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs { display:block; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXZvuaUGo0aV8CmLdyM8TFGMOMmGLDon { top:4.3125rem;left:13.75rem;width:33.6875rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWl21TGxFAoUuFHJZSLxuD8dlkcZi9CN { top:4.3125rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrczeOmn5KT2anWO2DPnlyFwneRBsp4 { top:16.5rem;left:0rem;width:17.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFaNkPA9UcnbAKTfBhZH6QrR7ysEr55c { top:22.1875rem;left:0rem;width:20.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGLh4eSLsP1TsbCCrM8B16uv6Ah7eQv { top:28.125rem;left:0rem;width:17.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2pzSyxhHe9zTzicZIZsCpSqvB7xNCDM { top:18.75rem;left:0rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NWAi3RZ7RCxSt5GUUNrpVEfyOycTd7 { top:24.375rem;left:0rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoktFWqz521H4s2fAqEhzGy98Ch3tv2M { top:30.3125rem;left:0rem;width:35rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaXnNowKrwMmmAW5v0aMNa4Re6SRxXDB { top:16.6875rem;left:0rem;width:3.8125rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfAZgfJmc6m4u6akcesvi6TgDxPFqJQT { top:22.6875rem;left:0rem;width:4.125rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itznRnkEassrUSr6Tpq0cIOTn4gv2c4m { top:28.5625rem;left:0rem;width:4.25rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvB0aK5JeuBgfToMOdJdU3rNZg3s3Vbq { width:21.25rem;height:3.25rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCXNyCTJZwVbNOPLHW5FrkqeLcLeCU4X { display:block; }
 }@media only screen and (max-width: 763px) { #DrpKXnpSTlXxWzocXG9nTh72y4v2xq4a { top:11.125rem;left:0rem;width:32.1875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot { display:block; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7DSdtk6fhTLTxZehw3mKs7mrzshnCuq { top:3.5rem;left:4.96875rem;width:37.8125rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eltzoybViEFWDsBz4UKHfyIBZcnSQDxd { top:9.0625rem;left:0rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefcK1TpxoMfsuzHT3sNm6x0Dsec19S8 { top:9.0625rem;left:12.3125rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2bKi5mJE42bmIEAMo8ErkduGom5rJT { top:15.0625rem;left:0rem;width:16.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCs7QuCRMWQRfQgKgtTI1AAre8Wacunr { top:19rem;left:0rem;width:17.8125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkBDb4rMr4gAX0iylR81DqJDaIXqkFnG { top:15rem;left:15.03125rem;width:17.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0dgwZNXakkPeu8gGAs8mWmXlFnDEPR { top:19rem;left:15.092651367188rem;width:17.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0eG63Tr8F11w7J4qOGSPFx75nuCRwAV { top:15.0625rem;left:26.625rem;width:21.125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzbSF0m2iTxtOKrd82ilDdx0sl85hSh4 { top:19rem;left:29rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0TQvNuuGcJxeSsr9NyfH0waqNidtqu { width:21.25rem;height:3.1875rem;top:27.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMyNVuiFIKOvOIGNEii5DrFFwbKv8ML { display:block; }
 }@media only screen and (max-width: 763px) { #xB0RTNiFMBAc4Q06xyZRf7lJUTddCkI4 { top:9.0625rem;left:24.625rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbIrLU2XRGEazMLs0mMyRgFurbeTsNn { top:10.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OalHOETqtH48okAJR9TFEqVmL96sUr1B { top:10.3125rem;left:22.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bSnINlqPQub7Tp8TlmsNPeEW2rnnlB { top:10.3125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwSTe1V44bk266ZshJmWtneSapqobBXC { display:block; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaOkRT49nr9SpZ6DfgDlUvT3tVgvGpei { top:10.8125rem;left:0rem;width:23.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJ1B0ggIKVc3epGEUrBp3Dbq04vdK9G { top:10.8125rem;left:24.5rem;width:23.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgOhktR9kdBpRrVqlBN3ssJc2Od1yWDS { top:10.8125rem;left:8.625rem;width:23.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDK2egMKiIgoTCCywo1vF5buy4VxiUaF { top:15.1875rem;left:0rem;width:18.6875rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VarC6QhAcCD2FJnvT7ZxFVgsXsiSce { top:15.1875rem;left:13.9375rem;width:17.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOzkzUfkmTtEfpPx7m6vBWcBbscrnzq { top:15.1875rem;left:29.375rem;width:18.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronG4TIbwpm7bo7qBPToAxBLuzTvN5UB { top:30.0625rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m980cgbOZDHe0b58hIy9ZTIuQPT2XWbJ { top:30.0625rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPbyqOKOLI76hTgOcOqLIOTye8Tr5rMh { top:30.0625rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBd4zp0KSTS37bpclUTgwf0ZUVP6mve7 { top:3rem;left:0rem;width:37.8125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmnJTArhIrAMxNT5k9wTgBdDubcJNuwk { width:4rem;height:4rem;top:8.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbRrfFGi6E8tEo6isgMTBxcdaAGVHwda { width:2rem;height:2rem;top:9.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTBb4ktxsoFlwIiTp9X953DbUpQTdJb { width:4rem;height:4rem;top:8.8125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnKpzGmTzGGaHz4u5rMb3mo2htSApsi { width:2rem;height:2rem;top:9.8125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNg6hN95ild8MdzF2ezKSLLRVncdmr8z { width:4rem;height:4rem;top:8.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmeyn6w9JPS4aXn137yctRnznBnG7L9 { width:2rem;height:2rem;top:9.8125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 { display:block; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR2UkhhQcrLlWRq5RlGVAlcS2z4EM7nl { top:5.3125rem;left:3.75rem;width:40.3125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnIxaEBLRZ1hXX8Wsp9LDs8g9exm9Ce { top:9.375rem;left:2.1875rem;width:43.4375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTm5QMwZnRCVL19JDSHaD2H51TgLTwsM { width:21.25rem;height:3.25rem;top:17.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEwiVfTBM2012eDtqFqfOJkxdxxrzxL { display:block; }
 }@media only screen and (max-width: 763px) { #uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs { display:block; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s790bd9sm1BdpsQ6PpSff3OeaHK0T0qt { top:3.375rem;left:0rem;width:18.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSIiAuLU94TmSp4Pn4U2nJogsimkTZl { top:3.75rem;left:42rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwfOfTycUyfOKX9xaUloMhJEe3m2urld { top:3.375rem;left:31.4375rem;width:16.3125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1pZFUfaor9gU5ZGt92GmJyagLfePnf { top:8.75rem;left:31.4375rem;width:16.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aHT7UGEeLItfpOTHCJS9nuTDgLmT0q { top:8.625rem;left:41.96875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4SGV13mTyPaDZr7SydvbDPVZAqSbKW { top:13.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcaGKIiPiDdwHUpxcw9v8eoqvvrxNr51 { top:15.375rem;left:0rem;width:23rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZbvTJxnNIh4v13kkgIMSSxhilOfxPi { top:15.375rem;left:24.75rem;width:23rem;height:1.1875rem;font-size:0.9375rem;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:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyKi41dzC2xPhI3IJvOT03bIkm2zqhqV { width:15.25rem;height:2.5rem;top:0.71875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5M6GI3mbT1uHgOSmyDJuwhIZR5VJhk { width:15rem;height:3.125rem;top:1.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyxNshl7Z62So32mPAOffFt8qFyGESJD { display:block; }
 }@media only screen and (max-width: 763px) { #SslyMTuqllrXSpX9XVnzckJH2mHORrzd { width:20rem;height:0;top:4.234375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7b94d9f-0b6e-47eb-9295-019d6ebd91a0/childguardianshipscaled.crop_2560x1427_0,275.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.adaptive-delivery-prevent-bg, #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.lazyload, #XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8.lazyloading { background-image: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { background-color: transparent; background-image: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,74,74,0.85); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container > .video-iframe-container { display: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,74,74,0.85); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row > .video-iframe-container { display: none; }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .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); }#XzchKTNBsLrbXE9mySeuc0LJvkaEVTL8 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-regular-label { 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;display:block;vertical-align:top;height:auto; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;display:block;vertical-align:top;font-size:0.8125rem;overflow:hidden; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5rem;display:block;vertical-align:top;font-size:0.8125rem;overflow:hidden; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .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; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem;font-size:0.875rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm  { width:17.5rem;height:auto;top:31.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm {display:block;}#zRXhorRKMwQl8lzgbF75sdIwgqTNABMm { width:17.5rem;height:auto;top:31.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #QAGGy4n2Z1ivLCt33e8xlE5JvJQVETnl {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #PTTpd4fyNTUSwUBfReNzpyzTf5PWcHXQ { display:none; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #tV7C8qzRB0Or9hPWCcm0yt7X2nNHqXcP {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EQFz9FORZusGd0t5TCTUmPcHITpnKUIZ {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #wuLfQTLhy1pQkrsQnOcaORcQGS8c4vJa { display:none; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #EDzpEACveOMpB6RHUDkUSwn0zX88EVUe {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Q0s7toD0oQTzdzC7xfCZfFpRgslJsODn {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #FMQ7yqMhccrEyFfmLIGyoveuwktCQ4cx { display:none; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #S11NSlx5xviH09RSGOGGOi8NDnA6So1E {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #gSKvpkPo41lAn24H8ZR77NwhGMcT7Z4p {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #Hi9OIFTF1414GkeodeVM4qKhVfyWEkTF { display:none; }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #uOTKmWJVaALogu7Ku161fTeRa8aO1Hlo {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #lT13kFUHnJIAJ7xOnb0gkBklT3wrCvIm {  }
 }@media only screen and (max-width: 763px) { #zRXhorRKMwQl8lzgbF75sdIwgqTNABMm #TlMt5TUJz4UU4d3r8qZAxq2XqbsPGdOE {  }
 }@media only screen and (max-width: 763px) { #ZQ6IftBatsxL6p0yitk6KqGbbZvdTQsB { width:20rem;height:23.0625rem;top:29.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9WfqJ3psweoWbC6lNR6VUEl6OQJJoK { width:20rem;height:1.625rem;top:30.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNeVKkxraxE6krHvpWntDSe6y0FhQUpy { width:20rem;height:1.62475625rem;top:1.3125rem;left:0rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AS6Or3ge2qAAsg06GEMexPuCkqw5cU52 { width:17.5rem;height:3rem;top:25.125rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ztdoSTTF2aUNphmJbB3M5QfN8qRXPXBf { display:block; }
 }@media only screen and (max-width: 763px) { #DB3Sm84c7qykoXZlC7opUGinhhWovmJm { width:18.6875rem;height:3.90014375rem;top:3.49951171875rem;left:0.65625rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sXI6Z6nQF011ESxJC3ZrseVmCGaGFKJT { width:20rem;height:8.9245625rem;top:8.35009765625rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xmwn6wtl0USDXyznazF6BRAiumTpEDgR { width:20rem;height:5.72411875rem;top:18.27294921875rem;left:0rem;font-size:1.125rem;color:#ffffff;line-height:1.4;text-align:left;text-align-last:left;display:block; }#Xmwn6wtl0USDXyznazF6BRAiumTpEDgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fb3d9563b0a7fea8d07f2bed6ba6ef8cf5f13dae.svg); }
 }@media only screen and (max-width: 763px) { #ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f { display:block; }#ViXqR5zb4TZT6yJf1TxXlQgfdck9sm9f > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ1mxbKLW5eM95FUtmwQzkMHThTlT6t2 { width:20rem;height:3.2495125rem;top:0.5621337890625rem;left:0rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh { display:block; }#hnw0ITT38prUVTcKbTSRHOWuoG3IFdnh > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTnpFrI2Lg6kTxnhiIGfGCuI8L2MFgOA { width:20rem;height:2.02514375rem;top:1.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #WPOXh7XOLTaT3MmiVHdWiTG133cb5AKQ { width:18.8125rem;height:26.5911625rem;top:26rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v6rlSQOtWq6hLRtLBTOlT4npvalQGkMO { width:15.625rem;height:16.1875rem;top:5.03125rem;left:2.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eCJy7TymGh0RP0s3FK5kX7eT3afo21JA { width:20rem;height:73.4375rem;top:1.4375rem;left:0rem;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) { #ESH3Gg9svdRovtTRAqMmCC6DlexoDqSU { width:17.5rem;height:3.125rem;top:54.29736328125rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #g4UWo9a580wxtCNpwwVoorr11LF01TPe { display:block; }
 }@media only screen and (max-width: 763px) { #sEndBua6tdnMqOb2zBQ94ZPKMp19Q8WI { width:15.625rem;height:2.8125rem;top:21.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS1UXI2w1nEqe0zAzBXwTs7nHhRmiLUs { width:17.5rem;height:1.125rem;top:21.9375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #R24SCPulI6yCNurnTWvDi44bLXUTscMh { display:block; }#R24SCPulI6yCNurnTWvDi44bLXUTscMh > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N76L7Es3z33fHOMEGGCIpxiUHuQgSRSW { width:20rem;height:4.05029375rem;top:2.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #t9WPsvJBBkX8Mfg6IHFwsnLbET0uScMx { width:17rem;height:25.1916625rem;top:7.8125rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MdEUWTlNWqu29TIxVNytSigKsn4FLMrm { width:20rem;height:21.125rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkNOiSeRUycaBCwRc7p6cqIZ0foyGFmm { width:20rem;height:38.3125rem;top:1.4375rem;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) { #cG3GGlzlSU4DZUXc4QttglELwG7qfX76 { width:17.5rem;height:3.125rem;top:34.5625rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yRwLKPoScWD7aZBT8gHhtrxWDbrHzJXG { display:block; }
 }@media only screen and (max-width: 763px) { #tQwE45XJQELM60UdzOSpu8K0dhBOELR6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85c61c28-b7b7-4dd5-87e6-149158e65d4c/memphistn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6.adaptive-delivery-prevent-bg, #tQwE45XJQELM60UdzOSpu8K0dhBOELR6.lazyload, #tQwE45XJQELM60UdzOSpu8K0dhBOELR6.lazyloading { background-image: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { background-color: transparent; background-image: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container > .video-iframe-container { display: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row > .video-iframe-container { display: none; }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .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); }#tQwE45XJQELM60UdzOSpu8K0dhBOELR6 > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UesH34KBWJKl2cvhkha8ZcE7bfb4kWaM { width:20rem;height:2.0996125rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #LlPVTIcLr85dfNlkDFT1oNpQu6MnW6CX { width:20rem;height:12.1875rem;top:5.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1O8TLMnvB0xqmx1fLRCirtJdwKvczJ7 { width:20rem;height:12.625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3RbgG4Jfxpv37rJwmTUzEab8vgPTCu0 { width:20rem;height:12.1875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0xOrE9IOuzLpinSkdhlhKW1FQNadif { width:14rem;height:1.72485625rem;top:6.5625rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ylBzvUtBR66Bb6TKIlZ64QMlGq4PUypm { width:17.5625rem;height:6.4971875rem;top:8.9375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFvlJobDuDSQuw0cT6WkTcexBDHzAh0u { width:14rem;height:1.72485625rem;top:20.0625rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #GlU9e35SUFILwsPy2wRNTTCaPf5DaTdF { width:17.5625rem;height:6.4971875rem;top:22.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liEzME84wVTENlHCb7xRTi0K5AVOpSGT { width:14rem;height:1.72485625rem;top:33.5rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #XeHN9wcB6I5wkBdlXqHxUWaH6mmq9Qyw { width:17.5625rem;height:6.4971875rem;top:35.9375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblddG7KGSQU32rHiUM1x2rvO5dqX30u { width:17.5rem;height:3.125rem;top:83.474609375rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gUH02UIreHVKZVlLEpsbt7249zp4x7sv { display:block; }
 }@media only screen and (max-width: 763px) { #NS9yQgbFGKc8L50MG6VWzNvAJQiBk8ae { width:20rem;height:11.125rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEflhzH6XCDGkKp3XH5mUp64vcNPCrwq { width:20rem;height:12.0625rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoMlU9C4XZ8LCXPV32PZUPLWxvZzdDT { width:20rem;height:10.625rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWEL7SKDnv9PTDSiSe4KrAJpb5LT3tkF { width:14rem;height:1.72485625rem;top:46.75rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #oV3uSilTHW7yrktCF3bRLWuEXd078GOp { width:17.5625rem;height:5.19775625rem;top:49.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIWPekB8vPcca5GJFCcXMSROTmuWeTCo { width:14rem;height:1.72485625rem;top:58.9375rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #BTIBdFc8QkgvSVUdzDKXXtG1DODWBohT { width:14rem;height:1.799925rem;top:71.875rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #rZEwbTd0OTIZg1AVELO45Z65TvqzwzG1 { width:17.5625rem;height:5.19775625rem;top:74.375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtaq3a2Z6TDBt9MCZEepPRzUhSqXeXo { width:17.5625rem;height:6.4971875rem;top:61.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupClrkDS0Hs0FAR1MdHlRleRLxGISuT { display:block; }#TupClrkDS0Hs0FAR1MdHlRleRLxGISuT > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNTQPmtrUmtfUCpvVLJgLzyDv4ymXsWH { width:15.4375rem;height:4.05029375rem;top:3.125rem;left:2.28125rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #dQlZIFrELcTScmLICOCsf3dsQTELpfPy { width:17rem;height:20.9930375rem;top:7.8125rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QSOiKEXPrKD9zRIZ7g7Lf9UH99MxVKqK { width:18rem;height:18rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6UDvxTuEsMaaRd7BKwNG1oOQwQnC5Fu { width:20rem;height:34.5rem;top:1.4375rem;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) { #AsdxKDVpINsE2ektWAnZeufrIC5CQmEN { width:17.5rem;height:3.125rem;top:30.125rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UOQUQGIzhW4DLobTyFnE2JFnZyMaCHDT { display:block; }
 }@media only screen and (max-width: 763px) { #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17ca5164-c788-4822-ad66-4a1e07dec79a/officedesk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.adaptive-delivery-prevent-bg, #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.lazyload, #gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs.lazyloading { background-image: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { background-color: transparent; background-image: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container > .video-iframe-container { display: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row > .video-iframe-container { display: none; }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .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); }#gbMGF5LJP6CUZWsxDg5dTfSzFxeuqTfs > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXZvuaUGo0aV8CmLdyM8TFGMOMmGLDon { width:20rem;height:19.75rem;top:36.03271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWl21TGxFAoUuFHJZSLxuD8dlkcZi9CN { width:16.875rem;height:4.05029375rem;top:0.875rem;left:1.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wJrczeOmn5KT2anWO2DPnlyFwneRBsp4 { width:16rem;height:1.5rem;top:11.5rem;left:2.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #TFaNkPA9UcnbAKTfBhZH6QrR7ysEr55c { width:15.75rem;height:1.5rem;top:17.4375rem;left:2.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #FlGLh4eSLsP1TsbCCrM8B16uv6Ah7eQv { width:14.6875rem;height:1.5rem;top:23.9375rem;left:2.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #b2pzSyxhHe9zTzicZIZsCpSqvB7xNCDM { width:17.125rem;height:2.436525rem;top:13.375rem;left:2.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #z7NWAi3RZ7RCxSt5GUUNrpVEfyOycTd7 { width:17rem;height:2.436525rem;top:19.625rem;left:2.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #BoktFWqz521H4s2fAqEhzGy98Ch3tv2M { width:17.125rem;height:2.436525rem;top:25.9375rem;left:2.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ZaXnNowKrwMmmAW5v0aMNa4Re6SRxXDB { width:3rem;height:1.18115rem;top:11.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SfAZgfJmc6m4u6akcesvi6TgDxPFqJQT { width:3rem;height:1.18115rem;top:17.75rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #itznRnkEassrUSr6Tpq0cIOTn4gv2c4m { width:2.6875rem;height:1.18115rem;top:24.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nvB0aK5JeuBgfToMOdJdU3rNZg3s3Vbq { width:17.5rem;height:3.125rem;top:30.34521484375rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gCXNyCTJZwVbNOPLHW5FrkqeLcLeCU4X { display:block; }
 }@media only screen and (max-width: 763px) { #DrpKXnpSTlXxWzocXG9nTh72y4v2xq4a { width:19.0625rem;height:4.19860625rem;top:5.78271484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot { background-color:#ffffff;background-image:none;display:block; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { background-color: transparent; background-image: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container > .video-iframe-container { display: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row > .video-iframe-container { display: none; }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .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); }#ySgORkNbxnTL7P7SPWCKqUax0cyyb4Ot > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7DSdtk6fhTLTxZehw3mKs7mrzshnCuq { width:20rem;height:1.875rem;top:1.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #eltzoybViEFWDsBz4UKHfyIBZcnSQDxd { width:20rem;height:12.1875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefcK1TpxoMfsuzHT3sNm6x0Dsec19S8 { width:20rem;height:12.625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2bKi5mJE42bmIEAMo8ErkduGom5rJT { width:16.9375rem;height:1.5rem;top:9.625rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #hCs7QuCRMWQRfQgKgtTI1AAre8Wacunr { width:16rem;height:3.6547875rem;top:11.875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkBDb4rMr4gAX0iylR81DqJDaIXqkFnG { width:16.4375rem;height:1.5rem;top:23.25rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vq0dgwZNXakkPeu8gGAs8mWmXlFnDEPR { width:17.5625rem;height:3.6547875rem;top:25.625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0eG63Tr8F11w7J4qOGSPFx75nuCRwAV { width:13.125rem;height:4.4989rem;top:36.875rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UzbSF0m2iTxtOKrd82ilDdx0sl85hSh4 { width:16.437375rem;height:3.8983125rem;top:42.202758789062rem;left:1.77978515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0TQvNuuGcJxeSsr9NyfH0waqNidtqu { width:17.5rem;height:3.125rem;top:49.661254882812rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ErMyNVuiFIKOvOIGNEii5DrFFwbKv8ML { display:block; }
 }@media only screen and (max-width: 763px) { #xB0RTNiFMBAc4Q06xyZRf7lJUTddCkI4 { width:20rem;height:15.375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbIrLU2XRGEazMLs0mMyRgFurbeTsNn { width:3rem;height:3rem;top:6rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OalHOETqtH48okAJR9TFEqVmL96sUr1B { width:3rem;height:3rem;top:19.599609375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3bSnINlqPQub7Tp8TlmsNPeEW2rnnlB { width:3rem;height:3rem;top:33.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwSTe1V44bk266ZshJmWtneSapqobBXC { display:block; }#PwSTe1V44bk266ZshJmWtneSapqobBXC > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaOkRT49nr9SpZ6DfgDlUvT3tVgvGpei { width:20rem;height:23.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJ1B0ggIKVc3epGEUrBp3Dbq04vdK9G { width:20rem;height:21.875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgOhktR9kdBpRrVqlBN3ssJc2Od1yWDS { width:20rem;height:19.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDK2egMKiIgoTCCywo1vF5buy4VxiUaF { width:16.9375rem;height:15.59325rem;top:10.5rem;left:1.53125rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7VarC6QhAcCD2FJnvT7ZxFVgsXsiSce { width:16.625rem;height:10.3955rem;top:37.9375rem;left:1.6875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHOzkzUfkmTtEfpPx7m6vBWcBbscrnzq { width:16.625rem;height:12.994375rem;top:61.375rem;left:1.6875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ronG4TIbwpm7bo7qBPToAxBLuzTvN5UB { width:12.5rem;height:1.381225rem;top:27.3125rem;left:1.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m980cgbOZDHe0b58hIy9ZTIuQPT2XWbJ { width:12.5rem;height:1.381225rem;top:49.875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uPbyqOKOLI76hTgOcOqLIOTye8Tr5rMh { width:12.5rem;height:1.4624rem;top:75.625rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBd4zp0KSTS37bpclUTgwf0ZUVP6mve7 { width:20rem;height:2.0996125rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #lmnJTArhIrAMxNT5k9wTgBdDubcJNuwk { width:4rem;height:4rem;top:5.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbRrfFGi6E8tEo6isgMTBxcdaAGVHwda { display:flex;width:2rem;height:2rem;top:6.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #vGTBb4ktxsoFlwIiTp9X953DbUpQTdJb { width:4rem;height:4rem;top:32.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnKpzGmTzGGaHz4u5rMb3mo2htSApsi { display:flex;width:2rem;height:2rem;top:33.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #yNg6hN95ild8MdzF2ezKSLLRVncdmr8z { width:4rem;height:4rem;top:55.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmeyn6w9JPS4aXn137yctRnznBnG7L9 { display:flex;width:2rem;height:2rem;top:56.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 { display:block; }#XV7iemwb96FhrpJxPWtBIrRr0TT8fVw4 > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR2UkhhQcrLlWRq5RlGVAlcS2z4EM7nl { width:20rem;height:4.19921875rem;top:1.937255859375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fZnIxaEBLRZ1hXX8Wsp9LDs8g9exm9Ce { width:20rem;height:7.796625rem;top:8.125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fTm5QMwZnRCVL19JDSHaD2H51TgLTwsM { width:17.5rem;height:2.999875rem;top:18.24951171875rem;left:1.25rem;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dLEwiVfTBM2012eDtqFqfOJkxdxxrzxL { display:block; }
 }@media only screen and (max-width: 763px) { #uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs { display:block; }#uu92lTAw9CWFESnTJHh3T8vwNCh9Lcgs > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s790bd9sm1BdpsQ6PpSff3OeaHK0T0qt { width:17.1875rem;height:2.8125rem;top:2.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSIiAuLU94TmSp4Pn4U2nJogsimkTZl { display:flex;width:1.625rem;height:1.625rem;top:7.1875rem;left:2.53125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #xwfOfTycUyfOKX9xaUloMhJEe3m2urld { width:12.5625rem;height:2.76245rem;top:7rem;left:5.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1pZFUfaor9gU5ZGt92GmJyagLfePnf { width:9.8125rem;height:1.54358125rem;top:11.3125rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aHT7UGEeLItfpOTHCJS9nuTDgLmT0q { display:flex;width:1.6875rem;height:1.6875rem;top:11.25rem;left:2.5625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #wK4SGV13mTyPaDZr7SydvbDPVZAqSbKW { width:20rem;height:0.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcaGKIiPiDdwHUpxcw9v8eoqvvrxNr51 { width:20rem;height:1.05615rem;top:17.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQZbvTJxnNIh4v13kkgIMSSxhilOfxPi { width:20rem;height:0.97473125rem;top:18.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }