.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:236,245,224;--color-primary-1:190,221,151;--color-primary-2:125,186,47;--color-primary-3:63,93,24;--color-primary-4:19,28,7;--color-secondary-0:221,223,229;--color-secondary-1:143,148,167;--color-secondary-2:31,40,79;--color-secondary-3:16,20,40;--color-secondary-4:5,6,12;--color-tertiary-0:221,223,229;--color-tertiary-1:143,148,167;--color-tertiary-2:31,40,79;--color-tertiary-3:16,20,40;--color-tertiary-4:5,6,12;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1024ac71-c332-4a52-8d0b-b060e0d5ed5e/beach.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:rgba(var(--color-tertiary-2),1);display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:1.3125rem;left:1.375rem;height:10.875375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:19.75rem;width:19.5625rem;top:23.0625rem;left:52.5625rem;display:block; }
#wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.6875rem;left:53.75rem;height:3.90033125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-form-header {  }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:2rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-secondary-2),1);width:16rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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-2),1);vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:26.624645233154rem;left:52.374820709229rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:26.624645233154rem;left:52.374820709229rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #QVlMMMnvAu6iLFSROykQZD9d5N8Zdg1o { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pTP1FTsy4bw7au67isXvhzGcDCt9k1J9 { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pbLB9OMpUTqeLhM9GVfGJhlBAvI5KvE8 { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb { position:relative;z-index:2; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV { position:relative; }
#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xxTNT0bKnXfkTHUdQTlFhVQEeM5cbpTo { color:rgba(var(--color-tertiary-2),1);display:block;width:39.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.123668670654rem;left:1.3738479614257rem;height:6.09241875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvNXxVds7dTPw4vCR5iDTT25iE71ipFm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.25rem;width:45.0625rem;top:20.311019897461rem;left:1.3738479614257rem;display:block; }
#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { background-color: transparent; background-image: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .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); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { border-width: 0; border-radius: 0; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.9375rem;height:2.76175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.125rem;left:3.9375rem;height:8.4968125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:17.9375rem;left:3.875rem;height:14.944375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
#X2t5Jp5U494CZveICIxInMJt2Oq569gQ { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:31.5625rem;top:3.7467398643494rem;left:40.312503814698rem;overflow:hidden;display:block; }
#VcgJxrncc20TARz5mVMp7lrPJehX5kvV { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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:20.374625rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.847805023193rem;left:46.061199188233rem;display:block; }
#w82XR7GyLfqV0zZNnM5l5KhtNZX2JTdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgw56fg4TJoExgLAS1vr4CU870fJUPbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container { background-color: transparent; background-image: none; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container > .video-iframe-container { display: none; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row > .video-iframe-container { display: none; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .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); }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container { border-width: 0; border-radius: 0; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#QTTT6rvvfnndTJnASy1WKDibZDZS76gr { box-sizing:content-box;height:19.875rem;width:18rem;position:absolute;display:block;z-index:15005;background-color:#fbfbfb;background-image:none;top:3.3125rem;left:0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f72Fx64HB2N2Gv1TkLVkMJT0SGyz8TIn { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.997158050537rem;left:2.0929527282715rem;height:7.313125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q3bqgnzE3DGorqTxM1F7mOb34iZddnyI { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:4.249525rem;width:4.249525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.8100433349613rem;left:7.2502365112306rem; }
#hE6QtZ6hiDBdakRthv73AlpuFwlTIO87 { box-sizing:content-box;height:3.125rem;width:18rem;position:absolute;display:block;z-index:15008;background-color:#7dba2f;background-image:none;top:1.875rem;left:0.375rem;display:block; }
#B1oc1hfdMBlH6p5AH16hSbehT2vUoLOu { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.375rem;height:1.86804375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GnN6TVScAnTEWDPzahJyhGgtWbugTgyC { box-sizing:content-box;height:19.875rem;width:18rem;position:absolute;display:block;z-index:15010;background-color:#fbfbfb;background-image:none;top:3.3125rem;left:19.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Iuy7Ef5A1GSa8C5NTSnWqbCgQHGpTHTe { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13rem;left:20.875rem;height:7.313125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JmaeCE63PAudgmwcZKpKuST8vOnB3I9p { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:4.2487875rem;width:4.2487875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.6875rem;left:26.0625rem; }
#fvtdzlQBQ9EERRqMA8Jw15vuVqi0fdGq { box-sizing:content-box;height:3.125rem;width:18rem;position:absolute;display:block;z-index:15013;background-color:#7dba2f;background-image:none;top:1.875rem;left:19.125rem;display:block; }
#QaH2U0ea6AynaqPOO64aGt2TaNvdUOTE { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.125rem;height:1.86804375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lyHBppqn617BzeJl2TvVN5TFr5Nv4BFZ { box-sizing:content-box;height:19.875rem;width:18rem;position:absolute;display:block;z-index:15015;background-color:#fbfbfb;background-image:none;top:3.375rem;left:37.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#otd4hQ5oWgVrAo4TbTHJy7KUzyQmt0BJ { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.0625rem;left:39.625rem;height:8.77575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#db8W3qcbsN1ynVpEWE6AtunOqxBvZLfQ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:4.2487875rem;width:4.2487875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.75rem;left:44.75rem; }
#WOyTAazsTPTgbuoCM7eWv6EH1EltoGMu { box-sizing:content-box;height:3.125rem;width:18rem;position:absolute;display:block;z-index:15018;background-color:#7dba2f;background-image:none;top:1.9375rem;left:37.875rem;display:block; }
#tgicnU7d6XaTF4z4VFoTC7giTSxf94Ct { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5625rem;left:37.875rem;height:1.86804375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GgCRnDSGtTQv8XsbsvzSzsio1DbGck2O { box-sizing:content-box;height:19.875rem;width:18rem;position:absolute;display:block;z-index:15020;background-color:#fbfbfb;background-image:none;top:3.3125rem;left:56.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ds1mxNlLvUDPK6swnS7fb8kspSKwfsnd { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:13rem;left:58.375rem;height:8.77575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pdzA6nIOBgbI3tIL8GeTT9QqZ4mzDlU5 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:4.2487875rem;width:4.2487875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:6.6875rem;left:63.5rem; }
#OeTBopVzgxA4vPXp51vS6H6QKhsWRvaZ { box-sizing:content-box;height:3.125rem;width:18rem;position:absolute;display:block;z-index:15023;background-color:#7dba2f;background-image:none;top:1.875rem;left:56.625rem;display:block; }
#oRVh621ElO0cI5CIUvspgOmTJbUrTPpE { color:#000000;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:56.625rem;height:1.86804375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { background-color: transparent; background-image: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .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); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { border-width: 0; border-radius: 0; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:75rem;position:relative;display:block; }#apaIJre9JRKB1948ATW1SddEAGDqgJ92 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:40.875003814698rem;height:63.25460625rem;text-align:left;text-align-last:left;display:block; }
#vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { box-sizing:content-box;height:10.312375rem;width:9.4993125rem;position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.375rem;left:18.0625rem;display:block; }
#uLI4cfDxFb57PsyEIZtoLmd4odci6euU { box-sizing:content-box;height:10.3125rem;width:9.5rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.5rem;left:6rem;display:block; }
#WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { box-sizing:content-box;height:67.5rem;width:31.875rem;position:absolute;display:block;z-index:14986;background-color:#f6f6f6;background-image:none;top:3.5308074951172rem;left:40.31205368042rem;display:block; }
#v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { box-sizing:content-box;height:0.312204375rem;width:31.8744375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(0,0,0,0));background-size:auto !important;top:70.765655040744rem;left:40.31205368042rem;display:block; }
#m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { box-sizing:content-box;height:0.3125rem;width:31.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:3.3496117591858rem;left:40.312503814698rem;display:block; }
#piS1HoR6JTxmsEodEwzNOvX9c2foBVRb { position:absolute;display:block;z-index:15011;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:29.375rem;width:16.375rem;top:4.8125rem;left:8.625rem;overflow:hidden;display:block; }
#muhqek3Cu3tg1HRxxvs700fObKUBDKyH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container { background-color: transparent; background-image: none; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container > .video-iframe-container { display: none; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row > .video-iframe-container { display: none; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .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); }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container { border-width: 0; border-radius: 0; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#Vc5eceaf9005495559b9737b8e28b157 { box-sizing:content-box;height:5.12478125rem;width:11.936875rem;position:absolute;display:block;z-index:15016;background-color:rgba(125,186,47,0.86);background-image:none;top:21.124784469604rem;left:25.686851501465rem;display:block; }
#T3b21acb5c58fe45a0187ee88f61e7e3 { color:#1f284f;display:block;width:11.8120625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:21.374349594116rem;left:25.749786376953rem;height:4.59871875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z2816a781e73d99102b1c84b17ad73b0 { box-sizing:content-box;height:5.87456875rem;width:18.624125rem;position:absolute;display:block;z-index:15015;background-color:rgba(125,186,47,0.68);background-image:none;top:3.7500002384186rem;left:1.2500019073486rem;display:block; }
#B581c75f07e0839f6c378fe8116843bd { color:#1f284f;display:block;width:18.186875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:4.0625rem;left:1.4366321563721rem;height:5.197975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f8cbf2e642dbe95cba1650ea28cbb705 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.499125rem;width:27.374125rem;top:4.9055991172791rem;left:5.0618515014649rem;overflow:hidden;display:block; }
#Ff667795c3f64fc25af3daa958546a5e { box-sizing:content-box;height:20.5rem;width:26.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.15);background-image:none;top:4.9055991172791rem;left:5.0618515014649rem;display:block; }
#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 { position:relative;display:block; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 { background-color: transparent; background-image: none; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row .container > .video-iframe-container { display: none; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row > .video-iframe-container { display: none; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .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); }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 { border-width: 0; border-radius: 0; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .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; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#pb07130f6368e2e4fd3a73a5411f500b { color:#1f284f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.25rem;left:1.375rem;height:3.2004625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#A74adf2682b2b025a6f4dd99c05a5f18 { color:#1f284f;display:block;width:22.87375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.1875rem;left:1.4375rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ccc2cfe74a9763b2673efa6d00fc53b7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.6;top:2.0625rem;left:17.3125rem; }
#ufd99a2b9c1c7471081df4bc05a12edd { box-sizing:content-box;height:7.24875rem;width:7.24875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53beaf1c-5b3c-4ad9-a052-dd16d03e2e9f/Agape.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ufd99a2b9c1c7471081df4bc05a12edd.adaptive-delivery-prevent-bg, #ufd99a2b9c1c7471081df4bc05a12edd.lazyload, #ufd99a2b9c1c7471081df4bc05a12edd.lazyloading { background-image: none; }
#FJZKtATi9Zc4kTflU1wdxks9Q6hShZwV { color:#1f284f;display:block;width:17.3118125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:17.087089538574rem;left:26.654239654541rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#GTqIB9oT6ESm0ww4JtVbuX4h2P0CewUJ { color:#1f284f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:9.9994087219237rem;left:26.654239654541rem;height:6.4009375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#SaQSb4FNhLomhOqZGN7TTRoLl3GVzTb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:.6;top:1.3109588623047rem;left:42.89107131958rem; }
#n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ { box-sizing:content-box;height:7.248rem;width:7.248rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d73e9a04-e390-4b45-a51a-98aad151f4d1/Temi.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8103408813476rem;left:26.654239654541rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ.adaptive-delivery-prevent-bg, #n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ.lazyload, #n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ.lazyloading { background-image: none; }
#vOZrWQZfUgC2VOZ50dx27cXHnuLdoEra { color:#1f284f;display:block;width:22.8715625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:21.499172210693rem;left:51.437473297119rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#mc7LgeNBdu0yTTuqOlPTc1qt3VDvMPlT { color:#1f284f;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:9.5rem;left:51.4375rem;height:11.201625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ZmEI7AnJlUZao9BK6XMc0l8cupViZz01 { box-sizing:content-box;height:7.24875rem;width:7.24875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b028b00f-30cf-495b-a7bb-4ce06cabb815/Garrett__Jill.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3125rem;left:51.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZmEI7AnJlUZao9BK6XMc0l8cupViZz01.adaptive-delivery-prevent-bg, #ZmEI7AnJlUZao9BK6XMc0l8cupViZz01.lazyload, #ZmEI7AnJlUZao9BK6XMc0l8cupViZz01.lazyloading { background-image: none; }
#EDKn5bR2s0pywSvUPLKCIgWdSMVJzmJa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:.6;top:1.3125rem;left:68.4375rem; }
#paG4I6RBRoJhBQerEndcdS8086l7NWNk { box-sizing:content-box;height:26.625rem;width:23.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(125,186,47,0.86);background-image:none;top:0.8125rem;left:0.6875rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#M43SRdN4HPh8aE1CRyCgpkOGhd1Gdmr3 { box-sizing:content-box;height:26.624625rem;width:23.6246875rem;position:absolute;display:block;z-index:14999;background-color:rgba(125,186,47,0.86);background-image:none;top:0.8125rem;left:50.6875rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#K1igtGNm6GsGhPadyIAp9THsKQVp2dfe { box-sizing:content-box;height:26.624625rem;width:23.6246875rem;position:absolute;display:block;z-index:14999;background-color:rgba(221,223,229,0.86);background-image:none;top:0.74943542480469rem;left:25.624408721924rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL { position:relative;display:block; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL { background-color: transparent; background-image: none; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row .container > .video-iframe-container { display: none; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row > .video-iframe-container { display: none; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .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); }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL { border-width: 0; border-radius: 0; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .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; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zo10cKhvJym3IsVrxfyszzup5UFmZnTl { color:#1f284f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.3202514648438rem;left:1.654239654541rem;height:8.001125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zmt9ppTEZJeDURuoRfIIR16LAkArBg72 { color:#1f284f;display:block;width:18.4999375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.358634948731rem;left:1.654239654541rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#taFyQ1FxM9ia09vrocHDsSbLXE27JsMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.6;top:1.2465972900391rem;left:17.89107131958rem; }
#L8WaBFse8Ft231S7OWsz0qZDiQnN9186 { box-sizing:content-box;height:7.248rem;width:7.248rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b68d3e3d-35e8-499c-abeb-31e562ea5252/Dave_n_Roxanne_Obiso.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.2465972900391rem;left:1.654239654541rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#L8WaBFse8Ft231S7OWsz0qZDiQnN9186.adaptive-delivery-prevent-bg, #L8WaBFse8Ft231S7OWsz0qZDiQnN9186.lazyload, #L8WaBFse8Ft231S7OWsz0qZDiQnN9186.lazyloading { background-image: none; }
#KOxQCbylzlZ8zlgna8q4pFyI6pV1HnoT { color:#1f284f;display:block;width:16.8124375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:19.811641693115rem;left:26.653499603271rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Itm0ooH4nFTSTa4VgZyTQnfRKequoNQQ { color:#1f284f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:9.3224716186525rem;left:26.653499603271rem;height:9.601375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#CCF6UOpTdgHcXGTiFPw9Fiz2uJugneVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:.6;top:1.2465972900391rem;left:42.890331268311rem; }
#k1AXNr7szNCMgefVZG4tDFgmSqw0nAln { box-sizing:content-box;height:7.248rem;width:7.248rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66dbdd81-be39-4803-9505-dd4d492c3e34/Maria.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.2465972900391rem;left:26.653499603271rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#k1AXNr7szNCMgefVZG4tDFgmSqw0nAln.adaptive-delivery-prevent-bg, #k1AXNr7szNCMgefVZG4tDFgmSqw0nAln.lazyload, #k1AXNr7szNCMgefVZG4tDFgmSqw0nAln.lazyloading { background-image: none; }
#SrvifzQkfkqVIZN2NqCH6Vp2Wv3c4vaV { color:#1f284f;display:block;width:19.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:22.863399505615rem;left:51.688266754151rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Z0tFc61HMRJyxBVxTTH9fs37T6ihA96g { color:#1f284f;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:9.318031311035rem;left:51.688266754151rem;height:12.801875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r { box-sizing:content-box;height:7.248rem;width:7.248rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/59a9c748-df4d-41b5-851d-c65369514d7d/Nina.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.2465972900391rem;left:51.688266754151rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r.adaptive-delivery-prevent-bg, #y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r.lazyload, #y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r.lazyloading { background-image: none; }
#guiSt5nCGyeqVFwB15nXAwT1CXbC1HKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12301875rem;width:4.12301875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:.6;top:1.2465972900391rem;left:67.925098419188rem; }
#XFNwslkv2RKBO2uZeuwzG6fI4Gz7hO09 { box-sizing:content-box;height:26.624625rem;width:23.6246875rem;position:absolute;display:block;z-index:14999;background-color:rgba(125,186,47,0.86);background-image:none;top:0.81084060668944rem;left:25.686550140381rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#FiaLqXaeT9IZk46EBlDF6FFKWmT4aH59 { box-sizing:content-box;height:26.623875rem;width:23.6246875rem;position:absolute;display:block;z-index:15000;background-color:rgba(221,223,229,0.86);background-image:none;top:0.811580657959rem;left:0.68729400634763rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#R140BpIQbtl8gPsh7XWPlu3lvLtfKJJQ { box-sizing:content-box;height:26.6231875rem;width:23.6246875rem;position:absolute;display:block;z-index:15001;background-color:rgba(221,223,229,0.86);background-image:none;top:0.8123207092285rem;left:50.687290191651rem;box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99e14c3d-41eb-4a2d-b407-6d3935743792/Chinwefamily.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { border-width: 0; border-radius: 0; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::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; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { color:rgba(var(--color-tertiary-2),1);display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.375rem;left:17.9375rem;height:2.76175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:8.5rem;left:17.9375rem;height:1.6253875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.496746063233rem;left:58.256298065186rem;display:block; }
#il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container { background-color: transparent; background-image: none; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container > .video-iframe-container { display: none; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row > .video-iframe-container { display: none; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .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); }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container { border-width: 0; border-radius: 0; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container { font-size:0.875rem;font-family:"times new roman";height:51rem;width:75rem;position:relative;display:block; }#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.4375rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-primary-4),1);font-style:normal; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_cdd2ddd5ae7f406ae1d7cdc724c4808ff7b6daf7.svg");background-size:contain !important; }#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-trigger.adaptive-delivery-prevent-bg, #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-trigger.lazyload, #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-trigger.lazyloading { background-image: none; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu { box-sizing:content-box;height:auto;width:52.061875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15019;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.3116397857669rem;left:11.468692779541rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn { display:none; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt { display:none; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT { display:none; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw { display:none; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #fsT1lF6rqeeFHOpxNy5BvIiRcaBO2nx3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lk44W7I8cq10xfTfsG7qTkbihfCHqmkq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kUVLn2OPsesvkHJEqtMBkPplnaVOnzyk { display:block;position:relative; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KARfqETtc3BanperH68HhfRP29N3fmpa {  }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kymxnLmcVXNTM8I0roF7fKD3nTuwTAhk { display:none; }
#DJec2BFhIh2DT7H7BPyPZ4QJJ5SJU94Z { color:rgba(var(--color-tertiary-2),1);display:block;width:26.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5324039459229rem;left:24.030834197998rem;height:2.76175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#To8BIDFU9LLIc1G7unau8V2M3nT2T2rb { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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:20.373875rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.663675308228rem;left:27.312679290771rem;display:block; }
#WFzi1p29BgFfaA0wNvdi7mEM2Rs8uPig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { background-color: transparent; background-image: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .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); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { border-width: 0; border-radius: 0; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7641067504883rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5455741882324rem;left:27.749568939209rem;height:3.65545rem;text-align:center;text-align-last:center;display:block; }
#Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { z-index:15002;top:3.2172317504883rem;left:49.998920440674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.31228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:2.1874961853027rem;left:24.812068939209rem;display:block; }
#hwDrSW33Eop87me1JSOtb50x1OLaX98n { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-size:auto !important;top:2.1874961853027rem;left:49.812068939209rem;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) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:47.75rem;height:10.875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:19.5rem;height:19.6875rem;top:23.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:17.1875rem;height:3.875rem;top:23.6875rem;left:30.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:17.4375rem;height:auto;top:26.5625rem;left:27.8125rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:17.4375rem;height:auto;top:26.5625rem;left:27.8125rem; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #QVlMMMnvAu6iLFSROykQZD9d5N8Zdg1o {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pTP1FTsy4bw7au67isXvhzGcDCt9k1J9 {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pbLB9OMpUTqeLhM9GVfGJhlBAvI5KvE8 {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { display:none; }
 }@media only screen and (max-width: 763px) { #xxTNT0bKnXfkTHUdQTlFhVQEeM5cbpTo { width:39.875rem;height:6.0625rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvNXxVds7dTPw4vCR5iDTT25iE71ipFm { top:20.25rem;left:0rem;width:45.0625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { display:block; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:29.6875rem;height:2.75rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:29.6875rem;height:8.4375rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:29.6875rem;height:14.9375rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
 }@media only screen and (max-width: 763px) { #X2t5Jp5U494CZveICIxInMJt2Oq569gQ { top:3.6875rem;left:15.875rem;width:31.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcgJxrncc20TARz5mVMp7lrPJehX5kvV { width:20.375rem;height:3.25rem;top:28.8125rem;left:25.623699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82XR7GyLfqV0zZNnM5l5KhtNZX2JTdg { display:block; }
 }@media only screen and (max-width: 763px) { #wgw56fg4TJoExgLAS1vr4CU870fJUPbi { display:block; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTTT6rvvfnndTJnASy1WKDibZDZS76gr { width:18rem;height:19.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72Fx64HB2N2Gv1TkLVkMJT0SGyz8TIn { width:14.5rem;height:7.3125rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3bqgnzE3DGorqTxM1F7mOb34iZddnyI { width:4.1875rem;height:4.1875rem;top:6.75rem;left:3.8439865112305rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE6QtZ6hiDBdakRthv73AlpuFwlTIO87 { width:17.9375rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1oc1hfdMBlH6p5AH16hSbehT2vUoLOu { width:17.625rem;height:1.8125rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnN6TVScAnTEWDPzahJyhGgtWbugTgyC { width:17.9375rem;height:19.8125rem;top:3.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuy7Ef5A1GSa8C5NTSnWqbCgQHGpTHTe { width:14.5rem;height:7.3125rem;top:13rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmaeCE63PAudgmwcZKpKuST8vOnB3I9p { width:4.1875rem;height:4.1875rem;top:6.6875rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvtdzlQBQ9EERRqMA8Jw15vuVqi0fdGq { width:17.9375rem;height:3.125rem;top:1.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaH2U0ea6AynaqPOO64aGt2TaNvdUOTE { width:17.625rem;height:1.8125rem;top:2.5rem;left:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHBppqn617BzeJl2TvVN5TFr5Nv4BFZ { width:17.9375rem;height:19.8125rem;top:3.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otd4hQ5oWgVrAo4TbTHJy7KUzyQmt0BJ { width:14.5rem;height:8.75rem;top:13.0625rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8W3qcbsN1ynVpEWE6AtunOqxBvZLfQ { width:4.1875rem;height:4.1875rem;top:6.75rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOyTAazsTPTgbuoCM7eWv6EH1EltoGMu { width:17.9375rem;height:3.125rem;top:1.9375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgicnU7d6XaTF4z4VFoTC7giTSxf94Ct { width:17.625rem;height:1.8125rem;top:2.5625rem;left:18.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgCRnDSGtTQv8XsbsvzSzsio1DbGck2O { width:17.9375rem;height:19.8125rem;top:3.3125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1mxNlLvUDPK6swnS7fb8kspSKwfsnd { width:14.5rem;height:8.75rem;top:13rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdzA6nIOBgbI3tIL8GeTT9QqZ4mzDlU5 { width:4.1875rem;height:4.1875rem;top:6.6875rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTBopVzgxA4vPXp51vS6H6QKhsWRvaZ { width:17.9375rem;height:3.125rem;top:1.875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRVh621ElO0cI5CIUvspgOmTJbUrTPpE { width:17.9375rem;height:1.8125rem;top:2.5rem;left:29.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:31rem;height:63.25rem;top:5.875rem;left:16.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { top:26.375rem;left:11.25rem;width:9.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { top:3.5rem;left:0rem;width:9.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { top:3.5rem;left:15.875rem;width:31.875rem;height:67.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { top:70.75rem;left:15.9375rem;width:31.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { top:3.3125rem;left:15.875rem;width:31.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piS1HoR6JTxmsEodEwzNOvX9c2foBVRb { top:4.8125rem;left:1.8125rem;width:16.3125rem;height:29.263451082289rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhqek3Cu3tg1HRxxvs700fObKUBDKyH { display:block; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc5eceaf9005495559b9737b8e28b157 { top:21.0625rem;left:12rem;width:11.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3b21acb5c58fe45a0187ee88f61e7e3 { width:11.75rem;height:4.5625rem;top:21.3125rem;left:12.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2816a781e73d99102b1c84b17ad73b0 { top:3.75rem;left:0rem;width:18.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B581c75f07e0839f6c378fe8116843bd { width:18.125rem;height:5.1875rem;top:4.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cbf2e642dbe95cba1650ea28cbb705 { top:4.875rem;left:0rem;width:27.3125rem;height:20.452977092875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff667795c3f64fc25af3daa958546a5e { top:4.875rem;left:0rem;width:26.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 { display:block; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb07130f6368e2e4fd3a73a5411f500b { width:20.3125rem;height:3.1875rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74adf2682b2b025a6f4dd99c05a5f18 { width:22.8125rem;height:1.5rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccc2cfe74a9763b2673efa6d00fc53b7 { top:2.0625rem;left:11.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufd99a2b9c1c7471081df4bc05a12edd { top:2.0625rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZKtATi9Zc4kTflU1wdxks9Q6hShZwV { width:17.25rem;height:1.5rem;top:17.0625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqIB9oT6ESm0ww4JtVbuX4h2P0CewUJ { width:20.3125rem;height:6.375rem;top:9.9375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQSb4FNhLomhOqZGN7TTRoLl3GVzTb4 { top:1.25rem;left:27.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ { top:1.75rem;left:15.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOZrWQZfUgC2VOZ50dx27cXHnuLdoEra { width:22.8125rem;height:1.5rem;top:21.4375rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc7LgeNBdu0yTTuqOlPTc1qt3VDvMPlT { width:21rem;height:11.1875rem;top:9.5rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmEI7AnJlUZao9BK6XMc0l8cupViZz01 { top:1.3125rem;left:31.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKn5bR2s0pywSvUPLKCIgWdSMVJzmJa { top:1.3125rem;left:43.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paG4I6RBRoJhBQerEndcdS8086l7NWNk { top:0.8125rem;left:0rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43SRdN4HPh8aE1CRyCgpkOGhd1Gdmr3 { top:0.8125rem;left:24.0625rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1igtGNm6GsGhPadyIAp9THsKQVp2dfe { top:0.6875rem;left:8.1875rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL { display:block; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo10cKhvJym3IsVrxfyszzup5UFmZnTl { width:20.3125rem;height:8rem;top:9.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmt9ppTEZJeDURuoRfIIR16LAkArBg72 { width:18.4375rem;height:1.5rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taFyQ1FxM9ia09vrocHDsSbLXE27JsMp { top:1.1875rem;left:11.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WaBFse8Ft231S7OWsz0qZDiQnN9186 { top:1.1875rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOxQCbylzlZ8zlgna8q4pFyI6pV1HnoT { width:16.75rem;height:1.5rem;top:19.75rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itm0ooH4nFTSTa4VgZyTQnfRKequoNQQ { width:20.3125rem;height:9.5625rem;top:9.3125rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF6UOpTdgHcXGTiFPw9Fiz2uJugneVW { top:1.1875rem;left:27.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1AXNr7szNCMgefVZG4tDFgmSqw0nAln { top:1.1875rem;left:15.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrvifzQkfkqVIZN2NqCH6Vp2Wv3c4vaV { width:19.375rem;height:1.5rem;top:22.8125rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0tFc61HMRJyxBVxTTH9fs37T6ihA96g { width:20.3125rem;height:12.75rem;top:9.3125rem;left:27.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r { top:1.1875rem;left:31.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSt5nCGyeqVFwB15nXAwT1CXbC1HKU { top:1.1875rem;left:43.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFNwslkv2RKBO2uZeuwzG6fI4Gz7hO09 { top:0.75rem;left:8.1875rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiaLqXaeT9IZk46EBlDF6FFKWmT4aH59 { top:0.75rem;left:0rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R140BpIQbtl8gPsh7XWPlu3lvLtfKJJQ { top:0.75rem;left:24.0625rem;width:23.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:47.75rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:47.75rem;height:;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:11.5625rem;height:3.125rem;top:12.4375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { display:none; }
 }@media only screen and (max-width: 763px) { #Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD { display:block; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #fsT1lF6rqeeFHOpxNy5BvIiRcaBO2nx3 {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lk44W7I8cq10xfTfsG7qTkbihfCHqmkq {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kUVLn2OPsesvkHJEqtMBkPplnaVOnzyk {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KARfqETtc3BanperH68HhfRP29N3fmpa {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kymxnLmcVXNTM8I0roF7fKD3nTuwTAhk {  }
 }@media only screen and (max-width: 763px) { #DJec2BFhIh2DT7H7BPyPZ4QJJ5SJU94Z { width:26.875rem;height:2.75rem;top:2.5rem;left:10.405834197998rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To8BIDFU9LLIc1G7unau8V2M3nT2T2rb { width:20.375rem;height:3.25rem;top:44.625rem;left:13.687679290771rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFzi1p29BgFfaA0wNvdi7mEM2Rs8uPig { display:block; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { top:3.75rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { top:2.5rem;left:12.3125rem;width:19.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:3.1875rem;left:6.75rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { top:2.125rem;left:15.75rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { top:2.125rem;left:31.625rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:19.9995625rem;height:6.750125rem;top:0.37405300140381rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:19.875rem;height:23.8125rem;top:26.375rem;left:0rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:14.7490625rem;height:3.41205rem;top:27.061878204346rem;left:2.6248815655708rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:1.6875rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.6875rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:16rem;height:auto;top:29.889471054077rem;left:0.74869793653488rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:16rem;height:auto;top:29.889471054077rem;left:0.74869793653488rem; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #QVlMMMnvAu6iLFSROykQZD9d5N8Zdg1o {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pTP1FTsy4bw7au67isXvhzGcDCt9k1J9 {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #pbLB9OMpUTqeLhM9GVfGJhlBAvI5KvE8 {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { top:51.186672210693rem;left:0rem;width:19.9995625rem;height:12.436375rem;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1024ac71-c332-4a52-8d0b-b060e0d5ed5e/beach.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.adaptive-delivery-prevent-bg, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyload, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xxTNT0bKnXfkTHUdQTlFhVQEeM5cbpTo { width:19.9995625rem;height:5.19945625rem;top:8.2977037429813rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvNXxVds7dTPw4vCR5iDTT25iE71ipFm { height:11.223814831404rem;width:20rem;top:14.183830261231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { display:block; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { background-color: transparent; background-image: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .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); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { border-width: 0; border-radius: 0; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { width:20rem;height:50rem;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:19.0625rem;height:2.03080625rem;top:0.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:19.0625rem;height:11.201625rem;top:18rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:18.625rem;height:14.163125rem;top:30.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
 }@media only screen and (max-width: 763px) { #X2t5Jp5U494CZveICIxInMJt2Oq569gQ { width:18.5rem;height:12.1875rem;top:3.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcgJxrncc20TARz5mVMp7lrPJehX5kvV { width:19rem;height:3.125rem;top:45.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82XR7GyLfqV0zZNnM5l5KhtNZX2JTdg { display:block; }
 }@media only screen and (max-width: 763px) { #wgw56fg4TJoExgLAS1vr4CU870fJUPbi { display:block; }#wgw56fg4TJoExgLAS1vr4CU870fJUPbi > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTTT6rvvfnndTJnASy1WKDibZDZS76gr { width:17.9375rem;height:19.6875rem;top:1.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72Fx64HB2N2Gv1TkLVkMJT0SGyz8TIn { width:13.1873125rem;height:6.4993125rem;top:12rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3bqgnzE3DGorqTxM1F7mOb34iZddnyI { display:flex;width:4.0625rem;height:4.0625rem;top:6.1875rem;left:8rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #hE6QtZ6hiDBdakRthv73AlpuFwlTIO87 { width:17.9375rem;height:3.125rem;top:1.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1oc1hfdMBlH6p5AH16hSbehT2vUoLOu { width:17.5625rem;height:1.86804375rem;top:1.6875rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnN6TVScAnTEWDPzahJyhGgtWbugTgyC { width:17.9375rem;height:19.6875rem;top:22.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuy7Ef5A1GSa8C5NTSnWqbCgQHGpTHTe { width:14.49975rem;height:6.4993125rem;top:33.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmaeCE63PAudgmwcZKpKuST8vOnB3I9p { display:flex;width:4.0625rem;height:4.0625rem;top:27.3125rem;left:7.9375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #fvtdzlQBQ9EERRqMA8Jw15vuVqi0fdGq { width:17.9375rem;height:3.125rem;top:22.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaH2U0ea6AynaqPOO64aGt2TaNvdUOTE { width:17.62475rem;height:1.86804375rem;top:22.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHBppqn617BzeJl2TvVN5TFr5Nv4BFZ { width:17.9375rem;height:19.6875rem;top:42.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otd4hQ5oWgVrAo4TbTHJy7KUzyQmt0BJ { width:14.49975rem;height:6.4993125rem;top:53.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8W3qcbsN1ynVpEWE6AtunOqxBvZLfQ { display:flex;width:4.0625rem;height:4.0625rem;top:48.125rem;left:8rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #WOyTAazsTPTgbuoCM7eWv6EH1EltoGMu { width:17.9375rem;height:3.125rem;top:42.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgicnU7d6XaTF4z4VFoTC7giTSxf94Ct { width:17.62475rem;height:1.86804375rem;top:43.5625rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgCRnDSGtTQv8XsbsvzSzsio1DbGck2O { width:17.9375rem;height:19.6875rem;top:63.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1mxNlLvUDPK6swnS7fb8kspSKwfsnd { width:14.49975rem;height:7.7991875rem;top:74.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdzA6nIOBgbI3tIL8GeTT9QqZ4mzDlU5 { display:flex;width:4.0625rem;height:4.0625rem;top:68.499942779544rem;left:7.9678621888162rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #OeTBopVzgxA4vPXp51vS6H6QKhsWRvaZ { width:17.9375rem;height:3.125rem;top:63.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRVh621ElO0cI5CIUvspgOmTJbUrTPpE { width:17.9998125rem;height:1.86804375rem;top:64.5625rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:20rem;height:132.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:19.0621875rem;height:103.5244625rem;top:25.986920356751rem;left:0.46830612421036rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { width:9.4993125rem;height:10.312375rem;top:13.187293052673rem;left:8.7491121888162rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { width:9.4998125rem;height:10.3125rem;top:0rem;left:1.75rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { width:20rem;height:106.4375rem;top:24.684838294983rem;left:0rem;background-color:#f6f6f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { width:19.9995625rem;height:0.312204375rem;top:131.18489551544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { width:19.9995625rem;height:0.312204375rem;top:24.684838294983rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piS1HoR6JTxmsEodEwzNOvX9c2foBVRb { width:10.6874375rem;height:19.249375rem;top:1.7800064086914rem;left:4.6542082428933rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhqek3Cu3tg1HRxxvs700fObKUBDKyH { display:block; }#muhqek3Cu3tg1HRxxvs700fObKUBDKyH > .row .container { width:20rem;height:19.130981170654rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc5eceaf9005495559b9737b8e28b157 { width:8.936625rem;height:3.75rem;top:15.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3b21acb5c58fe45a0187ee88f61e7e3 { width:8.2498125rem;height:3.39873125rem;top:15.5625rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2816a781e73d99102b1c84b17ad73b0 { width:15.625rem;height:4.81228125rem;top:2.5026092529297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B581c75f07e0839f6c378fe8116843bd { width:15.1248125rem;height:4.19921875rem;top:2.8053436279297rem;left:0.24848091602326rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cbf2e642dbe95cba1650ea28cbb705 { width:18.2498125rem;height:13.624125rem;top:5.4058160781861rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff667795c3f64fc25af3daa958546a5e { width:18.25rem;height:13.625rem;top:5.5071616172791rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 { display:block; }#o3ft3oFwplmDqZiaDFW7l51xZvMR8S85 > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb07130f6368e2e4fd3a73a5411f500b { width:16.06225rem;height:4.49884375rem;top:7.3737888336181rem;left:1.9679213166237rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74adf2682b2b025a6f4dd99c05a5f18 { width:19.9995625rem;height:1.50035625rem;top:12.295808792114rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccc2cfe74a9763b2673efa6d00fc53b7 { display:flex;width:2.81205625rem;height:2.81205625rem;top:0.62440872192383rem;left:15.265447676182rem; }
 }@media only screen and (max-width: 763px) { #ufd99a2b9c1c7471081df4bc05a12edd { width:5.9375rem;height:5.9375rem;top:0.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZKtATi9Zc4kTflU1wdxks9Q6hShZwV { width:17.249625rem;height:1.50035625rem;top:33.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqIB9oT6ESm0ww4JtVbuX4h2P0CewUJ { width:16.0625rem;height:7.4980625rem;top:25.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQSb4FNhLomhOqZGN7TTRoLl3GVzTb4 { display:flex;width:2.8125rem;height:2.8125rem;top:17.9375rem;left:15.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #n6TXTDfzuiQfqEb8Tla1p8ldZvxJlCdJ { width:5.9375rem;height:5.9375rem;top:17.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOZrWQZfUgC2VOZ50dx27cXHnuLdoEra { width:19.9995625rem;height:1.50035625rem;top:60.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc7LgeNBdu0yTTuqOlPTc1qt3VDvMPlT { width:16.0625rem;height:13.4965625rem;top:46.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmEI7AnJlUZao9BK6XMc0l8cupViZz01 { width:5.9375rem;height:5.9375rem;top:39rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKn5bR2s0pywSvUPLKCIgWdSMVJzmJa { display:flex;width:2.8125rem;height:2.8125rem;top:38.999614715576rem;left:15.265447676182rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #paG4I6RBRoJhBQerEndcdS8086l7NWNk { width:20rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43SRdN4HPh8aE1CRyCgpkOGhd1Gdmr3 { width:20rem;height:25.6875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1igtGNm6GsGhPadyIAp9THsKQVp2dfe { width:20rem;height:19.5rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL { display:block; }#TQL3CC9wXAi2xEEJO7DQTdvPT6lFwBGL > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo10cKhvJym3IsVrxfyszzup5UFmZnTl { width:16.0625rem;height:8.9976875rem;top:9.2803039550781rem;left:1.9679213166237rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmt9ppTEZJeDURuoRfIIR16LAkArBg72 { width:19.9995625rem;height:1.50035625rem;top:19.499435424805rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taFyQ1FxM9ia09vrocHDsSbLXE27JsMp { display:flex;width:2.81205625rem;height:2.81205625rem;top:1.3094825744629rem;left:15.265447676182rem; }
 }@media only screen and (max-width: 763px) { #L8WaBFse8Ft231S7OWsz0qZDiQnN9186 { width:5.93705625rem;height:5.93705625rem;top:1.3116989135743rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOxQCbylzlZ8zlgna8q4pFyI6pV1HnoT { width:16.7495rem;height:1.50035625rem;top:43.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itm0ooH4nFTSTa4VgZyTQnfRKequoNQQ { width:15.625rem;height:10.4973125rem;top:32.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF6UOpTdgHcXGTiFPw9Fiz2uJugneVW { display:flex;width:2.8125rem;height:2.8125rem;top:24.375rem;left:15.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #k1AXNr7szNCMgefVZG4tDFgmSqw0nAln { width:5.9375rem;height:5.9375rem;top:24.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrvifzQkfkqVIZN2NqCH6Vp2Wv3c4vaV { width:19.3744375rem;height:1.50035625rem;top:70.248874187469rem;left:0.31220406293869rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0tFc61HMRJyxBVxTTH9fs37T6ihA96g { width:15.625rem;height:13.4965625rem;top:55.812026977539rem;left:2.1869080662727rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JA6F8oRknTFAkOMaq98zNRCrGvGF6r { width:5.9375rem;height:5.9375rem;top:48.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSt5nCGyeqVFwB15nXAwT1CXbC1HKU { display:flex;width:2.8125rem;height:2.8125rem;top:48.625rem;left:15.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #XFNwslkv2RKBO2uZeuwzG6fI4Gz7hO09 { width:20rem;height:22.625rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiaLqXaeT9IZk46EBlDF6FFKWmT4aH59 { width:20rem;height:21.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R140BpIQbtl8gPsh7XWPlu3lvLtfKJJQ { width:20rem;height:25.6875rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99e14c3d-41eb-4a2d-b407-6d3935743792/Chinwefamily.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.27); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.27); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:20rem;height:1.4433875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:20rem;height:1.2998625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:8.4990625rem;height:2.124025rem;top:7.3745250701906rem;left:5.7498818039894rem;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { top:0.4375rem;left:0rem;width:20rem;height:3.625rem;z-index:15001;background-color:rgba(255,255,255,0.51);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD { display:block; }#Kt06phNUiZ4HXxLvB0mrVQghWnkJfzbD > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-heading-text { font-size:1.125rem;height:auto; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu .accordion-desc-text { font-size:1rem;height:auto; }
#RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu { display:flex;height:auto;width:19.9995625rem;top:4.4367008209229rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #fsT1lF6rqeeFHOpxNy5BvIiRcaBO2nx3 {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #lk44W7I8cq10xfTfsG7qTkbihfCHqmkq {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kUVLn2OPsesvkHJEqtMBkPplnaVOnzyk {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #KARfqETtc3BanperH68HhfRP29N3fmpa {  }
 }@media only screen and (max-width: 763px) { #RRP8ydKsqWHdH09mpCQJlJ7qRTQT0cVu #kymxnLmcVXNTM8I0roF7fKD3nTuwTAhk {  }
 }@media only screen and (max-width: 763px) { #DJec2BFhIh2DT7H7BPyPZ4QJJ5SJU94Z { width:19.9995625rem;height:2.03080625rem;top:1.3568289279937rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To8BIDFU9LLIc1G7unau8V2M3nT2T2rb { width:18.9993125rem;height:3.125rem;top:44.856021881104rem;left:0.49863868951798rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFzi1p29BgFfaA0wNvdi7mEM2Rs8uPig { display:block; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { width:20rem;height:1.13710625rem;top:2.3116302490234rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { width:15.875rem;height:3.4113125rem;top:4rem;left:2.0616319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:7.4375rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { width:0.125rem;height:4.375rem;top:10.562067626953rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { width:0.125rem;height:4.375rem;top:16.187067626953rem;left:9.9375rem;display:none; }
 }