.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:10.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LHDtyk0d5D1IKBgk7aRssCR7oWzOPDWD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:2.96875rem;left:0rem;overflow:hidden;display:block; }
#ifmDTg7twQFT7nK1sOEHRRti5WmsQnMp { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#836b3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"acumin pro";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:4rem;left:45.40625rem;display:block; }
#Rw3zpHRGywf1LyRci7rsOuBPKl9bWT4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ofhnJTD8TgwkTNeKExZkf9WV1qlr5TdL { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#808285;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"acumin pro";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:4.25rem;left:56.90625rem;display:block; }
#z1gukdOGztZB2GeztyzV0Ugu9gfhF7EZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mt1GCyCbWn6SxXpKpytqzmswdkWnPuOi { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#808285;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"acumin pro";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:3.8125rem;left:68.375rem;display:none; }
#fFOMPtO63qZiIw0ZrtBQXq6RIz16kOLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d66d2abe-1bdd-474f-a83b-fb6c998536a8/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.adaptive-delivery-prevent-bg, #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.lazyload, #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.lazyloading { background-image: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { background-color: transparent; background-image: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container > .video-iframe-container { display: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row > .video-iframe-container { display: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .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); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { border-width: 0; border-radius: 0; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row > .video-iframe-container {  }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3d512af-aff2-4c6d-b344-6b153ba896f8/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi.adaptive-delivery-prevent-bg, #RztIOZAO17haytDBJENGLMJTsyeaKqPi.lazyload, #RztIOZAO17haytDBJENGLMJTsyeaKqPi.lazyloading { background-image: none; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container { background-color: transparent; background-image: none; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container > .video-iframe-container { display: none; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row > .video-iframe-container { display: none; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .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); }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container { border-width: 0; border-radius: 0; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row > .video-iframe-container {  }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;position:relative;display:block; }#GtciszoQng9wdlr1qST9z7DwmXskcsU0 { color:#836b3e;display:block;width:42.5rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:11.9375rem;left:16.25rem;height:45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91f5da62-499e-42bb-858c-ebd65470e0de/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk.adaptive-delivery-prevent-bg, #CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk.lazyload, #CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk.lazyloading { background-image: none; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container { background-color: transparent; background-image: none; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container > .video-iframe-container { display: none; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row > .video-iframe-container { display: none; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .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); }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container { border-width: 0; border-radius: 0; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row > .video-iframe-container {  }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container { font-size:0.875rem;font-family:arial;height:99.125rem;width:75rem;position:relative;display:block; }#REqzbRfcImMTOrDpec4CHMddh1ezgf94 { color:#836b3e;display:block;width:75rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:4.5rem;left:0rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSwCTULKdfItUFXbTcSI3gZP6T6qCQ11 { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:15.625rem;left:18.25rem;height:36rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyVpCiTlTCTw6aXZVEk2TC1BC5KarL2g { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.25rem;width:45.0625rem;top:57.4375rem;left:0rem;overflow:hidden;display:block; }
#cRzX0D0tfhy3J3lvZDIqdSmNN1vxs2rC { color:#836b3e;display:block;width:26.3125rem;position:absolute;font-family:"acumin pro";font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:70.0625rem;left:48.6875rem;height:8.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTthvUE75iuzE3mPnSKBUpEXhFWXSo4L { color:#836b3e;display:block;width:26.6875rem;position:absolute;font-family:"acumin pro";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:79.5625rem;left:42.5rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d4d7OFWaTAoN6lHVV0haM1RK8d29wwtJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.75rem;top:68.4375rem;left:43.9375rem;overflow:hidden;display:block; }
#CftlWw8i55LThN96JOEZv2r7FEARiyc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/119183aa-08c8-4b72-8a3b-68d0506b57c7/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2.adaptive-delivery-prevent-bg, #CftlWw8i55LThN96JOEZv2r7FEARiyc2.lazyload, #CftlWw8i55LThN96JOEZv2r7FEARiyc2.lazyloading { background-image: none; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container { background-color: transparent; background-image: none; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container > .video-iframe-container { display: none; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row > .video-iframe-container { display: none; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .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); }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container { border-width: 0; border-radius: 0; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row > .video-iframe-container {  }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container { font-size:0.875rem;font-family:arial;height:100.1875rem;width:75rem;position:relative;display:block; }#AFrvhUl9FdUAkExDOGtJGvQdfbruIm6w { color:#7b693e;display:block;width:45.6875rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:5.3125rem;left:14.65625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWOe6iQZbBRB2Z3s8nmn8lGnnWvsVE6Q { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:20.25rem;left:11.90625rem;height:33.598675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3VspOTJKafAoWayq46gynbWTTU48QT8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:73.125rem;top:53.9375rem;left:0.9375rem;overflow:hidden;display:block; }
#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e8342b50-ddf9-4174-9cc5-1bd62e6520a3/bg6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe.adaptive-delivery-prevent-bg, #dOU86F31uSDMHR4J8TxP6q61QGvMgrCe.lazyload, #dOU86F31uSDMHR4J8TxP6q61QGvMgrCe.lazyloading { background-image: none; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container { background-color: transparent; background-image: none; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container > .video-iframe-container { display: none; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row > .video-iframe-container { display: none; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .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); }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container { border-width: 0; border-radius: 0; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row > .video-iframe-container {  }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container { font-size:0.875rem;font-family:arial;height:140.9375rem;width:75rem;position:relative;display:block; }#umxED3CGTMpOW0i4vTmhEdzhbJBpm5K8 { color:#7b693e;display:block;width:45.6875rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:6.125rem;left:14.65625rem;height:24.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A13kKdw0evDe3muv1TaQlM5Z5AK4fEu7 { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:20.5rem;left:18.1875rem;height:23.99904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNB22zPaSFWzSdHy6cfOBpDXh32TvieL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47rem;width:43.9375rem;top:42.65625rem;left:-7.7753432956381rem;overflow:hidden;display:block; }
#mzxGCJND3FIuExVussGxE1xTwuLTvEDQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:79.25rem;width:53.875rem;top:50.3125rem;left:19.59375rem;overflow:hidden;display:block; }
#UpZmr7Xsgb3NCXtVvJkNTEUTh7bLieRs { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:43.75rem;left:38.125rem;height:9.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLlNQwukZ7JwktmClWSy6PCOqbRD044E { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:51.625rem;left:38.125rem;height:9.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NlrZyzy0fm1ruOm6FZtPl3Z4r1pJwd7o { position:absolute;display:block;z-index:100007;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:56.3125rem;left:38.125rem;display:block; }
#ucda626SywZhDpc8gSH5NAIoHEINB416 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:57.3125rem;left:38.125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0Bps9wlQbgVX3lG9gIADXoSuNuhR6Vz { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"acumin pro";font-size:2.375rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:64.574999809262rem;left:38.125rem;height:11.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B4NB89d25T8U7pOPdptyX2D3PR3I3bLh { position:absolute;display:block;z-index:100008;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:73.5rem;left:38.125rem;display:block; }
#SfM5gepANQNdkZrOuzF1IybrVTCP4zkR { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:74.3125rem;left:38.125rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITufaklIhbsXvvfmKBTU8WdtaOarmRgA { position:absolute;display:block;z-index:100009;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:81.75rem;left:38.125rem;display:block; }
#DZKuZ2DT8KOfW9ZwMUdhqkWTXfh4th5m { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:82.5625rem;left:38.125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8CmVTF2zbQfO8S4mPR53XsfJTyyghEE { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"acumin pro";font-size:2.375rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:89.637500762938rem;left:38.125rem;height:8.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuQH1J1094XcLrvS64C6FuA1R8OmVL3i { position:absolute;display:block;z-index:100010;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:95.75rem;left:38.125rem;display:block; }
#Sz3QzhKqDmyAWPkFZOqmR1NeWlHKTwJy { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:96.6875rem;left:38.125rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMEwpFzn5HsMGoEccgnkUB44Pff8FmJk { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"acumin pro";font-size:2.375rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:99.94921875rem;left:38.125rem;height:8.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueAic2bZ4IegHwGtggIcosMWohTNqHON { position:absolute;display:block;z-index:100011;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:106.1875rem;left:38.125rem;display:block; }
#sNmGUSTl2acnOlgsnlbGbaHxKqaEo9id { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:107.0625rem;left:38.125rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZThev9nHIFR5eG89DR61DCcRnoKUzycP { position:absolute;display:block;z-index:100012;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:111rem;left:38.125rem;display:block; }
#eJynJrcl0579pLAN4ITl4iXcP5CqGLPH { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:112.0625rem;left:38.125rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mm9o7Gv7rH9p4OQlHUDJypf37DZLC6vT { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:123.125rem;left:38.125rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQddsZ0m85CKhlXquWLAviqT523awgzr { position:absolute;display:block;z-index:100014;background-color:#000000;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;height:0.25rem;width:13.6875rem;top:127.037109375rem;left:38.3125rem;display:block; }
#Vie2JHpS2svrywgux1k0KaDv4W9CO9uE { position:absolute;display:block;z-index:100013;background-color:#836b3e;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;height:0.3125rem;width:6.1875rem;top:120rem;left:38.125rem;display:block; }
#zZ3CHex0MzZNpOhtbubz7zNgRprDFClo { background-color:#000000;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;box-sizing:border-box;color:#99804a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"acumin pro";font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:5.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:132.0625rem;left:38.125rem;display:block; }
#PQwigMMADTtnNpK5Pvoqfpr2vOfXIPbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SqoVX9D3eufwqTKZU0dk1Mq94GFVqqVU { box-sizing:content-box;color:#99804a;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:132.78125rem;left:55.90625rem;display:block; }
#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce0591a9-078c-4217-a316-456563cc7c11/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2.adaptive-delivery-prevent-bg, #Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2.lazyload, #Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2.lazyloading { background-image: none; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container { background-color: transparent; background-image: none; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container > .video-iframe-container { display: none; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row > .video-iframe-container { display: none; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .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); }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container { border-width: 0; border-radius: 0; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row > .video-iframe-container {  }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container { font-size:0.875rem;font-family:arial;height:128.8125rem;width:75rem;position:relative;display:block; }#initq6dKNeGzpIUdaAr286qUql61KFvk { color:#7b693e;display:block;width:52.8125rem;position:absolute;font-family:"acumin pro";font-size:3rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:14.4375rem;left:11.09375rem;height:45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0emIaVE5kTfImOlVh6iZuuKUNTXGdzs { color:#7b693e;display:block;width:75rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpWC6ivJ7uQ6u4RzIxoBHACLLTfm8fQk { color:#7b693e;display:block;width:52.8125rem;position:absolute;font-family:"acumin pro";font-size:2.5625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:58.5625rem;left:11.09375rem;height:19.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuFQdeMS5uezfcI6qTS6Jz3CJdG60XQz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.5625rem;width:34.4375rem;top:81.25rem;left:20.28125rem;overflow:hidden;display:block; }
#OKxviOi0V2R2367veQbarTAyB5BQEimC { position:relative;display:block; }#OKxviOi0V2R2367veQbarTAyB5BQEimC { background-color: transparent; background-image: none; }#OKxviOi0V2R2367veQbarTAyB5BQEimC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row .container > .video-iframe-container { display: none; }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row > .video-iframe-container { display: none; }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .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); }#OKxviOi0V2R2367veQbarTAyB5BQEimC { border-width: 0; border-radius: 0; }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row .container > .video-iframe-container {  }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .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:18.75rem;width:75rem;position:relative;display:block; }#bBRvmnuVEEN3N1T14gQIFaJ8ZhgMTMdW { color:#7b693e;display:block;width:75rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:6.28125rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/796118df-9188-428a-9fbe-f476d327b7b6/bg10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2.adaptive-delivery-prevent-bg, #hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2.lazyload, #hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2.lazyloading { background-image: none; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container { background-color: transparent; background-image: none; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container > .video-iframe-container { display: none; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row > .video-iframe-container { display: none; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .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); }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container { border-width: 0; border-radius: 0; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row > .video-iframe-container {  }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#HkROkATpx67l09QyyhDyx6F4kKRNcB49 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:16.875rem;top:0rem;left:29.0625rem;overflow:hidden;display:block; }
#EZetccU5LtBybPTC6c6JeDNH7MZ74ELq { color:#7b693e;display:block;width:18.9375rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:2.75rem;left:49rem;height:5.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G52ZwZ05Qc3rzD5eWbdvHo4GHaNdN5MW { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:6.625rem;left:49rem;height:11.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22c3fc5d-0fd9-40e0-b4fd-71ce5548d8bf/bg12.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU.adaptive-delivery-prevent-bg, #AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU.lazyload, #AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU.lazyloading { background-image: none; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container { background-color: transparent; background-image: none; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container > .video-iframe-container { display: none; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row > .video-iframe-container { display: none; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .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); }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container { border-width: 0; border-radius: 0; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row > .video-iframe-container {  }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#pXqLBaGo8VoIgpUMqHz1nKLqLRsavJl3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:16.75rem;top:0.5625rem;left:29.125rem;overflow:hidden;display:block; }
#rynK07SRXiLEZ7DA5nW4p2zBuB0uBzW4 { color:#7b693e;display:block;width:24.5rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:2.3125rem;left:1.8125rem;height:2.95605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u9AeSe0TOJZnt29UuKUGyUwCuupi50dH { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:7rem;left:0rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/796118df-9188-428a-9fbe-f476d327b7b6/bg10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl.adaptive-delivery-prevent-bg, #AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl.lazyload, #AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl.lazyloading { background-image: none; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container { background-color: transparent; background-image: none; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container > .video-iframe-container { display: none; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row > .video-iframe-container { display: none; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .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); }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container { border-width: 0; border-radius: 0; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row > .video-iframe-container {  }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#lt3UeJQ3XHStXATRbp67KpdKZz8Bcesw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:16.75rem;top:0.6875rem;left:29.125rem;overflow:hidden;display:block; }
#kAr94bytABNAI9CpM3t4OtcWU5lygbs4 { color:#7b693e;display:block;width:24.5rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:1.25rem;left:48.6875rem;height:5.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mV5nLdyuaP3DRzWCtchbwDGgpJaLlFaP { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:5.9562492370606rem;left:48.6875rem;height:14.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22c3fc5d-0fd9-40e0-b4fd-71ce5548d8bf/bg12.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv.adaptive-delivery-prevent-bg, #Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv.lazyload, #Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv.lazyloading { background-image: none; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container { background-color: transparent; background-image: none; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container > .video-iframe-container { display: none; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row > .video-iframe-container { display: none; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .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); }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container { border-width: 0; border-radius: 0; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row > .video-iframe-container {  }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#pVlFtRzEblFsQwEW6ADfF1h6Uk9QcpuH { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:16.75rem;top:0.5625rem;left:28.9375rem;overflow:hidden;display:block; }
#Vo5R0FNW112AODOoz1D4giURss9B2PTS { color:#7b693e;display:block;width:18.9375rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:0.5625rem;left:7.6875rem;height:2.95605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VXpw3wf1hLQp1nZfZSZ192uG47qcWu9P { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:4.75rem;left:1.375rem;height:21.09375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/796118df-9188-428a-9fbe-f476d327b7b6/bg10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o.adaptive-delivery-prevent-bg, #MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o.lazyload, #MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o.lazyloading { background-image: none; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container { background-color: transparent; background-image: none; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container > .video-iframe-container { display: none; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row > .video-iframe-container { display: none; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .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); }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container { border-width: 0; border-radius: 0; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row > .video-iframe-container {  }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#zb6ZkeS0Q1B3zAErKEn9a8vA5gF6doOk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:16.75rem;top:0.5625rem;left:29.0625rem;overflow:hidden;display:block; }
#ODxuZNrzuUgQLdcN2eMVmXrKsLZObVLr { color:#7b693e;display:block;width:24.5rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:0.3125rem;left:48.6875rem;height:2.95605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zxx3TM16fcMVdeUkTtCqttx8TLcQ3Ur4 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:4.9375rem;left:48.6875rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22c3fc5d-0fd9-40e0-b4fd-71ce5548d8bf/bg12.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p.adaptive-delivery-prevent-bg, #zTf3mIUScr8eWuu183VoLR2I2wG8oR2p.lazyload, #zTf3mIUScr8eWuu183VoLR2I2wG8oR2p.lazyloading { background-image: none; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container { background-color: transparent; background-image: none; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container > .video-iframe-container { display: none; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row > .video-iframe-container { display: none; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .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); }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container { border-width: 0; border-radius: 0; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row > .video-iframe-container {  }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#y4wTq7EZasRe2FgJOveee11N92fqC48i { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:16.75rem;top:0.5625rem;left:28.9375rem;overflow:hidden;display:block; }
#hW8iNnrl6qgXlOKJr1dLkvC1QUV5oxdE { color:#7b693e;display:block;width:24.25rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:3.9375rem;left:2.375rem;height:2.95605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TygTS9576h0dfdkwnp4ftH7GEPs9MrVT { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:8.125rem;left:1.375rem;height:9.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/796118df-9188-428a-9fbe-f476d327b7b6/bg10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn.adaptive-delivery-prevent-bg, #L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn.lazyload, #L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn.lazyloading { background-image: none; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container { background-color: transparent; background-image: none; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container > .video-iframe-container { display: none; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row > .video-iframe-container { display: none; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .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); }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container { border-width: 0; border-radius: 0; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row > .video-iframe-container {  }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#JVmJzGfwC0VxkmTnQI5vgb3FGAtoMp09 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:16.75rem;top:0.5625rem;left:29.0625rem;overflow:hidden;display:block; }
#h2FZcBxP8uB6yIcfbb27bSWgKdlSCJhO { color:#7b693e;display:block;width:24.5rem;position:absolute;font-family:"acumin pro";font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:0.3125rem;left:48.6875rem;height:2.95605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WB239UAER2VrHAGdC90q8acb54A2ViNv { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"acumin pro";font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:4.9375rem;left:48.6875rem;height:16.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa0cbca0-a105-4c30-8e0d-9ca121d17335/bg11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.adaptive-delivery-prevent-bg, #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.lazyload, #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.lazyloading { background-image: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { background-color: transparent; background-image: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container > .video-iframe-container { display: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row > .video-iframe-container { display: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .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); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { border-width: 0; border-radius: 0; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row > .video-iframe-container {  }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:75rem;position:relative;display:block; }#TmHsKXid2FrcOpHbmB7ZB2QL5b2ioSSR { color:#7b693e;display:block;width:75rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:4.15625rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLGoL35QAJyevugo6PeCBSOpSIRUAMi0 { color:#7b693e;display:block;width:66.25rem;position:absolute;font-family:"acumin pro";font-size:2.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:14.46875rem;left:8.75rem;height:19.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bx8OaaJeNgWVEayoJfIU7xR6mDuAIgdG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.5rem;top:14.46875rem;left:2.34375rem;overflow:hidden;display:block; }
#H51K1XDqaNd75TT0K9AZfk70PG8FRXop { color:#7b693e;display:block;width:66.25rem;position:absolute;font-family:"acumin pro";font-size:1.4375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:32.1875rem;left:8rem;height:1.86865rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K8NgP60MNodEKagO5upugpJ0yBfZ7tGm { position:absolute;display:block;z-index:100009;background-color:#836b3e;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;height:0.25rem;width:27.8125rem;top:35.375rem;left:46.125rem;display:block; }
#Gshf6dmhRyxsQzfzLQFPqX25ysCITv0F { position:absolute;display:block;z-index:100013;background-color:#836b3e;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;height:0.25rem;width:27.8125rem;top:57.75rem;left:46.0625rem;display:block; }
#aFvr40LttdRKrx8FJzSDyf7OEy0w91fw { color:#7b693e;display:block;width:66.25rem;position:absolute;font-family:"acumin pro";font-size:1.4375rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:54.5625rem;left:7.9375rem;height:1.86865rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cl5ZtXIiU9rkoeCuKswk8t5zK4AD2NZG { color:#7b693e;display:block;width:66.25rem;position:absolute;font-family:"acumin pro";font-size:2.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:42.375rem;left:8.75rem;height:14.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3N8lXXFIz0iQaUGpsZQTkrmkUbUnTNy { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.5rem;top:42.375rem;left:2.375rem;overflow:hidden;display:block; }
#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3702b920-2469-4fe7-9dd6-5771157f447c/bg14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB.adaptive-delivery-prevent-bg, #vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB.lazyload, #vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB.lazyloading { background-image: none; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container { background-color: transparent; background-image: none; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container > .video-iframe-container { display: none; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row > .video-iframe-container { display: none; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .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); }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container { border-width: 0; border-radius: 0; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row > .video-iframe-container {  }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#Q27HHlDxtgugeE8TOmrhNpL8cT0OsbtF { color:#7b693e;display:block;width:75rem;position:absolute;font-family:"acumin pro";font-size:5.625rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:6.84375rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f18r7ZkZ67oTGoRtAC1b8ecEZKUxK3xf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:12.25rem;top:16.4375rem;left:1.875rem;overflow:hidden;display:block; }
#QdNt5wCy58bxVvbtnNSkfgX6mitRsIui { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:7.6875rem;top:17.6875rem;left:23.5625rem;overflow:hidden;display:block; }
#NtNqcqKnbW8QFgleUQUw77IbTgDN05B0 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:12.5rem;top:20.75rem;left:40.625rem;overflow:hidden;display:block; }
#k1NfXuQH5kXMq7Tb43vt67Ma4bJ0dbAG { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:11.8125rem;top:21.625rem;left:63.1875rem;overflow:hidden;display:block; }
#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#836b3e;background-image:none;position:relative;display:block; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container { background-color: transparent; background-image: none; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container > .video-iframe-container { display: none; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row > .video-iframe-container { display: none; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .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); }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container { border-width: 0; border-radius: 0; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row > .video-iframe-container {  }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container { font-size:0.875rem;font-family:arial;height:0.1875rem;width:75rem;position:relative;display:block; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 { position:relative;display:block; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 { background-color: transparent; background-image: none; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row .container > .video-iframe-container { display: none; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row > .video-iframe-container { display: none; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .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); }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 { border-width: 0; border-radius: 0; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row .container > .video-iframe-container {  }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .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:29.1875rem;width:75rem;position:relative;display:block; }#iQPessZktyeF3zpo4aSCy2WiB2pbVKya { color:#77501e;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:3.875rem;left:0rem;height:3.98730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iu8nUMPhmIVvB7q1t9dcrkkJKsNo8fs8 { color:#77501e;display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:5.11816875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qgDc5kqabQaa4uQ1kP8NbtEp8TD57DqM { position:absolute;display:block;z-index:100010;background-color:#836b3e;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;height:0.3125rem;width:20.6875rem;top:15.4375rem;left:0rem;display:block; }
#aNww58HFvgCFuvZbv311vQdC8JOTT1AB { color:#7b693e;display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISBqQ1qeDVSeOIWdKTsnGhOS9k6FbMKa { color:#77501e;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:3.875rem;left:27.3125rem;height:3.98730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-form-header {  }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-regular-label { height:auto;display:none;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:41.0625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #836b3e;border-left:0.0625rem solid #836b3e;border-right:0.0625rem solid #836b3e;border-bottom:0.0625rem solid #836b3e;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:41.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #836b3e;border-left:0.0625rem solid #836b3e;border-right:0.0625rem solid #836b3e;border-bottom:0.0625rem solid #836b3e;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:41.0625rem;box-sizing:border-box;height:4.5rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:41.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .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; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-button { background-color:#836b3e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:41.0625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:1rem;font-weight:400;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:39.8125rem;overflow:hidden;font-style:normal; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .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; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-container:first-of-type{padding-top:0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-container:last-of-type{padding-bottom:0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.25rem;top:7.8623046875rem;z-index:100011;position:absolute; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.0625rem;display:block;vertical-align:top; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;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; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr {display:block;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:26.25rem;top:7.8623046875rem;z-index:100011;position:absolute; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #wviVddvWIpwilflaPRgy1fTWUciUy9Ad { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #w7OBP19OGu81Z8Q8P9fA5V2r5Mgol9Qo { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #sB3RayD0kQoWZKMLrJ3G5ra7wEV4aNwp { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #RAg9yy8elg2Ou3EtBKTiQJkgGcmBaWSq { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WilWPM3FqfN5oX36Rvco3HTQlidfulxt { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #hxgD7dXsBAuLhl3gnf16XaeIyWbTcBRI { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #Z9XLuvoZc06PyPrnqXxWJyICoPOJINA0 { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #HkZ1ipaEQrqeqTne0V5OAqf3oweCAmDW { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #NVh2PqA1cUnIRWqAhv22hPiy8QkW8G4T { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #UeAxf9ONgtbTEelnJGNwoEK4Fo8wcVoi { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #aWAADfHh67mEtQpsBBcO1Kgi9tfhgwQO { position:relative;z-index:2; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WHMzS1EdcXoTroWePFfPn5SMbOqEG6Cy { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #fMcT6ZwGshymHRsDix22ZyIsyPnKLTqf { position:relative; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #AXC6p4JAkDlIemrDkEn1nRlzgElycfZn { position:relative; }
#iNBUcpTWuRKzQryzRgf7QJu2oV9CK0GI { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#77501e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.75rem;text-decoration:none;z-index:100012;text-align:left;text-align-last:left;top:19.875rem;left:0rem;display:block; }
#XhD6V8fo9HNqJ3JzTphhgEJADe7SqkWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#We9UX9z6hcauoedNVswThaEiBSl2ibOb { color:#77501e;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:23.456249237061rem;left:4.6875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yiI32teBx4MKJCLbnW8aOcmfuyXLKS9W { box-sizing:content-box;color:#836b3e;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:22.75rem;left:0rem;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) { #LHDtyk0d5D1IKBgk7aRssCR7oWzOPDWD { top:2.9375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifmDTg7twQFT7nK1sOEHRRti5WmsQnMp { width:7.1875rem;height:2.5rem;top:4rem;left:31.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3zpHRGywf1LyRci7rsOuBPKl9bWT4Z { display:block; }
 }@media only screen and (max-width: 763px) { #ofhnJTD8TgwkTNeKExZkf9WV1qlr5TdL { width:7.875rem;height:2rem;top:4.25rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1gukdOGztZB2GeztyzV0Ugu9gfhF7EZ { display:block; }
 }@media only screen and (max-width: 763px) { #mt1GCyCbWn6SxXpKpytqzmswdkWnPuOi { width:6.625rem;height:2.875rem;top:3.8125rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFOMPtO63qZiIw0ZrtBQXq6RIz16kOLU { display:block; }
 }@media only screen and (max-width: 763px) { #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 { display:block; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RztIOZAO17haytDBJENGLMJTsyeaKqPi { display:block; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtciszoQng9wdlr1qST9z7DwmXskcsU0 { top:11.9375rem;left:2.625rem;width:42.5rem;height:31.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk { display:block; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REqzbRfcImMTOrDpec4CHMddh1ezgf94 { top:4.5rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwCTULKdfItUFXbTcSI3gZP6T6qCQ11 { top:15.625rem;left:4.625rem;width:38.5rem;height:36.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyVpCiTlTCTw6aXZVEk2TC1BC5KarL2g { top:57.4375rem;left:0rem;width:45.0625rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRzX0D0tfhy3J3lvZDIqdSmNN1vxs2rC { top:70.0625rem;left:21.4375rem;width:26.3125rem;height:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTthvUE75iuzE3mPnSKBUpEXhFWXSo4L { top:79.5625rem;left:21.0625rem;width:26.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7OFWaTAoN6lHVV0haM1RK8d29wwtJ { top:68.4375rem;left:30.3125rem;width:3.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftlWw8i55LThN96JOEZv2r7FEARiyc2 { display:block; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFrvhUl9FdUAkExDOGtJGvQdfbruIm6w { top:5.3125rem;left:1.03125rem;width:45.6875rem;height:11.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWOe6iQZbBRB2Z3s8nmn8lGnnWvsVE6Q { top:20.25rem;left:0rem;width:47.75rem;height:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VspOTJKafAoWayq46gynbWTTU48QT8 { top:53.9375rem;left:0rem;width:47.75rem;height:26.201282051282rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOU86F31uSDMHR4J8TxP6q61QGvMgrCe { display:block; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umxED3CGTMpOW0i4vTmhEdzhbJBpm5K8 { top:6.125rem;left:1.03125rem;width:45.6875rem;height:12.375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13kKdw0evDe3muv1TaQlM5Z5AK4fEu7 { top:20.5rem;left:4.5625rem;width:38.625rem;height:19.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNB22zPaSFWzSdHy6cfOBpDXh32TvieL { top:42.625rem;left:0rem;width:43.9375rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxGCJND3FIuExVussGxE1xTwuLTvEDQ { top:50.3125rem;left:0rem;width:47.75rem;height:70.240139211138rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpZmr7Xsgb3NCXtVvJkNTEUTh7bLieRs { top:43.75rem;left:24.5rem;width:14.375rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLlNQwukZ7JwktmClWSy6PCOqbRD044E { top:51.625rem;left:15.9375rem;width:31.8125rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlrZyzy0fm1ruOm6FZtPl3Z4r1pJwd7o { top:56.3125rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda626SywZhDpc8gSH5NAIoHEINB416 { top:57.3125rem;left:23.6875rem;width:24.0625rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Bps9wlQbgVX3lG9gIADXoSuNuhR6Vz { top:64.5625rem;left:16.125rem;width:31.625rem;height:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4NB89d25T8U7pOPdptyX2D3PR3I3bLh { top:73.5rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfM5gepANQNdkZrOuzF1IybrVTCP4zkR { top:74.3125rem;left:18.3125rem;width:29.4375rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITufaklIhbsXvvfmKBTU8WdtaOarmRgA { top:81.75rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKuZ2DT8KOfW9ZwMUdhqkWTXfh4th5m { top:82.5625rem;left:22.8125rem;width:24.9375rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8CmVTF2zbQfO8S4mPR53XsfJTyyghEE { top:89.625rem;left:16.125rem;width:31.625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuQH1J1094XcLrvS64C6FuA1R8OmVL3i { top:95.75rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz3QzhKqDmyAWPkFZOqmR1NeWlHKTwJy { top:96.6875rem;left:22.8125rem;width:24.9375rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMEwpFzn5HsMGoEccgnkUB44Pff8FmJk { top:99.9375rem;left:16.125rem;width:31.625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAic2bZ4IegHwGtggIcosMWohTNqHON { top:106.1875rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNmGUSTl2acnOlgsnlbGbaHxKqaEo9id { top:107.0625rem;left:12.8125rem;width:34.9375rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZThev9nHIFR5eG89DR61DCcRnoKUzycP { top:111rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJynJrcl0579pLAN4ITl4iXcP5CqGLPH { top:112.0625rem;left:12.8125rem;width:34.9375rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9o7Gv7rH9p4OQlHUDJypf37DZLC6vT { top:123.125rem;left:12.8125rem;width:34.9375rem;height:3.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQddsZ0m85CKhlXquWLAviqT523awgzr { top:127rem;left:24.6875rem;width:13.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vie2JHpS2svrywgux1k0KaDv4W9CO9uE { top:120rem;left:24.5rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3CHex0MzZNpOhtbubz7zNgRprDFClo { width:23.125rem;height:5.9375rem;top:132.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQwigMMADTtnNpK5Pvoqfpr2vOfXIPbr { display:block; }
 }@media only screen and (max-width: 763px) { #SqoVX9D3eufwqTKZU0dk1Mq94GFVqqVU { top:132.75rem;left:42.28125rem;width:4.5rem;height:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 { display:block; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #initq6dKNeGzpIUdaAr286qUql61KFvk { top:14.4375rem;left:0rem;width:47.75rem;height:40.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0emIaVE5kTfImOlVh6iZuuKUNTXGdzs { top:4.875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpWC6ivJ7uQ6u4RzIxoBHACLLTfm8fQk { top:58.5625rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuFQdeMS5uezfcI6qTS6Jz3CJdG60XQz { top:81.25rem;left:6.65625rem;width:34.4375rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxviOi0V2R2367veQbarTAyB5BQEimC { display:block; }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBRvmnuVEEN3N1T14gQIFaJ8ZhgMTMdW { top:6.25rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 { display:block; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkROkATpx67l09QyyhDyx6F4kKRNcB49 { top:0rem;left:15.4375rem;width:16.875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZetccU5LtBybPTC6c6JeDNH7MZ74ELq { top:2.75rem;left:28.8125rem;width:18.9375rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52ZwZ05Qc3rzD5eWbdvHo4GHaNdN5MW { top:6.625rem;left:25.625rem;width:22.125rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU { display:block; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXqLBaGo8VoIgpUMqHz1nKLqLRsavJl3 { top:0.5625rem;left:15.5rem;width:16.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #rynK07SRXiLEZ7DA5nW4p2zBuB0uBzW4 { top:2.3125rem;left:0rem;width:24.5rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9AeSe0TOJZnt29UuKUGyUwCuupi50dH { top:7rem;left:0rem;width:25.3125rem;height:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl { display:block; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt3UeJQ3XHStXATRbp67KpdKZz8Bcesw { top:0.6875rem;left:15.5rem;width:16.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAr94bytABNAI9CpM3t4OtcWU5lygbs4 { top:1.25rem;left:23.25rem;width:24.5rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5nLdyuaP3DRzWCtchbwDGgpJaLlFaP { top:5.9375rem;left:21.4375rem;width:26.3125rem;height:11.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv { display:block; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVlFtRzEblFsQwEW6ADfF1h6Uk9QcpuH { top:0.5625rem;left:15.3125rem;width:16.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5R0FNW112AODOoz1D4giURss9B2PTS { top:0.5625rem;left:0rem;width:18.9375rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXpw3wf1hLQp1nZfZSZ192uG47qcWu9P { top:4.75rem;left:0rem;width:25.3125rem;height:16.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o { display:block; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb6ZkeS0Q1B3zAErKEn9a8vA5gF6doOk { top:0.5625rem;left:15.4375rem;width:16.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxuZNrzuUgQLdcN2eMVmXrKsLZObVLr { top:0.3125rem;left:23.25rem;width:24.5rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxx3TM16fcMVdeUkTtCqttx8TLcQ3Ur4 { top:4.9375rem;left:21.4375rem;width:26.3125rem;height:11.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf3mIUScr8eWuu183VoLR2I2wG8oR2p { display:block; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4wTq7EZasRe2FgJOveee11N92fqC48i { top:0.5625rem;left:15.3125rem;width:16.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8iNnrl6qgXlOKJr1dLkvC1QUV5oxdE { top:3.9375rem;left:0rem;width:24.25rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TygTS9576h0dfdkwnp4ftH7GEPs9MrVT { top:8.125rem;left:0rem;width:25.3125rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn { display:block; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVmJzGfwC0VxkmTnQI5vgb3FGAtoMp09 { top:0.5625rem;left:15.4375rem;width:16.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2FZcBxP8uB6yIcfbb27bSWgKdlSCJhO { top:0.3125rem;left:23.25rem;width:24.5rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB239UAER2VrHAGdC90q8acb54A2ViNv { top:4.9375rem;left:21.4375rem;width:26.3125rem;height:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ { display:block; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmHsKXid2FrcOpHbmB7ZB2QL5b2ioSSR { top:4.125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGoL35QAJyevugo6PeCBSOpSIRUAMi0 { top:14.4375rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx8OaaJeNgWVEayoJfIU7xR6mDuAIgdG { top:14.4375rem;left:0rem;width:4.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51K1XDqaNd75TT0K9AZfk70PG8FRXop { top:32.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8NgP60MNodEKagO5upugpJ0yBfZ7tGm { top:35.375rem;left:19.9375rem;width:27.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gshf6dmhRyxsQzfzLQFPqX25ysCITv0F { top:57.75rem;left:19.9375rem;width:27.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvr40LttdRKrx8FJzSDyf7OEy0w91fw { top:54.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl5ZtXIiU9rkoeCuKswk8t5zK4AD2NZG { top:42.3125rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3N8lXXFIz0iQaUGpsZQTkrmkUbUnTNy { top:42.375rem;left:0rem;width:4.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB { display:block; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q27HHlDxtgugeE8TOmrhNpL8cT0OsbtF { top:6.8125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18r7ZkZ67oTGoRtAC1b8ecEZKUxK3xf { top:16.4375rem;left:0rem;width:12.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdNt5wCy58bxVvbtnNSkfgX6mitRsIui { top:17.6875rem;left:9.9375rem;width:7.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtNqcqKnbW8QFgleUQUw77IbTgDN05B0 { top:20.75rem;left:27rem;width:12.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NfXuQH5kXMq7Tb43vt67Ma4bJ0dbAG { top:21.625rem;left:35.9375rem;width:11.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn { display:block; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 { display:block; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQPessZktyeF3zpo4aSCy2WiB2pbVKya { top:3.875rem;left:0rem;width:20.375rem;height:4rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8nUMPhmIVvB7q1t9dcrkkJKsNo8fs8 { top:8.625rem;left:0rem;width:22.4375rem;height:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDc5kqabQaa4uQ1kP8NbtEp8TD57DqM { top:15.4375rem;left:0rem;width:20.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNww58HFvgCFuvZbv311vQdC8JOTT1AB { top:17.5rem;left:0rem;width:22.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISBqQ1qeDVSeOIWdKTsnGhOS9k6FbMKa { top:3.875rem;left:13.6875rem;width:20.375rem;height:3.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-regular-label { width:41.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-textarea { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-button { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-checkbox-label { width:39.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr  { width:41.0625rem;height:auto;top:7.8125rem;left:4.1875rem; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .radio-container { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr {display:block;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr { width:41.0625rem;height:auto;top:7.8125rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #wviVddvWIpwilflaPRgy1fTWUciUy9Ad {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #w7OBP19OGu81Z8Q8P9fA5V2r5Mgol9Qo {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #sB3RayD0kQoWZKMLrJ3G5ra7wEV4aNwp {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #RAg9yy8elg2Ou3EtBKTiQJkgGcmBaWSq {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WilWPM3FqfN5oX36Rvco3HTQlidfulxt {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #hxgD7dXsBAuLhl3gnf16XaeIyWbTcBRI {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #Z9XLuvoZc06PyPrnqXxWJyICoPOJINA0 {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #HkZ1ipaEQrqeqTne0V5OAqf3oweCAmDW {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #NVh2PqA1cUnIRWqAhv22hPiy8QkW8G4T {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #UeAxf9ONgtbTEelnJGNwoEK4Fo8wcVoi {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #aWAADfHh67mEtQpsBBcO1Kgi9tfhgwQO {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WHMzS1EdcXoTroWePFfPn5SMbOqEG6Cy {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #fMcT6ZwGshymHRsDix22ZyIsyPnKLTqf {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #AXC6p4JAkDlIemrDkEn1nRlzgElycfZn {  }
 }@media only screen and (max-width: 763px) { #iNBUcpTWuRKzQryzRgf7QJu2oV9CK0GI { width:6.375rem;height:1.75rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhD6V8fo9HNqJ3JzTphhgEJADe7SqkWb { display:block; }
 }@media only screen and (max-width: 763px) { #We9UX9z6hcauoedNVswThaEiBSl2ibOb { top:23.4375rem;left:0rem;width:13.0625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiI32teBx4MKJCLbnW8aOcmfuyXLKS9W { top:22.75rem;left:0rem;width:4.5625rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHDtyk0d5D1IKBgk7aRssCR7oWzOPDWD { width:2.875rem;height:2.875rem;top:0.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifmDTg7twQFT7nK1sOEHRRti5WmsQnMp { width:7.1875rem;height:2.5rem;top:7.0625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rw3zpHRGywf1LyRci7rsOuBPKl9bWT4Z { display:block; }
 }@media only screen and (max-width: 763px) { #ofhnJTD8TgwkTNeKExZkf9WV1qlr5TdL { width:7.875rem;height:2rem;top:10.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1gukdOGztZB2GeztyzV0Ugu9gfhF7EZ { display:block; }
 }@media only screen and (max-width: 763px) { #mt1GCyCbWn6SxXpKpytqzmswdkWnPuOi { width:6.625rem;height:2rem;top:14.0625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFOMPtO63qZiIw0ZrtBQXq6RIz16kOLU { display:block; }
 }@media only screen and (max-width: 763px) { #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d66d2abe-1bdd-474f-a83b-fb6c998536a8/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.adaptive-delivery-prevent-bg, #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.lazyload, #v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4.lazyloading { background-image: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { background-color: transparent; background-image: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container > .video-iframe-container { display: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row > .video-iframe-container { display: none; }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .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); }#v6o4lRGcV06rni9FTNQlZbHk6STh4Xv4 > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RztIOZAO17haytDBJENGLMJTsyeaKqPi { display:block; }#RztIOZAO17haytDBJENGLMJTsyeaKqPi > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtciszoQng9wdlr1qST9z7DwmXskcsU0 { width:20rem;height:22.5rem;top:3.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk { display:block; }#CO7upnoQ4vIUUAz3Tu05A5k8QTDa5SKk > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REqzbRfcImMTOrDpec4CHMddh1ezgf94 { width:20rem;height:3rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwCTULKdfItUFXbTcSI3gZP6T6qCQ11 { width:20rem;height:20rem;top:6.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyVpCiTlTCTw6aXZVEk2TC1BC5KarL2g { width:20rem;height:16.088765603329rem;top:28.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRzX0D0tfhy3J3lvZDIqdSmNN1vxs2rC { width:20rem;height:7.125rem;top:46.932292938233rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTthvUE75iuzE3mPnSKBUpEXhFWXSo4L { width:20rem;height:1.5rem;top:54.851041793823rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d7OFWaTAoN6lHVV0haM1RK8d29wwtJ { width:3.75rem;height:3.4375rem;top:45.119792938233rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftlWw8i55LThN96JOEZv2r7FEARiyc2 { display:block; }#CftlWw8i55LThN96JOEZv2r7FEARiyc2 > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFrvhUl9FdUAkExDOGtJGvQdfbruIm6w { width:20rem;height:2rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWOe6iQZbBRB2Z3s8nmn8lGnnWvsVE6Q { width:20rem;height:15.75rem;top:6.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VspOTJKafAoWayq46gynbWTTU48QT8 { width:20rem;height:10.974358974359rem;top:24.637499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOU86F31uSDMHR4J8TxP6q61QGvMgrCe { display:block; }#dOU86F31uSDMHR4J8TxP6q61QGvMgrCe > .row .container { width:20rem;height:127.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umxED3CGTMpOW0i4vTmhEdzhbJBpm5K8 { width:20rem;height:4.375rem;top:2.3937501907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13kKdw0evDe3muv1TaQlM5Z5AK4fEu7 { width:20rem;height:13.4375rem;top:7.7312507629394rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNB22zPaSFWzSdHy6cfOBpDXh32TvieL { width:16.875rem;height:18.125rem;top:22.226041793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxGCJND3FIuExVussGxE1xTwuLTvEDQ { width:20rem;height:29.419953596287rem;top:44.02499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpZmr7Xsgb3NCXtVvJkNTEUTh7bLieRs { width:20rem;height:3.375rem;top:39.663541793823rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rLlNQwukZ7JwktmClWSy6PCOqbRD044E { width:20rem;height:3.1875rem;top:44rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlrZyzy0fm1ruOm6FZtPl3Z4r1pJwd7o { width:6.1875rem;height:0.3125rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda626SywZhDpc8gSH5NAIoHEINB416 { width:20rem;height:4.75rem;top:48.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Bps9wlQbgVX3lG9gIADXoSuNuhR6Vz { width:20rem;height:9.5rem;top:53.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4NB89d25T8U7pOPdptyX2D3PR3I3bLh { width:6.1875rem;height:0.3125rem;top:64.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfM5gepANQNdkZrOuzF1IybrVTCP4zkR { width:20rem;height:4.75rem;top:65.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITufaklIhbsXvvfmKBTU8WdtaOarmRgA { width:6.1875rem;height:0.3125rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKuZ2DT8KOfW9ZwMUdhqkWTXfh4th5m { width:20rem;height:4.75rem;top:71.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8CmVTF2zbQfO8S4mPR53XsfJTyyghEE { width:20rem;height:7.125rem;top:76.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuQH1J1094XcLrvS64C6FuA1R8OmVL3i { width:6.1875rem;height:0.3125rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz3QzhKqDmyAWPkFZOqmR1NeWlHKTwJy { width:20rem;height:2.375rem;top:85.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMEwpFzn5HsMGoEccgnkUB44Pff8FmJk { width:20rem;height:7.125rem;top:87.5869140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAic2bZ4IegHwGtggIcosMWohTNqHON { width:6.1875rem;height:0.3125rem;top:95.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNmGUSTl2acnOlgsnlbGbaHxKqaEo9id { width:20rem;height:4.75rem;top:95.975000381469rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZThev9nHIFR5eG89DR61DCcRnoKUzycP { width:6.1875rem;height:0.3125rem;top:101.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJynJrcl0579pLAN4ITl4iXcP5CqGLPH { width:20rem;height:7.125rem;top:101.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9o7Gv7rH9p4OQlHUDJypf37DZLC6vT { width:20rem;height:3rem;top:111.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQddsZ0m85CKhlXquWLAviqT523awgzr { width:11.9375rem;height:0.25rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vie2JHpS2svrywgux1k0KaDv4W9CO9uE { width:6.1875rem;height:0.3125rem;top:109.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3CHex0MzZNpOhtbubz7zNgRprDFClo { width:19rem;height:5.9375rem;top:118.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQwigMMADTtnNpK5Pvoqfpr2vOfXIPbr { display:block; }
 }@media only screen and (max-width: 763px) { #SqoVX9D3eufwqTKZU0dk1Mq94GFVqqVU { width:4.5rem;height:4.5rem;top:118.875rem;left:15rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 { display:block; }#Ig8cRyV0mIuFeWsKhhMFZs2z2LCoN3I2 > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #initq6dKNeGzpIUdaAr286qUql61KFvk { width:20rem;height:30rem;top:6.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0emIaVE5kTfImOlVh6iZuuKUNTXGdzs { width:20rem;height:3rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpWC6ivJ7uQ6u4RzIxoBHACLLTfm8fQk { width:20rem;height:15rem;top:39rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuFQdeMS5uezfcI6qTS6Jz3CJdG60XQz { width:18rem;height:24.875rem;top:55rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxviOi0V2R2367veQbarTAyB5BQEimC { display:block; }#OKxviOi0V2R2367veQbarTAyB5BQEimC > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBRvmnuVEEN3N1T14gQIFaJ8ZhgMTMdW { width:20rem;height:2.1875rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 { display:block; }#hfyA6A2hLXPd9r65KMF5WHtv2kPafnn2 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkROkATpx67l09QyyhDyx6F4kKRNcB49 { width:16.875rem;height:18.1875rem;top:1rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZetccU5LtBybPTC6c6JeDNH7MZ74ELq { width:18.9375rem;height:2.1875rem;top:20.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G52ZwZ05Qc3rzD5eWbdvHo4GHaNdN5MW { width:20rem;height:11.5625rem;top:24.1375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU { display:block; }#AmbcxERI3yEobI6TzR1kUdoO5MXiQXTU > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXqLBaGo8VoIgpUMqHz1nKLqLRsavJl3 { width:16.75rem;height:18rem;top:1.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rynK07SRXiLEZ7DA5nW4p2zBuB0uBzW4 { width:20rem;height:2.1875rem;top:21.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9AeSe0TOJZnt29UuKUGyUwCuupi50dH { width:20rem;height:18.5rem;top:24.1375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl { display:block; }#AXtg3TxGuNPiJlLQOXsSzqWGwifDMELl > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt3UeJQ3XHStXATRbp67KpdKZz8Bcesw { width:16.75rem;height:18rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAr94bytABNAI9CpM3t4OtcWU5lygbs4 { width:20rem;height:2.1875rem;top:20.90625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mV5nLdyuaP3DRzWCtchbwDGgpJaLlFaP { width:20rem;height:16.1875rem;top:24.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv { display:block; }#Tu4rqGpGSZ4EmiTBrZu3smOBISE87xAv > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVlFtRzEblFsQwEW6ADfF1h6Uk9QcpuH { width:16.75rem;height:18.1875rem;top:1.8874988555908rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5R0FNW112AODOoz1D4giURss9B2PTS { width:18.9375rem;height:2.1875rem;top:21.6875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXpw3wf1hLQp1nZfZSZ192uG47qcWu9P { width:20rem;height:23.125rem;top:24.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o { display:block; }#MHmARXwpQPu9TB3TiGBaT4EkF9e3X56o > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb6ZkeS0Q1B3zAErKEn9a8vA5gF6doOk { width:16.75rem;height:18rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxuZNrzuUgQLdcN2eMVmXrKsLZObVLr { width:20rem;height:2.1875rem;top:20.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zxx3TM16fcMVdeUkTtCqttx8TLcQ3Ur4 { width:20rem;height:13.875rem;top:24.1375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTf3mIUScr8eWuu183VoLR2I2wG8oR2p { display:block; }#zTf3mIUScr8eWuu183VoLR2I2wG8oR2p > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4wTq7EZasRe2FgJOveee11N92fqC48i { width:16.75rem;height:18.1875rem;top:1.2499980926514rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8iNnrl6qgXlOKJr1dLkvC1QUV5oxdE { width:20rem;height:2.1875rem;top:21.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TygTS9576h0dfdkwnp4ftH7GEPs9MrVT { width:20rem;height:9.25rem;top:24.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn { display:block; }#L1z9rTvqDweNUBhWI3V1BLpcUhOTRJDn > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVmJzGfwC0VxkmTnQI5vgb3FGAtoMp09 { width:16.75rem;height:18rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2FZcBxP8uB6yIcfbb27bSWgKdlSCJhO { width:20rem;height:2.1875rem;top:21rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WB239UAER2VrHAGdC90q8acb54A2ViNv { width:20rem;height:18.5rem;top:24.38671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa0cbca0-a105-4c30-8e0d-9ca121d17335/bg11.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.adaptive-delivery-prevent-bg, #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.lazyload, #VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ.lazyloading { background-image: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { background-color: transparent; background-image: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container > .video-iframe-container { display: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row > .video-iframe-container { display: none; }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .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); }#VDfoJXZzWWeW3fQqVKVLXp3npxRNlWhJ > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmHsKXid2FrcOpHbmB7ZB2QL5b2ioSSR { width:20rem;height:2.1875rem;top:2.5625019073486rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGoL35QAJyevugo6PeCBSOpSIRUAMi0 { width:20rem;height:18.5625rem;top:6.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx8OaaJeNgWVEayoJfIU7xR6mDuAIgdG { width:3.0625rem;height:2.8125rem;top:24.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51K1XDqaNd75TT0K9AZfk70PG8FRXop { width:20rem;height:3.625rem;top:28.125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K8NgP60MNodEKagO5upugpJ0yBfZ7tGm { width:20rem;height:0.25rem;top:32.949998855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gshf6dmhRyxsQzfzLQFPqX25ysCITv0F { width:20rem;height:0.25rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvr40LttdRKrx8FJzSDyf7OEy0w91fw { width:20rem;height:1.8125rem;top:50.5rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cl5ZtXIiU9rkoeCuKswk8t5zK4AD2NZG { width:20rem;height:13.5rem;top:35.2265625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3N8lXXFIz0iQaUGpsZQTkrmkUbUnTNy { width:2.8125rem;height:2.5625rem;top:47.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB { display:block; }#vnslnLHfJTnsPXkTg5mQyJOt3Go1GIaB > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q27HHlDxtgugeE8TOmrhNpL8cT0OsbtF { width:20rem;height:2.1875rem;top:3.8125019073486rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18r7ZkZ67oTGoRtAC1b8ecEZKUxK3xf { width:12.25rem;height:9.0625rem;top:6.8249988555906rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdNt5wCy58bxVvbtnNSkfgX6mitRsIui { width:7.6875rem;height:7.875rem;top:17.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtNqcqKnbW8QFgleUQUw77IbTgDN05B0 { width:12.5rem;height:3.5625rem;top:26.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NfXuQH5kXMq7Tb43vt67Ma4bJ0dbAG { width:11.8125rem;height:3.0625rem;top:34.1240234375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn { display:block; }#m2AMLIxscNTfCyqgaSTv80A4B7p3ZzMn > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 { display:block; }#XpfTfQqzDAEp8h2kaSIk2ZuJl27z33w8 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQPessZktyeF3zpo4aSCy2WiB2pbVKya { width:20rem;height:2.1875rem;top:29.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu8nUMPhmIVvB7q1t9dcrkkJKsNo8fs8 { width:20rem;height:5.625rem;top:32.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qgDc5kqabQaa4uQ1kP8NbtEp8TD57DqM { width:20rem;height:0.3125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNww58HFvgCFuvZbv311vQdC8JOTT1AB { width:20rem;height:1.6875rem;top:39.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISBqQ1qeDVSeOIWdKTsnGhOS9k6FbMKa { width:20rem;height:2.1875rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-text {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-select {padding-top: 0; padding-bottom: 0;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr  { width:17.5rem;height:auto;top:6.125rem;left:0rem;z-index:100007; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr {display:block;}#F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr { width:17.5rem;height:auto;top:6.125rem;left:0rem;z-index:100007; }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #wviVddvWIpwilflaPRgy1fTWUciUy9Ad {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #w7OBP19OGu81Z8Q8P9fA5V2r5Mgol9Qo {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #sB3RayD0kQoWZKMLrJ3G5ra7wEV4aNwp {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #RAg9yy8elg2Ou3EtBKTiQJkgGcmBaWSq {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WilWPM3FqfN5oX36Rvco3HTQlidfulxt {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #hxgD7dXsBAuLhl3gnf16XaeIyWbTcBRI {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #Z9XLuvoZc06PyPrnqXxWJyICoPOJINA0 {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #HkZ1ipaEQrqeqTne0V5OAqf3oweCAmDW {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #NVh2PqA1cUnIRWqAhv22hPiy8QkW8G4T {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #UeAxf9ONgtbTEelnJGNwoEK4Fo8wcVoi {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #aWAADfHh67mEtQpsBBcO1Kgi9tfhgwQO {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #WHMzS1EdcXoTroWePFfPn5SMbOqEG6Cy {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #fMcT6ZwGshymHRsDix22ZyIsyPnKLTqf {  }
 }@media only screen and (max-width: 763px) { #F9XFPZBQOzTAwFtNsp1NLGVMxiT58lfr #AXC6p4JAkDlIemrDkEn1nRlzgElycfZn {  }
 }@media only screen and (max-width: 763px) { #iNBUcpTWuRKzQryzRgf7QJu2oV9CK0GI { width:6.375rem;height:1.75rem;top:42.1875rem;left:6.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhD6V8fo9HNqJ3JzTphhgEJADe7SqkWb { display:block; }
 }@media only screen and (max-width: 763px) { #We9UX9z6hcauoedNVswThaEiBSl2ibOb { width:13.0625rem;height:3.125rem;top:46.1875rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiI32teBx4MKJCLbnW8aOcmfuyXLKS9W { width:4.5625rem;height:4.5625rem;top:45.5rem;left:2.375rem;font-size:3.1875rem;display:block; }
 }