.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:217,239,247;--color-primary-1:130,200,227;--color-primary-2:4,145,199;--color-primary-3:2,73,100;--color-primary-4:1,22,30;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--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:PT Sans Narrow;--paragraphs-font-family:Quicksand; }@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:#333333;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:none; }#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:8.125rem;width:75rem;overflow:visible;position:relative;display:none; }#gTRZWWgqbiObPtC2BB0cAsJOnwAXqA0u { 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:6.25rem;width:6.5625rem;top:0.8125rem;left:34.21875rem;overflow:hidden;display:block; }
#ZtB4SiTUMuOIcsVTIOgOCMASoG7O0qfU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:60.75rem;display:block; }
#zyVrX7QMcROsX1OIcQoOGao08lwIyNDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnOivaodDyoKvTMcfmIxenydwva2ch1T { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.8125rem;height:1.625rem;display:block; }
#kby2glNRdBaDhQMKsboih4L9TQZu5Cc7 { 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:15005;opacity:1;top:3.125rem;left:0rem; }
#qF6btINTx4u9MsfZf53yle31slveTT7z { background-color:#fdfdfd;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; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container { background-color: transparent; background-image: none; }#qF6btINTx4u9MsfZf53yle31slveTT7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container > .video-iframe-container { display: none; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row > .video-iframe-container { display: none; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .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); }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container { border-width: 0; border-radius: 0; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;overflow:visible;position:relative;display:block; }#q7QZ3GDudH3xt3ehNd9gQyW8hqBogCM9 { 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:6.1875rem;width:6.5625rem;top:0.96875rem;left:34.21875rem;overflow:hidden;display:block; }
#FoTxTgG18u59BUcUFHGIo2mkQIkrNTZS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:60.75rem;display:block; }
#K5ATbOk9qm7JwcD15aMqnIfRM3Xb4vPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NazPVQTWGRP0cg88P2R2Kq9mWb2wQKUW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.875rem;height:1.625rem;display:block; }
#ESiJgTwAmlhd6i1g1NnDoD6Aux9Sda6M { 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:15005;opacity:1;top:3.125rem;left:0rem; }
#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de6e11fd-4ba2-438f-8238-49d35427e368/headerFamilyDivorceCustodyandAdoption.jpg");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; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.adaptive-delivery-prevent-bg, #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.lazyload, #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.lazyloading { background-image: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { background-color: transparent; background-image: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(68,69,69,0.75); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container > .video-iframe-container { display: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .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); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row > .video-iframe-container { display: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .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); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { border-width: 0; border-radius: 0; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9::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; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-form-header {  }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.1875rem;height:2.8125rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 [class*="-text"]:-moz-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 [class*="-text"]::-moz-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 [class*="-text"]:-ms-input-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 [class*="-text"]::-webkit-input-placeholder { color:#550d0e;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-container:first-of-type{padding-top:0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-container:last-of-type{padding-bottom:0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1  { 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.68701171875rem;left:51.12451171875rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 {display:block;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 { 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.68701171875rem;left:51.12451171875rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ffc1oSN7uhslQxT973fZLn2QSy0UsnWq { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #muvuUetRsEdPD5iPMkiof6ilQi3SdqE8 { position:relative;display:none; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #fcomipIufd8GDKMvhkpQubuuJ2a3nZrr { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #w2IpDAus42vo1rI1qDBPORaDFE2scDQ7 { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #LmlQ2ATCJIOADWouC5BZT1GAeGkE3QFM { position:relative;display:none; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #R7oiwlSdDRDDzFxl0f6LZQC8MU9iweL4 { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #oPXAihyXqChDJVgQU2QVo6MTvEGsD5li { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #nyJTTxe7yfQA1TG9P08AyqiNVgpwxmQk { position:relative;display:none; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #f2610fozyape66d936ZzoF6FtImEbozf { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ev2tNC1TotuRApTEBg1AT6NKSysu7Mt7 { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #g449yEUdbke07PRPTSlPf62ywUmT1wvt { position:relative;display:none; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ZO5QiC9efEVczOa2aGLtf0n3RrJFrbdh { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #auVf9XKCnlgQhCrZ0rCJPxVAr1nazmOe { position:relative; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #APDhJ0GPlb6xzsWi3LUiMSCFBOSWdNEE { position:relative; }
#nZ5pRFzSRr4rTs1VTRiB8p1R872krVEI { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#IrPEVTq33QzwT6N9940W44TKTGyHzTS8 { color:#000000;display:block;width:23.374625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:51.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWCThsxn1V9d7lnsycMgO1B0IA7vagLi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;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.68701171875rem;left:0rem;display:block; }
#DBcc9v7pKtTKGn4Wv7USdxT6PCeKXyw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6H7A7haNRZ3CcT8U4XoVeBhy6TTDLTw { color:#ffffff;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:9.0625rem;left:0rem;height:6.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ECp7ia79sf4PE8cg4ogeXXOiNDbTboyP { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:8.9355625rem;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;font-style:normal;display:block; }
#LL2JA50IM0gZ5uDXdgRiKFrxceTyq7IN { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:4.8125rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8cdc8;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; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container { background-color: transparent; background-image: none; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container > .video-iframe-container { display: none; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row > .video-iframe-container { display: none; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .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); }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container { border-width: 0; border-radius: 0; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#HkqHAWXKAJfmgl0PVBLqdfiIziBksWp4 { color:#000000;display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:3.75rem;left:5.9375rem;height:3.30016875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbmrxRTvJT3aeJWVXlrqGxO0qZPhmAtV { color:#000000;display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.8125rem;left:6.5625rem;height:16.084rem;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;font-style:normal;display:block; }
#XJ21caXQQAqTbbKyv1nhMoHCh1He9QwL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.625rem;left:26.875rem;display:block; }
#sR8LD5KK1eLzUHWPi2dvQ14t8RhsUBUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr { position:relative;display:block; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr { background-color: transparent; background-image: none; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container > .video-iframe-container { display: none; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row > .video-iframe-container { display: none; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .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); }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr { border-width: 0; border-radius: 0; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KxXIAm6l0rL0ZkxE0keezoQ8DmSBwMyf { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:2.4375rem;left:18.84375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o { position:relative;display:block; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o { background-color: transparent; background-image: none; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container > .video-iframe-container { display: none; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row > .video-iframe-container { display: none; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .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); }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o { border-width: 0; border-radius: 0; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H6UdGbAfsszluM3LeZCoELAvtmsK21ye { 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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5rem;top:0.8125rem;left:1.25rem;overflow:hidden;display:block; }
#JK9JWkkUVsb08FWbIEnCRKLDkIXqcsiM { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.08349609375rem;left:3.4375rem;display:block; }
#BHHGDtFMMytRIiD38hudmoIBgImLaFIi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:5.46875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#cfU168g7DwTuUT17MnOlVbIK97VIvDBl { position:absolute;display:block;z-index:15003;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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5rem;top:0.8125rem;left:26.25rem;overflow:hidden;display:block; }
#qzP8htDlgcKF1u7tztzWx2JuXz01l3gP { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.08349609375rem;left:28.4375rem;display:block; }
#I8ZdgOQstQXcJS9a482BB8txn4eIeS6V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.94873046875rem;left:29.84375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#yP1M9ZxamGuoqZVtbi6ewFW28K3qJqF1 { position:absolute;display:block;z-index:15006;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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5rem;top:0.8125rem;left:51.25rem;overflow:hidden;display:block; }
#BbiEvm6UT17t2pbXwvTsIt6Er86RG3Vg { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.08349609375rem;left:53.4375rem;display:block; }
#GvzdK5A3kidsJlswGr1LwxbRXMdm71xz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.94873046875rem;left:54.84375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#srn1tvPagcwnhQdZrZAtsXXJSeRgSf8h { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.9375rem;left:26.875rem;display:block; }
#UTnzPwG97EAMLvnTcTQng0WpRza3xkHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tb0yn1mfBfJ94rbmZxEVravgewHzcr4W { position:absolute;display:block;z-index:15009;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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5rem;top:20.5625rem;left:1.25rem;overflow:hidden;display:block; }
#AXU1xbXs9wB3eu09kfGHfuZ9FXDP3gyB { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.82177734375rem;left:3.4375rem;display:block; }
#aqE770wxTcBHP1pQrbm9NlQ1SKpDSuGq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:5.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#HItszB7sSpeCpeDpmQ4tSsHaNIsvntRm { 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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5rem;top:20.5625rem;left:26.25rem;overflow:hidden;display:block; }
#EobOQQMPoCUFTwtpZTKlzbgkO5tTJd2k { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8623046875rem;left:28.4375rem;display:block; }
#hxKhnndkePeTE9B5p5Gq9o0Hv3B6dgOs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.6875rem;left:28.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#TLhShyeB57uxa04VOLw5itkhr6K3VU4o { position:absolute;display:block;z-index:15015;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: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:22.5625rem;top:20.5625rem;left:51.25rem;overflow:hidden;display:block; }
#zLULmZ951zngXbnlLo8q0P5EZclu2fKP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.6875rem;left:54.8125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#geA886fUl0y08AO1noySuOeMqkRqxVTE { box-sizing:content-box;height:3.4375rem;width:18.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8623046875rem;left:53.4375rem;display:block; }
#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8cdc8;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; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container { background-color: transparent; background-image: none; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container > .video-iframe-container { display: none; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row > .video-iframe-container { display: none; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .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); }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container { border-width: 0; border-radius: 0; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yQ5qhJlcwGlW7gkkuzneAv0fDO0TT084 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:3.875rem;left:0.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOTrwzH6a39gN7X7BHtBVcusqtuuBeTp { position:absolute;display:block;z-index:15021;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:33.0625rem;width:33.75rem;top:3.875rem;left:40.8662109375rem;overflow:hidden;display:block; }
#rU6Aqkw6rOdK230EI7MTElb0GqwZsRRp { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.3125rem;height:11.375rem;display:block; }
#oJehivy6v4utCS03CahzfunUXkTqOPlm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.375rem;left:0.625rem;height:9.375rem;display:block; }#oJehivy6v4utCS03CahzfunUXkTqOPlm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oJehivy6v4utCS03CahzfunUXkTqOPlm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#V1mOAcaKkTrhXxAkRziSOJ6gsbKyB4OF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.75rem;left:0.3125rem;display:block; }
#r86xFnVDZHOmwZ1wJbPoZVkFLAOxJMyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK { position:relative;display:block; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK { background-color: transparent; background-image: none; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container > .video-iframe-container { display: none; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row > .video-iframe-container { display: none; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .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); }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK { border-width: 0; border-radius: 0; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DLdrTMaDrsrUlDBS5ONr69shHB3sD05H { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:2.5rem;left:18.84375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS { position:relative;display:block; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS { background-color: transparent; background-image: none; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container > .video-iframe-container { display: none; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row > .video-iframe-container { display: none; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .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); }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS { border-width: 0; border-radius: 0; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JsSt26De6dc1FfKA0wt6cBdNy1sB94Dh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.75rem;border-top-right-radius:12.75rem;border-bottom-left-radius:12.75rem;border-bottom-right-radius:12.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:21.1875rem;width:21.1875rem;top:0.875rem;left:27rem;overflow:hidden;display:block; }
#OaLk1NPO0nzDMfTZ39NX0a7JOhzzALal { box-sizing:content-box;height:3.4375rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:28.125rem;display:block; }
#Eq1RU6WL11VdhqwyDMUhRqKKe1zGD8tK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5rem;left:30.46875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#xPh7dTsiwZBaCXf8yb76eS4ZMR0VPuRO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30rem;left:27.78125rem;display:block; }
#pH5uWU8RevQVXWxHlPXLsL5ENzneKx8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khAHgFT7ftmGOofwb1verkBTK0c2PbgP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.3515625rem;left:26.46875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#yUHtrwpozZg2saalkZzVbysKSuJUJlvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4263b29b-5d9a-4a5b-8b03-40366ee16482/lafayetteco.crop_2048x968_0,128.webp");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; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG.adaptive-delivery-prevent-bg, #yUHtrwpozZg2saalkZzVbysKSuJUJlvG.lazyload, #yUHtrwpozZg2saalkZzVbysKSuJUJlvG.lazyloading { background-image: none; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container { background-color: transparent; background-image: none; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container > .video-iframe-container { display: none; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row > .video-iframe-container { display: none; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .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); }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container { border-width: 0; border-radius: 0; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy { position:relative;display:block; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy { background-color: transparent; background-image: none; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container > .video-iframe-container { display: none; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row > .video-iframe-container { display: none; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .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); }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy { border-width: 0; border-radius: 0; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whDyAIiqzOso8pDkAJWWWz1lle4Ew6bZ { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:2.8125rem;left:18.84375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container { background-color: transparent; background-image: none; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container > .video-iframe-container { display: none; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row > .video-iframe-container { display: none; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .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); }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container { border-width: 0; border-radius: 0; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#Gcy7kJzIbAXRurNDxMxiRlGvCCKi7R0B { box-sizing:content-box;height:27.1875rem;width:23.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.125rem;left:26rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ThcLqVoO1r6Nm9suI18UvBmpQJONP1hg { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:28rem;height:16.5703125rem;font-style:normal;display:block; }
#LeNTWqIXTgrzqyoRoU1bQkaILUptcDv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.75rem;left:28rem;height:1.625rem;display:block; }
#gq7h5ezbvPzerTw2CM7sseRbbAkAChtv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.125rem;top:27.375rem;left:28rem;overflow:hidden;display:block; }
#MPTTI7WwBeTWPJofqIdmTb61GocQBpmb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.8125rem;left:36.1875rem;overflow:hidden;display:block; }
#VSoJKqf6Sh87VgzLtgrnNLHktth2B5vK { box-sizing:content-box;height:27.1875rem;width:23.0605625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.125rem;left:51rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Tw9tFa4Ff9gDlfo8xkeNUZv7oRLtTwB0 { box-sizing:content-box;height:27.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.375rem;left:1rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#J6rJFzOfC1evUyuq5o9P6ts0BmuFASHt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.5rem;height:16.5703125rem;font-style:normal;display:block; }
#LCARTwKy7mLOErZuy1D4TvIygov1JEAi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.75rem;left:2.5rem;height:1.625rem;display:block; }
#ZWQxmSrrksFKBuPs24T75lIJQ0OCWL35 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.5rem;top:27.375rem;left:2.5rem;overflow:hidden;display:block; }
#eKzXyfQIEZrBPV9SWvqdUq0nBOxv0iv5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:4.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#ypJTJHps9Na8KPTh3tb8KDxddN5JZRuz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.8125rem;left:61.25rem;overflow:hidden;display:block; }
#Ak3IAq8QZgym5J3A1woWTFalHwvh14kE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.75rem;left:53rem;height:1.625rem;display:block; }
#oknqxVsHJqeNxSgTMfqbQmrWWT2ibNuk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:27.375rem;left:52.9375rem;overflow:hidden;display:block; }
#iM9C6bydMeQE37i5PpbPu20pVDKoQl6G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:52.6875rem;height:15.1894375rem;font-style:normal;display:block; }
#HpIMms65kTD0qMNCEQbtwud6ALyVcw7S { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:10.25rem;display:block; }
#OBMSOM2ELFMUCyO8JxJOH4IAvVNgggsT { box-sizing:content-box;height:4.5rem;width:4.5rem;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-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:35.25rem;display:block; }
#smUZwpKyD8lXZHmWeDvd38Ctfv5N7zpp { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:60.25rem;display:block; }
#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT { position:relative;display:block; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT { background-color: transparent; background-image: none; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container > .video-iframe-container { display: none; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row > .video-iframe-container { display: none; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .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); }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT { border-width: 0; border-radius: 0; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vxt2hpVDAp1ltBdcZI4f7vxyk5zsaQWR { box-sizing:content-box;height:6.25rem;width:73.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.8) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.650390625rem;left:0.9375rem;display:block; }
#LpFzkncvTUR4T7sODpG48r8fTGW6Sq1v { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:4.650390625rem;left:2.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2LKTb6qTMcshWKEUddft9FEUxXxTNhe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.056640625rem;left:52.875rem;display:block; }
#PZlWH2ZDNestA3a1ENqJRT1q9i2H8IRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container { background-color: transparent; background-image: none; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container > .video-iframe-container { display: none; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row > .video-iframe-container { display: none; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .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); }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container { border-width: 0; border-radius: 0; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#oamKkpeRJzbsLLcXyfQATRy7OJFca0gg { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.8125rem;left:4.6875rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ynnkF35nWoFqME43aXcwHEkhW51Mu4uU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.8125rem;left:1.1875rem; }
#RLKwMQnJQv062kOyNFyvOu4i7GbNAydD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.71240234375rem;left:60rem; }
#RLKwMQnJQv062kOyNFyvOu4i7GbNAydD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#kfgqvvvURVu8c7e9IR732k8CQkTBqRb7 { color:rgba(var(--color-secondary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.1875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#MyEUchzEH3irfRE90kElgIkokxh2EPb6 { color:rgba(var(--color-secondary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:10.00341796875rem;left:62.8125rem;height:1.29345625rem;font-style:normal;display:block; }
#wLeERf8zs8kusJmvBb7Gvp8BgDSUCeTC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.33056640625rem;left:51.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#RQJeU6HN2GdBFoWss7lELvhDeqGSeMQA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.5rem;top:6.375rem;left:34.5rem;overflow:hidden;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) { #gTRZWWgqbiObPtC2BB0cAsJOnwAXqA0u { top:0.8125rem;left:20.59375rem;width:6.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtB4SiTUMuOIcsVTIOgOCMASoG7O0qfU { width:14.25rem;height:3.4375rem;top:2.3125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyVrX7QMcROsX1OIcQoOGao08lwIyNDN { display:block; }
 }@media only screen and (max-width: 763px) { #bnOivaodDyoKvTMcfmIxenydwva2ch1T { top:3.125rem;left:0rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kby2glNRdBaDhQMKsboih4L9TQZu5Cc7 { top:3.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF6btINTx4u9MsfZf53yle31slveTT7z { display:block; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7QZ3GDudH3xt3ehNd9gQyW8hqBogCM9 { top:0.9375rem;left:20.59375rem;width:6.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTxTgG18u59BUcUFHGIo2mkQIkrNTZS { width:14.25rem;height:3.4375rem;top:2.3125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ATbOk9qm7JwcD15aMqnIfRM3Xb4vPt { display:block; }
 }@media only screen and (max-width: 763px) { #NazPVQTWGRP0cg88P2R2Kq9mWb2wQKUW { top:3.1875rem;left:0rem;width:13.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESiJgTwAmlhd6i1g1NnDoD6Aux9Sda6M { top:3.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 { display:block; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1  { width:21.1875rem;height:auto;top:7.625rem;left:24.0625rem; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 {display:block;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 { width:21.1875rem;height:auto;top:7.625rem;left:24.0625rem; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ffc1oSN7uhslQxT973fZLn2QSy0UsnWq {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #muvuUetRsEdPD5iPMkiof6ilQi3SdqE8 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #fcomipIufd8GDKMvhkpQubuuJ2a3nZrr {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #w2IpDAus42vo1rI1qDBPORaDFE2scDQ7 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #LmlQ2ATCJIOADWouC5BZT1GAeGkE3QFM {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #R7oiwlSdDRDDzFxl0f6LZQC8MU9iweL4 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #oPXAihyXqChDJVgQU2QVo6MTvEGsD5li {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #nyJTTxe7yfQA1TG9P08AyqiNVgpwxmQk {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #f2610fozyape66d936ZzoF6FtImEbozf {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ev2tNC1TotuRApTEBg1AT6NKSysu7Mt7 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #g449yEUdbke07PRPTSlPf62ywUmT1wvt {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ZO5QiC9efEVczOa2aGLtf0n3RrJFrbdh {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #auVf9XKCnlgQhCrZ0rCJPxVAr1nazmOe {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #APDhJ0GPlb6xzsWi3LUiMSCFBOSWdNEE {  }
 }@media only screen and (max-width: 763px) { #nZ5pRFzSRr4rTs1VTRiB8p1R872krVEI { top:4.8125rem;left:23.5625rem;width:24.1875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPEVTq33QzwT6N9940W44TKTGyHzTS8 { top:6.125rem;left:24.4375rem;width:23.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCThsxn1V9d7lnsycMgO1B0IA7vagLi { width:21.25rem;height:3.4375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBcc9v7pKtTKGn4Wv7USdxT6PCeKXyw8 { display:block; }
 }@media only screen and (max-width: 763px) { #K6H7A7haNRZ3CcT8U4XoVeBhy6TTDLTw { top:9.0625rem;left:0rem;width:38rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECp7ia79sf4PE8cg4ogeXXOiNDbTboyP { top:16.875rem;left:0rem;width:41.5rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL2JA50IM0gZ5uDXdgRiKFrxceTyq7IN { top:4.8125rem;left:0rem;width:37.3125rem;height:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv { display:block; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkqHAWXKAJfmgl0PVBLqdfiIziBksWp4 { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbmrxRTvJT3aeJWVXlrqGxO0qZPhmAtV { top:7.8125rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ21caXQQAqTbbKyv1nhMoHCh1He9QwL { width:21.25rem;height:3.4375rem;top:25.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR8LD5KK1eLzUHWPi2dvQ14t8RhsUBUK { display:block; }
 }@media only screen and (max-width: 763px) { #RUCWbmukqG6bKFGC87BJgd1xfdAPemEr { display:block; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxXIAm6l0rL0ZkxE0keezoQ8DmSBwMyf { top:2.4375rem;left:5.21875rem;width:37.3125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o { display:block; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6UdGbAfsszluM3LeZCoELAvtmsK21ye { top:0.8125rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK9JWkkUVsb08FWbIEnCRKLDkIXqcsiM { top:14.0625rem;left:0rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHGDtFMMytRIiD38hudmoIBgImLaFIi { top:14.9375rem;left:0.90625rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfU168g7DwTuUT17MnOlVbIK97VIvDBl { top:0.8125rem;left:9.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzP8htDlgcKF1u7tztzWx2JuXz01l3gP { top:14.0625rem;left:13.625rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZdgOQstQXcJS9a482BB8txn4eIeS6V { top:14.9375rem;left:16.15625rem;width:15.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1M9ZxamGuoqZVtbi6ewFW28K3qJqF1 { top:0.8125rem;left:25.125rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbiEvm6UT17t2pbXwvTsIt6Er86RG3Vg { top:14.0625rem;left:29.5rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvzdK5A3kidsJlswGr1LwxbRXMdm71xz { top:14.9375rem;left:32.03125rem;width:15.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srn1tvPagcwnhQdZrZAtsXXJSeRgSf8h { width:21.25rem;height:3.4375rem;top:40.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnzPwG97EAMLvnTcTQng0WpRza3xkHT { display:block; }
 }@media only screen and (max-width: 763px) { #Tb0yn1mfBfJ94rbmZxEVravgewHzcr4W { top:20.5625rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXU1xbXs9wB3eu09kfGHfuZ9FXDP3gyB { top:33.8125rem;left:0rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqE770wxTcBHP1pQrbm9NlQ1SKpDSuGq { top:34.6875rem;left:0.875rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItszB7sSpeCpeDpmQ4tSsHaNIsvntRm { top:20.5625rem;left:9.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EobOQQMPoCUFTwtpZTKlzbgkO5tTJd2k { top:33.8125rem;left:13.625rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxKhnndkePeTE9B5p5Gq9o0Hv3B6dgOs { top:34.6875rem;left:14.625rem;width:17.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhShyeB57uxa04VOLw5itkhr6K3VU4o { top:20.5625rem;left:25.125rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLULmZ951zngXbnlLo8q0P5EZclu2fKP { top:34.6875rem;left:32rem;width:15.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geA886fUl0y08AO1noySuOeMqkRqxVTE { top:33.8125rem;left:29.5rem;width:18.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTnBTmObZO2NrKd1lGZUUtQgmElpChT { display:block; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ5qhJlcwGlW7gkkuzneAv0fDO0TT084 { top:3.875rem;left:0rem;width:35.375rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTrwzH6a39gN7X7BHtBVcusqtuuBeTp { top:3.875rem;left:14rem;width:33.75rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6Aqkw6rOdK230EI7MTElb0GqwZsRRp { top:8.3125rem;left:0rem;width:35.9375rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJehivy6v4utCS03CahzfunUXkTqOPlm { top:21.375rem;left:0rem;width:29.8125rem;height:9.375rem;font-size:1.125rem;display:block; }#oJehivy6v4utCS03CahzfunUXkTqOPlm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #V1mOAcaKkTrhXxAkRziSOJ6gsbKyB4OF { width:21.25rem;height:3.4375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r86xFnVDZHOmwZ1wJbPoZVkFLAOxJMyf { display:block; }
 }@media only screen and (max-width: 763px) { #vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK { display:block; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLdrTMaDrsrUlDBS5ONr69shHB3sD05H { top:2.5rem;left:5.21875rem;width:37.3125rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXlEvi4oPI52IE7iHFeOifZD5wgOowUS { display:block; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsSt26De6dc1FfKA0wt6cBdNy1sB94Dh { top:0.875rem;left:13.375rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaLk1NPO0nzDMfTZ39NX0a7JOhzzALal { top:19.6875rem;left:14.5rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1RU6WL11VdhqwyDMUhRqKKe1zGD8tK { top:20.5rem;left:16.875rem;width:14.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPh7dTsiwZBaCXf8yb76eS4ZMR0VPuRO { width:19.4375rem;height:3.4375rem;top:30rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5uWU8RevQVXWxHlPXLsL5ENzneKx8y { display:block; }
 }@media only screen and (max-width: 763px) { #khAHgFT7ftmGOofwb1verkBTK0c2PbgP { top:24.3125rem;left:12.84375rem;width:22.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHtrwpozZg2saalkZzVbysKSuJUJlvG { display:block; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy { display:block; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whDyAIiqzOso8pDkAJWWWz1lle4Ew6bZ { top:2.8125rem;left:5.21875rem;width:37.3125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE { display:block; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcy7kJzIbAXRurNDxMxiRlGvCCKi7R0B { top:5.125rem;left:8.6875rem;width:23.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcLqVoO1r6Nm9suI18UvBmpQJONP1hg { top:9.375rem;left:12.75rem;width:19rem;height:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeNTWqIXTgrzqyoRoU1bQkaILUptcDv7 { top:28.75rem;left:15.875rem;width:11.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7h5ezbvPzerTw2CM7sseRbbAkAChtv { top:27.375rem;left:15.875rem;width:6.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTTI7WwBeTWPJofqIdmTb61GocQBpmb { top:3.8125rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSoJKqf6Sh87VgzLtgrnNLHktth2B5vK { top:5.125rem;left:24.5625rem;width:23.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9tFa4Ff9gDlfo8xkeNUZv7oRLtTwB0 { top:5.375rem;left:0rem;width:23.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rJFzOfC1evUyuq5o9P6ts0BmuFASHt { top:9.375rem;left:0rem;width:20rem;height:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCARTwKy7mLOErZuy1D4TvIygov1JEAi { top:28.75rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWQxmSrrksFKBuPs24T75lIJQ0OCWL35 { top:27.375rem;left:0rem;width:6.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKzXyfQIEZrBPV9SWvqdUq0nBOxv0iv5 { top:4.0625rem;left:6.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJTJHps9Na8KPTh3tb8KDxddN5JZRuz { top:3.8125rem;left:38.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak3IAq8QZgym5J3A1woWTFalHwvh14kE { top:28.75rem;left:31.75rem;width:10.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oknqxVsHJqeNxSgTMfqbQmrWWT2ibNuk { top:27.375rem;left:31.75rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM9C6bydMeQE37i5PpbPu20pVDKoQl6G { top:9.375rem;left:28rem;width:19.625rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpIMms65kTD0qMNCEQbtwud6ALyVcw7S { top:3.125rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBMSOM2ELFMUCyO8JxJOH4IAvVNgggsT { top:2.875rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smUZwpKyD8lXZHmWeDvd38Ctfv5N7zpp { top:2.8125rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT { display:block; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxt2hpVDAp1ltBdcZI4f7vxyk5zsaQWR { top:2.625rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpFzkncvTUR4T7sODpG48r8fTGW6Sq1v { top:4.625rem;left:0rem;width:31.4375rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LKTb6qTMcshWKEUddft9FEUxXxTNhe { width:19.625rem;height:3.4375rem;top:4rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZlWH2ZDNestA3a1ENqJRT1q9i2H8IRg { display:block; }
 }@media only screen and (max-width: 763px) { #KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 { display:block; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oamKkpeRJzbsLLcXyfQATRy7OJFca0gg { top:8.8125rem;left:0rem;width:19.6875rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynnkF35nWoFqME43aXcwHEkhW51Mu4uU { top:8.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLKwMQnJQv062kOyNFyvOu4i7GbNAydD { top:9.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#RLKwMQnJQv062kOyNFyvOu4i7GbNAydD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kfgqvvvURVu8c7e9IR732k8CQkTBqRb7 { top:20.25rem;left:0rem;width:17.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyEUchzEH3irfRE90kElgIkokxh2EPb6 { top:10rem;left:37rem;width:10.75rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLeERf8zs8kusJmvBb7Gvp8BgDSUCeTC { top:20.3125rem;left:26.1875rem;width:21.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQJeU6HN2GdBFoWss7lELvhDeqGSeMQA { top:6.375rem;left:20.875rem;width:8.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTRZWWgqbiObPtC2BB0cAsJOnwAXqA0u { width:5.1875rem;height:5rem;top:1.03125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtB4SiTUMuOIcsVTIOgOCMASoG7O0qfU { width:14.25rem;height:3.4375rem;top:13.15625rem;left:2.875rem;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:none; }
 }@media only screen and (max-width: 763px) { #zyVrX7QMcROsX1OIcQoOGao08lwIyNDN { display:block; }
 }@media only screen and (max-width: 763px) { #bnOivaodDyoKvTMcfmIxenydwva2ch1T { width:13.6875rem;height:0;top:10.28125rem;left:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kby2glNRdBaDhQMKsboih4L9TQZu5Cc7 { display:flex;width:2rem;height:2rem;top:7.03125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF6btINTx4u9MsfZf53yle31slveTT7z { display:block; }#qF6btINTx4u9MsfZf53yle31slveTT7z > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7QZ3GDudH3xt3ehNd9gQyW8hqBogCM9 { width:5.1875rem;height:4.875rem;top:0.90625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTxTgG18u59BUcUFHGIo2mkQIkrNTZS { width:14.25rem;height:3.4375rem;top:2.3125rem;left:2.875rem;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:none; }
 }@media only screen and (max-width: 763px) { #K5ATbOk9qm7JwcD15aMqnIfRM3Xb4vPt { display:block; }
 }@media only screen and (max-width: 763px) { #NazPVQTWGRP0cg88P2R2Kq9mWb2wQKUW { width:13.625rem;height:auto;top:3.1875rem;left:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESiJgTwAmlhd6i1g1NnDoD6Aux9Sda6M { display:flex;width:2rem;height:2rem;top:6.90625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de6e11fd-4ba2-438f-8238-49d35427e368/headerFamilyDivorceCustodyandAdoption.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.adaptive-delivery-prevent-bg, #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.lazyload, #ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9.lazyloading { background-image: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { background-color: transparent; background-image: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,74,74,0.85); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container > .video-iframe-container { display: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .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); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row > .video-iframe-container { display: none; }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .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); }#ieukFbSI6u5gDENDyzRqgJ34EFm96Ts9 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .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; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem;font-size:1rem;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1  { width:17.5rem;height:auto;top:29.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 {display:block;}#QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 { width:17.5rem;height:auto;top:29.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ffc1oSN7uhslQxT973fZLn2QSy0UsnWq {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #muvuUetRsEdPD5iPMkiof6ilQi3SdqE8 { display:none; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #fcomipIufd8GDKMvhkpQubuuJ2a3nZrr {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #w2IpDAus42vo1rI1qDBPORaDFE2scDQ7 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #LmlQ2ATCJIOADWouC5BZT1GAeGkE3QFM { display:none; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #R7oiwlSdDRDDzFxl0f6LZQC8MU9iweL4 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #oPXAihyXqChDJVgQU2QVo6MTvEGsD5li {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #nyJTTxe7yfQA1TG9P08AyqiNVgpwxmQk { display:none; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #f2610fozyape66d936ZzoF6FtImEbozf {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ev2tNC1TotuRApTEBg1AT6NKSysu7Mt7 {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #g449yEUdbke07PRPTSlPf62ywUmT1wvt { display:none; }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #ZO5QiC9efEVczOa2aGLtf0n3RrJFrbdh {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #auVf9XKCnlgQhCrZ0rCJPxVAr1nazmOe {  }
 }@media only screen and (max-width: 763px) { #QLEJ3lu62VPsEO6h6SLvtgH0qLB0VqC1 #APDhJ0GPlb6xzsWi3LUiMSCFBOSWdNEE {  }
 }@media only screen and (max-width: 763px) { #nZ5pRFzSRr4rTs1VTRiB8p1R872krVEI { width:20rem;height:23.0625rem;top:27.1875rem;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) { #IrPEVTq33QzwT6N9940W44TKTGyHzTS8 { width:20rem;height:1.7871125rem;top:28.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCThsxn1V9d7lnsycMgO1B0IA7vagLi { width:17.5rem;height:3rem;top:22.5625rem;left:1.25rem;font-size:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DBcc9v7pKtTKGn4Wv7USdxT6PCeKXyw8 { display:block; }
 }@media only screen and (max-width: 763px) { #K6H7A7haNRZ3CcT8U4XoVeBhy6TTDLTw { width:20rem;height:3.75rem;top:4.0625rem;left:0rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ECp7ia79sf4PE8cg4ogeXXOiNDbTboyP { width:18.75rem;height:12.42775rem;top:8.724365234375rem;left:0.625rem;font-size:1.0625rem;color:#ffffff;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LL2JA50IM0gZ5uDXdgRiKFrxceTyq7IN { width:20rem;height:2.12524375rem;top:1.5625rem;left:0rem;font-size:2.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv { display:block; }#VllbT5yHhmgAHp3ZXKfM2Bi7QS3zpNbv > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkqHAWXKAJfmgl0PVBLqdfiIziBksWp4 { width:20rem;height:4.0625rem;top:1.5rem;left:0.21875rem;font-size:1.5625rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dbmrxRTvJT3aeJWVXlrqGxO0qZPhmAtV { width:20rem;height:27.617175rem;top:6.6484375rem;left:0rem;font-size:1.0625rem;color:#000000;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJ21caXQQAqTbbKyv1nhMoHCh1He9QwL { width:17.5rem;height:3.125rem;top:36.257934570312rem;left:1.25rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sR8LD5KK1eLzUHWPi2dvQ14t8RhsUBUK { display:block; }
 }@media only screen and (max-width: 763px) { #RUCWbmukqG6bKFGC87BJgd1xfdAPemEr { display:block; }#RUCWbmukqG6bKFGC87BJgd1xfdAPemEr > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxXIAm6l0rL0ZkxE0keezoQ8DmSBwMyf { width:20rem;height:2.2749rem;top:1.5625rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o { display:block; }#zltKTxVdGWNf6lDGVrBgpKL3yq7WCs2o > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6UdGbAfsszluM3LeZCoELAvtmsK21ye { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK9JWkkUVsb08FWbIEnCRKLDkIXqcsiM { width:16.875rem;height:3.125rem;top:13rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHGDtFMMytRIiD38hudmoIBgImLaFIi { width:13.5rem;height:1.625rem;top:13.75rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfU168g7DwTuUT17MnOlVbIK97VIvDBl { width:20rem;height:13.25rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzP8htDlgcKF1u7tztzWx2JuXz01l3gP { width:16.875rem;height:3.125rem;top:29.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZdgOQstQXcJS9a482BB8txn4eIeS6V { width:14.25rem;height:1.625rem;top:30.625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1M9ZxamGuoqZVtbi6ewFW28K3qJqF1 { width:20rem;height:13.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbiEvm6UT17t2pbXwvTsIt6Er86RG3Vg { width:16.875rem;height:3.125rem;top:46.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvzdK5A3kidsJlswGr1LwxbRXMdm71xz { width:15.0625rem;height:1.625rem;top:47.4375rem;left:2.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #srn1tvPagcwnhQdZrZAtsXXJSeRgSf8h { width:18.125rem;height:3.125rem;top:102.8125rem;left:0.9375rem;font-size:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UTnzPwG97EAMLvnTcTQng0WpRza3xkHT { display:block; }
 }@media only screen and (max-width: 763px) { #Tb0yn1mfBfJ94rbmZxEVravgewHzcr4W { width:20rem;height:13.375rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXU1xbXs9wB3eu09kfGHfuZ9FXDP3gyB { width:17.5rem;height:3.125rem;top:63.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqE770wxTcBHP1pQrbm9NlQ1SKpDSuGq { width:10.3125rem;height:1.625rem;top:64.4375rem;left:4.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItszB7sSpeCpeDpmQ4tSsHaNIsvntRm { width:20rem;height:13.3125rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EobOQQMPoCUFTwtpZTKlzbgkO5tTJd2k { width:17.5rem;height:3.125rem;top:80.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxKhnndkePeTE9B5p5Gq9o0Hv3B6dgOs { width:16.0625rem;height:1.625rem;top:81.5625rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhShyeB57uxa04VOLw5itkhr6K3VU4o { width:20rem;height:13.25rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLULmZ951zngXbnlLo8q0P5EZclu2fKP { width:15.1875rem;height:1.625rem;top:98.625rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geA886fUl0y08AO1noySuOeMqkRqxVTE { width:17.5rem;height:3.125rem;top:97.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTnBTmObZO2NrKd1lGZUUtQgmElpChT { display:block; }#EZTnBTmObZO2NrKd1lGZUUtQgmElpChT > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ5qhJlcwGlW7gkkuzneAv0fDO0TT084 { width:12.75rem;height:4.54980625rem;top:1.5625rem;left:3.625rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IOTrwzH6a39gN7X7BHtBVcusqtuuBeTp { width:20rem;height:19.625rem;top:47.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6Aqkw6rOdK230EI7MTElb0GqwZsRRp { width:20rem;height:16.086425rem;top:7.19921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJehivy6v4utCS03CahzfunUXkTqOPlm { width:19.375rem;height:15.496125rem;top:24.57421875rem;left:0.3125rem;font-size:1.125rem;line-height:1.2;display:block; }#oJehivy6v4utCS03CahzfunUXkTqOPlm li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oJehivy6v4utCS03CahzfunUXkTqOPlm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #V1mOAcaKkTrhXxAkRziSOJ6gsbKyB4OF { width:18.125rem;height:3.125rem;top:42.01171875rem;left:0.9375rem;font-size:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #r86xFnVDZHOmwZ1wJbPoZVkFLAOxJMyf { display:block; }
 }@media only screen and (max-width: 763px) { #vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK { display:block; }#vc1L7dmZTkdKmiAPtXvxDMr52RDE5PIK > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLdrTMaDrsrUlDBS5ONr69shHB3sD05H { width:20rem;height:2.35595625rem;top:1.5625rem;left:0rem;font-size:1.8125rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dXlEvi4oPI52IE7iHFeOifZD5wgOowUS { display:block; }#dXlEvi4oPI52IE7iHFeOifZD5wgOowUS > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsSt26De6dc1FfKA0wt6cBdNy1sB94Dh { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaLk1NPO0nzDMfTZ39NX0a7JOhzzALal { width:16.25rem;height:3.25rem;top:17.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1RU6WL11VdhqwyDMUhRqKKe1zGD8tK { width:14.0625rem;height:1.625rem;top:18.75rem;left:2.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPh7dTsiwZBaCXf8yb76eS4ZMR0VPuRO { width:17.5rem;height:3.125rem;top:28.4375rem;left:1.25rem;font-size:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pH5uWU8RevQVXWxHlPXLsL5ENzneKx8y { display:block; }
 }@media only screen and (max-width: 763px) { #khAHgFT7ftmGOofwb1verkBTK0c2PbgP { width:17.3125rem;height:5.19921875rem;top:22.1875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHtrwpozZg2saalkZzVbysKSuJUJlvG { display:block; }#yUHtrwpozZg2saalkZzVbysKSuJUJlvG > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy { display:block; }#iTH4cWA3JttWc1kIMIZumwNkq2OqEgDy > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whDyAIiqzOso8pDkAJWWWz1lle4Ew6bZ { width:20rem;height:2.2749rem;top:1.5625rem;left:0rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE { display:block; }#CdfJeJJPqD5AwoVH88UB2eMXxeBDE2mE > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcy7kJzIbAXRurNDxMxiRlGvCCKi7R0B { width:20rem;height:28.3125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcLqVoO1r6Nm9suI18UvBmpQJONP1hg { width:16.9375rem;height:16.8974375rem;top:6.12451171875rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeNTWqIXTgrzqyoRoU1bQkaILUptcDv7 { width:11.7480625rem;height:1.54358125rem;top:25.9375rem;left:1.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7h5ezbvPzerTw2CM7sseRbbAkAChtv { width:6rem;height:1rem;top:24.4375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTTI7WwBeTWPJofqIdmTb61GocQBpmb { width:2.625rem;height:2.625rem;top:1.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSoJKqf6Sh87VgzLtgrnNLHktth2B5vK { width:20rem;height:26.125rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9tFa4Ff9gDlfo8xkeNUZv7oRLtTwB0 { width:20rem;height:26.75rem;top:2.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rJFzOfC1evUyuq5o9P6ts0BmuFASHt { width:16.75rem;height:16.8974375rem;top:37.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCARTwKy7mLOErZuy1D4TvIygov1JEAi { width:10.375rem;height:1.54358125rem;top:57.8125rem;left:1.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWQxmSrrksFKBuPs24T75lIJQ0OCWL35 { width:6rem;height:1rem;top:56.25rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKzXyfQIEZrBPV9SWvqdUq0nBOxv0iv5 { width:2.625rem;height:2.625rem;top:32.34716796875rem;left:8.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ypJTJHps9Na8KPTh3tb8KDxddN5JZRuz { width:2.625rem;height:2.625rem;top:64.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak3IAq8QZgym5J3A1woWTFalHwvh14kE { width:11.875rem;height:1.54358125rem;top:88.625rem;left:1.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oknqxVsHJqeNxSgTMfqbQmrWWT2ibNuk { width:6rem;height:1rem;top:87.1875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM9C6bydMeQE37i5PpbPu20pVDKoQl6G { width:16.875rem;height:15.597625rem;top:70.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpIMms65kTD0qMNCEQbtwud6ALyVcw7S { width:4rem;height:4rem;top:0.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBMSOM2ELFMUCyO8JxJOH4IAvVNgggsT { width:4.5rem;height:4.5rem;top:31.40966796875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smUZwpKyD8lXZHmWeDvd38Ctfv5N7zpp { width:4.5rem;height:4.5rem;top:63.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT { display:block; }#ILS4iH2mL0JeuTLoWi0EKHwmZQLiyEWT > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxt2hpVDAp1ltBdcZI4f7vxyk5zsaQWR { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpFzkncvTUR4T7sODpG48r8fTGW6Sq1v { width:13rem;height:4.38720625rem;top:1.75rem;left:3.5rem;font-size:1.6875rem;color:#000000;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G2LKTb6qTMcshWKEUddft9FEUxXxTNhe { width:13.75rem;height:2.9375rem;top:7.0625rem;left:3.125rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PZlWH2ZDNestA3a1ENqJRT1q9i2H8IRg { display:block; }
 }@media only screen and (max-width: 763px) { #KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 { display:block; }#KyMnvpTPUESTlBLlpMufZ1v8dnfJVvu6 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oamKkpeRJzbsLLcXyfQATRy7OJFca0gg { width:15.5rem;height:2.97485625rem;top:9.75rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynnkF35nWoFqME43aXcwHEkhW51Mu4uU { display:flex;width:2rem;height:2rem;top:9.8125rem;left:0.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #RLKwMQnJQv062kOyNFyvOu4i7GbNAydD { display:flex;width:1.625rem;height:1.625rem;top:14.5rem;left:1rem;font-size:1.125rem; }
#RLKwMQnJQv062kOyNFyvOu4i7GbNAydD > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kfgqvvvURVu8c7e9IR732k8CQkTBqRb7 { width:19.125rem;height:1.29980625rem;top:18.9375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MyEUchzEH3irfRE90kElgIkokxh2EPb6 { width:12.5rem;height:1.125rem;top:14.75rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLeERf8zs8kusJmvBb7Gvp8BgDSUCeTC { width:20rem;height:1.13769375rem;top:20.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQJeU6HN2GdBFoWss7lELvhDeqGSeMQA { width:6.25rem;height:5.875rem;top:1.75rem;left:6.8125rem;display:block; }
 }