.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { position:relative;display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { background-color: transparent; background-image: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { border-width: 0; border-radius: 0; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.adaptive-delivery-prevent-bg, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyload, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyloading { background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { background-color: transparent; background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .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); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { border-width: 0; border-radius: 0; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f251907-72a7-4a6f-9fa7-77c43143ee3f/488216051_122202778580106180_7303921797126429055_n.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#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.3); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { box-sizing:content-box;height:3.5rem;width:25.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:19.875rem;left:11.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#388e75;display:block;width:10.6875rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.375rem;left:30.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { color:#388e75;display:block;width:7.3730625rem;position:absolute;font-family:marcellus;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.875rem;left:40.5625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.125rem;left:19.25rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#ouSebq08oH3z0sm2HsoV840W4F0hw9QR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #468372, #235649);background-image: -moz-linear-gradient(180deg, #468372, #235649);background-image: -ms-linear-gradient(180deg, #468372, #235649);background-image: -o-linear-gradient(180deg, #468372, #235649);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#468372', endColorstr='#235649' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#468372', endColorstr='#235649' );";background-image: linear-gradient(180deg, #468372, #235649);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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.5625rem;left:28rem;display:block; }
#zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wq4oADho7UNtBnrJz1qKpIhFNRN4dKFH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:16.5rem;top:7.25rem;left:29.6875rem;overflow:hidden;display:block; }
#v53deOnH4VDFcN1XAFeZo6t7OHHeb0g4 { box-sizing:content-box;height:3.5rem;width:23.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:19.875rem;left:37.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF { position:relative;display:block; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF { background-color: transparent; background-image: none; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row .container > .video-iframe-container { display: none; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row > .video-iframe-container { display: none; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .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); }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF { border-width: 0; border-radius: 0; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .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:58.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F9IcJA0Umpp7T3iCM0dsCQLbKx8P7AfW { box-sizing:content-box;height:24.5rem;width:74.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:4.75rem;left:0rem;border-top:0.1875rem solid #59a28f;border-left:0.1875rem solid #59a28f;border-right:0.1875rem solid #59a28f;border-bottom:0.1875rem solid #59a28f;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x { box-sizing:content-box;height:24.5rem;width:43.125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/32655936-0e8e-455e-a8f8-2e8bb72c129c/4BEdroom.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9375rem;left:31.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;display:block; }#gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x.adaptive-delivery-prevent-bg, #gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x.lazyload, #gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x.lazyloading { background-image: none; }
#MadKWCZKpq6KMI7JC63x2xu9Ksku2cpd { color:#185041;display:block;width:15.25rem;position:absolute;font-family:marcellus;font-size:2.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7rem;left:7.625rem;height:3.8183625rem;display:block; }
#VNscmHltcRJaAhvECcRZ29AlaM30TPkQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:13.25rem;left:9.625rem; }
#HAcVbKWN47J9WMG5KT2c1ZLbAV2mSFto { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.8125rem;height:1.4619125rem;display:block; }
#rV1NZTki2wZR9c509Xqr92d0DV5hcqaq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:16.625rem;left:9.625rem; }
#e1Hdwn6TkEB1AzpSMwibZyDoipI5r6AV { color:#000000;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:16.9375rem;left:12.8125rem;height:1.4619125rem;display:block; }
#rd8Jt1tx9sFoyUm03MWbiOwJvRachNJe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:20.25rem;left:9.625rem; }
#OBStzKdJS8rO6ZQR2q7J3oIC9VtWgBoh { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:20.5rem;left:12.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#Cb9VkrJL3UOXdIEOAqENIldHQAS2qVuX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:1.15625rem;height:2.6806625rem;display:none; }
#Ckk3VM1N9tgwe0ZUcBUn7MkSivu8CQQA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.6875rem;left:1.1875rem;display:none; }
#m2beqCFUwvq85xknHVLi7Cgn2oHLpydL { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.1875rem;height:1.29980625rem;display:none; }
#SzDBrTDykB1x9wiUobeDQhRTx8hacigz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:14.5rem;left:7.4375rem;display:none; }
#yFI9GdddZZ3TBCITuqzOm5WysymrLAUl { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.3125rem;height:1.29980625rem;display:none; }
#w0IA6QqHQmOu7A6KT9VhLHmACMbz5qiA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:14.625rem;left:13.3125rem;display:none; }
#aRvcEZlIHSHqJ0I8TU32RrLzLl6Rtx0B { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.9375rem;left:15.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#ctDGAN2IlaTSOJfO6y59LaoqW10IRd5m { box-sizing:content-box;height:4.125rem;width:27.25rem;position:absolute;display:block;z-index:15089;background-color:#59a28f;background-image:none;top:25.3125rem;left:2.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#hLnfpz6TtJw7tx08TEGxgpTuVDTfIPgH { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:27rem;left:4.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T130gETAKEuuIy3fdKa66knRW5QNETOI { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:26.4375rem;left:9.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shqfPqJgGyRO2p69N911mQeMpCKck4ai { color:#ffffff;display:block;width:7.3730625rem;position:absolute;font-family:marcellus;font-size:1.3125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:26.9375rem;left:19.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTim89gWLEE9MpO96n1gOckXJWBdl5Ww { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:75rem;top:32.4375rem;left:-0.0869140625rem;overflow:hidden;display:block; }
#dOvQhNcXWeicZTH5bCbQlDmwzTDW6c1c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.6875rem;width:75rem;display:none; }
#ClF7aU59lWwSE0KxeZFrIFODhstr2xHF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.6875rem;width:72.9375rem;display:none; }
#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ca46d70-7037-4e04-b331-c4f87ede17ba/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.adaptive-delivery-prevent-bg, #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.lazyload, #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8.lazyloading { background-image: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { background-color: transparent; background-image: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container > .video-iframe-container { display: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container { display: none; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .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); }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { border-width: 0; border-radius: 0; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { color:#ffffff;display:block;width:32rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.57);top:8.0625rem;left:4.375rem;height:8.125rem;display:block; }
#PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { color:#ffffff;display:block;width:63.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.375rem;left:4.375rem;height:6.171875rem;display:block; }
#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { background-color: transparent; background-image: none; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container > .video-iframe-container { display: none; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row > .video-iframe-container { display: block; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .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); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { border-width: 0; border-radius: 0; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#GkDqiszeTvcvPdFvbtXTKsNdV0gnJ0Ol { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2fcf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container { background-color: transparent; background-image: none; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container > .video-iframe-container { display: none; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row > .video-iframe-container { display: none; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .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); }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container { border-width: 0; border-radius: 0; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#anDO18SCbfatpzWIeHtakVO0goy0iCFJ { color:#185041;display:block;width:18.249rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:28.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0qesS3Knq7zHNeSIT6TnUPA5fzcW7hT { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.4375rem;left:4.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#xsTZoZV2L1ZgGgWyJaVvzwzG3duXe2EW { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.4375rem;left:22.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#MmJg8twcDvEoR2qCK6A7VDZBJJOquTgX { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:12.4375rem;left:39.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#yD11xAXMlyB57MT18tfWM17tQHglTNSP { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:12.4375rem;left:57.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#nbrQgk7TbJRCMgezIIBTlr31wsKf4BlE { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:29.25rem;left:4.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#PUM78PXNbe1Pf7QeZigy7mN5lDXuQqMw { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:29.25rem;left:22.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#NgLLpr4x7VdcnkdxLpQWzGn09czmb6lL { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:29.25rem;left:39.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#zpnFhwqIwa4aDQIXwVvXTBqsIFpNz1ub { box-sizing:content-box;height:13.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:29.25rem;left:57.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.06) ;display:block; }
#Jnu2l3F8MalQB38CBOv6HySN0km9L8Ar { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6rem;top:13.875rem;left:8.40625rem;overflow:hidden;display:block; }
#ZMUBKwQAtnnayEZ44OvyzeG1hlttKiG9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6rem;top:13.875rem;left:25.28125rem;overflow:hidden;display:block; }
#OA6UfhtFVIothGWK5JZboSC9yrlMUTTV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:14.03125rem;left:43.375rem;overflow:hidden;display:block; }
#f8HWm8uTyfVyTGc8c7mBIdOwLB4zqOlg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.5rem;top:14.125rem;left:60.90625rem;overflow:hidden;display:block; }
#CTfCOIOfMUOu6FKm5z6mmvn9GBLzPwyH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:31.0625rem;left:8.78125rem;overflow:hidden;display:block; }
#gT8o2u33nb5KuxNFWzwyhoCuVg2ByTCX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.625rem;top:30.90625rem;left:26.03125rem;overflow:hidden;display:block; }
#b6ROS070b8mozWm6tkTKFlKk5eDzbHmu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:30.875rem;left:43.375rem;overflow:hidden;display:block; }
#R0tccc6GN6OE3hpWA82Br2VvwS5TPtgR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.1875rem;top:31.0625rem;left:60.5625rem;overflow:hidden;display:block; }
#WQ3VakhBRNfT8VD4yEdT21ykIFG8NVI6 { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:6.65625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CErwMVtRAiUfeMh1o17dRvTRAUBT8Gpl { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.8125rem;left:24.09375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZduDEy1OScOdchcU61GR1ZfR7ZeKN3EU { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8115234375rem;left:41.46875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3n1hMiuioFwLzoxswQLp6aq5CZ1Soi2 { color:#5b9989;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8115234375rem;left:58.40625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckLhR3M0ABgSzu85Q2HusvmBh2srhTyc { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.6875rem;left:6.65625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAaPvFnTrqtvVapC29tkdRcs30WbVX26 { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:37.6865234375rem;left:24.09375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKPTpVrr9JWLhxykKaUL3sDpzMz4Tqvk { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:37.6865234375rem;left:41.46875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkSEWq55fc30A1q39xgI1PwFa941KwFv { color:#5b9989;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:37.6865234375rem;left:58.90625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acf3bd72-13fe-439e-911e-09463880eb4b/Group2431.preview.mirror.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,53,41,0.4); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,53,41,0.4); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2fcf9, #d0efe2);background-image: -moz-linear-gradient(180deg, #f2fcf9, #d0efe2);background-image: -ms-linear-gradient(180deg, #f2fcf9, #d0efe2);background-image: -o-linear-gradient(180deg, #f2fcf9, #d0efe2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fcf9', endColorstr='#d0efe2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fcf9', endColorstr='#d0efe2' );";background-image: linear-gradient(180deg, #f2fcf9, #d0efe2);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#235649;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.3125rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.3125rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.375rem;left:51.3125rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.4375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5ce5aa-f85a-4be3-aed4-0441685cd843/bg102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.adaptive-delivery-prevent-bg, #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.lazyload, #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.lazyloading { background-image: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { background-color: transparent; background-image: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container > .video-iframe-container { display: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row > .video-iframe-container { display: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .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); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { border-width: 0; border-radius: 0; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { font-size:0.875rem;font-family:arial;height:84.875rem;width:75rem;position:relative;display:block; }#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#ffffff;display:block;width:18.249rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:10.9365234375rem;left:0rem;display:block; }
#dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:46rem;left:11.125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#GhD7H4gMSwgTNHi7wASBioivP050PTR1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:58.9375rem;left:8.8125rem; }
#MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15084;line-height:2;letter-spacing:0;top:47.875rem;left:8.8125rem;height:5.25rem;font-style:normal;display:block; }
#Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15085;line-height:2;letter-spacing:0;top:47.875rem;left:26.625rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:46rem;left:44rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:58.625rem;left:41.375rem; }
#b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15087;line-height:2;letter-spacing:0;top:47.875rem;left:41.6875rem;height:8.75rem;font-style:normal;display:block; }
#gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:2;letter-spacing:0;top:47.875rem;left:61.6875rem;height:8.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:45.4375rem;left:8.875rem; }
#qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:59.5rem;left:11.375rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15090;line-height:2;letter-spacing:0;top:61.375rem;left:8.8125rem;height:10.5rem;font-style:normal;display:block; }
#Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:61.375rem;left:26.625rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IViArerKRR06PUTTJS028kVxe4SeSyoR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:45.4375rem;left:41.6875rem; }
#wANLUyH6oie23tmCmeVGctiro7V9GCS0 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:59.4375rem;left:44.1875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15093;line-height:2;letter-spacing:0;top:61.3125rem;left:41.6875rem;height:10.5rem;font-style:normal;display:block; }
#JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15094;line-height:2;letter-spacing:0;top:61.375rem;left:61.6875rem;height:10.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(180deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(180deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(180deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(180deg, #ffffff, #e5e5e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#235649;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:75.8740234375rem;left:26rem;display:block; }
#byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;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) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { top:19.875rem;left:0rem;width:25.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:20.375rem;left:16.6875rem;width:10.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { top:20.875rem;left:26.9375rem;width:7.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { top:20.9375rem;left:11.625rem;width:5.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { top:16.125rem;left:5.625rem;width:36.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouSebq08oH3z0sm2HsoV840W4F0hw9QR { width:19rem;height:3.125rem;top:25.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block; }
 }@media only screen and (max-width: 763px) { #wq4oADho7UNtBnrJz1qKpIhFNRN4dKFH { top:7.25rem;left:16.0625rem;width:16.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v53deOnH4VDFcN1XAFeZo6t7OHHeb0g4 { top:19.875rem;left:23.5625rem;width:23.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF { display:block; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9IcJA0Umpp7T3iCM0dsCQLbKx8P7AfW { top:4.75rem;left:0rem;width:47.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x { top:4.9375rem;left:4.625rem;width:43.125rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MadKWCZKpq6KMI7JC63x2xu9Ksku2cpd { top:7rem;left:0rem;width:15.25rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNscmHltcRJaAhvECcRZ29AlaM30TPkQ { top:13.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAcVbKWN47J9WMG5KT2c1ZLbAV2mSFto { top:13.5625rem;left:0rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV1NZTki2wZR9c509Xqr92d0DV5hcqaq { top:16.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Hdwn6TkEB1AzpSMwibZyDoipI5r6AV { top:16.9375rem;left:0rem;width:7.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Jt1tx9sFoyUm03MWbiOwJvRachNJe { top:20.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBStzKdJS8rO6ZQR2q7J3oIC9VtWgBoh { top:20.5rem;left:0rem;width:7.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb9VkrJL3UOXdIEOAqENIldHQAS2qVuX { top:16.75rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ckk3VM1N9tgwe0ZUcBUn7MkSivu8CQQA { top:14.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2beqCFUwvq85xknHVLi7Cgn2oHLpydL { top:19.75rem;left:0rem;width:3rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzDBrTDykB1x9wiUobeDQhRTx8hacigz { top:14.5rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFI9GdddZZ3TBCITuqzOm5WysymrLAUl { top:19.75rem;left:0rem;width:3.1875rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0IA6QqHQmOu7A6KT9VhLHmACMbz5qiA { top:14.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRvcEZlIHSHqJ0I8TU32RrLzLl6Rtx0B { top:18.0625rem;left:2.25rem;width:4.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctDGAN2IlaTSOJfO6y59LaoqW10IRd5m { top:25.3125rem;left:0rem;width:27.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnfpz6TtJw7tx08TEGxgpTuVDTfIPgH { top:27rem;left:0rem;width:5.625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T130gETAKEuuIy3fdKa66knRW5QNETOI { top:26.4375rem;left:0rem;width:10.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shqfPqJgGyRO2p69N911mQeMpCKck4ai { top:26.9375rem;left:6.3125rem;width:7.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTim89gWLEE9MpO96n1gOckXJWBdl5Ww { top:32.4375rem;left:0rem;width:47.75rem;height:15.200416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOvQhNcXWeicZTH5bCbQlDmwzTDW6c1c { width:47.75rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClF7aU59lWwSE0KxeZFrIFODhstr2xHF { width:46.4375rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { display:block; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { top:8.0625rem;left:0rem;width:32rem;height:8.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { top:17.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB { display:block; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkDqiszeTvcvPdFvbtXTKsNdV0gnJ0Ol { display:none; }
 }@media only screen and (max-width: 763px) { #w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT { display:block; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anDO18SCbfatpzWIeHtakVO0goy0iCFJ { top:4.25rem;left:14.75rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qesS3Knq7zHNeSIT6TnUPA5fzcW7hT { top:12.4375rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTZoZV2L1ZgGgWyJaVvzwzG3duXe2EW { top:12.4375rem;left:8.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmJg8twcDvEoR2qCK6A7VDZBJJOquTgX { top:12.4375rem;left:26.0625rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD11xAXMlyB57MT18tfWM17tQHglTNSP { top:12.4375rem;left:34.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbrQgk7TbJRCMgezIIBTlr31wsKf4BlE { top:29.25rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUM78PXNbe1Pf7QeZigy7mN5lDXuQqMw { top:29.25rem;left:8.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLLpr4x7VdcnkdxLpQWzGn09czmb6lL { top:29.25rem;left:26.0625rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnFhwqIwa4aDQIXwVvXTBqsIFpNz1ub { top:29.25rem;left:34.6875rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu2l3F8MalQB38CBOv6HySN0km9L8Ar { top:13.875rem;left:0rem;width:6rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMUBKwQAtnnayEZ44OvyzeG1hlttKiG9 { top:13.875rem;left:11.65625rem;width:6rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA6UfhtFVIothGWK5JZboSC9yrlMUTTV { top:14rem;left:29.75rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HWm8uTyfVyTGc8c7mBIdOwLB4zqOlg { top:14.125rem;left:42.25rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTfCOIOfMUOu6FKm5z6mmvn9GBLzPwyH { top:31.0625rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8o2u33nb5KuxNFWzwyhoCuVg2ByTCX { top:30.875rem;left:12.40625rem;width:5.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ROS070b8mozWm6tkTKFlKk5eDzbHmu { top:30.875rem;left:29.75rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tccc6GN6OE3hpWA82Br2VvwS5TPtgR { top:31.0625rem;left:41.5625rem;width:6.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ3VakhBRNfT8VD4yEdT21ykIFG8NVI6 { top:20.8125rem;left:0rem;width:9.5rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CErwMVtRAiUfeMh1o17dRvTRAUBT8Gpl { top:20.8125rem;left:10.46875rem;width:9.5rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZduDEy1OScOdchcU61GR1ZfR7ZeKN3EU { top:20.75rem;left:27.84375rem;width:9.5rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3n1hMiuioFwLzoxswQLp6aq5CZ1Soi2 { top:20.75rem;left:37.25rem;width:10.5rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLhR3M0ABgSzu85Q2HusvmBh2srhTyc { top:37.6875rem;left:0rem;width:9.5rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaPvFnTrqtvVapC29tkdRcs30WbVX26 { top:37.625rem;left:10.46875rem;width:9.5rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPTpVrr9JWLhxykKaUL3sDpzMz4Tqvk { top:37.625rem;left:27.84375rem;width:9.5rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkSEWq55fc30A1q39xgI1PwFa941KwFv { top:37.625rem;left:38.25rem;width:9.5rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.3125rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.3125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.5625rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.4375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu { display:block; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4.4375rem;left:14.75rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:10.875rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { top:46rem;left:0rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { top:58.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { top:47.875rem;left:0rem;width:21.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { top:47.875rem;left:13rem;width:4.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { top:46rem;left:30.375rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { top:58.625rem;left:27.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { top:47.875rem;left:26.8125rem;width:20.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { top:47.875rem;left:43.25rem;width:4.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { top:45.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { top:59.5rem;left:0rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { top:61.375rem;left:0rem;width:21.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { top:61.375rem;left:13rem;width:4.375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IViArerKRR06PUTTJS028kVxe4SeSyoR { top:45.4375rem;left:28.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANLUyH6oie23tmCmeVGctiro7V9GCS0 { top:59.4375rem;left:30.5625rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { top:61.3125rem;left:28.0625rem;width:16.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { top:61.375rem;left:43.25rem;width:4.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:23rem;height:3.75rem;top:75.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f251907-72a7-4a6f-9fa7-77c43143ee3f/488216051_122202778580106180_7303921797126429055_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#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.06); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { width:9.625rem;height:2.4375rem;top:9.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:6.1875rem;height:1.625rem;top:10.3125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { width:5.5rem;height:1.13671875rem;top:10.5625rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTgIxnP00l5SPFrRzK9MZ0kOusiI1vx { width:5.625rem;height:1.13671875rem;top:10.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx8JIQ21W4tx5CnwAQc9XVTuT9Vexzc { width:20rem;height:1.13671875rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouSebq08oH3z0sm2HsoV840W4F0hw9QR { width:13.75rem;height:2.4375rem;top:13.375rem;left:3.125rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #468372, #235649);background-image: -moz-linear-gradient(180deg, #468372, #235649);background-image: -ms-linear-gradient(180deg, #468372, #235649);background-image: -o-linear-gradient(180deg, #468372, #235649);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#468372', endColorstr='#235649' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#468372', endColorstr='#235649' );";background-image: linear-gradient(180deg, #468372, #235649);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zwxrtJRN2rurD0u15KhwRG2GbBxo0OfO { display:block; }
 }@media only screen and (max-width: 763px) { #wq4oADho7UNtBnrJz1qKpIhFNRN4dKFH { width:9.875rem;height:4.6875rem;top:2.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v53deOnH4VDFcN1XAFeZo6t7OHHeb0g4 { width:10.4375rem;height:2.4375rem;top:9.9375rem;left:9.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF { display:block; }#z6KrrEF0B2f9XqvSGpaOyD4Me9J0n7UF > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9IcJA0Umpp7T3iCM0dsCQLbKx8P7AfW { width:19.75rem;height:22rem;top:1.25rem;left:0rem;border-top:0.125rem solid #59a28f;border-left:0.125rem solid #59a28f;border-right:0.125rem solid #59a28f;border-bottom:0.125rem solid #59a28f;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJL6RUB2gXhTBn49smRnAz6ZmBbSc8x { width:19.75rem;height:13.375rem;top:1.375rem;left:0.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MadKWCZKpq6KMI7JC63x2xu9Ksku2cpd { width:15.25rem;height:auto;top:7rem;left:2.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNscmHltcRJaAhvECcRZ29AlaM30TPkQ { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAcVbKWN47J9WMG5KT2c1ZLbAV2mSFto { width:7.4375rem;height:auto;top:13.5625rem;left:6.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rV1NZTki2wZR9c509Xqr92d0DV5hcqaq { display:flex;width:1.875rem;height:1.875rem;top:16.625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1Hdwn6TkEB1AzpSMwibZyDoipI5r6AV { width:7.75rem;height:auto;top:16.9375rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rd8Jt1tx9sFoyUm03MWbiOwJvRachNJe { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBStzKdJS8rO6ZQR2q7J3oIC9VtWgBoh { width:7.25rem;height:auto;top:20.5rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Cb9VkrJL3UOXdIEOAqENIldHQAS2qVuX { width:12.5rem;height:2.03125rem;top:15.375rem;left:1.125rem;font-size:1.5625rem;z-index:15021;color:#185041;display:block; }
 }@media only screen and (max-width: 763px) { #Ckk3VM1N9tgwe0ZUcBUn7MkSivu8CQQA { display:flex;width:1.5625rem;height:1.5625rem;top:17.75rem;left:1.125rem;font-size:1.0625rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #m2beqCFUwvq85xknHVLi7Cgn2oHLpydL { width:3rem;height:0.89355625rem;top:18.083984375rem;left:3.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15098;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SzDBrTDykB1x9wiUobeDQhRTx8hacigz { display:flex;width:1.5625rem;height:1.5625rem;top:17.75rem;left:7.03125rem;font-size:1.0625rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #yFI9GdddZZ3TBCITuqzOm5WysymrLAUl { width:3.1875rem;height:0.89355625rem;top:18.083984375rem;left:8.96875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15099;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #w0IA6QqHQmOu7A6KT9VhLHmACMbz5qiA { display:flex;width:1.5625rem;height:1.5625rem;top:17.75rem;left:12.875rem;font-size:1.0625rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #aRvcEZlIHSHqJ0I8TU32RrLzLl6Rtx0B { width:4.125rem;height:0.89355625rem;top:18.083984375rem;left:14.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15100;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ctDGAN2IlaTSOJfO6y59LaoqW10IRd5m { width:18.25rem;height:3.125rem;top:20.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnfpz6TtJw7tx08TEGxgpTuVDTfIPgH { width:5.625rem;height:0.9746125rem;top:21.431640625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T130gETAKEuuIy3fdKa66knRW5QNETOI { width:10.6875rem;height:1.625rem;top:21.1875rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shqfPqJgGyRO2p69N911mQeMpCKck4ai { width:7.3125rem;height:1.13671875rem;top:21.431640625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTim89gWLEE9MpO96n1gOckXJWBdl5Ww { width:19.5625rem;height:6.25rem;top:26.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOvQhNcXWeicZTH5bCbQlDmwzTDW6c1c { top:24.5625rem;left:2.125rem;width:15.25rem;height:10.0625rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ClF7aU59lWwSE0KxeZFrIFODhstr2xHF { top:35.4375rem;left:2.375rem;width:14.75rem;height:10.0625rem;z-index:15114;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 { display:block; }#cirPrLr3ay6C32BkhDHkJuDFM4sbNIX8 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nX9EPTOXztMGmxDupuKwOM6Vl5Jo8GEb { width:16.9375rem;height:4.2246125rem;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSu5Gqs8DI7iIp3mi1v7hShPBvpGxt8W { width:20rem;height:4.875rem;top:6.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB { background-color:#ffffff;background-image:none;display:block; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { background-color: transparent; background-image: none; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container > .video-iframe-container { display: none; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row > .video-iframe-container { display: none; }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .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); }#WaeLy5uJJdyQusfPk31Mavs0JIb2kTOB > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkDqiszeTvcvPdFvbtXTKsNdV0gnJ0Ol { height:11.25rem;width:20rem;top:1.3125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT { display:block; }#w1qM0IZLxJXRZvAODvi67TJAcqhIrOGT > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anDO18SCbfatpzWIeHtakVO0goy0iCFJ { width:18.1875rem;height:1.7871125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qesS3Knq7zHNeSIT6TnUPA5fzcW7hT { width:7.5625rem;height:7.5625rem;top:4.75rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTZoZV2L1ZgGgWyJaVvzwzG3duXe2EW { width:7.5625rem;height:7.5625rem;top:4.75rem;left:10.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmJg8twcDvEoR2qCK6A7VDZBJJOquTgX { width:7.5625rem;height:7.5625rem;top:14.75rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD11xAXMlyB57MT18tfWM17tQHglTNSP { width:7.5625rem;height:7.5625rem;top:14.75rem;left:10.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbrQgk7TbJRCMgezIIBTlr31wsKf4BlE { width:7.5625rem;height:7.5625rem;top:24.875rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUM78PXNbe1Pf7QeZigy7mN5lDXuQqMw { width:7.5625rem;height:7.5625rem;top:24.875rem;left:10.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLLpr4x7VdcnkdxLpQWzGn09czmb6lL { width:7.5625rem;height:7.5625rem;top:34.625rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnFhwqIwa4aDQIXwVvXTBqsIFpNz1ub { width:7.5625rem;height:7.5625rem;top:34.625rem;left:10.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu2l3F8MalQB38CBOv6HySN0km9L8Ar { width:3.6875rem;height:3.625rem;top:5.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMUBKwQAtnnayEZ44OvyzeG1hlttKiG9 { width:3.8125rem;height:3.75rem;top:5.5625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA6UfhtFVIothGWK5JZboSC9yrlMUTTV { width:3.5rem;height:3.4375rem;top:15.8125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HWm8uTyfVyTGc8c7mBIdOwLB4zqOlg { width:3.5rem;height:3.4375rem;top:15.8125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTfCOIOfMUOu6FKm5z6mmvn9GBLzPwyH { width:3.5rem;height:3.5rem;top:25.875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8o2u33nb5KuxNFWzwyhoCuVg2ByTCX { width:3.6875rem;height:3.625rem;top:25.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ROS070b8mozWm6tkTKFlKk5eDzbHmu { width:3.625rem;height:3.5625rem;top:35.46875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tccc6GN6OE3hpWA82Br2VvwS5TPtgR { width:3.5625rem;height:3.5rem;top:35.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ3VakhBRNfT8VD4yEdT21ykIFG8NVI6 { width:6.0625rem;height:1.7871125rem;top:9.5625rem;left:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CErwMVtRAiUfeMh1o17dRvTRAUBT8Gpl { width:6.0625rem;height:0.89355625rem;top:9.625rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZduDEy1OScOdchcU61GR1ZfR7ZeKN3EU { width:6.0625rem;height:0.89355625rem;top:19.8310546875rem;left:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3n1hMiuioFwLzoxswQLp6aq5CZ1Soi2 { width:6.0625rem;height:1.7871125rem;top:19.8212890625rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLhR3M0ABgSzu85Q2HusvmBh2srhTyc { width:6.0625rem;height:0.89355625rem;top:30rem;left:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaPvFnTrqtvVapC29tkdRcs30WbVX26 { width:6.0625rem;height:1.7871125rem;top:29.990234375rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPTpVrr9JWLhxykKaUL3sDpzMz4Tqvk { width:6.0625rem;height:1.7871125rem;top:39.7626953125rem;left:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkSEWq55fc30A1q39xgI1PwFa941KwFv { width:6.0625rem;height:1.7871125rem;top:39.7626953125rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#31171c;background-image:url("https://images.assets-landingi.com/uc/acf3bd72-13fe-439e-911e-09463880eb4b/Group2431.preview.mirror.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.95rem;top:26.88671875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4625rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5ce5aa-f85a-4be3-aed4-0441685cd843/bg102.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.adaptive-delivery-prevent-bg, #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.lazyload, #zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu.lazyloading { background-image: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { background-color: transparent; background-image: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container > .video-iframe-container { display: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row > .video-iframe-container { display: none; }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .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); }#zf6KQbSaaybbyqvCtmB7Go6FxtziPJeu > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.187125rem;height:1.7875rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhAHHOeZLy8oJlbg7VadAS5xxpBIguhC { width:11.375rem;height:1.13671875rem;top:17.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { display:flex;width:1.25rem;height:1.25rem;top:34.375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MWGmxWNSlzP0TQ4eXxqAuwoBLnIfheu5 { width:16.4373125rem;height:4.0488375rem;top:19rem;left:0rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz3PiUpL1fb8cPnieN64LCJShWSz336 { width:3.4375rem;height:4.0488375rem;top:19rem;left:16.5625rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Oh90eQvTTldUnCuPyGZe7XcapZ7sFtIS { width:13.125rem;height:1.13671875rem;top:24.5625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { display:flex;width:1.8125rem;height:1.8125rem;top:45.068359375rem;left:0rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #b76zTB0bJGXCfk7BA0iRIt5oMNUA0O9l { width:16.3743125rem;height:6.7480625rem;top:26rem;left:0rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #gkxuBbfA3LCvLVWgl1yN3Ur9qNxslZ3g { width:4.49805rem;height:6.7480625rem;top:25.875rem;left:15.5009765625rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:3.66015625rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #oTq0Bp0wq8PbU6GIRKwJkNv51xGp4epC { display:flex;width:1.5rem;height:1.5rem;top:17.443359375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #qka5GaAz6JQu2PpRh2TUSSeQ6n3G1hK7 { width:13.125rem;height:1.13671875rem;top:34.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAFVGC2OkOMxL8LZhSnNUVTc9h69HnK { width:16.3743125rem;height:8.097675rem;top:35.875rem;left:0rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvl4z6uss8yHi8awRzeMC4WXOpwdGhS { width:4.375rem;height:8.097675rem;top:35.875rem;left:15.625rem;font-size:0.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IViArerKRR06PUTTJS028kVxe4SeSyoR { display:flex;width:1.5rem;height:1.5rem;top:24.380859375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wANLUyH6oie23tmCmeVGctiro7V9GCS0 { width:13.125rem;height:1.13671875rem;top:45.5625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcOsH6ixOdb4zIIz56MrZDuvuKbNtqHk { width:14.5rem;height:6.75rem;top:47.0625rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JsB2DN7DQnaRduVsAUFEthcMDT5ru8iV { width:5.3125rem;height:6.75rem;top:47.0625rem;left:14.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:18.125rem;height:3rem;top:56.5625rem;left:0.9375rem;font-size:0.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #dfdfdf);background-image: -moz-linear-gradient(180deg, #ffffff, #dfdfdf);background-image: -ms-linear-gradient(180deg, #ffffff, #dfdfdf);background-image: -o-linear-gradient(180deg, #ffffff, #dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );";background-image: linear-gradient(180deg, #ffffff, #dfdfdf);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }