.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:227,238,224;--color-primary-1:195,255,174;--color-primary-2:114,170,102;--color-primary-3:87,176,68;--color-primary-4:20,113,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:34,34,34;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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:rgba(var(--color-tertiary-0),1);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/dca2905b-81fe-4f44-a98a-58c3ff4421ec/569217149_122196768074288376_5075683385091495903_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.34); }#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(var(--color-tertiary-4),0.34); }#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:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.25rem;left:12.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #b2adad);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #b2adad);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #b2adad);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #b2adad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#b2adad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#b2adad' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #b2adad);background-size:auto !important;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;box-shadow: 0rem 0.0625rem 0.4375rem rgba(0,0,0,0.34) ;box-sizing:border-box;color:#263b30;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.1875rem;left:26.59375rem;display:block; }
#F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { color:#6d9970;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:25.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:31.25rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { box-sizing:content-box;height:3.5rem;width:31.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0.43);background-image:none;top:21.6875rem;left:21.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #6d9970;border-left:0.125rem solid #6d9970;border-right:0.125rem solid #6d9970;border-bottom:0.125rem solid #6d9970;display:block; }
#MBTcXT5hWhB9kJTyAyLAPEBkuUWZDayf { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:21.3125rem;top:4.125rem;left:26.875rem;overflow:hidden;display:block; }
#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { background-color:rgba(29,158,163,0.1);background-image:url("https://images.assets-landingi.com/uc/8e9d9fcf-0373-451f-9cd5-7bdff9601d3b/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.adaptive-delivery-prevent-bg, #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.lazyload, #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.lazyloading { background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { background-color: transparent; background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .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); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { border-width: 0; border-radius: 0; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { font-size:0.875rem;font-family:arial;height:82.125rem;width:75rem;overflow:visible;position:relative;display:block; }#KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:26.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTNgGN5uX6R5aiwkwxA1THZpTfJqOI3f { box-sizing:content-box;height:30.125rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:#f8fff8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:0rem;display:block; }
#fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl { box-sizing:content-box;height:27rem;width:25.9375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3267cdf7-3410-47eb-a2bf-18753027ddd9/S__5177360_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:14.1875rem;left:1.6875rem;display:block; }#fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl.adaptive-delivery-prevent-bg, #fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl.lazyload, #fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl.lazyloading { background-image: none; }
#v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4 { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/44f3de10-5580-4e3d-bc13-ca48b4b4e625/Lidia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:14.125rem;left:28.5rem;display:block; }#v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4.adaptive-delivery-prevent-bg, #v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4.lazyload, #v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4.lazyloading { background-image: none; }
#DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6 { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/6aa523ee-5069-42ba-bb24-d578d52d4b3f/Lidia5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:14.1875rem;left:51.3125rem;display:block; }#DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6.adaptive-delivery-prevent-bg, #DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6.lazyload, #DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6.lazyloading { background-image: none; }
#QNX5Eq16tAVt5eivNzZ8OmWstho58brk { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/33661e57-8a3b-4c4e-a7a1-10653293b8ea/Lidia9.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:25.5rem;left:28.5rem;display:block; }#QNX5Eq16tAVt5eivNzZ8OmWstho58brk.adaptive-delivery-prevent-bg, #QNX5Eq16tAVt5eivNzZ8OmWstho58brk.lazyload, #QNX5Eq16tAVt5eivNzZ8OmWstho58brk.lazyloading { background-image: none; }
#TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/ff1c8157-e824-4142-9c13-1e3b40c04102/Lidia10.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:25.5rem;left:51.3125rem;display:block; }#TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI.adaptive-delivery-prevent-bg, #TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI.lazyload, #TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI.lazyloading { background-image: none; }
#xF5inQ1CBORSidcQHLede23ZxgNgVeGK { color:#354f35;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:39.5625rem;left:28.625rem;height:1.4619125rem;display:block; }
#rsutse0r4SSlo5ETleEnDXByzN7QeppH { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:39.25rem;left:34.125rem;height:2.03125rem;font-style:normal;display:block; }
#aSlg3zpKRm6zwsavUAsTNNgt2JgapsAK { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:39.5625rem;left:43.375rem;height:1.54296875rem;text-align:right;text-align-last:right;display:block; }
#cMnLN8AkiaBOSAyG5ga1IhtFy7WGpq7E { 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:15200;opacity:1;top:37.25rem;left:28.5rem; }
#HgUnsVlP2W0caTfB7cOWMbfKxc2zzCrJ { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:37.4375rem;left:29.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DTynCqDs1E15M8l0m0Mw9lvXh8ZDfyBI { 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:15202;opacity:1;top:37.25rem;left:34.9375rem; }
#iIi7dLFdVbWyZPBbL910K4LQBzva4lxM { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:37.4375rem;left:36rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vfnsNfbIa6l5VhJikQt5aEywu6ASRDwh { 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:15204;opacity:1;top:37.25rem;left:42.0625rem; }
#EXnprxz5F4G5PVf30mmuBDd0nrVUtItV { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:37.4375rem;left:44.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Iw9UENbTmVzmig14Bp9Mr7O6WrTe3E8c { color:#2c402c;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:37.75rem;left:60.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lZdpxw8SrfW4J7oKqBMqWTlOag82Iqiv { box-sizing:content-box;height:30.125rem;width:75rem;position:absolute;display:block;z-index:15044;background-color:#f8fff8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:0rem;display:block; }
#uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR { box-sizing:content-box;height:27rem;width:25.9375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bae490af-e170-470d-bcf4-d0dcd1593bbf/S__5177361_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:47.375rem;left:1.6875rem;display:block; }#uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR.adaptive-delivery-prevent-bg, #uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR.lazyload, #uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR.lazyloading { background-image: none; }
#Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/eb2b73a7-0c69-4939-9eac-5a345cf6a472/Gemini_Generated_Image_lmfa0clmfa0clmfa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:47.3125rem;left:28.5rem;display:block; }#Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk.adaptive-delivery-prevent-bg, #Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk.lazyload, #Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk.lazyloading { background-image: none; }
#ie6osEoi0JAuIiK3BpeyPLskwi0ScU62 { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c65a8394-d84a-4061-83f9-2f2a49081c0a/A7C02861HDR.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:58.6875rem;left:28.5rem;display:block; }#ie6osEoi0JAuIiK3BpeyPLskwi0ScU62.adaptive-delivery-prevent-bg, #ie6osEoi0JAuIiK3BpeyPLskwi0ScU62.lazyload, #ie6osEoi0JAuIiK3BpeyPLskwi0ScU62.lazyloading { background-image: none; }
#QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2 { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3f4a896-33e1-4562-b8b5-c7afe503ad05/A7C02670.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:47.375rem;left:51.3125rem;display:block; }#QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2.adaptive-delivery-prevent-bg, #QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2.lazyload, #QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2.lazyloading { background-image: none; }
#RQSauMB5DtvkupsdSLcb8dE628bHZn5u { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/f420420f-0bf8-42dd-a792-0b3be7cc5e18/A7C02748HDR.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;top:58.6875rem;left:51.3125rem;display:block; }#RQSauMB5DtvkupsdSLcb8dE628bHZn5u.adaptive-delivery-prevent-bg, #RQSauMB5DtvkupsdSLcb8dE628bHZn5u.lazyload, #RQSauMB5DtvkupsdSLcb8dE628bHZn5u.lazyloading { background-image: none; }
#H1GCXJgh4MZdJwVcvIHDdU5EBTD8TWSO { 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:15216;opacity:1;top:70.4375rem;left:28.5rem; }
#hKgw7GosyJ8xWDAWWxezHVgxt9nfrLuZ { 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:15218;opacity:1;top:70.4375rem;left:34.9375rem; }
#nRZ4ohG7xHh5GR4VA4344DIgTtcngiXb { 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:15220;opacity:1;top:70.4375rem;left:42.0625rem; }
#DD1pkAEqqUyZaHcK8ZcU6iUIWimG6uOu { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15217;line-height:1.3;letter-spacing:0;top:70.625rem;left:29.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#l0T6K3ARrKfQOXC4pilarlQ5LBdcIsLf { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:70.625rem;left:36rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#aXkn8f7lpHbooMraISDp5yWI7RTpiOak { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:70.625rem;left:44.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Id8I37w6yLST0wMwOCgdaVV5MbykTTwP { color:#2c402c;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15222;line-height:1.3;letter-spacing:0;top:70.9375rem;left:60.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oqhFoOfBotgp3FvT3oHgFBB9trVmQExw { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:72.4375rem;left:34.125rem;height:2.03125rem;font-style:normal;display:block; }
#FCuU6zo6zt2D2KRhmrRwsgQs2B1qRwAf { color:#354f35;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:72.75rem;left:28.625rem;height:1.4619125rem;display:block; }
#BKTvLmnvM5qkFaZMiWuw9NZ5TSQCQq2p { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:72.75rem;left:42.9375rem;height:1.54296875rem;text-align:right;text-align-last:right;display:block; }
#ha2JiK2s5zTOTbRupiZgu3BpBlUDXfeT { box-sizing:content-box;height:30.125rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:0rem;display:none; }
#FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ { box-sizing:content-box;height:27rem;width:25.9375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:1.6875rem;display:none; }
#vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:28.5rem;display:none; }
#uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:51.3125rem;display:none; }
#ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:28.5rem;display:none; }
#PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f { box-sizing:content-box;height:10.625rem;width:22.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:51.3125rem;display:none; }
#ucgXuPmBPUQU87yV8LVeHwO1g60JDFvl { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:37.75rem;left:60.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#tipgwFP82Zrb4H8CcSWa5PygXOgNexhl { 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:15200;opacity:1;top:37.25rem;left:28.5rem;display:none; }
#rPlpiuLfTMup3nWxN11SUQ3tn2LNUodT { 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:15202;opacity:1;top:37.25rem;left:34.9375rem;display:none; }
#PWzDmP2UkmygIbVv4mSst6uxN7xFUaNJ { 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:15204;opacity:1;top:37.25rem;left:42.0625rem;display:none; }
#aNsW3MFXwNZgoQ4cg3N3uPup4qNazuiL { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:37.4375rem;left:29.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#G8d26D2Zu5TCvJ9EsvaLB66iNPDcAaTa { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:37.4375rem;left:36rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#aTaJ3tN3zlmwUO6TnmtMNGLS01ZLA6Mo { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:37.4375rem;left:44.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#v4F1wUX5le0hWVwqt63b509yD6Cw7Xyp { color:rgba(var(--color-primary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:39.5625rem;left:28.625rem;height:1.4619125rem;display:none; }
#WZucUar5DdQXuK1fNGQpFD9mzNf3ufmE { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:39.25rem;left:34.125rem;height:2.03125rem;font-style:normal;display:none; }
#c6Kh4kI5xKVbHsZ0lGrkEws8FCsfbk6Z { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:39.5625rem;left:43.375rem;height:1.54296875rem;text-align:right;text-align-last:right;display:none; }
#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec1813e9-39fe-43d4-9f9a-4225603edb83/6.jpg");background-position:bottom 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; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.adaptive-delivery-prevent-bg, #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.lazyload, #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06.lazyloading { background-image: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { background-color: transparent; background-image: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.34); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container > .video-iframe-container { display: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.34); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container { display: none; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .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); }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { border-width: 0; border-radius: 0; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06::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; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:30.8125rem;height:9.75rem;display:block; }
#Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:marcellus;font-size:4.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5rem;left:0rem;height:10.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QB0xagQyMHduoiSshqMtf5LOiPSN818h { color:#2c402c;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:40.4375rem;height:8.125rem;font-style:normal;display:none; }
#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH { position:relative;display:block; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH { background-color: transparent; background-image: none; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row .container > .video-iframe-container { display: none; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row > .video-iframe-container { display: none; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .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); }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH { border-width: 0; border-radius: 0; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .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; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#D1qAgcvbKA5gP86zIJI9CTeOX05OG0NO { color:#2c402c;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:31.3125rem;height:8.125rem;font-style:normal;display:block; }
#y2JiT8rReNUehrSQZhiyLXclKLKKy1Rm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.3125rem;height:11.6953rem;font-style:normal;display:block; }
#uex7Tt3gRsUXD8IZQRXZdsSm1H9llADl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.1875rem;height:11.6953rem;font-style:normal;display:block; }
#WGzS7R3h4KzT0G9miErP3hc8kKvP9kxI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:40.125rem;top:-0.0625rem;left:-8.42049522673rem;overflow:hidden;display:block; }
#HAnXPXn39cz59Dqsri9T79wimZviMFu2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#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/66342a41-a8ae-4427-a95e-d44ea7363081/noroot.preview.rotate_90");background-position:center left !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; }#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(var(--color-tertiary-2),0.47); }#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(var(--color-tertiary-2),0.47); }#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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#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:var(--paragraphs-font-family);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));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:#263b30;width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.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:var(--paragraphs-font-family);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(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.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.96875rem; }
#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:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.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.96875rem; }
#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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);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.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.44925rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.25);background-image:url("https://images.assets-landingi.com/uc/ec999d33-3238-4ed5-a445-4e18f0114f77/bg2.png");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; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.adaptive-delivery-prevent-bg, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyload, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyloading { background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { border-width: 0; border-radius: 0; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { font-size:0.875rem;font-family:arial;height:102.875rem;width:75rem;position:relative;display:block; }#n4KJrTKKAB6OwuLt73POJmcqvT29vxiO { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:14rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d1369f1e-4e43-4ae1-a457-611806627e1d/huahinblueportresortmall4606.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.9375rem;left:0rem;display:block; }#R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV.adaptive-delivery-prevent-bg, #R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV.lazyload, #R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV.lazyloading { background-image: none; }
#CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9c5962e6-214f-49dc-addd-c02d1e55b6e6/bangkokhospitalinhuahin768x512.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.9375rem;left:19.0625rem;display:block; }#CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w.adaptive-delivery-prevent-bg, #CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w.lazyload, #CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w.lazyloading { background-image: none; }
#w4cb9udWMm9fl53ERo9oFJn2WuxdKa2h { position:absolute;display:block;z-index:15006;height:34.375rem;width:75rem;top:11.3125rem;left:0rem;display:block; }
#SE5Bcuc3LEBTXGheTkGW0nMfZ7xMTCm6 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#cRIWVQHScbb155CDCx96HMh59iJUrkyG { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ca9cd6bf-a7b9-482e-86a6-a213911187a0/summeratmarketvillage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.9375rem;left:38.125rem;display:block; }#cRIWVQHScbb155CDCx96HMh59iJUrkyG.adaptive-delivery-prevent-bg, #cRIWVQHScbb155CDCx96HMh59iJUrkyG.lazyload, #cRIWVQHScbb155CDCx96HMh59iJUrkyG.lazyloading { background-image: none; }
#Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/36822fdc-4258-4e3d-a686-bbd908d192d4/201711156950c44adc123fc9ec023ae0ad807699085353.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.9375rem;left:57.1875rem;display:block; }#Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn.adaptive-delivery-prevent-bg, #Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn.lazyload, #Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn.lazyloading { background-image: none; }
#x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/465fbdf3-9f55-43ab-abe9-0132f42d4651/360_F_208035910_BOcZrkd0mx1rz5ae3ZJG1Yl8RXFNe21g.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.1875rem;left:0rem;display:block; }#x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp.adaptive-delivery-prevent-bg, #x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp.lazyload, #x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp.lazyloading { background-image: none; }
#ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8c3f6ee8-2995-49e6-a14f-cb9b6b418576/119456200_2377720725857199_8704497238016231069_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.1875rem;left:19.0625rem;display:block; }#ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA.adaptive-delivery-prevent-bg, #ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA.lazyload, #ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA.lazyloading { background-image: none; }
#Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a52383bf-9fd3-4943-a752-868cee5cbe8f/20171115cf37256b60569f63b64c050c5abc860b105837.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.1875rem;left:38.125rem;display:block; }#Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA.adaptive-delivery-prevent-bg, #Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA.lazyload, #Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA.lazyloading { background-image: none; }
#EiumTlWJE8qCpUV94LaWuRTQICSLVE3f { box-sizing:content-box;height:12.5rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e87ba6e-45c2-4075-afe2-80be0db9b9d2/1740890839Sayhithailand01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.1875rem;left:57.1875rem;display:block; }#EiumTlWJE8qCpUV94LaWuRTQICSLVE3f.adaptive-delivery-prevent-bg, #EiumTlWJE8qCpUV94LaWuRTQICSLVE3f.lazyload, #EiumTlWJE8qCpUV94LaWuRTQICSLVE3f.lazyloading { background-image: none; }
#gIFJAnPhlcRU21oTItoJHvDvT9IGrTft { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:62.25rem;left:1.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXyCgm5FaL6c8tZuTbthJeoKtozCkrsB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:62.25rem;left:20.90625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAZJVqPDl1kAmWC54kXeVgbms1JETCTT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:62.25rem;left:39.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaNP0AJehzV11ntmx5Qi5cuHFOMQJSqV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:62.25rem;left:59.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niFHnM9eXEKPuu33uAqpCpEyUB7TBvZb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:84.75rem;left:1.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWFhrKDr0TahNEFbUtPoQsqM73I8nznH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:84.75rem;left:20.90625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlXZsXMnnlbefA08Vao3WXyWpTFRnmWw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:84.75rem;left:39.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9tcxRdIxQ1pDJuPlpbvN84HJb1XEqoP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:84.75rem;left:59.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvvTe23XKWtQfBWDavFpkcW8PPPRMH9W { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.375rem;left:3.59375rem;display:block; }
#QqLvtFOWFJXtQNLftI9AnXgT0qsdKKLw { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.375rem;left:22.65625rem;display:block; }
#v22U6EqnPIQqatd2y6C2q8g2FOHcVEwr { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.375rem;left:41.71875rem;display:block; }
#NzKRRGK10LNFSzhK1e2tSy82T4ykFeJL { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.375rem;left:60.78125rem;display:block; }
#Z1OeDp7nbcmkaiHkxU4soBmJIiyMeFQX { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.9375rem;left:3.59375rem;display:block; }
#eW0ZNTZPtpBIOWtVxIqsD3m0WmoFDu8P { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.9375rem;left:22.65625rem;display:block; }
#OOccV1Bewlp06Bm5vm22VoZzK04sDqD6 { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.9375rem;left:41.71875rem;display:block; }
#gwJKLshAziO40pAbuhqKruR2GRnit4Qz { box-sizing:content-box;height:0.1875rem;width:10.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.9375rem;left:60.78125rem;display:block; }
#kNA1yuFNEChxDBAD8nm1y5wR4l3WWCsV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:66.36328125rem;left:2.65625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#wQhaWchEDRWen4gl00byUIX92tD5s1F8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:66.36328125rem;left:19.875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#K20dGKFTnhq1tiWNTMpeo0IlbxSudD9s { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:66.36328125rem;left:38.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#BRwaHbGZ3i17GryQZq5WcUL7kiyMTtFw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:66.36328125rem;left:58rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#GxSmVgNIzyeLq7Giso49ikMkXp6b58cA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.05078125rem;left:0.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#XUWadsmFqkm1WkdC6bmuyaWJ2PMahePJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:89.05078125rem;left:19.875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#pyKdgzM69QgEisG7CSd2fvzwBNwqrgz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:89.05078125rem;left:38.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#e74wNl1dUb9ymtMKycPy5ifDFZqanHCi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:89.05078125rem;left:58rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#mKC1imtRDbFKApRowbLWpdcmOzGufTfE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;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;box-shadow: 0rem 0.0625rem 0.4375rem rgba(0,0,0,0.34) ;box-sizing:border-box;color:#263b30;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:94.8125rem;left:25rem;display:block; }
#ECMmOd5K3epSGTOU90LwFIc4vnfl1mzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f3d77dc-aaf2-4657-88aa-a79e56e7c502/bg3.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; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.adaptive-delivery-prevent-bg, #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.lazyload, #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.lazyloading { background-image: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { background-color: transparent; background-image: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container > .video-iframe-container { display: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row > .video-iframe-container { display: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .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); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { border-width: 0; border-radius: 0; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3::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; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#hlrhIzNIE9r2k4sW2oNUVyT4eHF3TwSD { color:#20413b;display:block;width:44.875rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1htyvU5dxeyylTTykFhBoZ5m8kSfKIO { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #20413b;border-left:0.125rem solid #20413b;border-right:0.125rem solid #20413b;border-bottom:0.125rem solid #20413b;top:13.125rem;left:0rem;display:block; }
#WFco415SgqaFLHL18awxlRV7qMKH3m4v { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:block; }
#XrSd3vQmhaI3KdlB79X6dPruSETzrQ8G { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#M5QzVsLWekDcDSTZEdXr5b917uVndBNN { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:block; }
#L67PEMXZhTSJKfRGSaCNt7tdzbfirQ2M { color:#000000;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVgNDpEvdFb565ZMDrHPSoO1EkDqtIZO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.59765625rem;display:block; }
#ALlsiOJd8K2UnDQ3XxMrhh7PkkJctvgy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:block; }
#o0l3XH4nmm6Rz9DI3Nxmp6Kz2lb2HCo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:block; }
#hPdbWB27dKRKXDuw9oAzlassnRo8RFLI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.59765625rem;display:block; }
#idTAyPV5Ufs2WILFWm3UK5TtAOZbr83f { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:block; }
#s7kmit43gVMEzQ7UFDywBWhnNe0QF4v1 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.59765625rem;display:block; }
#UKxB7O0GeyJtlNHRbHc1I0u2xJwq9y7s { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:#20413b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:block; }
#vL0IxkaRtRle8u3KVSzZfepefwKP292S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#xt3lyeMZKbEMRT8P1DnkorEfZAMZ8hUc { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#JL3OkSAW47vA6DpAV4zNXT6diufQ21uH { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ldbTM58mzWWw3MfoP7q76uyIt0Qhzgag { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#HyIMhGz3AC9Ar347GznxoHMkvJZTAQJW { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.9746125rem;display:block; }
#RnJKUhkwOsTGNVpfT9OgMWToNid85531 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#BlIWZxPc79SE6DX0Tsht0fSEwGMbkTul { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#i9p0472o9hPJOki38LrKKDoceTppJ1LR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#CAG85TzvlTw7JadEzkPv2fonxSco9BXx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#UyZ3JUdf3hfVkDCfBytcJlfTA9SV5Lmy { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:none; }
#xkUvURewTOkrRDits8cHT5Wv5BW88VPF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#pvO4Bn4gl9DhZQpWRJ9OSNFifTAAZb5H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#ip0u68hd2O8t2UrSO5Jg4oNGR5mpPgPM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#WBdTIxT0LtKPPJvzynac7TBJoMN1txdP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#SdoovWOArWXbsuCq8iADqiwWRCMTW2nh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#vEIFQeFAyHyUOD7Cnq7GFJOqWbTqLh8H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#HGxFXcRcPytUJg6CZmEgwCLSuIXldqDN { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#tciOb6NSnQTSK21pqn2GNFMMX7soUCnz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #445d46, #273b2f);background-image: -moz-linear-gradient(180deg, #445d46, #273b2f);background-image: -ms-linear-gradient(180deg, #445d46, #273b2f);background-image: -o-linear-gradient(180deg, #445d46, #273b2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#445d46', endColorstr='#273b2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#445d46', endColorstr='#273b2f' );";background-image: linear-gradient(180deg, #445d46, #273b2f);background-size:auto !important;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;box-shadow: 0rem 0.25rem 0.4375rem rgba(0,0,0,0.34) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.4375rem;left:25rem;display:block; }
#kXZqKWJWbb11E7v3zdzxfBPcWzeBb7Ky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#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 { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.13671875rem;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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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) { #Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { top:16.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:21.8125rem;height:3.1875rem;top:27.1875rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block; }
 }@media only screen and (max-width: 763px) { #J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { top:22.875rem;left:11.6875rem;width:5.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { top:22.375rem;left:17.625rem;width:10.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { top:22.875rem;left:27.75rem;width:8.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { top:21.6875rem;left:7.9375rem;width:31.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTcXT5hWhB9kJTyAyLAPEBkuUWZDayf { top:4.125rem;left:13.25rem;width:21.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { top:4.625rem;left:13.0625rem;width:21.625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNgGN5uX6R5aiwkwxA1THZpTfJqOI3f { top:12.5625rem;left:0rem;width:47.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl { top:14.1875rem;left:0rem;width:25.9375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4 { top:14.125rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6 { top:14.1875rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNX5Eq16tAVt5eivNzZ8OmWstho58brk { top:25.5rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI { top:25.5rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF5inQ1CBORSidcQHLede23ZxgNgVeGK { top:39.5625rem;left:15rem;width:5.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsutse0r4SSlo5ETleEnDXByzN7QeppH { top:39.25rem;left:20.5rem;width:9.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSlg3zpKRm6zwsavUAsTNNgt2JgapsAK { top:39.5625rem;left:29.75rem;width:7.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMnLN8AkiaBOSAyG5ga1IhtFy7WGpq7E { top:37.25rem;left:14.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUnsVlP2W0caTfB7cOWMbfKxc2zzCrJ { top:37.4375rem;left:15.875rem;width:5.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTynCqDs1E15M8l0m0Mw9lvXh8ZDfyBI { top:37.25rem;left:21.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIi7dLFdVbWyZPBbL910K4LQBzva4lxM { top:37.4375rem;left:22.375rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnsNfbIa6l5VhJikQt5aEywu6ASRDwh { top:37.25rem;left:28.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXnprxz5F4G5PVf30mmuBDd0nrVUtItV { top:37.4375rem;left:30.5625rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw9UENbTmVzmig14Bp9Mr7O6WrTe3E8c { top:37.75rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZdpxw8SrfW4J7oKqBMqWTlOag82Iqiv { top:45.75rem;left:0rem;width:47.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR { top:47.375rem;left:0rem;width:25.9375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk { top:47.3125rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie6osEoi0JAuIiK3BpeyPLskwi0ScU62 { top:58.6875rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2 { top:47.375rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSauMB5DtvkupsdSLcb8dE628bHZn5u { top:58.6875rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1GCXJgh4MZdJwVcvIHDdU5EBTD8TWSO { top:70.4375rem;left:14.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKgw7GosyJ8xWDAWWxezHVgxt9nfrLuZ { top:70.4375rem;left:21.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRZ4ohG7xHh5GR4VA4344DIgTtcngiXb { top:70.4375rem;left:28.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD1pkAEqqUyZaHcK8ZcU6iUIWimG6uOu { top:70.625rem;left:15.875rem;width:5.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0T6K3ARrKfQOXC4pilarlQ5LBdcIsLf { top:70.625rem;left:22.375rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXkn8f7lpHbooMraISDp5yWI7RTpiOak { top:70.625rem;left:30.5625rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id8I37w6yLST0wMwOCgdaVV5MbykTTwP { top:70.9375rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhFoOfBotgp3FvT3oHgFBB9trVmQExw { top:72.4375rem;left:20.5rem;width:9.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCuU6zo6zt2D2KRhmrRwsgQs2B1qRwAf { top:72.75rem;left:15rem;width:5.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKTvLmnvM5qkFaZMiWuw9NZ5TSQCQq2p { top:72.75rem;left:29.3125rem;width:7.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha2JiK2s5zTOTbRupiZgu3BpBlUDXfeT { top:12.5625rem;left:0rem;width:47.75rem;height:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ { top:14.1875rem;left:0rem;width:25.9375rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh { top:14.125rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ { top:14.1875rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S { top:25.5rem;left:14.875rem;width:22.0625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f { top:25.5rem;left:25.6875rem;width:22.0625rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucgXuPmBPUQU87yV8LVeHwO1g60JDFvl { top:69.0625rem;left:0rem;width:12.5rem;height:1.625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tipgwFP82Zrb4H8CcSWa5PygXOgNexhl { top:37.25rem;left:14.875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPlpiuLfTMup3nWxN11SUQ3tn2LNUodT { top:37.25rem;left:21.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWzDmP2UkmygIbVv4mSst6uxN7xFUaNJ { top:37.25rem;left:28.4375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNsW3MFXwNZgoQ4cg3N3uPup4qNazuiL { top:71.4375rem;left:0rem;width:5.0625rem;height:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8d26D2Zu5TCvJ9EsvaLB66iNPDcAaTa { top:71.4375rem;left:0rem;width:5.375rem;height:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTaJ3tN3zlmwUO6TnmtMNGLS01ZLA6Mo { top:71.4375rem;left:1.5625rem;width:3.75rem;height:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4F1wUX5le0hWVwqt63b509yD6Cw7Xyp { top:39.5625rem;left:15rem;width:5.8125rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZucUar5DdQXuK1fNGQpFD9mzNf3ufmE { top:73.5625rem;left:0rem;width:8.0625rem;height:1.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6Kh4kI5xKVbHsZ0lGrkEws8FCsfbk6Z { top:73.6875rem;left:0rem;width:7.125rem;height:1.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { display:block; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { top:8.625rem;left:4.3125rem;width:43.4375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { top:8.5rem;left:0rem;width:33rem;height:10rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB0xagQyMHduoiSshqMtf5LOiPSN818h { top:14.5625rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgTBHQywES9ct5PZqWQQK12Ja48tHUaH { display:block; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1qAgcvbKA5gP86zIJI9CTeOX05OG0NO { top:4.1875rem;left:17.6875rem;width:23.875rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2JiT8rReNUehrSQZhiyLXclKLKKy1Rm { top:14.6875rem;left:17.6875rem;width:12.5rem;height:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uex7Tt3gRsUXD8IZQRXZdsSm1H9llADl { top:14.625rem;left:18.9375rem;width:28.8125rem;height:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGzS7R3h4KzT0G9miErP3hc8kKvP9kxI { top:-0.0625rem;left:0rem;width:40.125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnXPXn39cz59Dqsri9T79wimZviMFu2 { display:none; }
 }@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) { #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.125rem;left:0rem;width:28.75rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4KJrTKKAB6OwuLt73POJmcqvT29vxiO { top:4.375rem;left:0.375rem;width:47rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV { top:48.9375rem;left:0rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w { top:48.9375rem;left:5.4375rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cb9udWMm9fl53ERo9oFJn2WuxdKa2h { top:11.3125rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5Bcuc3LEBTXGheTkGW0nMfZ7xMTCm6 { display:none; }
 }@media only screen and (max-width: 763px) { #cRIWVQHScbb155CDCx96HMh59iJUrkyG { top:48.9375rem;left:24.5rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn { top:48.9375rem;left:29.9375rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp { top:71.1875rem;left:0rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA { top:71.1875rem;left:5.4375rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA { top:71.1875rem;left:24.5rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiumTlWJE8qCpUV94LaWuRTQICSLVE3f { top:71.1875rem;left:29.9375rem;width:17.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFJAnPhlcRU21oTItoJHvDvT9IGrTft { top:62.25rem;left:0rem;width:14.125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyCgm5FaL6c8tZuTbthJeoKtozCkrsB { top:62.25rem;left:7.28125rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAZJVqPDl1kAmWC54kXeVgbms1JETCTT { top:62.25rem;left:26.34375rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaNP0AJehzV11ntmx5Qi5cuHFOMQJSqV { top:62.25rem;left:33.625rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niFHnM9eXEKPuu33uAqpCpEyUB7TBvZb { top:84.75rem;left:0rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWFhrKDr0TahNEFbUtPoQsqM73I8nznH { top:84.75rem;left:7.28125rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXZsXMnnlbefA08Vao3WXyWpTFRnmWw { top:84.75rem;left:26.34375rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9tcxRdIxQ1pDJuPlpbvN84HJb1XEqoP { top:84.75rem;left:33.625rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvvTe23XKWtQfBWDavFpkcW8PPPRMH9W { top:65.375rem;left:0rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLvtFOWFJXtQNLftI9AnXgT0qsdKKLw { top:65.375rem;left:9.03125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22U6EqnPIQqatd2y6C2q8g2FOHcVEwr { top:65.375rem;left:28.09375rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKRRGK10LNFSzhK1e2tSy82T4ykFeJL { top:65.375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1OeDp7nbcmkaiHkxU4soBmJIiyMeFQX { top:87.9375rem;left:0rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0ZNTZPtpBIOWtVxIqsD3m0WmoFDu8P { top:87.9375rem;left:9.03125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOccV1Bewlp06Bm5vm22VoZzK04sDqD6 { top:87.9375rem;left:28.09375rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJKLshAziO40pAbuhqKruR2GRnit4Qz { top:87.9375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNA1yuFNEChxDBAD8nm1y5wR4l3WWCsV { top:66.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQhaWchEDRWen4gl00byUIX92tD5s1F8 { top:66.3125rem;left:6.25rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20dGKFTnhq1tiWNTMpeo0IlbxSudD9s { top:66.3125rem;left:25.3125rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRwaHbGZ3i17GryQZq5WcUL7kiyMTtFw { top:66.3125rem;left:31.5625rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSmVgNIzyeLq7Giso49ikMkXp6b58cA { top:89rem;left:0rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWadsmFqkm1WkdC6bmuyaWJ2PMahePJ { top:89rem;left:6.25rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKdgzM69QgEisG7CSd2fvzwBNwqrgz7 { top:89rem;left:25.3125rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74wNl1dUb9ymtMKycPy5ifDFZqanHCi { top:89rem;left:31.5625rem;width:16.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKC1imtRDbFKApRowbLWpdcmOzGufTfE { width:25rem;height:3.5rem;top:94.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMmOd5K3epSGTOU90LwFIc4vnfl1mzG { display:block; }
 }@media only screen and (max-width: 763px) { #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 { display:block; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlrhIzNIE9r2k4sW2oNUVyT4eHF3TwSD { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1htyvU5dxeyylTTykFhBoZ5m8kSfKIO { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFco415SgqaFLHL18awxlRV7qMKH3m4v { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSd3vQmhaI3KdlB79X6dPruSETzrQ8G { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5QzVsLWekDcDSTZEdXr5b917uVndBNN { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67PEMXZhTSJKfRGSaCNt7tdzbfirQ2M { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgNDpEvdFb565ZMDrHPSoO1EkDqtIZO { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALlsiOJd8K2UnDQ3XxMrhh7PkkJctvgy { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0l3XH4nmm6Rz9DI3Nxmp6Kz2lb2HCo2 { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPdbWB27dKRKXDuw9oAzlassnRo8RFLI { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTAyPV5Ufs2WILFWm3UK5TtAOZbr83f { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7kmit43gVMEzQ7UFDywBWhnNe0QF4v1 { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKxB7O0GeyJtlNHRbHc1I0u2xJwq9y7s { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0IxkaRtRle8u3KVSzZfepefwKP292S { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3lyeMZKbEMRT8P1DnkorEfZAMZ8hUc { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL3OkSAW47vA6DpAV4zNXT6diufQ21uH { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldbTM58mzWWw3MfoP7q76uyIt0Qhzgag { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyIMhGz3AC9Ar347GznxoHMkvJZTAQJW { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJKUhkwOsTGNVpfT9OgMWToNid85531 { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlIWZxPc79SE6DX0Tsht0fSEwGMbkTul { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9p0472o9hPJOki38LrKKDoceTppJ1LR { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAG85TzvlTw7JadEzkPv2fonxSco9BXx { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyZ3JUdf3hfVkDCfBytcJlfTA9SV5Lmy { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkUvURewTOkrRDits8cHT5Wv5BW88VPF { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvO4Bn4gl9DhZQpWRJ9OSNFifTAAZb5H { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ip0u68hd2O8t2UrSO5Jg4oNGR5mpPgPM { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBdTIxT0LtKPPJvzynac7TBJoMN1txdP { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdoovWOArWXbsuCq8iADqiwWRCMTW2nh { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEIFQeFAyHyUOD7Cnq7GFJOqWbTqLh8H { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGxFXcRcPytUJg6CZmEgwCLSuIXldqDN { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tciOb6NSnQTSK21pqn2GNFMMX7soUCnz { width:25rem;height:3.375rem;top:48.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXZqKWJWbb11E7v3zdzxfBPcWzeBb7Ky { 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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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.6875rem;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/dca2905b-81fe-4f44-a98a-58c3ff4421ec/569217149_122196768074288376_5075683385091495903_n.png");background-position:bottom 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(17,17,17,0.45); }#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(17,17,17,0.45); }#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:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov0aPw7JolaGmK09RlCc30A9kvgnB5dW { width:20rem;height:1.13671875rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:15.5625rem;height:2.3125rem;top:13.5625rem;left:2.125rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block; }
 }@media only screen and (max-width: 763px) { #J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { width:4.6875rem;height:1.13671875rem;top:11rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { width:6.1875rem;height:1.3808625rem;top:10.875rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { width:5.5rem;height:1.13671875rem;top:11rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WJ4T2ywLpSTU7Q1RTuo4xB9T4ceDAy { width:17.5rem;height:2.5rem;top:10.1875rem;left:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MBTcXT5hWhB9kJTyAyLAPEBkuUWZDayf { width:10.0625rem;height:6.9375rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv { background-color:rgba(29,158,163,0.1);background-image:url("https://images.assets-landingi.com/uc/8e9d9fcf-0373-451f-9cd5-7bdff9601d3b/bg1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.adaptive-delivery-prevent-bg, #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.lazyload, #STe0nZT1quDuRtTIPoacT5XQAUE7GlHv.lazyloading { background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { background-color: transparent; background-image: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row > .video-iframe-container { display: none; }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .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); }#STe0nZT1quDuRtTIPoacT5XQAUE7GlHv > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { width:17.125rem;height:1.625rem;top:1.5625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNgGN5uX6R5aiwkwxA1THZpTfJqOI3f { width:20rem;height:34.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSM6McD6NTCgr58q2qFAuPAdwA8qoaxl { width:19.0625rem;height:13.5rem;top:5.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zUJEy498OEyK4ILhOXmSvDWEHWIQk4 { width:9.375rem;height:6.125rem;top:19.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcWMeqCtT3QwTCIybQMPps9O63MDJ8R6 { width:9.375rem;height:6.125rem;top:19.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNX5Eq16tAVt5eivNzZ8OmWstho58brk { width:9.375rem;height:6.125rem;top:25.8076171875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNu7BFbGnOVqXWSqrfSboZTAvi5trhqI { width:9.375rem;height:6.125rem;top:25.8076171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF5inQ1CBORSidcQHLede23ZxgNgVeGK { width:5.8125rem;height:1.13671875rem;top:37.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsutse0r4SSlo5ETleEnDXByzN7QeppH { width:8.0625rem;height:1.4619125rem;top:37.125rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSlg3zpKRm6zwsavUAsTNNgt2JgapsAK { width:7.125rem;height:1.13671875rem;top:37.25rem;left:12rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMnLN8AkiaBOSAyG5ga1IhtFy7WGpq7E { display:flex;width:1.375rem;height:1.375rem;top:34.75rem;left:1.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HgUnsVlP2W0caTfB7cOWMbfKxc2zzCrJ { width:5.1234375rem;height:0.89355625rem;top:35rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTynCqDs1E15M8l0m0Mw9lvXh8ZDfyBI { display:flex;width:1.25rem;height:1.25rem;top:34.75rem;left:7.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #iIi7dLFdVbWyZPBbL910K4LQBzva4lxM { width:5.4359375rem;height:0.89355625rem;top:35rem;left:8rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfnsNfbIa6l5VhJikQt5aEywu6ASRDwh { display:flex;width:1.4375rem;height:1.4375rem;top:34.75rem;left:13.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #EXnprxz5F4G5PVf30mmuBDd0nrVUtItV { width:3.75rem;height:0.89355625rem;top:35rem;left:15.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iw9UENbTmVzmig14Bp9Mr7O6WrTe3E8c { width:12.5rem;height:1.625rem;top:32.6201171875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZdpxw8SrfW4J7oKqBMqWTlOag82Iqiv { width:20rem;height:30.125rem;top:96.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuxikgOhGxE2LeRSBtuwN3c1w3t8wldR { width:20rem;height:27rem;top:98.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af5dBFnhylN31VpMndOQQ2iK4LDKhaRk { width:20rem;height:10.625rem;top:98.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ie6osEoi0JAuIiK3BpeyPLskwi0ScU62 { width:20rem;height:10.625rem;top:109.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzXK8D5CeE4kqLzlVMAcX47Wr1cQROi2 { width:20rem;height:10.625rem;top:98.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQSauMB5DtvkupsdSLcb8dE628bHZn5u { width:20rem;height:10.625rem;top:109.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1GCXJgh4MZdJwVcvIHDdU5EBTD8TWSO { display:flex;width:1.625rem;height:1.625rem;top:121.3125rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKgw7GosyJ8xWDAWWxezHVgxt9nfrLuZ { display:flex;width:1.625rem;height:1.625rem;top:121.3125rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRZ4ohG7xHh5GR4VA4344DIgTtcngiXb { display:flex;width:1.625rem;height:1.625rem;top:121.3125rem;left:13.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD1pkAEqqUyZaHcK8ZcU6iUIWimG6uOu { width:5.125rem;height:0.89355625rem;top:121.5rem;left:1rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l0T6K3ARrKfQOXC4pilarlQ5LBdcIsLf { width:5.4375rem;height:0.89355625rem;top:121.5rem;left:7.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aXkn8f7lpHbooMraISDp5yWI7RTpiOak { width:7rem;height:0.89355625rem;top:121.5rem;left:13rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Id8I37w6yLST0wMwOCgdaVV5MbykTTwP { width:12.5rem;height:1.625rem;top:121.8125rem;left:7.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oqhFoOfBotgp3FvT3oHgFBB9trVmQExw { width:9.4375rem;height:1.4619125rem;top:123.3125rem;left:10.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FCuU6zo6zt2D2KRhmrRwsgQs2B1qRwAf { width:5.8125rem;height:1.13671875rem;top:123.625rem;left:14.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BKTvLmnvM5qkFaZMiWuw9NZ5TSQCQq2p { width:7.125rem;height:1.13671875rem;top:123.625rem;left:12.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ha2JiK2s5zTOTbRupiZgu3BpBlUDXfeT { width:20rem;height:34.9375rem;top:40.9375rem;left:0rem;z-index:15044;background-color:#f8fff8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ { width:19.0625rem;height:13.5rem;top:41.875rem;left:0.4375rem;z-index:15045;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bae490af-e170-470d-bcf4-d0dcd1593bbf/S__5177361_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ.adaptive-delivery-prevent-bg, #FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ.lazyload, #FOxQ8FmUQFz2RyaAiyhls796X6O7RhCQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh { width:9.375rem;height:6.125rem;top:55.75rem;left:0.4375rem;z-index:15046;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/eb2b73a7-0c69-4939-9eac-5a345cf6a472/Gemini_Generated_Image_lmfa0clmfa0clmfa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh.adaptive-delivery-prevent-bg, #vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh.lazyload, #vlEZwFT5zlhbOF3giHfMTxq9BZGTSRyh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ { width:9.375rem;height:6.125rem;top:55.75rem;left:10.1875rem;z-index:15047;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3f4a896-33e1-4562-b8b5-c7afe503ad05/A7C02670.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ.adaptive-delivery-prevent-bg, #uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ.lazyload, #uJdq6dKyUr7Bk0d2Aukv9dkToIDTOtHQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S { width:9.375rem;height:6.125rem;top:62.25rem;left:0.4375rem;z-index:15047;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c65a8394-d84a-4061-83f9-2f2a49081c0a/A7C02861HDR.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S.adaptive-delivery-prevent-bg, #ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S.lazyload, #ywJ60pk6qq4ULIoOXm1wyz1yZ4pQ3n6S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f { width:9.375rem;height:6.125rem;top:62.25rem;left:10.1875rem;z-index:15048;border-top:0.0625rem solid #374c39;border-left:0.0625rem solid #374c39;border-right:0.0625rem solid #374c39;border-bottom:0.0625rem solid #374c39;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/f420420f-0bf8-42dd-a792-0b3be7cc5e18/A7C02748HDR.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f.adaptive-delivery-prevent-bg, #PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f.lazyload, #PG8ETX43eEVyVRLTNcXyDiVcuawWsU3f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ucgXuPmBPUQU87yV8LVeHwO1g60JDFvl { width:12.5rem;height:1.625rem;top:69.0625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15222;color:#2c402c;display:block; }
 }@media only screen and (max-width: 763px) { #tipgwFP82Zrb4H8CcSWa5PygXOgNexhl { display:flex;width:1.375rem;height:1.375rem;top:71.1875rem;left:1.875rem;font-size:0.875rem;z-index:15216; }
 }@media only screen and (max-width: 763px) { #rPlpiuLfTMup3nWxN11SUQ3tn2LNUodT { display:flex;width:1.25rem;height:1.25rem;top:71.1875rem;left:7.5625rem;font-size:0.875rem;z-index:15218; }
 }@media only screen and (max-width: 763px) { #PWzDmP2UkmygIbVv4mSst6uxN7xFUaNJ { display:flex;width:1.4375rem;height:1.4375rem;top:71.1875rem;left:13.3125rem;font-size:0.9375rem;z-index:15220; }
 }@media only screen and (max-width: 763px) { #aNsW3MFXwNZgoQ4cg3N3uPup4qNazuiL { width:5.1234375rem;height:0.89355625rem;top:71.4375rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15217;display:block; }
 }@media only screen and (max-width: 763px) { #G8d26D2Zu5TCvJ9EsvaLB66iNPDcAaTa { width:5.4359375rem;height:0.89355625rem;top:71.4375rem;left:8rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15219;display:block; }
 }@media only screen and (max-width: 763px) { #aTaJ3tN3zlmwUO6TnmtMNGLS01ZLA6Mo { width:3.75rem;height:0.89355625rem;top:71.4375rem;left:15.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15221;display:block; }
 }@media only screen and (max-width: 763px) { #v4F1wUX5le0hWVwqt63b509yD6Cw7Xyp { width:5.8125rem;height:1.13671875rem;top:73.6875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;color:#354f35;display:block; }
 }@media only screen and (max-width: 763px) { #WZucUar5DdQXuK1fNGQpFD9mzNf3ufmE { width:8.0625rem;height:1.4619125rem;top:73.5625rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #c6Kh4kI5xKVbHsZ0lGrkEws8FCsfbk6Z { width:7.125rem;height:1.13671875rem;top:73.6875rem;left:12rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { display:block; }#ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { width:20rem;height:6.59375rem;top:4.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tzUwk98XFCrvm3gFTTVA5TTTJCXEHR { width:20rem;height:3rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QB0xagQyMHduoiSshqMtf5LOiPSN818h { width:20rem;height:1.8681625rem;top:1.875rem;left:0rem;font-size:1.4375rem;z-index:15001;color:#ffffff;font-family:marcellus;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgTBHQywES9ct5PZqWQQK12Ja48tHUaH { display:block; }#kgTBHQywES9ct5PZqWQQK12Ja48tHUaH > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1qAgcvbKA5gP86zIJI9CTeOX05OG0NO { width:16.125rem;height:3.736325rem;top:1.421875rem;left:0rem;font-size:1.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #y2JiT8rReNUehrSQZhiyLXclKLKKy1Rm { width:12.5rem;height:7.14845rem;top:6.3125rem;left:0rem;font-size:0.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uex7Tt3gRsUXD8IZQRXZdsSm1H9llADl { width:12.3125rem;height:8.04200625rem;top:6.3125rem;left:7.6875rem;font-size:0.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WGzS7R3h4KzT0G9miErP3hc8kKvP9kxI { width:19.5625rem;height:14rem;top:1.65625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnXPXn39cz59Dqsri9T79wimZviMFu2 { top:1.421875rem;left:0rem;width:20rem;height:13.9375rem;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.83);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94ca620f-bfe6-4a36-ad32-520f73c397fb/6ee3ae06abeccc3ac1609b9145f332ff.jpg");background-position:top center !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.34); }#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.34); }#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.5625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#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) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:26.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54296875rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;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) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4KJrTKKAB6OwuLt73POJmcqvT29vxiO { width:20rem;height:1.5rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R0ICd0zcEyiyHx7GugZvPxxNBcVTy2qV { width:9.75rem;height:6.5625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIbDvX3KnJ2ZaxablXIoT8qlR5g5K4w { width:9.75rem;height:6.5625rem;top:16.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cb9udWMm9fl53ERo9oFJn2WuxdKa2h { width:20rem;height:34.375rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SE5Bcuc3LEBTXGheTkGW0nMfZ7xMTCm6 { top:4.5rem;left:0rem;width:20rem;height:11.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cRIWVQHScbb155CDCx96HMh59iJUrkyG { width:9.75rem;height:6.5625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aslb3WU1T7Pz8CrH2whO6Dk0xLPe6bsn { width:9.75rem;height:6.5625rem;top:30.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DHekXoUnVAgnldd9TTMCTpz3Wshtqp { width:9.75rem;height:6.5625rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyRlF5k824GnQc7hQAdfsfeFpp9KtBA { width:9.75rem;height:6.5625rem;top:43.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngzyk1m1r13i9bhKHyw5h9VIT9DrnKsA { width:9.75rem;height:6.5625rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiumTlWJE8qCpUV94LaWuRTQICSLVE3f { width:9.75rem;height:6.5625rem;top:55.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFJAnPhlcRU21oTItoJHvDvT9IGrTft { width:9.75rem;height:1.29980625rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyCgm5FaL6c8tZuTbthJeoKtozCkrsB { width:9.75rem;height:1.29980625rem;top:24rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAZJVqPDl1kAmWC54kXeVgbms1JETCTT { width:9.75rem;height:1.29980625rem;top:37.2998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaNP0AJehzV11ntmx5Qi5cuHFOMQJSqV { width:9.75rem;height:1.29980625rem;top:37.2998046875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niFHnM9eXEKPuu33uAqpCpEyUB7TBvZb { width:9.75rem;height:1.29980625rem;top:50.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWFhrKDr0TahNEFbUtPoQsqM73I8nznH { width:9.75rem;height:1.29980625rem;top:50.8125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXZsXMnnlbefA08Vao3WXyWpTFRnmWw { width:9.75rem;height:1.29980625rem;top:62.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9tcxRdIxQ1pDJuPlpbvN84HJb1XEqoP { width:9.75rem;height:1.29980625rem;top:62.875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvvTe23XKWtQfBWDavFpkcW8PPPRMH9W { width:6.625rem;height:0.0625rem;top:25.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLvtFOWFJXtQNLftI9AnXgT0qsdKKLw { width:6.625rem;height:0.0625rem;top:25.7998046875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22U6EqnPIQqatd2y6C2q8g2FOHcVEwr { width:6.625rem;height:0.0625rem;top:39.1123046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKRRGK10LNFSzhK1e2tSy82T4ykFeJL { width:6.625rem;height:0.0625rem;top:39.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1OeDp7nbcmkaiHkxU4soBmJIiyMeFQX { width:6.625rem;height:0.0625rem;top:52.4873046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0ZNTZPtpBIOWtVxIqsD3m0WmoFDu8P { width:6.625rem;height:0.0625rem;top:52.4873046875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOccV1Bewlp06Bm5vm22VoZzK04sDqD6 { width:6.625rem;height:0.0625rem;top:64.6123046875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJKLshAziO40pAbuhqKruR2GRnit4Qz { width:6.625rem;height:0.0625rem;top:64.6123046875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNA1yuFNEChxDBAD8nm1y5wR4l3WWCsV { width:9.75rem;height:1.13671875rem;top:26.2373046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQhaWchEDRWen4gl00byUIX92tD5s1F8 { width:9.75rem;height:2.2734375rem;top:26.25rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20dGKFTnhq1tiWNTMpeo0IlbxSudD9s { width:8rem;height:2.2734375rem;top:39.6748046875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRwaHbGZ3i17GryQZq5WcUL7kiyMTtFw { width:9.75rem;height:2.2734375rem;top:39.6748046875rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSmVgNIzyeLq7Giso49ikMkXp6b58cA { width:9.75rem;height:1.13671875rem;top:53.0107421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWadsmFqkm1WkdC6bmuyaWJ2PMahePJ { width:9.75rem;height:1.13671875rem;top:53.0107421875rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKdgzM69QgEisG7CSd2fvzwBNwqrgz7 { width:9.75rem;height:1.13671875rem;top:65.0966796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74wNl1dUb9ymtMKycPy5ifDFZqanHCi { width:9.75rem;height:1.13671875rem;top:65.0966796875rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKC1imtRDbFKApRowbLWpdcmOzGufTfE { width:17.5rem;height:2.625rem;top:68.375rem;left:1.25rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ECMmOd5K3epSGTOU90LwFIc4vnfl1mzG { display:block; }
 }@media only screen and (max-width: 763px) { #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f3d77dc-aaf2-4657-88aa-a79e56e7c502/bg3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.adaptive-delivery-prevent-bg, #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.lazyload, #OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3.lazyloading { background-image: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { background-color: transparent; background-image: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container > .video-iframe-container { display: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row > .video-iframe-container { display: none; }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .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); }#OHD45Wo7CCOVzSlhntLQl8sixDkIfTJ3 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlrhIzNIE9r2k4sW2oNUVyT4eHF3TwSD { width:16.8125rem;height:1.30625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1htyvU5dxeyylTTykFhBoZ5m8kSfKIO { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFco415SgqaFLHL18awxlRV7qMKH3m4v { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XrSd3vQmhaI3KdlB79X6dPruSETzrQ8G { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5QzVsLWekDcDSTZEdXr5b917uVndBNN { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L67PEMXZhTSJKfRGSaCNt7tdzbfirQ2M { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgNDpEvdFb565ZMDrHPSoO1EkDqtIZO { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ALlsiOJd8K2UnDQ3XxMrhh7PkkJctvgy { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0l3XH4nmm6Rz9DI3Nxmp6Kz2lb2HCo2 { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPdbWB27dKRKXDuw9oAzlassnRo8RFLI { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #idTAyPV5Ufs2WILFWm3UK5TtAOZbr83f { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7kmit43gVMEzQ7UFDywBWhnNe0QF4v1 { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKxB7O0GeyJtlNHRbHc1I0u2xJwq9y7s { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0IxkaRtRle8u3KVSzZfepefwKP292S { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #xt3lyeMZKbEMRT8P1DnkorEfZAMZ8hUc { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL3OkSAW47vA6DpAV4zNXT6diufQ21uH { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ldbTM58mzWWw3MfoP7q76uyIt0Qhzgag { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HyIMhGz3AC9Ar347GznxoHMkvJZTAQJW { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RnJKUhkwOsTGNVpfT9OgMWToNid85531 { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #BlIWZxPc79SE6DX0Tsht0fSEwGMbkTul { width:17.375rem;height:1.6494125rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #i9p0472o9hPJOki38LrKKDoceTppJ1LR { width:16.125rem;height:1.6494125rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #CAG85TzvlTw7JadEzkPv2fonxSco9BXx { width:18.4375rem;height:2.0996125rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #UyZ3JUdf3hfVkDCfBytcJlfTA9SV5Lmy { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;background-color:#20413b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xkUvURewTOkrRDits8cHT5Wv5BW88VPF { width:17.375rem;height:1.6494125rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #pvO4Bn4gl9DhZQpWRJ9OSNFifTAAZb5H { width:16.125rem;height:1.6494125rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ip0u68hd2O8t2UrSO5Jg4oNGR5mpPgPM { width:16.3125rem;height:2.0996125rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WBdTIxT0LtKPPJvzynac7TBJoMN1txdP { width:17.375rem;height:1.6494125rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #SdoovWOArWXbsuCq8iADqiwWRCMTW2nh { width:16.125rem;height:1.6494125rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #vEIFQeFAyHyUOD7Cnq7GFJOqWbTqLh8H { width:16.6875rem;height:2.0996125rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HGxFXcRcPytUJg6CZmEgwCLSuIXldqDN { width:18.75rem;height:3.57421875rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tciOb6NSnQTSK21pqn2GNFMMX7soUCnz { width:15rem;height:2.5rem;top:40.375rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kXZqKWJWbb11E7v3zdzxfBPcWzeBb7Ky { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }