.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:219,219,225;--color-primary-1:135,135,154;--color-primary-2:14,15,52;--color-primary-3:7,8,26;--color-primary-4:2,2,8;--color-secondary-0:228,250,245;--color-secondary-1:165,237,222;--color-secondary-2:74,219,189;--color-secondary-3:37,110,95;--color-secondary-4:11,33,28;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Rosario";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rtPfhKxltJJDOOGyCOIXcOdewxUpqtB7 { 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:4.5rem;width:20.25rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#byrJPKQzxUByxoa267Z5sQzJBLJqKQ8o { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:57.875rem;display:block; }
#Pp7vyFibsNw3o4A0u5ZSgLWh6STe3gMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f24d4f90-35cd-43a4-8d10-fd1aa5fc6507/estateplanning1.jpg");background-position:top 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; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.adaptive-delivery-prevent-bg, #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.lazyload, #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.lazyloading { background-image: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { background-color: transparent; background-image: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container > .video-iframe-container { display: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row > .video-iframe-container { display: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .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); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { border-width: 0; border-radius: 0; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC::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; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qtx9uT3pDibvuoB3bSNh3yD6Dmri44LU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.96875rem;left:54.28125rem;display:none; }
#pUqAoPDPlGognpZHXlI5BbLlOw6awkyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGCxncngL2yBo4cvQlMZ0ttqXizhZzsu { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0.5rem;height:9.26175rem;font-style:normal;display:block; }
#iuL3pRa6R9ZQHmas6Xy57QEZaGGdMvat { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0.5rem;height:7.349625rem;font-style:normal;display:block; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-form-header {  }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.625rem;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;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:6.25rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .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; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-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-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.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.625rem;height:3rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .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; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container:first-of-type{padding-top:0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container:last-of-type{padding-bottom:0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.0625rem;left:50.875rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS {display:block;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.0625rem;left:50.875rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Gt68XlvITT8k6zSMcNDCCzJ3bTQTmhFu { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #xX0xfkRz5h7wxHnyMXnKVGLhs9sThKLT { position:relative;display:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Ofpxal4kSJGDxa1ShPkAklQpLTDELwT7 { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #C8gqw0yHSF9T8xzCbkqNsJXhumxdOkeI { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yOhrS5Fhu4ZTglDmUr5CTqGO9ul7SLHb { position:relative;display:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #b8myqerxy4wT32hzJpTkImIRMq5w4Tdx { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PR0WTU6DTW2fddENQRvHPZlLnHIDxTEg { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #myx1BpDfNzFB39NCfmbS0TKrnang6o92 { position:relative;display:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yzqK63lp0slLQJ6wh4tXNIiThEUpbS2E { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #QlbQPdBSe9gbXdG0tTvKGXL0W3fzEzpK { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #ArMwDuQvUDiCEJFlbTu6PO8r33rnhEbB { position:relative;display:none; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PKk9aEzTQ4CuJs6qGwTfkT37UgOI5dW8 { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #NHTV9bToD0M9qSocWHLWmMzp2v9H8lgs { position:relative; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #gTcUSfirH4Hz4I709wOUEQPHBLUN52Xg { position:relative; }
#XR5C5WTvGCQ6X9p2dbBhfTba35wXoMEB { box-sizing:content-box;height:28.3125rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:50.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RLunzxI5ITD4NER4iJEqi4QA7UrCETCT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.4375rem;left:51.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJsoKH8ebcZJWOkDO7o8MgIEzo3kCqzo { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.5rem;height:2.2749rem;font-style:normal;display:block; }
#IObc1bsQF4C6tLeieasuS1swsxmUT127 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.3125rem;left:0.5rem;display:block; }
#Tqa3g1gcHoE8vpL24MH0V55Urd3LJx3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnMKanNsiE3bQEMDQIzyab0xSmRgPova { position:relative;display:block; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova { background-color: transparent; background-image: none; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row .container > .video-iframe-container { display: none; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row > .video-iframe-container { display: none; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .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); }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova { border-width: 0; border-radius: 0; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .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; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .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:49.25rem;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; }#k9IdIQc79btXQzr5xBvsfu4LZiaJK6t8 { color:rgba(var(--color-primary-2),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.28125rem;height:3.65625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#i8ymSV18GQ5Gqla4ovtllIu3t1nypztr { color:rgba(var(--color-tertiary-2),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.04345703125rem;left:5.28125rem;height:12.25rem;font-style:normal;display:block; }
#GLgwtkcT4qzSiW6I03v4OyAu1JkpvuPa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.28125rem;height:2.11230625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:25.9375rem;left:5.96875rem;height:11.25rem;font-style:normal;display:block; }#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d023817cf031b3fc48c2198b57dae4df.svg); }
#boTMA0nEk5g3hlhdHKS1gLCoZq1HSF2k { 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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.5625rem;left:5.28125rem;display:block; }
#dSDt7L8zMAngynd3to9pNzMEcITcXpNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7isMXrHT6yZyyQATqIW12GCAQHhqmq1 { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:20.6875rem;width:34.0625rem;top:23rem;left:32.25rem;overflow:hidden;display:block; }
#hZZOyBSROZuLVHUuc97R9JfZTqntF9na { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container { background-color: transparent; background-image: none; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container > .video-iframe-container { display: none; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row > .video-iframe-container { display: none; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .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); }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container { border-width: 0; border-radius: 0; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#Nk8WnFea7GhnFJ8TBA1fWKpUrdaKclo4 { color:rgba(var(--color-primary-2),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cfc5669-85ea-4210-acc8-6931e2c2a4cd/Cleanwaterbeach.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9.adaptive-delivery-prevent-bg, #HWvoLZJIoeot5efDwol7Efy85fZT6Jy9.lazyload, #HWvoLZJIoeot5efDwol7Efy85fZT6Jy9.lazyloading { background-image: none; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container { background-color: transparent; background-image: none; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container > .video-iframe-container { display: none; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row > .video-iframe-container { display: none; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .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); }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container { border-width: 0; border-radius: 0; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ { position:relative;display:block; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ { background-color: transparent; background-image: none; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row .container > .video-iframe-container { display: none; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row > .video-iframe-container { display: none; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .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); }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ { border-width: 0; border-radius: 0; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .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; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .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.3125rem;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; }#quvSymhcNECEFVXOMD1Z2a23TQqSQKLT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.25rem;left:0.9375rem;height:23.625rem;display:block; }
#qnbQJowdcM4pTyNpDVLFfspINk5hPogI { color:rgba(var(--color-secondary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:21.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyubztDctXV0RWWUqsBce9EWQo5256af { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.3125rem;left:7.8125rem;display:block; }
#VBomtVREUvarTJb18RZD5KkxDE7hv2TW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQHdkcVrM421pHx8eTxQLALvQ4rnDWyh { color:rgba(var(--color-primary-2),1);display:block;width:56.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwJbVKmBMUf8Vd9gBKcgpxbaTagsQIZU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:31rem;width:23.0625rem;top:12.125rem;left:49.3125rem;overflow:hidden;display:block; }
#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX { position:relative;display:block; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX { background-color: transparent; background-image: none; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row .container > .video-iframe-container { display: none; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row > .video-iframe-container { display: none; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .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); }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX { border-width: 0; border-radius: 0; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .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; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .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:34.0625rem;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; }#uabrZVG2oOuTDpM1KM5XmSrLwwgr6xdh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:13.125rem;left:2.25rem;height:13.5rem;font-style:italic;display:block; }
#qT2JEdK4Zh6zc1hcOGhJN6vDBMU7TuVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.8125rem;left:2.25rem;height:1.625rem;display:block; }
#n6b2BXgpDD9wftszhzyMBi6I9F8MEDa1 { color:rgba(var(--color-primary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oEqcyufptWn3o4nKvo6fXVOxSrd9F1RM { position:absolute;display:block;z-index:15008;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:1.25rem;width:6.1875rem;top:10.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#DXer9Sd68ed2Th7c35DODTi5TFSyDA7K { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.5625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FaPGNUpSGSA8WrUKxr4oR9LETT079dV1 { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.3125rem;left:51.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WGlL4wTGzomJrXeOZ1t3eWpSaIExiJLH { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:10.8125rem;left:53.875rem;overflow:hidden;display:block; }
#a1RGcWNw5gZ7rT58URkmByXVt5gSbBSo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13rem;left:53.9375rem;height:13.5rem;font-style:italic;display:block; }
#Egt1ttcJPOhrqtHLlivgJWt1msbCLgkL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.8125rem;left:53.875rem;height:1.625rem;display:block; }
#LrMxa1GLkcAwCGJD5TM6sprh56TbPqkg { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.5625rem;left:25.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UgHRwgpVhfIp9BSForml0Lfn3Ak8i2xD { position:absolute;display:block;z-index:15016;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:1.25rem;width:6.1875rem;top:10.8125rem;left:27.8125rem;overflow:hidden;display:block; }
#PR71GD41Fp42uuk9Tr7uoLGosTuqw05z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.125rem;left:27.875rem;height:11.8125rem;font-style:italic;display:block; }
#TSHDXEOL1qHV0GbA3SX5UllJ1r5q5HrT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.25rem;left:27.8125rem;height:1.625rem;display:block; }
#TiAKeMw7UWs4aGRwUO3eHRtXRMXu8CnP { position:absolute;display:block;z-index:15018;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:4.0625rem;width:14rem;top:2.46875rem;left:60.0625rem;overflow:hidden;display:block; }
#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 { position:relative;display:block; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 { background-color: transparent; background-image: none; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row .container > .video-iframe-container { display: none; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row > .video-iframe-container { display: none; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .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); }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 { border-width: 0; border-radius: 0; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .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; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .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:27.5625rem;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; }#O3MeWab5OvLzC2TH0B1PNN71E40BKgUn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:4.8125rem;left:2.25rem;height:11.8125rem;font-style:italic;display:block; }
#IIHKnt6uG1HVn5p6mwpLpQgQtQIwPv6u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.25rem;height:1.625rem;display:block; }
#ysMhUdQvi3b2bfkRv6fsw2tkF9ddoE29 { position:absolute;display:block;z-index:15008;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:1.25rem;width:6.1875rem;top:2.5rem;left:2.1875rem;overflow:hidden;display:block; }
#yvGhSVdeiQty34D9IJGHsOaPg269GB0d { box-sizing:content-box;height:24.375rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0.25rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fxFgkR4F3EMTH7LVxZSSOXTAEUs3t0et { box-sizing:content-box;height:24.375rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0rem;left:51.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Oyn5ifa7BNA19AbdALor7vJXdLuaKR7p { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:2.5rem;left:53.875rem;overflow:hidden;display:block; }
#iCDe5Icdpw90VMSAIfSLTlcZ0sHpxgun { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.6875rem;left:53.9375rem;height:13.5rem;font-style:italic;display:block; }
#mwrQFKhfTzqmpgelnHgOiASzK8KC4fL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:53.875rem;height:;display:block; }
#ev469SJJ5mPFrt137AaIISmOgdRSnBn9 { box-sizing:content-box;height:24.375rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f7f7f7;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0.25rem;left:25.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#v0UmPEpsRun3rsFCJClb4ZLhWTfimTGk { position:absolute;display:block;z-index:15016;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:1.25rem;width:6.1875rem;top:2.5rem;left:27.8125rem;overflow:hidden;display:block; }
#N0AdhrBokcOaOPvNRvUyFHc4ySR2Q6PO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.8125rem;left:27.875rem;height:15.1875rem;font-style:italic;display:block; }
#IbTrGtNiTbxemA3KQB2HFgWLh6tBowrx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:27.8125rem;height:;display:block; }
#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7713735-4419-4475-ba31-12758c15deee/familywalkonthebeach15pTEST.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV.adaptive-delivery-prevent-bg, #RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV.lazyload, #RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV.lazyloading { background-image: none; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container { background-color: transparent; background-image: none; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.85); }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container > .video-iframe-container { display: none; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.85); }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row > .video-iframe-container { display: none; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .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); }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container { border-width: 0; border-radius: 0; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#zgTJHtzGmTbTWwBQaBCgnRJN3UnTA57d { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.53125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtvmF98SHhyn1f6wKlNoi272ymxbFfeJ { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.375rem;left:8.25rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#txDbN4o7uaRclUkm5MZ8nqhfkOfP1A2X { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.5625rem;left:26.5625rem;display:block; }
#dOtJrfp5KOPwNhLpsywtQeVHm5HL5avA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container { background-color: transparent; background-image: none; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container > .video-iframe-container { display: none; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row > .video-iframe-container { display: none; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .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); }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container { border-width: 0; border-radius: 0; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#mlm15NePINZKFZFlOhHcuqUSNfZaZDuN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:3.46875rem;left:33.90625rem;overflow:hidden;display:block; }
#Nf0TW8tLEpErkhnObTcBZXurio88xF0I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.400390625rem;left:58.34375rem;height:3.32421875rem;display:block; }
#UyzKZLBrvd1gS1i6mVT8ZV2vLWLX4hDU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.75rem;left:55.3125rem; }
#Iln2VMOShoi88zEDry8TIOoMkbaqBkKo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.4375rem;left:0.5rem; }
#Iln2VMOShoi88zEDry8TIOoMkbaqBkKo > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#l3hMt0IdpPewk6HWnwFfkPfUMtEeQdMm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:3.1875rem;height:2.0996125rem;display:block; }
#M91iQyLXiLy3MdaxvgVRM9TagFlAql57 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:14.0625rem;left:20.4375rem;height:1.3999rem;text-align:center;text-align-last:center;display:block; }
#XRlaCpTOqxaeI8fPQnR2awALOWITvP29 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.4375rem;height:1.2246125rem;text-align:center;text-align-last:center;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) { #rtPfhKxltJJDOOGyCOIXcOdewxUpqtB7 { top:1rem;left:0rem;width:20.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byrJPKQzxUByxoa267Z5sQzJBLJqKQ8o { width:16.75rem;height:3.4375rem;top:1.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7vyFibsNw3o4A0u5ZSgLWh6STe3gMb { display:block; }
 }@media only screen and (max-width: 763px) { #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC { display:block; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtx9uT3pDibvuoB3bSNh3yD6Dmri44LU { width:20rem;height:3.75rem;top:3.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUqAoPDPlGognpZHXlI5BbLlOw6awkyV { display:block; }
 }@media only screen and (max-width: 763px) { #NGCxncngL2yBo4cvQlMZ0ttqXizhZzsu { top:7.9375rem;left:0rem;width:42.75rem;height:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuL3pRa6R9ZQHmas6Xy57QEZaGGdMvat { top:18.4375rem;left:0rem;width:42.625rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS  { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS {display:block;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Gt68XlvITT8k6zSMcNDCCzJ3bTQTmhFu {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #xX0xfkRz5h7wxHnyMXnKVGLhs9sThKLT {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Ofpxal4kSJGDxa1ShPkAklQpLTDELwT7 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #C8gqw0yHSF9T8xzCbkqNsJXhumxdOkeI {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yOhrS5Fhu4ZTglDmUr5CTqGO9ul7SLHb {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #b8myqerxy4wT32hzJpTkImIRMq5w4Tdx {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PR0WTU6DTW2fddENQRvHPZlLnHIDxTEg {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #myx1BpDfNzFB39NCfmbS0TKrnang6o92 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yzqK63lp0slLQJ6wh4tXNIiThEUpbS2E {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #QlbQPdBSe9gbXdG0tTvKGXL0W3fzEzpK {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #ArMwDuQvUDiCEJFlbTu6PO8r33rnhEbB {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PKk9aEzTQ4CuJs6qGwTfkT37UgOI5dW8 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #NHTV9bToD0M9qSocWHLWmMzp2v9H8lgs {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #gTcUSfirH4Hz4I709wOUEQPHBLUN52Xg {  }
 }@media only screen and (max-width: 763px) { #XR5C5WTvGCQ6X9p2dbBhfTba35wXoMEB { top:4.5625rem;left:23.8125rem;width:23.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLunzxI5ITD4NER4iJEqi4QA7UrCETCT { top:6.4375rem;left:26.5rem;width:21.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJsoKH8ebcZJWOkDO7o8MgIEzo3kCqzo { top:4.875rem;left:0rem;width:42.0625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObc1bsQF4C6tLeieasuS1swsxmUT127 { width:20rem;height:3.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqa3g1gcHoE8vpL24MH0V55Urd3LJx3l { display:block; }
 }@media only screen and (max-width: 763px) { #mnMKanNsiE3bQEMDQIzyab0xSmRgPova { display:block; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9IdIQc79btXQzr5xBvsfu4LZiaJK6t8 { top:3.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ymSV18GQ5Gqla4ovtllIu3t1nypztr { top:8rem;left:0rem;width:47.75rem;height:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgwtkcT4qzSiW6I03v4OyAu1JkpvuPa { top:22.5rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe { top:25.9375rem;left:0rem;width:23.8125rem;height:11.25rem;font-size:1rem;display:block; }#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d023817cf031b3fc48c2198b57dae4df.svg); }
 }@media only screen and (max-width: 763px) { #boTMA0nEk5g3hlhdHKS1gLCoZq1HSF2k { width:21.875rem;height:3.75rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSDt7L8zMAngynd3to9pNzMEcITcXpNO { display:block; }
 }@media only screen and (max-width: 763px) { #Z7isMXrHT6yZyyQATqIW12GCAQHhqmq1 { top:23rem;left:12.875rem;width:34.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZOyBSROZuLVHUuc97R9JfZTqntF9na { display:block; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk8WnFea7GhnFJ8TBA1fWKpUrdaKclo4 { top:2.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 { display:block; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ { display:block; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quvSymhcNECEFVXOMD1Z2a23TQqSQKLT { top:13.25rem;left:0rem;width:44.6875rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnbQJowdcM4pTyNpDVLFfspINk5hPogI { top:8rem;left:0rem;width:32.25rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyubztDctXV0RWWUqsBce9EWQo5256af { width:21.875rem;height:3.75rem;top:39.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBomtVREUvarTJb18RZD5KkxDE7hv2TW { display:block; }
 }@media only screen and (max-width: 763px) { #sQHdkcVrM421pHx8eTxQLALvQ4rnDWyh { top:3.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJbVKmBMUf8Vd9gBKcgpxbaTagsQIZU { top:12.125rem;left:24.6875rem;width:23.0625rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #newdBRglI9LuAKZcOWTn3iUeUdd9HnEX { display:block; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uabrZVG2oOuTDpM1KM5XmSrLwwgr6xdh { top:13.125rem;left:0rem;width:19.3125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2JEdK4Zh6zc1hcOGhJN6vDBMU7TuVQ { top:27.8125rem;left:0rem;width:13.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6b2BXgpDD9wftszhzyMBi6I9F8MEDa1 { top:2.8125rem;left:0rem;width:38.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqcyufptWn3o4nKvo6fXVOxSrd9F1RM { top:10.8125rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXer9Sd68ed2Th7c35DODTi5TFSyDA7K { top:8.5625rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaPGNUpSGSA8WrUKxr4oR9LETT079dV1 { top:8.3125rem;left:24rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlL4wTGzomJrXeOZ1t3eWpSaIExiJLH { top:10.8125rem;left:40.25rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1RGcWNw5gZ7rT58URkmByXVt5gSbBSo { top:13rem;left:29.3125rem;width:18.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egt1ttcJPOhrqtHLlivgJWt1msbCLgkL { top:27.8125rem;left:34.4375rem;width:13.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMxa1GLkcAwCGJD5TM6sprh56TbPqkg { top:8.5625rem;left:12rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHRwgpVhfIp9BSForml0Lfn3Ak8i2xD { top:10.8125rem;left:14.1875rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR71GD41Fp42uuk9Tr7uoLGosTuqw05z { top:13.125rem;left:14.25rem;width:19.5rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHDXEOL1qHV0GbA3SX5UllJ1r5q5HrT { top:26.25rem;left:14.1875rem;width:13.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAKeMw7UWs4aGRwUO3eHRtXRMXu8CnP { top:2.4375rem;left:33.75rem;width:14rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 { display:block; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3MeWab5OvLzC2TH0B1PNN71E40BKgUn { top:4.8125rem;left:0rem;width:19.3125rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIHKnt6uG1HVn5p6mwpLpQgQtQIwPv6u { top:18.1875rem;left:0rem;width:13.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMhUdQvi3b2bfkRv6fsw2tkF9ddoE29 { top:2.5rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGhSVdeiQty34D9IJGHsOaPg269GB0d { top:0.25rem;left:0rem;width:23.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxFgkR4F3EMTH7LVxZSSOXTAEUs3t0et { top:0rem;left:23.875rem;width:23.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyn5ifa7BNA19AbdALor7vJXdLuaKR7p { top:2.5rem;left:40.25rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCDe5Icdpw90VMSAIfSLTlcZ0sHpxgun { top:4.6875rem;left:29.3125rem;width:18.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQFKhfTzqmpgelnHgOiASzK8KC4fL5 { top:19.5rem;left:34.4375rem;width:13.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev469SJJ5mPFrt137AaIISmOgdRSnBn9 { top:0.25rem;left:12rem;width:23.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0UmPEpsRun3rsFCJClb4ZLhWTfimTGk { top:2.5rem;left:14.1875rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0AdhrBokcOaOPvNRvUyFHc4ySR2Q6PO { top:4.8125rem;left:14.25rem;width:20.3125rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbTrGtNiTbxemA3KQB2HFgWLh6tBowrx { top:21.125rem;left:14.1875rem;width:13.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV { display:block; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgTJHtzGmTbTWwBQaBCgnRJN3UnTA57d { top:4.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtvmF98SHhyn1f6wKlNoi272ymxbFfeJ { top:9.375rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txDbN4o7uaRclUkm5MZ8nqhfkOfP1A2X { width:21.875rem;height:3.75rem;top:21.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtJrfp5KOPwNhLpsywtQeVHm5HL5avA { display:block; }
 }@media only screen and (max-width: 763px) { #HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr { display:block; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlm15NePINZKFZFlOhHcuqUSNfZaZDuN { top:3.4375rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0TW8tLEpErkhnObTcBZXurio88xF0I { top:5.375rem;left:31.5625rem;width:16.1875rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyzKZLBrvd1gS1i6mVT8ZV2vLWLX4hDU { top:5.75rem;left:41.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iln2VMOShoi88zEDry8TIOoMkbaqBkKo { top:6.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#Iln2VMOShoi88zEDry8TIOoMkbaqBkKo > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #l3hMt0IdpPewk6HWnwFfkPfUMtEeQdMm { top:6.125rem;left:0rem;width:11.375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M91iQyLXiLy3MdaxvgVRM9TagFlAql57 { top:14.0625rem;left:6.8125rem;width:34.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlaCpTOqxaeI8fPQnR2awALOWITvP29 { top:16.625rem;left:6.8125rem;width:34.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtPfhKxltJJDOOGyCOIXcOdewxUpqtB7 { width:14.0625rem;height:3.125rem;top:0.6875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byrJPKQzxUByxoa267Z5sQzJBLJqKQ8o { width:16.75rem;height:3.4375rem;top:5.0625rem;left:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pp7vyFibsNw3o4A0u5ZSgLWh6STe3gMb { display:block; }
 }@media only screen and (max-width: 763px) { #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f24d4f90-35cd-43a4-8d10-fd1aa5fc6507/estateplanning1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.adaptive-delivery-prevent-bg, #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.lazyload, #EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC.lazyloading { background-image: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { background-color: transparent; background-image: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container > .video-iframe-container { display: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row > .video-iframe-container { display: none; }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .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); }#EMozC5SDFdkqygNpTR5TcHdUdsoQ3ZAC > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtx9uT3pDibvuoB3bSNh3yD6Dmri44LU { width:20rem;height:3.75rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUqAoPDPlGognpZHXlI5BbLlOw6awkyV { display:block; }
 }@media only screen and (max-width: 763px) { #NGCxncngL2yBo4cvQlMZ0ttqXizhZzsu { width:20rem;height:4.54980625rem;top:5.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iuL3pRa6R9ZQHmas6Xy57QEZaGGdMvat { width:19.6875rem;height:8.3994375rem;top:10.9375rem;left:0.15625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container:first-of-type{padding-top:0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .widget-container:last-of-type{padding-bottom:0;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS  { width:17.5rem;height:auto;top:29.5rem;left:0rem; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS {display:block;}#uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS { width:17.5rem;height:auto;top:29.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Gt68XlvITT8k6zSMcNDCCzJ3bTQTmhFu {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #xX0xfkRz5h7wxHnyMXnKVGLhs9sThKLT {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #Ofpxal4kSJGDxa1ShPkAklQpLTDELwT7 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #C8gqw0yHSF9T8xzCbkqNsJXhumxdOkeI {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yOhrS5Fhu4ZTglDmUr5CTqGO9ul7SLHb {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #b8myqerxy4wT32hzJpTkImIRMq5w4Tdx {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PR0WTU6DTW2fddENQRvHPZlLnHIDxTEg {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #myx1BpDfNzFB39NCfmbS0TKrnang6o92 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #yzqK63lp0slLQJ6wh4tXNIiThEUpbS2E {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #QlbQPdBSe9gbXdG0tTvKGXL0W3fzEzpK {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #ArMwDuQvUDiCEJFlbTu6PO8r33rnhEbB {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #PKk9aEzTQ4CuJs6qGwTfkT37UgOI5dW8 {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #NHTV9bToD0M9qSocWHLWmMzp2v9H8lgs {  }
 }@media only screen and (max-width: 763px) { #uSE7cnnuH8IQFQJTAwmEz0gVM9eaOhyS #gTcUSfirH4Hz4I709wOUEQPHBLUN52Xg {  }
 }@media only screen and (max-width: 763px) { #XR5C5WTvGCQ6X9p2dbBhfTba35wXoMEB { width:20rem;height:26.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLunzxI5ITD4NER4iJEqi4QA7UrCETCT { width:18.125rem;height:1.75rem;top:28.1875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fJsoKH8ebcZJWOkDO7o8MgIEzo3kCqzo { width:16.3125rem;height:3.32421875rem;top:1.875rem;left:1.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IObc1bsQF4C6tLeieasuS1swsxmUT127 { width:17.5rem;height:3.4375rem;top:20.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqa3g1gcHoE8vpL24MH0V55Urd3LJx3l { display:block; }
 }@media only screen and (max-width: 763px) { #mnMKanNsiE3bQEMDQIzyab0xSmRgPova { display:block; }#mnMKanNsiE3bQEMDQIzyab0xSmRgPova > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9IdIQc79btXQzr5xBvsfu4LZiaJK6t8 { width:14.9375rem;height:4.38671875rem;top:2rem;left:2.53125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8ymSV18GQ5Gqla4ovtllIu3t1nypztr { width:19.375rem;height:22.3984375rem;top:7.38671875rem;left:0.3125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GLgwtkcT4qzSiW6I03v4OyAu1JkpvuPa { width:16.625rem;height:1.54345625rem;top:31.25rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe { width:18.875rem;height:8.9995rem;top:34.0625rem;left:0.5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#yAxzx9zqwuyRpTKzk3zmbWRDenxgzBXe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d023817cf031b3fc48c2198b57dae4df.svg); }
 }@media only screen and (max-width: 763px) { #boTMA0nEk5g3hlhdHKS1gLCoZq1HSF2k { width:18.75rem;height:3.4375rem;top:45rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSDt7L8zMAngynd3to9pNzMEcITcXpNO { display:block; }
 }@media only screen and (max-width: 763px) { #Z7isMXrHT6yZyyQATqIW12GCAQHhqmq1 { width:19.875rem;height:12.0708125rem;top:50.70068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZOyBSROZuLVHUuc97R9JfZTqntF9na { display:block; }#hZZOyBSROZuLVHUuc97R9JfZTqntF9na > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk8WnFea7GhnFJ8TBA1fWKpUrdaKclo4 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 { display:block; }#HWvoLZJIoeot5efDwol7Efy85fZT6Jy9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ { display:block; }#zQVL8vsRDC6fXl0Up9GzrDR4HU3RzTtZ > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quvSymhcNECEFVXOMD1Z2a23TQqSQKLT { width:20rem;height:39rem;top:33.1181640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnbQJowdcM4pTyNpDVLFfspINk5hPogI { width:20rem;height:1.4624rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyubztDctXV0RWWUqsBce9EWQo5256af { width:18.75rem;height:3.4375rem;top:73.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBomtVREUvarTJb18RZD5KkxDE7hv2TW { display:block; }
 }@media only screen and (max-width: 763px) { #sQHdkcVrM421pHx8eTxQLALvQ4rnDWyh { width:17.375rem;height:3.8994125rem;top:1.875rem;left:1.3125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BwJbVKmBMUf8Vd9gBKcgpxbaTagsQIZU { width:16.25rem;height:21.6875rem;top:9.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #newdBRglI9LuAKZcOWTn3iUeUdd9HnEX { display:block; }#newdBRglI9LuAKZcOWTn3iUeUdd9HnEX > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uabrZVG2oOuTDpM1KM5XmSrLwwgr6xdh { width:15.6875rem;height:13.5rem;top:15.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2JEdK4Zh6zc1hcOGhJN6vDBMU7TuVQ { width:9.75rem;height:1.4624rem;top:30rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6b2BXgpDD9wftszhzyMBi6I9F8MEDa1 { width:20rem;height:2.1933625rem;top:7.125rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEqcyufptWn3o4nKvo6fXVOxSrd9F1RM { width:6.1875rem;height:1.25rem;top:13.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXer9Sd68ed2Th7c35DODTi5TFSyDA7K { width:20rem;height:22.1875rem;top:11.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaPGNUpSGSA8WrUKxr4oR9LETT079dV1 { width:20rem;height:21.75rem;top:56.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlL4wTGzomJrXeOZ1t3eWpSaIExiJLH { width:6.1875rem;height:1.25rem;top:58.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1RGcWNw5gZ7rT58URkmByXVt5gSbBSo { width:16.0625rem;height:12rem;top:61.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egt1ttcJPOhrqtHLlivgJWt1msbCLgkL { width:13.3125rem;height:1.4624rem;top:74.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMxa1GLkcAwCGJD5TM6sprh56TbPqkg { width:20rem;height:20.375rem;top:35.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHRwgpVhfIp9BSForml0Lfn3Ak8i2xD { width:6.1875rem;height:1.25rem;top:37.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR71GD41Fp42uuk9Tr7uoLGosTuqw05z { width:16.25rem;height:10.5rem;top:39.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHDXEOL1qHV0GbA3SX5UllJ1r5q5HrT { width:13.3125rem;height:1.4624rem;top:51.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAKeMw7UWs4aGRwUO3eHRtXRMXu8CnP { width:15.0625rem;height:4.375rem;top:2.0625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 { display:block; }#hCz820p6GbcXmEAwFiTyknPWhrkbHgp7 > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3MeWab5OvLzC2TH0B1PNN71E40BKgUn { width:15.6875rem;height:12rem;top:4.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIHKnt6uG1HVn5p6mwpLpQgQtQIwPv6u { width:9.75rem;height:1.4624rem;top:18.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMhUdQvi3b2bfkRv6fsw2tkF9ddoE29 { width:6.1875rem;height:1.25rem;top:2.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGhSVdeiQty34D9IJGHsOaPg269GB0d { width:20rem;height:21.875rem;top:1rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxFgkR4F3EMTH7LVxZSSOXTAEUs3t0et { width:20rem;height:21.75rem;top:49.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyn5ifa7BNA19AbdALor7vJXdLuaKR7p { width:6.1875rem;height:1.25rem;top:51.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCDe5Icdpw90VMSAIfSLTlcZ0sHpxgun { width:16.0625rem;height:12rem;top:53.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQFKhfTzqmpgelnHgOiASzK8KC4fL5 { width:13.3125rem;height:1.4624rem;top:67.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev469SJJ5mPFrt137AaIISmOgdRSnBn9 { width:20rem;height:23.5rem;top:24.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0UmPEpsRun3rsFCJClb4ZLhWTfimTGk { width:6.1875rem;height:1.25rem;top:26.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0AdhrBokcOaOPvNRvUyFHc4ySR2Q6PO { width:16.25rem;height:13.5rem;top:28.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbTrGtNiTbxemA3KQB2HFgWLh6tBowrx { width:13.3125rem;height:1.4624rem;top:43.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV { display:block; }#RdvaTyFbbRTHDQPhd5pIimc7RPvIw0mV > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgTJHtzGmTbTWwBQaBCgnRJN3UnTA57d { width:18.1875rem;height:4.04980625rem;top:2.8125rem;left:0.90625rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DtvmF98SHhyn1f6wKlNoi272ymxbFfeJ { width:18.4375rem;height:16.5rem;top:7.625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txDbN4o7uaRclUkm5MZ8nqhfkOfP1A2X { width:18.125rem;height:3.4375rem;top:25.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtJrfp5KOPwNhLpsywtQeVHm5HL5avA { display:block; }
 }@media only screen and (max-width: 763px) { #HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr { display:block; }#HZFEJL2PTTh62vDP3GVXgkEXhSo0CPBr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlm15NePINZKFZFlOhHcuqUSNfZaZDuN { width:5rem;height:5rem;top:2.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0TW8tLEpErkhnObTcBZXurio88xF0I { width:15rem;height:3.1494125rem;top:9.625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyzKZLBrvd1gS1i6mVT8ZV2vLWLX4hDU { display:flex;width:1.625rem;height:1.625rem;top:9.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Iln2VMOShoi88zEDry8TIOoMkbaqBkKo { display:flex;width:1.625rem;height:1.625rem;top:14.25rem;left:1.25rem; }
#Iln2VMOShoi88zEDry8TIOoMkbaqBkKo > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #l3hMt0IdpPewk6HWnwFfkPfUMtEeQdMm { width:11.375rem;height:1.75rem;top:14.099609375rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M91iQyLXiLy3MdaxvgVRM9TagFlAql57 { width:17rem;height:2.625rem;top:18.7490234375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlaCpTOqxaeI8fPQnR2awALOWITvP29 { width:20rem;height:1.2246125rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }
 }