.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/c69bdc89-62b6-4541-b6b9-fa20a0acf367/hero.png");background-position:center left !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); }#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); }#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; }#J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #376f64, #19352f);background-image: -moz-linear-gradient(180deg, #376f64, #19352f);background-image: -ms-linear-gradient(180deg, #376f64, #19352f);background-image: -o-linear-gradient(180deg, #376f64, #19352f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );";background-image: linear-gradient(180deg, #376f64, #19352f);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.6875rem rgba(0,0,0,0.66) ;box-sizing:border-box;color:#e1c8a3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.625rem;left:4.6875rem;display:block; }
#F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:23rem;left:4.3125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:22.5rem;left:9.5625rem;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:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:23rem;left:19.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CaqdvZfogNItg3U8UiSuFdUNKlvTo1b2 { position:absolute;display:block;z-index:15010;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:4.875rem;width:14.6875rem;top:7.4375rem;left:8.0625rem;overflow:hidden;display:block; }
#d66uBuTzKM8JXHEXPXQaVfK3x0P8u1h5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:2.3125rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#ATAN5dSOVQx5Stb0haeqFIERMpHNgUNy { box-sizing:content-box;height:3.1875rem;width:14.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cdb998, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #cdb998, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #cdb998, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #cdb998, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #cdb998, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:0rem;display:block; }
#kLFDbThyeH2ne8NeQuGUfn1ZPNZb2Guy { box-sizing:content-box;height:3.1875rem;width:18.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cdb998, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #cdb998, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #cdb998, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #cdb998, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #cdb998, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:14.3125rem;display:block; }
#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR { 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/1b2dd1a6-b951-46f1-9f57-01056ab275df/bg2.png");background-position:top right !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; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR.adaptive-delivery-prevent-bg, #STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR.lazyload, #STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR.lazyloading { background-image: none; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container { background-color: transparent; background-image: none; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container > .video-iframe-container { display: none; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row > .video-iframe-container { display: none; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .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); }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container { border-width: 0; border-radius: 0; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container { font-size:0.875rem;font-family:arial;height:83.5625rem;width:75rem;position:relative;display:block; }#KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { color:#20413b;display:block;width:21.625rem;position:absolute;font-family:marcellus;font-size:3.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ck6E9DDhaRNosnm6TobSRcKg2D6WDuFc { box-sizing:content-box;height:66.4375rem;width:35.8125rem;position:absolute;display:block;z-index:15001;background-color:#20413b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:0rem;display:block; }
#Q4iEhXLotK5WtVBuyQctSzGDS0ZAV2T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:11.65625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iF3VBTGQNX0voTaxoTTzScEiFTP8PiZi { box-sizing:content-box;height:0.125rem;width:21.6875rem;position:absolute;display:block;z-index:15003;background-color:#e0c9ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:7.0625rem;display:block; }
#RhieH503si3CR99rWGuRhTpugrduATkz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw { box-sizing:content-box;height:19.5625rem;width:33.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e1aa887c-7c17-4f02-8d99-77ffb7740269/BriefShot3e1748330582633.webp");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:22.4375rem;left:1.09375rem;display:block; }#XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw.adaptive-delivery-prevent-bg, #XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw.lazyload, #XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw.lazyloading { background-image: none; }
#E0VVnVqSESAWonsFT41KDLewaTI5btMc { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/402d165e-3b9a-45dc-96c0-8f02bb8e8a19/extra350.png");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:42.625rem;left:1.09375rem;display:block; }#E0VVnVqSESAWonsFT41KDLewaTI5btMc.adaptive-delivery-prevent-bg, #E0VVnVqSESAWonsFT41KDLewaTI5btMc.lazyload, #E0VVnVqSESAWonsFT41KDLewaTI5btMc.lazyloading { background-image: none; }
#XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5 { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb27013a-6cd7-4c0b-a74c-9da43aca10b8/extra306.png");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:42.625rem;left:18.21875rem;display:block; }#XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5.adaptive-delivery-prevent-bg, #XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5.lazyload, #XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5.lazyloading { background-image: none; }
#JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/39e3d13f-7ada-482e-94ec-b6c26781ea95/extra316.png");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:53.3125rem;left:1.09375rem;display:block; }#JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf.adaptive-delivery-prevent-bg, #JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf.lazyload, #JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf.lazyloading { background-image: none; }
#lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8cbb2513-0236-44c7-b592-62f6b3f8479b/extra308.png");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:53.3125rem;left:18.21875rem;display:block; }#lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A.adaptive-delivery-prevent-bg, #lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A.lazyload, #lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A.lazyloading { background-image: none; }
#Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:66.25rem;left:3.5625rem;height:;display:block; }#Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf li:before{  }
#WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ { 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:15009;line-height:1.3;letter-spacing:0;top:68.625rem;left:3.5625rem;height:1.462675rem;display:block; }#WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ li:before{  }
#Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc { 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:15009;line-height:1.3;letter-spacing:0;top:66.3125rem;left:22.3125rem;height:1.462675rem;display:block; }#Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc li:before{  }
#by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh { 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:15010;line-height:1.3;letter-spacing:0;top:68.625rem;left:22.3125rem;height:1.462675rem;display:block; }#by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh li:before{  }
#Qi4k9MTw9ooDEnE2fN9kPrD2clur2g46 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:33.625rem;top:72.5625rem;left:1.09375rem;overflow:hidden;display:block; }
#AaVAWVNnJy99e8IfkRdzrO7VWurz9yGb { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.64453125rem;left:5.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtNe2Hp1bvdFZwcTM3GEBOa66Xv2OBPz { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.15625rem;left:11.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#enVIfII060iu3q4P8vfVQo1ZhE0h5d9P { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.5625rem;left:22.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iDGsVioQqpXNaOg624yErA4TdgTJdSxc { box-sizing:content-box;height:66.4375rem;width:35.8125rem;position:absolute;display:block;z-index:15018;background-color:#20413b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:39.1875rem;display:block; }
#VBK2ImkOTXhxr0un0IsJZ5cnheIQoFCT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:50.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipyWWL9dd4rTTqhOk70vSQvooo3v0yFI { box-sizing:content-box;height:0.125rem;width:21.6875rem;position:absolute;display:block;z-index:15020;background-color:#e0c9ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:46.25rem;display:block; }
#e48J7Jz4olz7HpOZ90FwTLl06TyuKOg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.6875rem;left:42.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt { box-sizing:content-box;height:19.5625rem;width:33.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/992b7540-d7d3-43c7-a90f-f22a16185438/briefshot1.png");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:22.4375rem;left:40.3125rem;display:block; }#ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt.adaptive-delivery-prevent-bg, #ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt.lazyload, #ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt.lazyloading { background-image: none; }
#UJninC0yESyvI8X2hn40JL4lC6utlQlW { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/83be0b4a-2e7a-4c55-bb2b-9202cbbe59e4/b92.png");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:42.625rem;left:40.3125rem;display:block; }#UJninC0yESyvI8X2hn40JL4lC6utlQlW.adaptive-delivery-prevent-bg, #UJninC0yESyvI8X2hn40JL4lC6utlQlW.lazyload, #UJninC0yESyvI8X2hn40JL4lC6utlQlW.lazyloading { background-image: none; }
#zbFDCcvrlagTVfESCorGyeuEX599W0EX { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9475bfbf-c705-401e-a525-d7d8cba584ec/b127.png");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:42.625rem;left:57.4375rem;display:block; }#zbFDCcvrlagTVfESCorGyeuEX599W0EX.adaptive-delivery-prevent-bg, #zbFDCcvrlagTVfESCorGyeuEX599W0EX.lazyload, #zbFDCcvrlagTVfESCorGyeuEX599W0EX.lazyloading { background-image: none; }
#ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d64fe8b9-427b-4114-8bc8-cab8438adac8/b32.png");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:53.3125rem;left:40.3125rem;display:block; }#ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx.adaptive-delivery-prevent-bg, #ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx.lazyload, #ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx.lazyloading { background-image: none; }
#QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0 { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/563a9f68-a5e1-43c6-ab1a-b31e8f15cd08/b31.png");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:53.3125rem;left:57.4375rem;display:block; }#QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0.adaptive-delivery-prevent-bg, #QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0.lazyload, #QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0.lazyloading { background-image: none; }
#avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;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:64.9375rem;left:42.75rem;height:;display:block; }#avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt li:before{  }
#fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi { 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:15026;line-height:1.3;letter-spacing:0;top:65rem;left:61.5rem;height:1.462675rem;display:block; }#fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi li:before{  }
#E7xQEmiwL9xmazEntVJl5RDL7ahePccZ { 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:15026;line-height:1.3;letter-spacing:0;top:67.3125rem;left:42.75rem;height:1.462675rem;display:block; }#E7xQEmiwL9xmazEntVJl5RDL7ahePccZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E7xQEmiwL9xmazEntVJl5RDL7ahePccZ li:before{  }
#J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 { 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:15027;line-height:1.3;letter-spacing:0;top:67.3125rem;left:61.5rem;height:1.462675rem;display:block; }#J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 li:before{  }
#i81ClaB4k7ZvTGXDKzGLzzfsdMrIKlF7 { position:absolute;display:block;z-index:15028;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:3.625rem;width:33.625rem;top:72.5625rem;left:40.3125rem;overflow:hidden;display:block; }
#hP66IHT6gID4tzXHOXlbmRbA6oBKdzNy { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.625rem;left:44.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGBRGQzxzEaxJtnRbmbp4Baf9sTpBvBA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.1875rem;left:50.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FAyBxiEHNGNx9sXkZGipp9K9Ck7hv2Rc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.5625rem;left:61.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#O34d02Kq6fSSuETwtSNQ9fnmyvUrPvEc { box-sizing:content-box;height:67.375rem;width:35.8125rem;position:absolute;display:block;z-index:15001;background-color:#20413b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:0rem;display:none; }
#rCpStdWP7fZT5xMMAaUmZ1KxC5GLA4Kb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:11.65625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p34A8zA3eqqn4ShdTLQR9IuyUOvDwZLs { box-sizing:content-box;height:0.125rem;width:21.6875rem;position:absolute;display:block;z-index:15003;background-color:#e0c9ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:7.0625rem;display:none; }
#LBnFgznlsEIeLIkXkNOEHX47gXXNREOt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE { box-sizing:content-box;height:19.5625rem;width:33.625rem;position:absolute;display:block;z-index:15004;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;top:22.4375rem;left:1.09375rem;display:none; }
#S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15005;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;top:42.625rem;left:1.09375rem;display:none; }
#os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7 { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15006;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;top:42.625rem;left:18.21875rem;display:none; }
#TJMle4fAiaKp9QCN6JlKTiROroNFP4IF { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15006;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;top:53.3125rem;left:1.09375rem;display:none; }
#C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu { box-sizing:content-box;height:10.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15007;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;top:53.3125rem;left:18.21875rem;display:none; }
#sQzJQECTcCqipyzSvB9gqXB4tAVReR8T { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:65.625rem;left:3.5625rem;height:1.4619125rem;display:none; }#sQzJQECTcCqipyzSvB9gqXB4tAVReR8T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sQzJQECTcCqipyzSvB9gqXB4tAVReR8T li:before{  }
#xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr { 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:15009;line-height:1.3;letter-spacing:0;top:68rem;left:3.5625rem;height:1.4619125rem;display:none; }#xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr li:before{  }
#PAQWOdCAmiblrWA4ldBZpxKVOE9464BF { 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:15009;line-height:1.3;letter-spacing:0;top:65.6875rem;left:22.3125rem;height:1.4619125rem;display:none; }#PAQWOdCAmiblrWA4ldBZpxKVOE9464BF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PAQWOdCAmiblrWA4ldBZpxKVOE9464BF li:before{  }
#QVdqti8CPKvmpGCbvNitzSHUQpczhxLR { 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:15010;line-height:1.3;letter-spacing:0;top:68rem;left:22.3125rem;height:1.4619125rem;display:none; }#QVdqti8CPKvmpGCbvNitzSHUQpczhxLR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QVdqti8CPKvmpGCbvNitzSHUQpczhxLR li:before{  }
#XO7MSh3fXEZbZxJwr2WUSe3KwGpmukem { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:33.625rem;top:72.5625rem;left:1.09375rem;overflow:hidden;display:none; }
#P1OldabpFoM8L2Qys5ckoOKZG33RrlQt { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.64453125rem;left:5.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t89QqGOHmeJ8IX8yBgnq1H1PdDIq4eO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.15625rem;left:11.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#HzrlMT04aBvZMBDqqmczFUt05VDEI231 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:73.5625rem;left:22.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH { 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:15027;line-height:1.3;letter-spacing:0;top:69.75rem;left:42.75rem;height:1.462675rem;display:block; }#EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH li:before{  }
#MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr { 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:15009;line-height:1.3;letter-spacing:0;top:68rem;left:3.5625rem;height:1.4619125rem;display:none; }#MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr li:before{  }
#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/67afdac2-8b62-4b75-b94e-dc3a11f637b5/noroot.preview.rotate_90");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.35); }#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.35); }#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:25.9375rem;width:75rem;position:relative;display:block; }#EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:31.8125rem;height:8.7760625rem;display:block; }
#iI3khUhwI5CSis7rGl0boP9G1aDJHclT { 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:6.9375rem;width:21.375rem;top:9.5rem;left:3.25rem;overflow:hidden;display:block; }
#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7e6c9-b433-4520-b46f-cc56a7c1107e/bg1.png");background-position:center left !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; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0.adaptive-delivery-prevent-bg, #UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0.lazyload, #UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0.lazyloading { background-image: none; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container { background-color: transparent; background-image: none; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.17); }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container > .video-iframe-container { display: none; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.17); }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row > .video-iframe-container { display: none; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .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); }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container { border-width: 0; border-radius: 0; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0::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; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:75rem;position:relative;display:block; }#wLnezMhTNAVmUvOno3WibSSFgXWhsDNe { color:#20413b;display:block;width:21.625rem;position:absolute;font-family:marcellus;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:26.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri { box-sizing:content-box;height:20.6875rem;width:37.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d88cc625-78f3-4e7a-a4ef-4c86a6a12f5e/A3scaled.webp");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:11.5rem;left:0rem;display:block; }#exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.adaptive-delivery-prevent-bg, #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.lazyload, #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.lazyloading { background-image: none; }
#dwV12Ts5Lfir4h5IdSh6Svo88TzPesId { box-sizing:content-box;height:10rem;width:18.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1fe75323-cb16-41dd-8e77-9faf5f12af69/B24scaled.webp");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:11.5rem;left:38.1875rem;display:block; }#dwV12Ts5Lfir4h5IdSh6Svo88TzPesId.adaptive-delivery-prevent-bg, #dwV12Ts5Lfir4h5IdSh6Svo88TzPesId.lazyload, #dwV12Ts5Lfir4h5IdSh6Svo88TzPesId.lazyloading { background-image: none; }
#JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK { box-sizing:content-box;height:10rem;width:18.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a8330df1-9c8c-4c37-93ae-80b6309bd10d/A7scaled.webp");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:11.5rem;left:56.9375rem;display:block; }#JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK.adaptive-delivery-prevent-bg, #JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK.lazyload, #JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK.lazyloading { background-image: none; }
#fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k { box-sizing:content-box;height:10rem;width:18.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/eaf38652-179e-4871-acc8-2d77cae5c822/B67scaled.webp");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:22.25rem;left:38.1875rem;display:block; }#fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k.adaptive-delivery-prevent-bg, #fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k.lazyload, #fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k.lazyloading { background-image: none; }
#lLDDSdIshcfDugJnoylZbfRtWxStGxNb { box-sizing:content-box;height:10rem;width:18.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9615faf2-c0cd-4b6b-aa25-a53529a214c0/B79scaled1.webp");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:22.25rem;left:56.9375rem;display:block; }#lLDDSdIshcfDugJnoylZbfRtWxStGxNb.adaptive-delivery-prevent-bg, #lLDDSdIshcfDugJnoylZbfRtWxStGxNb.lazyload, #lLDDSdIshcfDugJnoylZbfRtWxStGxNb.lazyloading { background-image: none; }
#Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS { box-sizing:content-box;height:11.0625rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/019ab27a-9a93-413f-b638-a191df8c1eda/B81compressedscaled.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:32.9375rem;left:0rem;display:block; }#Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS.adaptive-delivery-prevent-bg, #Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS.lazyload, #Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS.lazyloading { background-image: none; }
#OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit { box-sizing:content-box;height:22.8125rem;width:51.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/20796a97-b285-4dc0-a215-77bdd7a89378/e1100.webp");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:32.9375rem;left:23.25rem;display:block; }#OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.adaptive-delivery-prevent-bg, #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.lazyload, #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.lazyloading { background-image: none; }
#obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc { box-sizing:content-box;height:11.0625rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3e1c28ab-788f-4a83-94b9-176853dddc1a/c1100.webp");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:44.75rem;left:0rem;display:block; }#obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc.adaptive-delivery-prevent-bg, #obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc.lazyload, #obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc.lazyloading { background-image: 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/8bb91045-916a-49f6-8766-a43d8b5977ec/B126.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-4),0.45); }#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-4),0.45); }#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, #376f64, #19352f);background-image: -moz-linear-gradient(180deg, #376f64, #19352f);background-image: -ms-linear-gradient(180deg, #376f64, #19352f);background-image: -o-linear-gradient(180deg, #376f64, #19352f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );";background-image: linear-gradient(180deg, #376f64, #19352f);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.3125rem;font-weight:400;color:#e0c9ad;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal;box-shadow: 0rem 0.25rem 0.625rem rgba(0,0,0,0.61) ; }
#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.3122863769531rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family: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.3122863769531rem;left:47.968751907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#iUBmxqCR8us8vvGIkycvTydQqEHsPRs4 { position:relative;display:block; }
#RMkBHRF4NDdFu4f78GTwVZiDVTvPOpDH { position:relative;display:block; }
#p1hiSZGvAGFLCFoDwaNuR7S9UTV4DPTH { position:relative;display:block; }
#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:#e0c9ad;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:5.9982625rem;font-style:normal;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20413b;background-image:url("https://images.assets-landingi.com/uc/acbbc08f-fc4c-4d36-801d-a98db8dfdb35/bg3.png");background-position:bottom right !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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:93.25rem;width:75rem;position:relative;display:block; }#Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { color:#e0c9ad;display:block;width:36.6875rem;position:absolute;font-family:marcellus;font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:19.15625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiZXGgVWkxkivcEQXRIeRbfWK7wRmz9q { position:absolute;display:block;z-index:15006;height:37.5rem;width:75rem;top:10.5625rem;left:0rem;display:block; }
#Evbtvos5HhgW9sSft0TA3qGQRwka1ByP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mKC1imtRDbFKApRowbLWpdcmOzGufTfE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cdb998, #866e42);background-image: -moz-linear-gradient(180deg, #cdb998, #866e42);background-image: -ms-linear-gradient(180deg, #cdb998, #866e42);background-image: -o-linear-gradient(180deg, #cdb998, #866e42);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#866e42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb998', endColorstr='#866e42' );";background-image: linear-gradient(180deg, #cdb998, #866e42);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: none;box-sizing:border-box;color:#1f342f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;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:85.1875rem;left:25rem;display:block; }
#ECMmOd5K3epSGTOU90LwFIc4vnfl1mzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#N5653qgKL6Ty8C6kcIhQCrLL4Vd6ROi0 { color:#e0c9ad;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.875rem;left:4.25rem;height:2.84375rem;display:block; }
#TA93XAflWkXL4zcsLzxfBV4Fu9m0u7XR { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:54.375rem;left:4.25rem;height:10.4947875rem;display:block; }
#NZDeFrVUGervQhpNA88NhIHT7vTrSBgx { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:54.375rem;left:23.125rem;height:10.4947875rem;text-align:right;text-align-last:right;display:block; }
#ZDtrOJSRuKSLgHIHtDhsC4mxkkdgSXQk { color:#e0c9ad;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:50.875rem;left:42.625rem;height:2.84375rem;display:block; }
#mLpAzKwN5IGuZdNxSIl3fOZgpbr0Rofw { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:54.375rem;left:42.625rem;height:6.996525rem;display:block; }
#HfI5Uqdh4hTLfC6iBN9HqDcR16Ca6bAf { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:54.375rem;left:61.5rem;height:6.996525rem;text-align:right;text-align-last:right;display:block; }
#wSv7OqL5y95s6tl6lLVtuOy57ZlssEQk { color:#e0c9ad;display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:69.3125rem;left:4.25rem;height:2.84375rem;display:block; }
#xAcQ7kcmmldC4WUrhFpWG5tR6fzPlxei { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:72.6875rem;left:4.25rem;height:6.996525rem;display:block; }
#kmTRbaD0cbNJKm8q4lIRrzp9vLOD1LXr { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:72.6875rem;left:23.125rem;height:6.996525rem;text-align:right;text-align-last:right;display:block; }
#lKRE3xTQ8Ww65TZWUB3DxUAuG66PeLpf { color:#e0c9ad;display:block;width:17.8125rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:69.3125rem;left:42.625rem;height:2.84375rem;display:block; }
#BziETw8OHIF3DUFO8U2U1XZMP5kyQ6PD { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:72.6875rem;left:42.625rem;height:6.996525rem;display:block; }
#vwmGssNdmcxWFzNcOZRMXVCA2aZrOzCh { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:72.6875rem;left:61.5rem;height:6.996525rem;text-align:right;text-align-last:right;display:block; }
#iIZewIqCxKebC36OTVG1tCka63QU5rul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a7c16e2-1050-40cb-8e97-0b2c4ea09a19/5412db4ad141a3748ce01835b7a46d91.jpg");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; }#iIZewIqCxKebC36OTVG1tCka63QU5rul.adaptive-delivery-prevent-bg, #iIZewIqCxKebC36OTVG1tCka63QU5rul.lazyload, #iIZewIqCxKebC36OTVG1tCka63QU5rul.lazyloading { background-image: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { background-color: transparent; background-image: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,245,0.83); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container > .video-iframe-container { display: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,245,0.83); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row > .video-iframe-container { display: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .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); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { border-width: 0; border-radius: 0; }#iIZewIqCxKebC36OTVG1tCka63QU5rul::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; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#Xx9aBrSMwzaXW2FLO4taCmJKIk6fter5 { 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; }
#TEEQOPag3krZSD8rgzKOq6XHTlG4A872 { 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; }
#T4sr7m1mwPk8aCrNkw4c9LiW7NGbwMq3 { 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.92535rem;display:block; }
#KKXvRrylm1wF1mRTc0TbRUcZToJS1xXz { 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; }
#vn16EWqq6XOtKdynJTriFO78ExH9WN7d { 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.2999125rem;display:block; }
#dP8BuWqhuntJd009UnpDI4bCAaMQrrNd { 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; }
#MiUpqdZEfTz2SZlW5qlMRF7blHAshd57 { 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.60155625rem;display:block; }
#aTZWyHOoSdfs5kvL1gsrFs1I8aS9D1GA { 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.47504375rem;display:block; }
#TLTJqhgTnkdvs4GtJUi5ITSTanWnyarV { 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.47504375rem;display:block; }
#T7NBqyOw9OiGNJ5JzCC7uBvFTwFldeSs { 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.60155625rem;display:block; }
#atHaSvoDbBrLkQc0W3i8Ws864uG6qooz { 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.47504375rem;display:block; }
#x5I0fP8oAhUBFWDWRIWlTs51HI9oyTNn { 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.60155625rem;display:block; }
#ZT9BS5F6rVU1OcMEatpkGcPa1um0l89p { 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; }
#bcDkGTvMcuILTNgTx1q7Ts7Nv7yu8J1V { 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; }
#fuqRngiW7bOgftfJrwzPqRhzSUwGAfkb { 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; }
#WbEBkD7ToLfbpVsUwVEO8EOc9OI5sbHg { 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; }
#aihwrD7NwfvKxzMJ0pMTHwiSdOaMhFMq { 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; }
#pDl2igs3pC3lxakqDfLzVMzheJlbJQ8u { 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.9730875rem;display:block; }
#bPnla8ex4123hElgMuPgrWHGgGV78hKk { 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; }
#vkW2TAaCCre0bsyEtaQ07Gh32XTBvKMB { 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; }
#huXFTbfcwASCGnozrqTtmswdeT6B8udh { 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; }
#yeHNVD6JoIbEVftOSo5GgNZbABJZD4In { 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; }
#ImvsFwIExGCTQZVn4e3THJbTGDMLXuw3 { 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; }
#PGCTOv2mTLdVVGZv3V903umwKoXo5b5X { 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; }
#QuZs0GO0ZFTfkIM3P08eQkch2K4AQ4zT { 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; }
#lk81ttT2TVgNkhcTQFXUmuvlTdCbNqaa { 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; }
#ezdHp0iuqxwRqTXuvDWHUfaNPUKahw2K { 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; }
#SkOeNDQ3uWHpehsBwzp4B4vi6R2EVWfG { 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; }
#Eg1kWvoUvD02cUf62q3rhu3LX7zM5901 { 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; }
#pR6rn5S6rcd07pgVsPftEH5We8hv4iU0 { 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; }
#GznKy2WCpkHD71RxOZLDMFqSMoAKqW5q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #376f64, #19352f);background-image: -moz-linear-gradient(180deg, #376f64, #19352f);background-image: -ms-linear-gradient(180deg, #376f64, #19352f);background-image: -o-linear-gradient(180deg, #376f64, #19352f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f64', endColorstr='#19352f' );";background-image: linear-gradient(180deg, #376f64, #19352f);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: none;box-sizing:border-box;color:#e0c9ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;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; }
#bwbFz4zNMIQnCSfTJ86O3SUuR53m5ibi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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; }#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) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:21.4375rem;height:3.5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3xQi5IdZyaiN8oJNH6q2uyBxNZ1G1ZF { display:block; }
 }@media only screen and (max-width: 763px) { #J9wJNGfCScsdhgOHrPA2t4a4ritbAXwo { top:23rem;left:0rem;width:5.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { top:22.5rem;left:0rem;width:11.0625rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { top:23rem;left:6.3125rem;width:8.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqdvZfogNItg3U8UiSuFdUNKlvTo1b2 { top:7.4375rem;left:0rem;width:14.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66uBuTzKM8JXHEXPXQaVfK3x0P8u1h5 { top:14.4375rem;left:0rem;width:27.1875rem;height:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAN5dSOVQx5Stb0haeqFIERMpHNgUNy { top:22rem;left:0rem;width:14.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLFDbThyeH2ne8NeQuGUfn1ZPNZb2Guy { top:22rem;left:0.6875rem;width:18.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR { display:block; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { top:3.75rem;left:13.0625rem;width:21.625rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6E9DDhaRNosnm6TobSRcKg2D6WDuFc { top:11.5625rem;left:0rem;width:35.8125rem;height:66.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iEhXLotK5WtVBuyQctSzGDS0ZAV2T4 { top:14rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF3VBTGQNX0voTaxoTTzScEiFTP8PiZi { top:17.6875rem;left:0rem;width:21.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhieH503si3CR99rWGuRhTpugrduATkz { top:18.6875rem;left:0rem;width:28.3125rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw { top:22.4375rem;left:0rem;width:33.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VVnVqSESAWonsFT41KDLewaTI5btMc { top:42.625rem;left:0rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5 { top:42.625rem;left:4.59375rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf { top:53.3125rem;left:0rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A { top:53.3125rem;left:4.59375rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf { top:66.25rem;left:0rem;width:13.625rem;height:;font-size:0.75rem;display:block; }#Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf li:before{  }
 }@media only screen and (max-width: 763px) { #WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ { top:68.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }#WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ li:before{  }
 }@media only screen and (max-width: 763px) { #Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc { top:66.3125rem;left:8.6875rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }#Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc li:before{  }
 }@media only screen and (max-width: 763px) { #by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh { top:68.625rem;left:8.6875rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }#by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh li:before{  }
 }@media only screen and (max-width: 763px) { #Qi4k9MTw9ooDEnE2fN9kPrD2clur2g46 { top:72.5625rem;left:0rem;width:33.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaVAWVNnJy99e8IfkRdzrO7VWurz9yGb { top:73.625rem;left:0rem;width:5.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtNe2Hp1bvdFZwcTM3GEBOa66Xv2OBPz { top:73.125rem;left:0rem;width:11.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVIfII060iu3q4P8vfVQo1ZhE0h5d9P { top:73.5625rem;left:9rem;width:8.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDGsVioQqpXNaOg624yErA4TdgTJdSxc { top:11.5625rem;left:11.9375rem;width:35.8125rem;height:66.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBK2ImkOTXhxr0un0IsJZ5cnheIQoFCT { top:14rem;left:35.25rem;width:12.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyWWL9dd4rTTqhOk70vSQvooo3v0yFI { top:17.6875rem;left:26.0625rem;width:21.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e48J7Jz4olz7HpOZ90FwTLl06TyuKOg7 { top:18.6875rem;left:19.4375rem;width:28.3125rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt { top:22.4375rem;left:14.125rem;width:33.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJninC0yESyvI8X2hn40JL4lC6utlQlW { top:42.625rem;left:26.6875rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbFDCcvrlagTVfESCorGyeuEX599W0EX { top:42.625rem;left:31.1875rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx { top:53.3125rem;left:26.6875rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0 { top:53.3125rem;left:31.1875rem;width:16.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt { top:64.9375rem;left:29.125rem;width:13.625rem;height:;font-size:0.75rem;display:block; }#avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt li:before{  }
 }@media only screen and (max-width: 763px) { #fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi { top:65rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }#fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi li:before{  }
 }@media only screen and (max-width: 763px) { #E7xQEmiwL9xmazEntVJl5RDL7ahePccZ { top:67.3125rem;left:29.125rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }#E7xQEmiwL9xmazEntVJl5RDL7ahePccZ li:before{  }
 }@media only screen and (max-width: 763px) { #J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 { top:67.3125rem;left:35.25rem;width:12.5rem;height:;font-size:0.75rem;display:block; }#J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 li:before{  }
 }@media only screen and (max-width: 763px) { #i81ClaB4k7ZvTGXDKzGLzzfsdMrIKlF7 { top:72.5625rem;left:14.125rem;width:33.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP66IHT6gID4tzXHOXlbmRbA6oBKdzNy { top:73.625rem;left:31rem;width:5.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGBRGQzxzEaxJtnRbmbp4Baf9sTpBvBA { top:73.1875rem;left:36.6875rem;width:11.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAyBxiEHNGNx9sXkZGipp9K9Ck7hv2Rc { top:73.5625rem;left:39.4375rem;width:8.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34d02Kq6fSSuETwtSNQ9fnmyvUrPvEc { top:11.5625rem;left:0rem;width:35.8125rem;height:67.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCpStdWP7fZT5xMMAaUmZ1KxC5GLA4Kb { top:45.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p34A8zA3eqqn4ShdTLQR9IuyUOvDwZLs { top:17.6875rem;left:0rem;width:21.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBnFgznlsEIeLIkXkNOEHX47gXXNREOt { top:48.5rem;left:0rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE { top:22.4375rem;left:0rem;width:33.625rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW { top:42.625rem;left:0rem;width:16.5625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7 { top:42.625rem;left:4.59375rem;width:16.5625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJMle4fAiaKp9QCN6JlKTiROroNFP4IF { top:53.3125rem;left:0rem;width:16.5625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu { top:53.3125rem;left:4.59375rem;width:16.5625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQzJQECTcCqipyzSvB9gqXB4tAVReR8T { top:75.5625rem;left:0rem;width:9.5rem;height:;font-size:0.75rem;display:none; }#sQzJQECTcCqipyzSvB9gqXB4tAVReR8T li:before{  }
 }@media only screen and (max-width: 763px) { #xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr { top:68rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:none; }#xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr li:before{  }
 }@media only screen and (max-width: 763px) { #PAQWOdCAmiblrWA4ldBZpxKVOE9464BF { top:65.6875rem;left:8.6875rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:none; }#PAQWOdCAmiblrWA4ldBZpxKVOE9464BF li:before{  }
 }@media only screen and (max-width: 763px) { #QVdqti8CPKvmpGCbvNitzSHUQpczhxLR { top:68rem;left:8.6875rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:none; }#QVdqti8CPKvmpGCbvNitzSHUQpczhxLR li:before{  }
 }@media only screen and (max-width: 763px) { #XO7MSh3fXEZbZxJwr2WUSe3KwGpmukem { top:72.5625rem;left:0rem;width:33.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1OldabpFoM8L2Qys5ckoOKZG33RrlQt { top:73.625rem;left:0rem;width:5.4375rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t89QqGOHmeJ8IX8yBgnq1H1PdDIq4eO6 { top:80.5625rem;left:0rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzrlMT04aBvZMBDqqmczFUt05VDEI231 { top:80.8125rem;left:0rem;width:6.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH { top:69.75rem;left:29.125rem;width:12.5rem;height:;font-size:0.75rem;display:block; }#EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH li:before{  }
 }@media only screen and (max-width: 763px) { #MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr { top:78.4375rem;left:0rem;width:8.1875rem;height:;font-size:0.75rem;display:none; }#MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr li:before{  }
 }@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.5625rem;left:7.75rem;width:40rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI3khUhwI5CSis7rGl0boP9G1aDJHclT { top:9.5rem;left:0rem;width:21.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 { display:block; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLnezMhTNAVmUvOno3WibSSFgXWhsDNe { top:4.3125rem;left:13.0625rem;width:21.625rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri { top:11.5rem;left:0rem;width:37.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwV12Ts5Lfir4h5IdSh6Svo88TzPesId { top:11.5rem;left:24.5625rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK { top:11.5rem;left:29.6875rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k { top:22.25rem;left:24.5625rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDDSdIshcfDugJnoylZbfRtWxStGxNb { top:22.25rem;left:29.6875rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS { top:32.9375rem;left:0rem;width:22.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit { top:32.9375rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc { top:44.75rem;left:0rem;width:22.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.25rem;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.25rem;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) { #iUBmxqCR8us8vvGIkycvTydQqEHsPRs4 { display:block; }
 }@media only screen and (max-width: 763px) { #RMkBHRF4NDdFu4f78GTwVZiDVTvPOpDH { display:block; }
 }@media only screen and (max-width: 763px) { #p1hiSZGvAGFLCFoDwaNuR7S9UTV4DPTH { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.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) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { top:3.75rem;left:5.53125rem;width:36.6875rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiZXGgVWkxkivcEQXRIeRbfWK7wRmz9q { top:10.5625rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evbtvos5HhgW9sSft0TA3qGQRwka1ByP { display:none; }
 }@media only screen and (max-width: 763px) { #mKC1imtRDbFKApRowbLWpdcmOzGufTfE { width:25rem;height:3.5rem;top:85.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMmOd5K3epSGTOU90LwFIc4vnfl1mzG { display:block; }
 }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5653qgKL6Ty8C6kcIhQCrLL4Vd6ROi0 { top:50.875rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA93XAflWkXL4zcsLzxfBV4Fu9m0u7XR { top:54.375rem;left:0rem;width:13.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZDeFrVUGervQhpNA88NhIHT7vTrSBgx { top:54.375rem;left:9.5rem;width:9.3125rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDtrOJSRuKSLgHIHtDhsC4mxkkdgSXQk { top:50.875rem;left:29rem;width:12.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLpAzKwN5IGuZdNxSIl3fOZgpbr0Rofw { top:54.375rem;left:26.25rem;width:21.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfI5Uqdh4hTLfC6iBN9HqDcR16Ca6bAf { top:54.375rem;left:38.4375rem;width:9.3125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSv7OqL5y95s6tl6lLVtuOy57ZlssEQk { top:69.3125rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAcQ7kcmmldC4WUrhFpWG5tR6fzPlxei { top:72.6875rem;left:0rem;width:20.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTRbaD0cbNJKm8q4lIRrzp9vLOD1LXr { top:72.6875rem;left:9.5rem;width:9.3125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKRE3xTQ8Ww65TZWUB3DxUAuG66PeLpf { top:69.3125rem;left:29rem;width:17.8125rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziETw8OHIF3DUFO8U2U1XZMP5kyQ6PD { top:72.6875rem;left:26.8125rem;width:20.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwmGssNdmcxWFzNcOZRMXVCA2aZrOzCh { top:72.6875rem;left:38.4375rem;width:9.3125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZewIqCxKebC36OTVG1tCka63QU5rul { display:block; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx9aBrSMwzaXW2FLO4taCmJKIk6fter5 { 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) { #TEEQOPag3krZSD8rgzKOq6XHTlG4A872 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4sr7m1mwPk8aCrNkw4c9LiW7NGbwMq3 { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKXvRrylm1wF1mRTc0TbRUcZToJS1xXz { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn16EWqq6XOtKdynJTriFO78ExH9WN7d { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP8BuWqhuntJd009UnpDI4bCAaMQrrNd { 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) { #MiUpqdZEfTz2SZlW5qlMRF7blHAshd57 { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZWyHOoSdfs5kvL1gsrFs1I8aS9D1GA { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTJqhgTnkdvs4GtJUi5ITSTanWnyarV { 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) { #T7NBqyOw9OiGNJ5JzCC7uBvFTwFldeSs { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHaSvoDbBrLkQc0W3i8Ws864uG6qooz { 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) { #x5I0fP8oAhUBFWDWRIWlTs51HI9oyTNn { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT9BS5F6rVU1OcMEatpkGcPa1um0l89p { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcDkGTvMcuILTNgTx1q7Ts7Nv7yu8J1V { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqRngiW7bOgftfJrwzPqRhzSUwGAfkb { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbEBkD7ToLfbpVsUwVEO8EOc9OI5sbHg { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aihwrD7NwfvKxzMJ0pMTHwiSdOaMhFMq { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDl2igs3pC3lxakqDfLzVMzheJlbJQ8u { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPnla8ex4123hElgMuPgrWHGgGV78hKk { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkW2TAaCCre0bsyEtaQ07Gh32XTBvKMB { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXFTbfcwASCGnozrqTtmswdeT6B8udh { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeHNVD6JoIbEVftOSo5GgNZbABJZD4In { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImvsFwIExGCTQZVn4e3THJbTGDMLXuw3 { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGCTOv2mTLdVVGZv3V903umwKoXo5b5X { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuZs0GO0ZFTfkIM3P08eQkch2K4AQ4zT { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk81ttT2TVgNkhcTQFXUmuvlTdCbNqaa { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezdHp0iuqxwRqTXuvDWHUfaNPUKahw2K { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkOeNDQ3uWHpehsBwzp4B4vi6R2EVWfG { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg1kWvoUvD02cUf62q3rhu3LX7zM5901 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR6rn5S6rcd07pgVsPftEH5We8hv4iU0 { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GznKy2WCpkHD71RxOZLDMFqSMoAKqW5q { width:25rem;height:3.375rem;top:48.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwbFz4zNMIQnCSfTJ86O3SUuR53m5ibi { 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/2c257ca9-3cd9-4adc-99cb-bf201f859f9d/ArnaRama901.webp");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:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7UkibyEnF1NlVcVey6lCeTsT9Ct2EVb { width:14.8125rem;height:2.6875rem;top:15.625rem;left:2.59375rem;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:12.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA9TEcg7M9xJLWMAppgAgEWxpSvvNZI { width:6.1875rem;height:1.3808625rem;top:12.125rem;left:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plikM7tBBHlaxKSIRvVdTfvQa6cxq8I1 { width:5.5rem;height:1.13671875rem;top:12.25rem;left:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqdvZfogNItg3U8UiSuFdUNKlvTo1b2 { width:9rem;height:2.9375rem;top:2.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66uBuTzKM8JXHEXPXQaVfK3x0P8u1h5 { width:20rem;height:3.4121125rem;top:6.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAN5dSOVQx5Stb0haeqFIERMpHNgUNy { width:10rem;height:2.8125rem;top:11.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLFDbThyeH2ne8NeQuGUfn1ZPNZb2Guy { width:10rem;height:2.8125rem;top:11.412109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR { display:block; }#STqEZTpHVczUNt4DVaNLfeeQTGKNPMNR > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KV6JVSAFpqAK6lBipSquXv2CbTdUlJsJ { width:17.125rem;height:1.8681625rem;top:1.5625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6E9DDhaRNosnm6TobSRcKg2D6WDuFc { width:20rem;height:38.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iEhXLotK5WtVBuyQctSzGDS0ZAV2T4 { width:12.5rem;height:1.4619125rem;top:5.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF3VBTGQNX0voTaxoTTzScEiFTP8PiZi { width:14.875rem;height:0.0625rem;top:7.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhieH503si3CR99rWGuRhTpugrduATkz { width:15.375rem;height:1.0556625rem;top:8.125rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGKqnaIAfe7G0GfyDyauBI4dqDpai5dw { width:18.625rem;height:11.25rem;top:10.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VVnVqSESAWonsFT41KDLewaTI5btMc { width:9.125rem;height:5.875rem;top:22.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrDn2mgIWcEJ9AkZwCAVzfxvCu2IoXO5 { width:9.125rem;height:5.875rem;top:22.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiKeEW9r9TJPv6wGeivgT2y7I2h50nhf { width:9.125rem;height:5.875rem;top:28.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT6EkNlkrarWCfaP0MnvTVNf6gP8d9A { width:9.125rem;height:5.875rem;top:28.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf { width:9.5rem;height:0.9746125rem;top:35.6875rem;left:1.75rem;font-size:0.75rem;display:block; }#Bs0Xrifhmfky8z1c0vgJcPKeSTZav6Gf li:before{  }
 }@media only screen and (max-width: 763px) { #WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ { width:8.1875rem;height:0.9746125rem;top:37.4375rem;left:1.75rem;font-size:0.75rem;display:block; }#WvW38Zn0AH0trLBbh014x9CGGk2uLUJQ li:before{  }
 }@media only screen and (max-width: 763px) { #Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc { width:6.75rem;height:0.9746125rem;top:35.6875rem;left:11.8125rem;font-size:0.75rem;display:block; }#Sp6QBrgEkKRC89cpEWOR1WdvDcCEa9fc li:before{  }
 }@media only screen and (max-width: 763px) { #by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh { width:6.5rem;height:0.9746125rem;top:37.4375rem;left:11.8125rem;font-size:0.75rem;display:block; }#by0bQqwoyXJbNURO6r2C2mA98f5rn3Dh li:before{  }
 }@media only screen and (max-width: 763px) { #Qi4k9MTw9ooDEnE2fN9kPrD2clur2g46 { width:18.625rem;height:2.1561338289963rem;top:39.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaVAWVNnJy99e8IfkRdzrO7VWurz9yGb { width:5.4375rem;height:1.13671875rem;top:40.4150390625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtNe2Hp1bvdFZwcTM3GEBOa66Xv2OBPz { width:11.0625rem;height:1.625rem;top:40.1708984375rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVIfII060iu3q4P8vfVQo1ZhE0h5d9P { width:6.8125rem;height:1.13671875rem;top:40.4150390625rem;left:11.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iDGsVioQqpXNaOg624yErA4TdgTJdSxc { width:20rem;height:66.4375rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBK2ImkOTXhxr0un0IsJZ5cnheIQoFCT { width:12.5rem;height:auto;top:14rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipyWWL9dd4rTTqhOk70vSQvooo3v0yFI { width:20rem;height:0.125rem;top:17.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e48J7Jz4olz7HpOZ90FwTLl06TyuKOg7 { width:20rem;height:auto;top:18.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ks1MqoUoBEDIDu6P74aO9p7eF1wAtzSt { width:20rem;height:19.5625rem;top:22.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJninC0yESyvI8X2hn40JL4lC6utlQlW { width:16.5625rem;height:10.0625rem;top:42.625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbFDCcvrlagTVfESCorGyeuEX599W0EX { width:16.5625rem;height:10.0625rem;top:42.625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZF3AUPmcvOFcHQFW5S5BE0rLgRO7ZPzx { width:16.5625rem;height:10.0625rem;top:53.3125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmgQGfCwJEEMVuv1ufEVTS2kXo5VNSo0 { width:16.5625rem;height:10.0625rem;top:53.3125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt { width:13.625rem;height:auto;top:64.9375rem;left:3.1875rem;font-size:0.75rem;display:none; }#avv1WTGTFfZuWd88qKUMPu8q5rKJVKbt li:before{  }
 }@media only screen and (max-width: 763px) { #fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi { width:12.5rem;height:auto;top:65rem;left:3.75rem;font-size:0.75rem;display:none; }#fhUe92TBxtkPLlwHGDnXJ7Skr3ENqrDi li:before{  }
 }@media only screen and (max-width: 763px) { #E7xQEmiwL9xmazEntVJl5RDL7ahePccZ { width:12.5rem;height:auto;top:67.3125rem;left:3.75rem;font-size:0.75rem;display:none; }#E7xQEmiwL9xmazEntVJl5RDL7ahePccZ li:before{  }
 }@media only screen and (max-width: 763px) { #J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 { width:12.5rem;height:auto;top:67.3125rem;left:3.75rem;font-size:0.75rem;display:none; }#J0rykuvv7y6CJyGOkFUNu0GA11zbgRD2 li:before{  }
 }@media only screen and (max-width: 763px) { #i81ClaB4k7ZvTGXDKzGLzzfsdMrIKlF7 { width:20rem;height:2.1561338289963rem;top:72.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hP66IHT6gID4tzXHOXlbmRbA6oBKdzNy { width:5.4375rem;height:auto;top:73.625rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGBRGQzxzEaxJtnRbmbp4Baf9sTpBvBA { width:11.0625rem;height:auto;top:73.1875rem;left:4.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAyBxiEHNGNx9sXkZGipp9K9Ck7hv2Rc { width:8.3125rem;height:auto;top:73.5625rem;left:5.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #O34d02Kq6fSSuETwtSNQ9fnmyvUrPvEc { width:20rem;height:38.9375rem;top:44.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #rCpStdWP7fZT5xMMAaUmZ1KxC5GLA4Kb { width:12.5rem;height:1.4619125rem;top:45.8125rem;left:3.75rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #p34A8zA3eqqn4ShdTLQR9IuyUOvDwZLs { width:14.875rem;height:0.0625rem;top:47.75rem;left:2.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LBnFgznlsEIeLIkXkNOEHX47gXXNREOt { width:15.375rem;height:1.0556625rem;top:48.5rem;left:2.3125rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE { width:18.625rem;height:11.25rem;top:50.75rem;left:0.6875rem;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/992b7540-d7d3-43c7-a90f-f22a16185438/briefshot1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE.adaptive-delivery-prevent-bg, #GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE.lazyload, #GxztxIx9gwISWgIgJ86TAGbmT2XVWiHE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW { width:9.125rem;height:5.875rem;top:62.4375rem;left:0.6875rem;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/83be0b4a-2e7a-4c55-bb2b-9202cbbe59e4/b92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW.adaptive-delivery-prevent-bg, #S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW.lazyload, #S8CpuZJ1uaT34R9ZEbFyEaFRDIueDbnW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7 { width:9.125rem;height:5.875rem;top:62.4375rem;left:10.25rem;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9475bfbf-c705-401e-a525-d7d8cba584ec/b127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7.adaptive-delivery-prevent-bg, #os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7.lazyload, #os1oaxVwrd7LzGKnQepGmsdlnSI4lCw7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TJMle4fAiaKp9QCN6JlKTiROroNFP4IF { width:9.125rem;height:5.875rem;top:68.75rem;left:0.6875rem;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d64fe8b9-427b-4114-8bc8-cab8438adac8/b32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TJMle4fAiaKp9QCN6JlKTiROroNFP4IF.adaptive-delivery-prevent-bg, #TJMle4fAiaKp9QCN6JlKTiROroNFP4IF.lazyload, #TJMle4fAiaKp9QCN6JlKTiROroNFP4IF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu { width:9.125rem;height:5.875rem;top:68.75rem;left:10.25rem;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/563a9f68-a5e1-43c6-ab1a-b31e8f15cd08/b31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu.adaptive-delivery-prevent-bg, #C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu.lazyload, #C68wvve2wlNWqiSAvn2eNDNHlJGHZKTu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sQzJQECTcCqipyzSvB9gqXB4tAVReR8T { width:9.5rem;height:;top:75.5625rem;left:1.75rem;font-size:0.75rem;z-index:15025;display:block; }#sQzJQECTcCqipyzSvB9gqXB4tAVReR8T li:before{  }
 }@media only screen and (max-width: 763px) { #xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr { width:8.1875rem;height:0.9746125rem;top:76.9375rem;left:1.75rem;font-size:0.75rem;z-index:15026;display:block; }#xJEacJSMM7fWsBD0T6TqiH3Fhp1TmJDr li:before{  }
 }@media only screen and (max-width: 763px) { #PAQWOdCAmiblrWA4ldBZpxKVOE9464BF { width:6.75rem;height:0.9746125rem;top:75.5625rem;left:11.8125rem;font-size:0.75rem;z-index:15026;display:block; }#PAQWOdCAmiblrWA4ldBZpxKVOE9464BF li:before{  }
 }@media only screen and (max-width: 763px) { #QVdqti8CPKvmpGCbvNitzSHUQpczhxLR { width:6.5rem;height:0.9746125rem;top:76.9375rem;left:11.8125rem;font-size:0.75rem;z-index:15027;display:block; }#QVdqti8CPKvmpGCbvNitzSHUQpczhxLR li:before{  }
 }@media only screen and (max-width: 763px) { #XO7MSh3fXEZbZxJwr2WUSe3KwGpmukem { width:18.625rem;height:2.1561338289963rem;top:80.3125rem;left:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #P1OldabpFoM8L2Qys5ckoOKZG33RrlQt { width:5.4375rem;height:1.13671875rem;top:80.8125rem;left:0.8125rem;font-size:0.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #t89QqGOHmeJ8IX8yBgnq1H1PdDIq4eO6 { width:11.0625rem;height:1.625rem;top:80.5625rem;left:3.875rem;font-size:1.25rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #HzrlMT04aBvZMBDqqmczFUt05VDEI231 { width:6.8125rem;height:1.13671875rem;top:80.8125rem;left:11.5rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH { width:12.5rem;height:auto;top:69.75rem;left:3.75rem;font-size:0.75rem;display:none; }#EpegfAOSTN1iTHaBzL2OHGU0kkZUiEQH li:before{  }
 }@media only screen and (max-width: 763px) { #MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr { width:8.1875rem;height:0.9746125rem;top:78.287109375rem;left:1.75rem;font-size:0.75rem;z-index:15027;display:block; }#MlQUDek2ITO5kzTIZQgJlVyGiPOFHpOr li:before{  }
 }@media only screen and (max-width: 763px) { #ocwKsVIUR8qh3VRTJmfasEPR1G5BPh06 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67afdac2-8b62-4b75-b94e-dc3a11f637b5/noroot.preview.rotate_90");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.42); }#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.42); }#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 { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiEXKJ2GXvvi2w5M8dJTRSSWqkPfKhLT { width:18.9375rem;height:6.59375rem;top:6.0625rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iI3khUhwI5CSis7rGl0boP9G1aDJHclT { width:9.375rem;height:3rem;top:2rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 { display:block; }#UZ7Plm1VPamkl680cqcBUtkl6MAhbtc0 > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLnezMhTNAVmUvOno3WibSSFgXWhsDNe { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri { width:20rem;height:11.6875rem;top:4.3671875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d88cc625-78f3-4e7a-a4ef-4c86a6a12f5e/A3scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.adaptive-delivery-prevent-bg, #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.lazyload, #exTRxbSzaeOTsPgl5mr1w3zX7OpiQTri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dwV12Ts5Lfir4h5IdSh6Svo88TzPesId { width:9.75rem;height:5.875rem;top:16.5546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL71bSFP5p2TFB1XqizfRnNmBlvl4HbK { width:9.75rem;height:5.875rem;top:16.5546875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMlgEFiBS38T4ahZcgsc0Ipfco7Er79k { width:9.75rem;height:5.875rem;top:22.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDDSdIshcfDugJnoylZbfRtWxStGxNb { width:9.75rem;height:5.875rem;top:22.9296875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc0D5BSJ26GkqFBqvf3MoV3rIm1QRKdS { width:9.75rem;height:5.875rem;top:29.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit { width:20rem;height:11.6875rem;top:35.8046875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/20796a97-b285-4dc0-a215-77bdd7a89378/e1100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.adaptive-delivery-prevent-bg, #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.lazyload, #OcfisHPQOCmKfLq7Mf9zoTe6mgGA8kit.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #obhRu9iKVEuZMJ6D0AgJnl2KrBFyCfhc { width:9.75rem;height:5.875rem;top:29.3671875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bb91045-916a-49f6-8766-a43d8b5977ec/B126.webp");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.35); }#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.35); }#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) { #iUBmxqCR8us8vvGIkycvTydQqEHsPRs4 { display:block; }
 }@media only screen and (max-width: 763px) { #RMkBHRF4NDdFu4f78GTwVZiDVTvPOpDH { display:block; }
 }@media only screen and (max-width: 763px) { #p1hiSZGvAGFLCFoDwaNuR7S9UTV4DPTH { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.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) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:#20413b;background-image:url("https://images.assets-landingi.com/uc/acbbc08f-fc4c-4d36-801d-a98db8dfdb35/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiZXGgVWkxkivcEQXRIeRbfWK7wRmz9q { width:20rem;height:37.5rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Evbtvos5HhgW9sSft0TA3qGQRwka1ByP { top:4.1875rem;left:0rem;width:20rem;height:12.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mKC1imtRDbFKApRowbLWpdcmOzGufTfE { width:17.5rem;height:2.625rem;top:56.5rem;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) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #N5653qgKL6Ty8C6kcIhQCrLL4Vd6ROi0 { width:7.0625rem;height:1.625rem;top:18.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA93XAflWkXL4zcsLzxfBV4Fu9m0u7XR { width:7.9375rem;height:7.347675rem;top:20.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZDeFrVUGervQhpNA88NhIHT7vTrSBgx { width:5.0625rem;height:7.347675rem;top:20.1865234375rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDtrOJSRuKSLgHIHtDhsC4mxkkdgSXQk { width:12.5rem;height:1.625rem;top:29.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLpAzKwN5IGuZdNxSIl3fOZgpbr0Rofw { width:13.8125rem;height:4.89845rem;top:31.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfI5Uqdh4hTLfC6iBN9HqDcR16Ca6bAf { width:9.3125rem;height:4.89845rem;top:31.25rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSv7OqL5y95s6tl6lLVtuOy57ZlssEQk { width:12.5rem;height:1.625rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAcQ7kcmmldC4WUrhFpWG5tR6fzPlxei { width:15.125rem;height:4.89845rem;top:39.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTRbaD0cbNJKm8q4lIRrzp9vLOD1LXr { width:9.3125rem;height:4.89845rem;top:39.9375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKRE3xTQ8Ww65TZWUB3DxUAuG66PeLpf { width:17.8125rem;height:1.625rem;top:46.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziETw8OHIF3DUFO8U2U1XZMP5kyQ6PD { width:11.75rem;height:4.89845rem;top:48.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwmGssNdmcxWFzNcOZRMXVCA2aZrOzCh { width:9.3125rem;height:4.89845rem;top:48.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZewIqCxKebC36OTVG1tCka63QU5rul { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a7c16e2-1050-40cb-8e97-0b2c4ea09a19/5412db4ad141a3748ce01835b7a46d91.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iIZewIqCxKebC36OTVG1tCka63QU5rul.adaptive-delivery-prevent-bg, #iIZewIqCxKebC36OTVG1tCka63QU5rul.lazyload, #iIZewIqCxKebC36OTVG1tCka63QU5rul.lazyloading { background-image: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { background-color: transparent; background-image: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,245,0.79); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container > .video-iframe-container { display: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,245,0.79); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row > .video-iframe-container { display: none; }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .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); }#iIZewIqCxKebC36OTVG1tCka63QU5rul > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx9aBrSMwzaXW2FLO4taCmJKIk6fter5 { 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) { #TEEQOPag3krZSD8rgzKOq6XHTlG4A872 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4sr7m1mwPk8aCrNkw4c9LiW7NGbwMq3 { 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) { #KKXvRrylm1wF1mRTc0TbRUcZToJS1xXz { 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) { #vn16EWqq6XOtKdynJTriFO78ExH9WN7d { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP8BuWqhuntJd009UnpDI4bCAaMQrrNd { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiUpqdZEfTz2SZlW5qlMRF7blHAshd57 { 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) { #aTZWyHOoSdfs5kvL1gsrFs1I8aS9D1GA { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLTJqhgTnkdvs4GtJUi5ITSTanWnyarV { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7NBqyOw9OiGNJ5JzCC7uBvFTwFldeSs { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #atHaSvoDbBrLkQc0W3i8Ws864uG6qooz { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5I0fP8oAhUBFWDWRIWlTs51HI9oyTNn { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT9BS5F6rVU1OcMEatpkGcPa1um0l89p { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcDkGTvMcuILTNgTx1q7Ts7Nv7yu8J1V { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuqRngiW7bOgftfJrwzPqRhzSUwGAfkb { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbEBkD7ToLfbpVsUwVEO8EOc9OI5sbHg { 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) { #aihwrD7NwfvKxzMJ0pMTHwiSdOaMhFMq { 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) { #pDl2igs3pC3lxakqDfLzVMzheJlbJQ8u { 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) { #bPnla8ex4123hElgMuPgrWHGgGV78hKk { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #vkW2TAaCCre0bsyEtaQ07Gh32XTBvKMB { 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) { #huXFTbfcwASCGnozrqTtmswdeT6B8udh { 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) { #yeHNVD6JoIbEVftOSo5GgNZbABJZD4In { 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) { #ImvsFwIExGCTQZVn4e3THJbTGDMLXuw3 { 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) { #PGCTOv2mTLdVVGZv3V903umwKoXo5b5X { 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) { #QuZs0GO0ZFTfkIM3P08eQkch2K4AQ4zT { 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) { #lk81ttT2TVgNkhcTQFXUmuvlTdCbNqaa { 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) { #ezdHp0iuqxwRqTXuvDWHUfaNPUKahw2K { 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) { #SkOeNDQ3uWHpehsBwzp4B4vi6R2EVWfG { 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) { #Eg1kWvoUvD02cUf62q3rhu3LX7zM5901 { 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) { #pR6rn5S6rcd07pgVsPftEH5We8hv4iU0 { 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) { #GznKy2WCpkHD71RxOZLDMFqSMoAKqW5q { 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) { #bwbFz4zNMIQnCSfTJ86O3SUuR53m5ibi { 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; }
 }