.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,237,235;--color-primary-1:130,195,188;--color-primary-2:5,134,120;--color-primary-3:3,67,60;--color-primary-4:1,20,18;--color-secondary-0:251,251,251;--color-secondary-1:241,241,241;--color-secondary-2:227,227,227;--color-secondary-3:114,114,114;--color-secondary-4:34,34,34;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container { background-color: transparent; background-image: none; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container > .video-iframe-container { display: none; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row > .video-iframe-container { display: none; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .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); }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container { border-width: 0; border-radius: 0; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#fxZVERiqOX6epP50hn7h7ZBGKvvwnAX1 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#soVZE4shwtk1AZoRpggizA0qM6BixsQC { color:#ffffff;display:block;width:55.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk { position:relative;display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk > .row .container { position:relative;display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { background-color: transparent; background-image: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .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); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { border-width: 0; border-radius: 0; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dbd9f9bbf3a8d627deb56f56bea1b4be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container { background-color: transparent; background-image: none; }#Dbd9f9bbf3a8d627deb56f56bea1b4be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container > .video-iframe-container { display: none; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row > .video-iframe-container { display: none; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .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); }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container { border-width: 0; border-radius: 0; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#G280b5b5e29236088f34ee9f2c909f0e { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#G280b5b5e29236088f34ee9f2c909f0e.adaptive-delivery-prevent-bg, #G280b5b5e29236088f34ee9f2c909f0e.lazyload, #G280b5b5e29236088f34ee9f2c909f0e.lazyloading { background-image: none; }
#caf3cbc661e23a64b0057a612d202657 { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#caf3cbc661e23a64b0057a612d202657.adaptive-delivery-prevent-bg, #caf3cbc661e23a64b0057a612d202657.lazyload, #caf3cbc661e23a64b0057a612d202657.lazyloading { background-image: none; }
#Gedd2d9b078f677a7ecee245b9ada7e5 { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#Gedd2d9b078f677a7ecee245b9ada7e5.adaptive-delivery-prevent-bg, #Gedd2d9b078f677a7ecee245b9ada7e5.lazyload, #Gedd2d9b078f677a7ecee245b9ada7e5.lazyloading { background-image: none; }
#K622b07daaa6f4e4b8e80e8551d47790 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#U8eefc588f34d9623cf57fca4c148439 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#a719081c7827dc46a8b4ce0c178de7da { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#L13da10dc5a668d04d863825688d3af4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L13da10dc5a668d04d863825688d3af4 > .row .container { background-color: transparent; background-image: none; }#L13da10dc5a668d04d863825688d3af4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L13da10dc5a668d04d863825688d3af4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L13da10dc5a668d04d863825688d3af4 > .row .container > .video-iframe-container { display: none; }#L13da10dc5a668d04d863825688d3af4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L13da10dc5a668d04d863825688d3af4 > .row > .video-iframe-container { display: none; }#L13da10dc5a668d04d863825688d3af4 > .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); }#L13da10dc5a668d04d863825688d3af4 > .row .container { border-width: 0; border-radius: 0; }#L13da10dc5a668d04d863825688d3af4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L13da10dc5a668d04d863825688d3af4 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#Sf42fb33736163e325266d6184e95210 { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#ccb38d61cb286811c0f4b8a09bbbb7f7 { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#ccb38d61cb286811c0f4b8a09bbbb7f7.adaptive-delivery-prevent-bg, #ccb38d61cb286811c0f4b8a09bbbb7f7.lazyload, #ccb38d61cb286811c0f4b8a09bbbb7f7.lazyloading { background-image: none; }
#w6825eb682f3b144bfcbbf211fb187ca { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#w6825eb682f3b144bfcbbf211fb187ca.adaptive-delivery-prevent-bg, #w6825eb682f3b144bfcbbf211fb187ca.lazyload, #w6825eb682f3b144bfcbbf211fb187ca.lazyloading { background-image: none; }
#T198a790dee58b9dc660b6ccb86e6766 { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#T198a790dee58b9dc660b6ccb86e6766.adaptive-delivery-prevent-bg, #T198a790dee58b9dc660b6ccb86e6766.lazyload, #T198a790dee58b9dc660b6ccb86e6766.lazyloading { background-image: none; }
#t4e84c49d339f070599ae618e9d4722f { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#c3d7be44463303728eb9c115482690d1 { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#a3b7f689a0eaaa8c06dae63cd09200e9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container { background-color: transparent; background-image: none; }#a3b7f689a0eaaa8c06dae63cd09200e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container > .video-iframe-container { display: none; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row > .video-iframe-container { display: none; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .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); }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container { border-width: 0; border-radius: 0; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#G4f15aa6740780cf1a5615b9e1d8af72 { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#G4f15aa6740780cf1a5615b9e1d8af72.adaptive-delivery-prevent-bg, #G4f15aa6740780cf1a5615b9e1d8af72.lazyload, #G4f15aa6740780cf1a5615b9e1d8af72.lazyloading { background-image: none; }
#O0ec8f4ad862f92ae88ce4ef44862db2 { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#O0ec8f4ad862f92ae88ce4ef44862db2.adaptive-delivery-prevent-bg, #O0ec8f4ad862f92ae88ce4ef44862db2.lazyload, #O0ec8f4ad862f92ae88ce4ef44862db2.lazyloading { background-image: none; }
#g954305294ffa9056c388096f674e60b { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#g954305294ffa9056c388096f674e60b.adaptive-delivery-prevent-bg, #g954305294ffa9056c388096f674e60b.lazyload, #g954305294ffa9056c388096f674e60b.lazyloading { background-image: none; }
#cb62db004f823aba00ec7671b9f10c6b { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#b6197e748a79611f806b56df6d477d50 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#g4e93e4b334a253a17aa346997e5f83f { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#b3c16beae1e6308cfe4b0b09109008f2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container { background-color: transparent; background-image: none; }#b3c16beae1e6308cfe4b0b09109008f2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container > .video-iframe-container { display: none; }#b3c16beae1e6308cfe4b0b09109008f2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3c16beae1e6308cfe4b0b09109008f2 > .row > .video-iframe-container { display: none; }#b3c16beae1e6308cfe4b0b09109008f2 > .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); }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container { border-width: 0; border-radius: 0; }#b3c16beae1e6308cfe4b0b09109008f2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#O90b9ad91df329efd1b6ed9154dcb922 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#d2157939dd591c856bfbbd8f4fd5b29f { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#d2157939dd591c856bfbbd8f4fd5b29f.adaptive-delivery-prevent-bg, #d2157939dd591c856bfbbd8f4fd5b29f.lazyload, #d2157939dd591c856bfbbd8f4fd5b29f.lazyloading { background-image: none; }
#D47ee5f7a6e42053a4ba9471b76995a2 { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#D47ee5f7a6e42053a4ba9471b76995a2.adaptive-delivery-prevent-bg, #D47ee5f7a6e42053a4ba9471b76995a2.lazyload, #D47ee5f7a6e42053a4ba9471b76995a2.lazyloading { background-image: none; }
#t70f538962308252712fe5a7cc48d25d { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#t70f538962308252712fe5a7cc48d25d.adaptive-delivery-prevent-bg, #t70f538962308252712fe5a7cc48d25d.lazyload, #t70f538962308252712fe5a7cc48d25d.lazyloading { background-image: none; }
#l034d432d9ee3d136bf89616884b1332 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#c54ce29a8ab663cac186026b442f786f { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container { background-color: transparent; background-image: none; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container > .video-iframe-container { display: none; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row > .video-iframe-container { display: none; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .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); }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container { border-width: 0; border-radius: 0; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#USTX1a9WiiuUnToW6Ev1Fu5e7F3sRNHt { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZEuzkURECngIxrWFQEEFXxVdTBpHAbC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:22.8125rem;top:3.3125rem;left:7.375rem;overflow:hidden;display:block; }
#wFWIlurw749c15GJ69MVxDuKJKfUvCE1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:22.8125rem;top:3.3125rem;left:44.84375rem;overflow:hidden;display:block; }
#xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ { position:relative;display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ > .row .container { position:relative;display:block; }#C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V { position:relative;display:block; } #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection *:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="text"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="email"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="tel"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection textarea:focus-visible { outline: none; } #C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V > .row .container { position:relative;display:block; }#pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 { position:relative;display:block; } #x81126bcde99dcb09e09626486e35cce.widget-smartsection *:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="text"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="email"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="tel"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection textarea:focus-visible { outline: none; } #pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF { display:block; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxZVERiqOX6epP50hn7h7ZBGKvvwnAX1 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #soVZE4shwtk1AZoRpggizA0qM6BixsQC { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk { display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbd9f9bbf3a8d627deb56f56bea1b4be { display:block; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G280b5b5e29236088f34ee9f2c909f0e { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caf3cbc661e23a64b0057a612d202657 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gedd2d9b078f677a7ecee245b9ada7e5 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K622b07daaa6f4e4b8e80e8551d47790 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8eefc588f34d9623cf57fca4c148439 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a719081c7827dc46a8b4ce0c178de7da { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L13da10dc5a668d04d863825688d3af4 { display:block; }#L13da10dc5a668d04d863825688d3af4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf42fb33736163e325266d6184e95210 { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccb38d61cb286811c0f4b8a09bbbb7f7 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6825eb682f3b144bfcbbf211fb187ca { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T198a790dee58b9dc660b6ccb86e6766 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4e84c49d339f070599ae618e9d4722f { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3d7be44463303728eb9c115482690d1 { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3b7f689a0eaaa8c06dae63cd09200e9 { display:block; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4f15aa6740780cf1a5615b9e1d8af72 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ec8f4ad862f92ae88ce4ef44862db2 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g954305294ffa9056c388096f674e60b { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb62db004f823aba00ec7671b9f10c6b { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6197e748a79611f806b56df6d477d50 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4e93e4b334a253a17aa346997e5f83f { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3c16beae1e6308cfe4b0b09109008f2 { display:block; }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O90b9ad91df329efd1b6ed9154dcb922 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2157939dd591c856bfbbd8f4fd5b29f { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D47ee5f7a6e42053a4ba9471b76995a2 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70f538962308252712fe5a7cc48d25d { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l034d432d9ee3d136bf89616884b1332 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54ce29a8ab663cac186026b442f786f { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0bpd6fT0memXNku0L1n2qLBd4FDSzVV { display:block; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USTX1a9WiiuUnToW6Ev1Fu5e7F3sRNHt { top:7.0625rem;left:2.875rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEuzkURECngIxrWFQEEFXxVdTBpHAbC { top:3.3125rem;left:0.5625rem;width:22.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWIlurw749c15GJ69MVxDuKJKfUvCE1 { top:3.3125rem;left:24.40625rem;width:22.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ { display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V { display:block; } #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection *:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="text"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="email"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="tel"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection textarea:focus-visible { outline: none; } #C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 { display:block; } #x81126bcde99dcb09e09626486e35cce.widget-smartsection *:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="text"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="email"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="tel"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection textarea:focus-visible { outline: none; } #pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF { display:block; }#A1GEssdoS0mWA2ZTea0Sgt0rQQ5S10GF > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxZVERiqOX6epP50hn7h7ZBGKvvwnAX1 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #soVZE4shwtk1AZoRpggizA0qM6BixsQC { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk { display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #OmTtcUboBQE2hbvDc6egvsvtk49f6Jhk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { width:19.875rem;height:4.87573125rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dbd9f9bbf3a8d627deb56f56bea1b4be { display:block; }#Dbd9f9bbf3a8d627deb56f56bea1b4be > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G280b5b5e29236088f34ee9f2c909f0e { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caf3cbc661e23a64b0057a612d202657 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gedd2d9b078f677a7ecee245b9ada7e5 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K622b07daaa6f4e4b8e80e8551d47790 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #U8eefc588f34d9623cf57fca4c148439 { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #a719081c7827dc46a8b4ce0c178de7da { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #L13da10dc5a668d04d863825688d3af4 { display:block; }#L13da10dc5a668d04d863825688d3af4 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf42fb33736163e325266d6184e95210 { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ccb38d61cb286811c0f4b8a09bbbb7f7 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6825eb682f3b144bfcbbf211fb187ca { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T198a790dee58b9dc660b6ccb86e6766 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4e84c49d339f070599ae618e9d4722f { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #c3d7be44463303728eb9c115482690d1 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #a3b7f689a0eaaa8c06dae63cd09200e9 { display:block; }#a3b7f689a0eaaa8c06dae63cd09200e9 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4f15aa6740780cf1a5615b9e1d8af72 { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ec8f4ad862f92ae88ce4ef44862db2 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g954305294ffa9056c388096f674e60b { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb62db004f823aba00ec7671b9f10c6b { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b6197e748a79611f806b56df6d477d50 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #g4e93e4b334a253a17aa346997e5f83f { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #b3c16beae1e6308cfe4b0b09109008f2 { display:block; }#b3c16beae1e6308cfe4b0b09109008f2 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O90b9ad91df329efd1b6ed9154dcb922 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d2157939dd591c856bfbbd8f4fd5b29f { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D47ee5f7a6e42053a4ba9471b76995a2 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70f538962308252712fe5a7cc48d25d { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l034d432d9ee3d136bf89616884b1332 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c54ce29a8ab663cac186026b442f786f { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #P0bpd6fT0memXNku0L1n2qLBd4FDSzVV { display:block; }#P0bpd6fT0memXNku0L1n2qLBd4FDSzVV > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USTX1a9WiiuUnToW6Ev1Fu5e7F3sRNHt { width:13.2498125rem;height:1.462675rem;top:4.3125rem;left:3.375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zZEuzkURECngIxrWFQEEFXxVdTBpHAbC { width:19.875rem;height:5.5625rem;top:1.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWIlurw749c15GJ69MVxDuKJKfUvCE1 { width:20rem;height:5.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ { display:block; } #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection *:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="text"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="email"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection input[type="tel"]:focus-visible, #KOeM4hknxIf5ZDQpCPsBmsHlJQM2pBqe.widget-smartsection textarea:focus-visible { outline: none; } #xJ2768zWk9NrhcLSnWHbuOaaTI8SwAUQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V { display:block; } #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection *:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="text"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="email"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection input[type="tel"]:focus-visible, #f012cf5a1c0c4004ad95c0cafc1e8459.widget-smartsection textarea:focus-visible { outline: none; } #C1sda1GXgSvDkpSU7wRxnoTAHGiJiq4V > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 { display:block; } #x81126bcde99dcb09e09626486e35cce.widget-smartsection *:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="text"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="email"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection input[type="tel"]:focus-visible, #x81126bcde99dcb09e09626486e35cce.widget-smartsection textarea:focus-visible { outline: none; } #pdfs2cRR4KmUyTUKhM3vPy2FniB1NCE7 > .row .container { position:relative;display:block; } }