.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:218,239,237;--color-primary-1:145,207,201;--color-primary-2:72,175,165;--color-primary-3:26,155,143;--color-primary-4:13,70,65;--color-secondary-0:241,233,223;--color-secondary-1:213,190,160;--color-secondary-2:185,146,97;--color-secondary-3:183,144,50;--color-secondary-4:117,92,62;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { 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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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/992fa643-a1f2-46ee-a26c-d9a381504a58/Hero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#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:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0615234375rem;left:33.3740234375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -moz-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -ms-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -o-linear-gradient(180deg, #dfc3a8, #b28357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );";background-image: linear-gradient(180deg, #dfc3a8, #b28357);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.4990234375rem;left:25.8740234375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.35);background-image:none;top:21.25rem;left:25.875rem;border-top:0.125rem solid #dfc3a8;border-left:0.125rem solid #dfc3a8;border-right:0.125rem solid #dfc3a8;border-bottom:0.125rem solid #dfc3a8;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#dfba95;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.3115234375rem;left:25.8740234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:22.3740234375rem;left:40.8740234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRWEKo0flm7F1IVTbz84nh92NEh57HlB { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.0625rem;left:12.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irL2ilkOAuFWBCZwokiLh7Wx6nmmuVAB { position:absolute;display:block;z-index:15030;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.1875rem;width:18.75rem;top:10.125rem;left:28.125rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:rgba(243,243,240,0.9);background-image:url("https://images.assets-landingi.com/uc/bcaa5b72-247c-4623-9edd-ac1df5af1319/BG2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:80.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#ffffff;display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { color:rgba(var(--color-primary-4),1);display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZbcLiui845GRHQvodThcC1EQPmicW0U { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#gplh6S3IEzmIAQTiyV902K33KhIye9JG { color:#111111;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#k0KaomccizecHDuzfTW9S930IzrsnsG6 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:rgba(var(--color-primary-4),1);display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s { box-sizing:content-box;height:28.75rem;width:75rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/e094ff17-ae7a-408d-864e-766647cbef84/pic2.jpg");background-position:bottom 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:10.625rem;left:0rem;display:block; }#ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s.adaptive-delivery-prevent-bg, #ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s.lazyload, #ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s.lazyloading { background-image: none; }
#BhglGvp9hphxpBLBO09gTS4SNg706FDu { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15115;background-color:#c2c2c2;background-image:url("https://images.assets-landingi.com/uc/4c648e12-2c10-4d1a-9ec1-bb9a2ec55f20/pic3.jpg");background-position:bottom 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:40.625rem;left:0rem;display:block; }#BhglGvp9hphxpBLBO09gTS4SNg706FDu.adaptive-delivery-prevent-bg, #BhglGvp9hphxpBLBO09gTS4SNg706FDu.lazyload, #BhglGvp9hphxpBLBO09gTS4SNg706FDu.lazyloading { background-image: none; }
#gwg1Heq3lmwkApg52NSUpizEvLTtEWwd { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15116;background-color:#c2c2c2;background-image:url("https://images.assets-landingi.com/uc/1f6d3b86-0b7e-4159-bf86-53530b9b8982/pic4.jpg");background-position:bottom 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:40.625rem;left:38.125rem;display:block; }#gwg1Heq3lmwkApg52NSUpizEvLTtEWwd.adaptive-delivery-prevent-bg, #gwg1Heq3lmwkApg52NSUpizEvLTtEWwd.lazyload, #gwg1Heq3lmwkApg52NSUpizEvLTtEWwd.lazyloading { background-image: none; }
#gGrUfGS4vnTTq4FqV2qDAZGvxuUICtIp { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15093;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:66.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#D2xrDtSAWDlEFfceboPyTICTIKMzEJyJ { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:67.6875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okNiS1FAmnHnK9PfXBhno3OGRWi1Dx6Q { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15081;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:61.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aOfrbQccmK2RirIh1qXPqxFBaNCw5agq { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15182;line-height:1.3;letter-spacing:0;top:63.1875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zcUeH0BJZ5itktFapNZW6IJP4Jt3DUyy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:63.5625rem;left:28.875rem;height:1.21875rem;display:block; }
#BtnEfq8IvC21arK0hgk2LMOMowM2iUub { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:63.3125rem;left:26.875rem; }
#EQih1QHKErHT5ExxgorXrH0hO5BdAqXQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:68.0625rem;left:28.875rem;height:1.21875rem;display:block; }
#Qizmqez4epTx32lWhe5oXQyo5JlmUF1T { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:67.8125rem;left:26.875rem; }
#UhqPOevKcux6tQbXctJSFpJNyrHPZc8W { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:63.125rem;left:30.125rem; }
#PKeWXEqmtoTvmMuTDccz02mnAm3ywpkd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:67.625rem;left:30.125rem; }
#Crhh81pdeCIoAmLraSZkbJSIqC0rCePS { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:63.5625rem;left:32.0625rem;height:1.21875rem;display:block; }
#CpCDPJvhUwWJBT5K43pGNfoBWMRq3zLd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:63.3125rem;left:33.25rem; }
#z3rxINEwFNLRBLTHJUJTal0zPkLRbwV8 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:68.0625rem;left:32.0625rem;height:1.21875rem;display:block; }
#C9UCe36KWt8lnIiT7g8xJMOmszalJw27 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15181;opacity:1;top:67.8125rem;left:33.25rem; }
#hQxVdin1kwxtg1IRVBTb6JyywUE0yetr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:63.5625rem;left:35.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#OnPguZbLpTIumxhNDfB6WKWsHJfwTBaK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:68.0625rem;left:35.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#PD6Qkb5V2FE4Z7cWpUysWUSWrlyVt6vF { color:#d5aa74;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:63.5625rem;left:39.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#KFGgc0dWDodJiPuH0fUCnd5CTgclEp8h { color:#d5aa74;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:68.0625rem;left:40rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#BWG75wzgBJA3CTeDbbwuMoRKnLX0ux6o { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:63.375rem;left:44.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D3Cw8EghFMolvDtlJn8763MhFA0J73nz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:67.875rem;left:45.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UL79mr961TMPydhMUTZTOf6cLdL5IqaC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:63.625rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#fk4CQmH15l8nuz1sk5A16wFyMTbxs6EI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:68.125rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#iAE29e6akdVKl034mt3krIXBNGRmmdTm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -moz-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -ms-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -o-linear-gradient(180deg, #dfc3a8, #b28357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );";background-image: linear-gradient(180deg, #dfc3a8, #b28357);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:62.8125rem;left:60.3125rem;display:block; }
#SLakPRbxhJHV59mTbITERfN1XalM3HHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAf9J4SLVX9ich0zzDX6ral0sdoMeVRM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -moz-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -ms-linear-gradient(180deg, #dfc3a8, #b28357);background-image: -o-linear-gradient(180deg, #dfc3a8, #b28357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc3a8', endColorstr='#b28357' );";background-image: linear-gradient(180deg, #dfc3a8, #b28357);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15295;text-align:center;text-align-last:center;top:67.3125rem;left:60.3125rem;display:block; }
#LWOPqnBlJQlXQTvrVOp7fZEIhqnt2dKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUbSspdh3gktewB3smbvU2WCNWtRnTgH { box-sizing:content-box;height:27.25rem;width:73.5rem;position:absolute;display:block;z-index:15296;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid #b28357;border-left:0.1875rem solid #b28357;border-right:0.1875rem solid #b28357;border-bottom:0.1875rem solid #b28357;top:11.1875rem;left:0.5625rem;display:block; }
#eU9fGqhHTOpGWUfFRJpsGMNEZtFF9sXZ { box-sizing:content-box;height:18.5rem;width:35.375rem;position:absolute;display:block;z-index:15297;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid #b28357;border-left:0.1875rem solid #b28357;border-right:0.1875rem solid #b28357;border-bottom:0.1875rem solid #b28357;top:41.1875rem;left:0.5625rem;display:block; }
#hAgXPufwJRd3fGqbwUmnVPAf5qFrbGDx { box-sizing:content-box;height:18.5rem;width:35.375rem;position:absolute;display:block;z-index:15298;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid #b28357;border-left:0.1875rem solid #b28357;border-right:0.1875rem solid #b28357;border-bottom:0.1875rem solid #b28357;top:41.1875rem;left:38.6875rem;display:block; }
#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:none; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR > .row .container { border-width: 0; border-radius: 0; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;overflow:visible;position:relative;display:none; }#OUmCfZTMafk2ob7UyLdaO1vWXQeLrgTR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9989375rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.497869491577rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDgIxvpVQUNEHrdi9E6JMB3br6HeuCrw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.25rem;left:0rem; }
#SgGD6pF5yePtXEPWWHbazxfac2XDn7c3 { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:28.5rem;left:2rem;height:1.21875rem;display:block; }
#rew1mmcWcUtpZQovzzk5wywOwwedbWM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxMDU22kcTZ3v4FR6OcSTa3cTt8gTyTi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.0625rem;left:3.25rem; }
#i1cRuqi3Vx4HKadyvIaq8Tk8gUiyo5g9 { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:28.5rem;left:5.125rem;height:1.21875rem;display:block; }
#EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7fc8d618-585a-4a6a-9464-2a6f6a188554/VillaTypeAnew.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.adaptive-delivery-prevent-bg, #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.lazyload, #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.lazyloading { background-image: none; }
#IncfEE0TLg3mUbMuq75xe7p1qMqdOQHP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.1875rem;left:6.5rem; }
#DliKfTkoxqrfbuVSGWC4JCHqGTdtXTE7 { color:#111111;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:8.060546875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#LTHEOxfZ1ukny72Dl2ivhL96D9KhWS0K { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.1875rem;left:16.1875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kUAwmEIoAZWfntrV8vrm4yroxdpOHWoA { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:28.6875rem;left:17rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#CB2qq3ZvN8lUx6ySHrrz6tEHTH5hGZwJ { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:25.9375rem;left:18.3125rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#XlMPk7O3bk6gPDLeLT5mPTUnpz2w80ds { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:27.1875rem;left:41.625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TJXsavwyeJ9FLBPrHtu41DSIFRb379TD { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:28.6875rem;left:42.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#sSqX6JTEd17MzIoMk5nIhZdaXXzUpN65 { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:25.9375rem;left:43.75rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#dziHDiMC1VGIpRfUx23L6CBtAzkTG61q { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b9bcee8c-c805-4307-a185-5e3c1687a464/VillaTypeB.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:25.46875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.adaptive-delivery-prevent-bg, #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.lazyload, #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.lazyloading { background-image: none; }
#fRTA2DMwC1eIho5qCuOuCFgZs2tf0hr8 { color:#111111;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:33.4990234375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#O9UrZA4GLZcAIcaq608THdpK9eKSPabh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:28.1875rem;left:31.9375rem; }
#iA8zU4rwGi3zmN7vKSTMdoK2TX9ha7hT { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:28.5rem;left:30.5625rem;height:1.21875rem;display:block; }
#HxLF3Dtx5FKWzo4cZRxwTICBEs3rwpAh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:25.9375rem;left:25.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slSzIVd5oXhPn2dwMzN9Fdd5F0f6MaiL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:28.0625rem;left:28.6875rem; }
#BwIDTrN6Ntrn89VNTISd9dyLtIULa0oL { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:28.5rem;left:27.4375rem;height:1.21875rem;display:block; }
#miruztlZ2nLJbnpKpQI8dnvtHMoNmuPl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:28.25rem;left:25.4375rem; }
#khx2G8bdk60wI6vHfVg49keSHkigWIrU { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:27.1865234375rem;left:67.0625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fqtrSyaclVVl6b74aUxKc30KvzKkh42d { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:28.6865234375rem;left:67.875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#ex29IvSVKQfde43uD9l3oKa9zDt9xFQ7 { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:25.9365234375rem;left:69.1875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#B6h1PH62NXKdqfMiOzCZ324x94ICgvMH { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/120525ac-df87-4aae-94d3-d50434a387b1/VillaTypeC.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.9990234375rem;left:50.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.adaptive-delivery-prevent-bg, #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.lazyload, #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.lazyloading { background-image: none; }
#BORSWvgOlmgaHA9ClPRbEDSUSvO2fHlD { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:57.8740234375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#tRKAaJHoB9qc5A19F5dOWAcSG9F7XDeP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:28.1865234375rem;left:57.4365234375rem; }
#swSmTd06WHHnbDKgiDtAvBaMoB9ddpkc { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:56.0615234375rem;height:1.21875rem;display:block; }
#WDbBecDHFW7irETxSSmyDrgBkpF5iwbX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:25.9365234375rem;left:50.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FSJwWdZykrdm5n6RPbHzomQFkerOJQtN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:28.0615234375rem;left:54.1865234375rem; }
#Afwq2ipLiyIkmaDUlPBeXqSCRM6cHQt3 { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:28.4990234375rem;left:52.9365234375rem;height:1.21875rem;display:block; }
#TNfvhXhqt2tafhi2NXRgDgclH4guVu1Z { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:28.2490234375rem;left:50.9375rem; }
#bkv5PIcFS2zgo4KXuUHfZr9ApPCaFPKc { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#TOrm23okIFTRz5ocwO18sB41GOrAWCS5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#SPBCiLPVcQJZoaV6mtB7FxrnFqMs9hcD { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#C9HvZ17HTHCr5QDUkqcE2gMG9HqhAyOE { color:rgba(var(--color-primary-4),1);display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GRNsdxlCFX6epyhoB1O18fzy5ZkyIh7m { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6 { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.adaptive-delivery-prevent-bg, #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.lazyload, #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.lazyloading { background-image: none; }
#zwd7moK4bapi25pMBWb4yGCofg6UMXMq { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#h0PTcSJVixNhf4ftNiskXMyG16aONQ62 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#asiU9oogBumyMlZvlQ1WFGSGTn6QAMPZ { color:#111111;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#ysdzhGSFtTbZlfDQUIMUPWFPX7SoviBS { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#iUONnDXVJu7fm6MQtelFlZTOFvJ6qGd7 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#pep2JBL7rwxkifZw7DQBIn9dZp6rLaTW { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#k49nD377KA7rEfEUIkX9MxyGcert0Wg9 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#BBkbh4pLFnaTmWbuv3vrAaEEGPpiBs0K { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#z9wh4WkK1uhAbbvgcUugVHPeeaNo6K05 { color:#111111;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#qax72om96171cNp3nVE4M4LxIbpzyeAb { color:rgba(var(--color-primary-4),1);display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iibWMzZGVZBDhO5hhSrEwnz4SX5X2sFR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#wJBw1rTzrcnTZNwKOhtckmRLik8KDszm { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.adaptive-delivery-prevent-bg, #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.lazyload, #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.lazyloading { background-image: none; }
#HZ064oOKpVwaTT8ZUQC8B5Rl4w5Orb9n { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#xD15NRDBT1oTlRZZd9WPqyEMxwPLXiTh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#xIn3rlivgEz5OcEPOF2lP9QulTqNyiWd { color:#111111;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#z7qx2uFzT8OtoTl4Tg9BOb6864ody42z { color:#111111;display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#XBnBJeCaqWLeUahxUmtwPTcQXgt2zfCn { color:#111111;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#NK9vbtiTT2Tacb0TS41sskTvpI9SmTdL { color:rgba(var(--color-secondary-2),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d316a6c6-05cd-4c15-a075-e23e9983b557/606192581_1457965933005021_7365008335228467159_n.jpg");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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.25rem;left:42.625rem;height:12.998025rem;display:block; }
#lZ8dbA6h1dLTngVLfpOPJx8qapnx2n3u { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { position:relative;display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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:18.75rem;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:none; }#QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container { background-color: transparent; background-image: none; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container > .video-iframe-container { display: none; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row > .video-iframe-container { display: none; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .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); }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container { border-width: 0; border-radius: 0; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#Q78AwbsEdoxLKuWwhgnQ2SkGHFIReyI2 { color:#b99261;display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.4248046875rem;left:3.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#oQiSrtdgpD8Xp7qqGwFoitA8AO7uQ5dl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:18.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKZemwRnPstPlg3eDshVkPaVrKP6pnsS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#TxQdyX7TlTDB9xfhNTzsNOTt0ekFpaQi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:57.1875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#cXCy033RHhawDLpr6MmqG0xatxDXhObn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:19.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#inUGcvv0KPLF9yc9t8U5CO195zxqlmhD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.6875rem;left:38.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#GgNh7U0t0urRFhZUmpVc9kJ2tyVd5orP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.6640625rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKvLbGkb2VTu1d9iXp3oeviOhrSv85n3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6640625rem;left:18.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMZOnwLFKHHrebb7oR0pPswpAFHBarpg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.6640625rem;left:37.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBzE9ueaNhKb0pyqnkTU95u2G987nz8u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.6640625rem;left:56.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnTXXxAJBk49HHlxXtmKVJn69TDU3BV6 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1dec4, #b99261);background-image: -moz-linear-gradient(180deg, #f1dec4, #b99261);background-image: -ms-linear-gradient(180deg, #f1dec4, #b99261);background-image: -o-linear-gradient(180deg, #f1dec4, #b99261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );";background-image: linear-gradient(180deg, #f1dec4, #b99261);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.2265625rem;left:5.9375rem;display:block; }
#L068dbWA9WDVMTViOwvl5tIXOTKissWM { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:15.7265625rem;left:6.4375rem;display:block; }
#ptwfKCe8vTIc1UWiBh1PR9lv391HPTAq { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1dec4, #b99261);background-image: -moz-linear-gradient(180deg, #f1dec4, #b99261);background-image: -ms-linear-gradient(180deg, #f1dec4, #b99261);background-image: -o-linear-gradient(180deg, #f1dec4, #b99261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );";background-image: linear-gradient(180deg, #f1dec4, #b99261);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:24.875rem;display:block; }
#TVJmHhTJb1AdkmfNRNhbUpXzrHMoJd65 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:15.625rem;left:25.375rem;display:block; }
#Ilidel5TrBttr5wTBHUXi8HyHZ143lDz { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1dec4, #b99261);background-image: -moz-linear-gradient(180deg, #f1dec4, #b99261);background-image: -ms-linear-gradient(180deg, #f1dec4, #b99261);background-image: -o-linear-gradient(180deg, #f1dec4, #b99261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );";background-image: linear-gradient(180deg, #f1dec4, #b99261);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:43.875rem;display:block; }
#Eegw6bb4pKhJk0nVnzwJnFaoDW2nD0Tz { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:15.625rem;left:44.375rem;display:block; }
#foTq5BpK7wSvkbSkNQZwG5wRmXXKqvd6 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1dec4, #b99261);background-image: -moz-linear-gradient(180deg, #f1dec4, #b99261);background-image: -ms-linear-gradient(180deg, #f1dec4, #b99261);background-image: -o-linear-gradient(180deg, #f1dec4, #b99261);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dec4', endColorstr='#b99261' );";background-image: linear-gradient(180deg, #f1dec4, #b99261);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:62.8125rem;display:block; }
#xWHRKMX9dnUkGTaX8x1oVvvUPAyq0C46 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:15.625rem;left:63.3125rem;display:block; }
#kZl1U0WtGBrVxc4ELHbQ6U1iZaFXviIE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.4765625rem;left:7.5rem; }
#UQ5D6r7eJiBRiKZXyI7z6HRG9qzpWxBM { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.9140625rem;left:26.8125rem; }
#RUi9Fnw9lGm1VZQFXMCVKNh49WLSBlzZ { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.8515625rem;left:45.5625rem; }
#E1wEmtoCVTu1hxPpiGgTdCgsIk4iobHJ { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.4765625rem;left:64.25rem; }
#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { background-color: transparent; background-image: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container > .video-iframe-container { display: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { display: block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .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); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { border-width: 0; border-radius: 0; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { position:relative;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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:58.75rem;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; }#SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc2d7e6d-95bb-4ac4-b1b8-b54850fda5f1/22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.4345703125rem;left:0rem;display:block; }#Qog05zghdTVHnJToDiAuiIHDwFFBewi1.adaptive-delivery-prevent-bg, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyload, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyloading { background-image: none; }
#VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { box-sizing:content-box;height:16.875rem;width:37.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9dd14c-6e21-4e51-95cb-59b5821408dc/p1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6787109375rem;left:0rem;display:block; }#VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.adaptive-delivery-prevent-bg, #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.lazyload, #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.lazyloading { background-image: none; }
#QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/21bf5392-ae8e-4a3f-9650-1370b28de84c/p3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.4345703125rem;left:25.3740234375rem;display:block; }#QHmJd2TCNhbOwstavE8oqDri1oyuETk7.adaptive-delivery-prevent-bg, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyload, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyloading { background-image: none; }
#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c22f72d6-68ce-4ef1-b544-85cecf8b0170/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.4345703125rem;left:50.625rem;display:block; }#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.adaptive-delivery-prevent-bg, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyload, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyloading { background-image: none; }
#mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { box-sizing:content-box;height:16.875rem;width:37.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d5298e8-2ac6-4e5b-87a7-1f5c25e86169/p2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6787109375rem;left:38rem;display:block; }#mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.adaptive-delivery-prevent-bg, #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.lazyload, #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.lazyloading { background-image: none; }
#geaqbFF16R4BlraTNn1XUolBatIW738N { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/40c6354a-8ebd-4783-a8d6-e1a26ba29137/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.875rem;left:0rem;display:block; }#geaqbFF16R4BlraTNn1XUolBatIW738N.adaptive-delivery-prevent-bg, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyload, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyloading { background-image: none; }
#rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/539aa59c-6d50-46b8-83cc-d9e2d08a6952/p4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.875rem;left:25.375rem;display:block; }#rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.adaptive-delivery-prevent-bg, #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.lazyload, #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.lazyloading { background-image: none; }
#JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c7fd9573-db5a-4f95-b313-e6fa990533a1/23.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.875rem;left:50.625rem;display:block; }#JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.adaptive-delivery-prevent-bg, #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.lazyload, #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.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/440c60fe-9cf4-438e-a98b-685eea6a7aca/Gemini_Generated_Image_p1jbgqp1jbgqp1jb.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#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(255,255,255,0.83); }#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-4),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;line-height:1.4; }
#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:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem 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:2rem;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:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#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:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-4),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.686962127686rem;left:51.312139511108rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#b99261;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { 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; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.15625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:66.125rem;left:25.9375rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9ruZ6bMNMZNtuGroufeXkrtFpzZlNC5 { position:absolute;display:block;z-index:15097;height:28.125rem;width:75rem;top:10.9375rem;left:0rem;display:block; }
#nvXKIAPElOvOEtu7rnTTSU8Mn8bo4gOO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#aM4qpm4QuDPQT5CMvx0lK7vraNk1CRP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:49.4375rem;left:0rem;height:10.3984375rem;display:block; }
#g5kQ4ZKx8t2I1XonDPGMw3QIkhwQqsq0 { color:#b99261;display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:41.4375rem;left:3.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#vL8dkq2E8EMbQSXmBI6kgR41t26lAyfm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:49.4375rem;left:18.9375rem;height:10.3984375rem;display:block; }
#BPte3hDuxdGwm8irblKT9SpAf5Ci71N1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:49.4375rem;left:37.9375rem;height:10.3984375rem;display:block; }
#NL2UB2oW7abi4AGxzmcL5cm4TWdTykHR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:49.4375rem;left:56.875rem;height:10.3984375rem;display:block; }
#wScloJ2lg77yOHSlqivK8yQ8aBPqCGpF { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15102;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:47.375rem;left:0rem;display:block; }
#A0C2yLLEHb0qGZXWqkyTV6512TZXaE4X { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15103;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:47.375rem;left:56.875rem;display:block; }
#hWTJQFznTIixqmr85Q5Rxpq9JO7CVu86 { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15103;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:47.375rem;left:18.875rem;display:block; }
#puQxe3VaavBrNrMAeiMkTXOnm87MBQRS { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15104;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:47.375rem;left:37.875rem;display:block; }
#mkAMdaQNHmaQsty6xy3MbgtTHmC4eHf9 { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15106;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:61.625rem;left:0rem;display:block; }
#OnQJETsy7sMOC85f8bZiU5QQmu87CPhF { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15107;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:61.625rem;left:18.875rem;display:block; }
#TW7CA8oiwxInTuIIIyv2QOd4foD0SHJG { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15108;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:61.625rem;left:37.875rem;display:block; }
#GniVTtxrBNtm3bbVlJyEhxpQHiaxLsO9 { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15107;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:61.625rem;left:56.875rem;display:block; }
#TaiAqCcgbe8oH4S8btCK45e14UZQT724 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:49.4375rem;left:0rem;height:10.3984375rem;display:none; }
#wV3wV23Tg7Lcmb0TI3AdQbmGo2pkErSl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:49.4375rem;left:18.9375rem;height:10.3984375rem;display:none; }
#T7JHQtndqpTbHXLtbazLvEuZLm14VZnN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:49.4375rem;left:37.9375rem;height:10.3984375rem;display:none; }
#ZUWLuRqJc2WqsDOTHDvbhOazSpITEioK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:49.4375rem;left:56.875rem;height:10.3984375rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),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.13715rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:22rem;left:19.7490234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.125rem;top:25.4375rem;left:12.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:21.25rem;left:12.25rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:22.25rem;left:12.2490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:22.3125rem;left:27.2490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRWEKo0flm7F1IVTbz84nh92NEh57HlB { top:16.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irL2ilkOAuFWBCZwokiLh7Wx6nmmuVAB { top:10.125rem;left:14.5rem;width:18.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { top:22.5rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { top:20.25rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { top:22.5rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { top:22.5rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { top:21.1875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { top:22.5rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:27rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:24.75rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:27rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:27rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:25.6875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:27rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s { top:10.625rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhglGvp9hphxpBLBO09gTS4SNg706FDu { top:40.625rem;left:0rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwg1Heq3lmwkApg52NSUpizEvLTtEWwd { top:40.625rem;left:10.875rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrUfGS4vnTTq4FqV2qDAZGvxuUICtIp { top:66.375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xrDtSAWDlEFfceboPyTICTIKMzEJyJ { top:67.6875rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNiS1FAmnHnK9PfXBhno3OGRWi1Dx6Q { top:61.875rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfrbQccmK2RirIh1qXPqxFBaNCw5agq { top:63.1875rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcUeH0BJZ5itktFapNZW6IJP4Jt3DUyy { top:63.5625rem;left:15.25rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtnEfq8IvC21arK0hgk2LMOMowM2iUub { top:63.3125rem;left:13.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQih1QHKErHT5ExxgorXrH0hO5BdAqXQ { top:68.0625rem;left:15.25rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qizmqez4epTx32lWhe5oXQyo5JlmUF1T { top:67.8125rem;left:13.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhqPOevKcux6tQbXctJSFpJNyrHPZc8W { top:63.125rem;left:16.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKeWXEqmtoTvmMuTDccz02mnAm3ywpkd { top:67.625rem;left:16.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crhh81pdeCIoAmLraSZkbJSIqC0rCePS { top:63.5625rem;left:18.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpCDPJvhUwWJBT5K43pGNfoBWMRq3zLd { top:63.3125rem;left:19.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3rxINEwFNLRBLTHJUJTal0zPkLRbwV8 { top:68.0625rem;left:18.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UCe36KWt8lnIiT7g8xJMOmszalJw27 { top:67.8125rem;left:19.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQxVdin1kwxtg1IRVBTb6JyywUE0yetr { top:63.5625rem;left:21.4375rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnPguZbLpTIumxhNDfB6WKWsHJfwTBaK { top:68.0625rem;left:21.4375rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD6Qkb5V2FE4Z7cWpUysWUSWrlyVt6vF { top:63.5625rem;left:26.25rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFGgc0dWDodJiPuH0fUCnd5CTgclEp8h { top:68.0625rem;left:26.375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWG75wzgBJA3CTeDbbwuMoRKnLX0ux6o { top:63.375rem;left:31.1875rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Cw8EghFMolvDtlJn8763MhFA0J73nz { top:67.875rem;left:31.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL79mr961TMPydhMUTZTOf6cLdL5IqaC { top:63.625rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4CQmH15l8nuz1sk5A16wFyMTbxs6EI { top:68.125rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE29e6akdVKl034mt3krIXBNGRmmdTm { width:13.75rem;height:2.5rem;top:62.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLakPRbxhJHV59mTbITERfN1XalM3HHU { display:block; }
 }@media only screen and (max-width: 763px) { #TAf9J4SLVX9ich0zzDX6ral0sdoMeVRM { width:13.75rem;height:2.5rem;top:67.3125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOPqnBlJQlXQTvrVOp7fZEIhqnt2dKu { display:block; }
 }@media only screen and (max-width: 763px) { #DUbSspdh3gktewB3smbvU2WCNWtRnTgH { top:11.1875rem;left:0rem;width:47.375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9fGqhHTOpGWUfFRJpsGMNEZtFF9sXZ { top:41.1875rem;left:0rem;width:35.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAgXPufwJRd3fGqbwUmnVPAf5qFrbGDx { top:41.1875rem;left:12rem;width:35.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR { display:block; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUmCfZTMafk2ob7UyLdaO1vWXQeLrgTR { top:3.75rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgIxvpVQUNEHrdi9E6JMB3br6HeuCrw { top:28.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgGD6pF5yePtXEPWWHbazxfac2XDn7c3 { top:28.5rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rew1mmcWcUtpZQovzzk5wywOwwedbWM6 { top:25.9375rem;left:0rem;width:11rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxMDU22kcTZ3v4FR6OcSTa3cTt8gTyTi { top:28.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cRuqi3Vx4HKadyvIaq8Tk8gUiyo5g9 { top:28.5rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c { top:10rem;left:0rem;width:24.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IncfEE0TLg3mUbMuq75xe7p1qMqdOQHP { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DliKfTkoxqrfbuVSGWC4JCHqGTdtXTE7 { top:28.4375rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHEOxfZ1ukny72Dl2ivhL96D9KhWS0K { top:27.1875rem;left:2.5625rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUAwmEIoAZWfntrV8vrm4yroxdpOHWoA { top:28.6875rem;left:3.375rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB2qq3ZvN8lUx6ySHrrz6tEHTH5hGZwJ { top:25.9375rem;left:4.6875rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlMPk7O3bk6gPDLeLT5mPTUnpz2w80ds { top:27.1875rem;left:28rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJXsavwyeJ9FLBPrHtu41DSIFRb379TD { top:28.6875rem;left:28.8125rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSqX6JTEd17MzIoMk5nIhZdaXXzUpN65 { top:25.9375rem;left:30.125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q { top:10rem;left:11.84375rem;width:24.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTA2DMwC1eIho5qCuOuCFgZs2tf0hr8 { top:28.4375rem;left:19.8740234375rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9UrZA4GLZcAIcaq608THdpK9eKSPabh { top:28.1875rem;left:18.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA8zU4rwGi3zmN7vKSTMdoK2TX9ha7hT { top:28.5rem;left:16.9375rem;width:1.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxLF3Dtx5FKWzo4cZRxwTICBEs3rwpAh { top:25.9375rem;left:11.8125rem;width:9.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slSzIVd5oXhPn2dwMzN9Fdd5F0f6MaiL { top:28.0625rem;left:15.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIDTrN6Ntrn89VNTISd9dyLtIULa0oL { top:28.5rem;left:13.8125rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miruztlZ2nLJbnpKpQI8dnvtHMoNmuPl { top:28.25rem;left:11.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khx2G8bdk60wI6vHfVg49keSHkigWIrU { top:27.125rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtrSyaclVVl6b74aUxKc30KvzKkh42d { top:28.625rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex29IvSVKQfde43uD9l3oKa9zDt9xFQ7 { top:25.875rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH { top:9.9375rem;left:23.6875rem;width:24.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BORSWvgOlmgaHA9ClPRbEDSUSvO2fHlD { top:28.4375rem;left:40.9375rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKAaJHoB9qc5A19F5dOWAcSG9F7XDeP { top:28.125rem;left:43.8115234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swSmTd06WHHnbDKgiDtAvBaMoB9ddpkc { top:28.4375rem;left:42.4365234375rem;width:1.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDbBecDHFW7irETxSSmyDrgBkpF5iwbX { top:25.875rem;left:37.3125rem;width:8.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSJwWdZykrdm5n6RPbHzomQFkerOJQtN { top:28rem;left:40.5615234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afwq2ipLiyIkmaDUlPBeXqSCRM6cHQt3 { top:28.4375rem;left:39.3115234375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfvhXhqt2tafhi2NXRgDgclH4guVu1Z { top:28.1875rem;left:37.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkv5PIcFS2zgo4KXuUHfZr9ApPCaFPKc { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrm23okIFTRz5ocwO18sB41GOrAWCS5 { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPBCiLPVcQJZoaV6mtB7FxrnFqMs9hcD { top:29.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9HvZ17HTHCr5QDUkqcE2gMG9HqhAyOE { top:35.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRNsdxlCFX6epyhoB1O18fzy5ZkyIh7m { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6 { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwd7moK4bapi25pMBWb4yGCofg6UMXMq { top:29.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0PTcSJVixNhf4ftNiskXMyG16aONQ62 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #asiU9oogBumyMlZvlQ1WFGSGTn6QAMPZ { top:37.4375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysdzhGSFtTbZlfDQUIMUPWFPX7SoviBS { top:36.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUONnDXVJu7fm6MQtelFlZTOFvJ6qGd7 { top:37.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pep2JBL7rwxkifZw7DQBIn9dZp6rLaTW { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k49nD377KA7rEfEUIkX9MxyGcert0Wg9 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBkbh4pLFnaTmWbuv3vrAaEEGPpiBs0K { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9wh4WkK1uhAbbvgcUugVHPeeaNo6K05 { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qax72om96171cNp3nVE4M4LxIbpzyeAb { top:53rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iibWMzZGVZBDhO5hhSrEwnz4SX5X2sFR { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ064oOKpVwaTT8ZUQC8B5Rl4w5Orb9n { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xD15NRDBT1oTlRZZd9WPqyEMxwPLXiTh { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIn3rlivgEz5OcEPOF2lP9QulTqNyiWd { top:55.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7qx2uFzT8OtoTl4Tg9BOb6864ody42z { top:53.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBnBJeCaqWLeUahxUmtwPTcQXgt2zfCn { top:55.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK9vbtiTT2Tacb0TS41sskTvpI9SmTdL { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:12.25rem;left:15.375rem;width:32.375rem;height:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ8dbA6h1dLTngVLfpOPJx8qapnx2n3u { top:14.3125rem;left:0rem;width:39.0625rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { display:none; }
 }@media only screen and (max-width: 763px) { #a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 { display:block; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q78AwbsEdoxLKuWwhgnQ2SkGHFIReyI2 { top:9.375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQiSrtdgpD8Xp7qqGwFoitA8AO7uQ5dl { top:3.75rem;left:5.125rem;width:37.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKZemwRnPstPlg3eDshVkPaVrKP6pnsS { top:24.6875rem;left:0rem;width:17.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQdyX7TlTDB9xfhNTzsNOTt0ekFpaQi { top:24.6875rem;left:30.25rem;width:17.5rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXCy033RHhawDLpr6MmqG0xatxDXhObn { top:24.6875rem;left:5.625rem;width:17.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUGcvv0KPLF9yc9t8U5CO195zxqlmhD { top:24.6875rem;left:24.625rem;width:17.5rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgNh7U0t0urRFhZUmpVc9kJ2tyVd5orP { top:22.625rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKvLbGkb2VTu1d9iXp3oeviOhrSv85n3 { top:22.625rem;left:5.3125rem;width:18.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZOnwLFKHHrebb7oR0pPswpAFHBarpg { top:22.625rem;left:24.3125rem;width:18.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzE9ueaNhKb0pyqnkTU95u2G987nz8u { top:22.625rem;left:29.625rem;width:18.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTXXxAJBk49HHlxXtmKVJn69TDU3BV6 { top:15.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L068dbWA9WDVMTViOwvl5tIXOTKissWM { top:15.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptwfKCe8vTIc1UWiBh1PR9lv391HPTAq { top:15.125rem;left:11.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJmHhTJb1AdkmfNRNhbUpXzrHMoJd65 { top:15.625rem;left:11.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilidel5TrBttr5wTBHUXi8HyHZ143lDz { top:15.125rem;left:30.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eegw6bb4pKhJk0nVnzwJnFaoDW2nD0Tz { top:15.625rem;left:30.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foTq5BpK7wSvkbSkNQZwG5wRmXXKqvd6 { top:15.125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWHRKMX9dnUkGTaX8x1oVvvUPAyq0C46 { top:15.625rem;left:42.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZl1U0WtGBrVxc4ELHbQ6U1iZaFXviIE { top:16.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5D6r7eJiBRiKZXyI7z6HRG9qzpWxBM { top:16.875rem;left:13.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUi9Fnw9lGm1VZQFXMCVKNh49WLSBlzZ { top:16.8125rem;left:31.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1wEmtoCVTu1hxPpiGgTdCgsIk4iobHJ { top:16.4375rem;left:44.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { top:28.375rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { top:10.625rem;left:0rem;width:37.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { top:28.375rem;left:11.7490234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { top:28.375rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { top:10.625rem;left:10.6875rem;width:37.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { top:41.875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { top:41.875rem;left:11.75rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { top:41.875rem;left:23.375rem;width:24.375rem;height:12.5rem;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:1.75rem;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:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;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) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.75rem;left:7.53125rem;width:32.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:23.125rem;height:3.125rem;top:66.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #n9ruZ6bMNMZNtuGroufeXkrtFpzZlNC5 { top:10.9375rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvXKIAPElOvOEtu7rnTTSU8Mn8bo4gOO { display:none; }
 }@media only screen and (max-width: 763px) { #aM4qpm4QuDPQT5CMvx0lK7vraNk1CRP3 { top:49.4375rem;left:0rem;width:18.125rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5kQ4ZKx8t2I1XonDPGMw3QIkhwQqsq0 { top:41.4375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8dkq2E8EMbQSXmBI6kgR41t26lAyfm { top:49.4375rem;left:5.3125rem;width:18.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPte3hDuxdGwm8irblKT9SpAf5Ci71N1 { top:49.4375rem;left:24.3125rem;width:18.125rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL2UB2oW7abi4AGxzmcL5cm4TWdTykHR { top:49.4375rem;left:29.625rem;width:18.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wScloJ2lg77yOHSlqivK8yQ8aBPqCGpF { top:47.375rem;left:0rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0C2yLLEHb0qGZXWqkyTV6512TZXaE4X { top:47.375rem;left:29.625rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTJQFznTIixqmr85Q5Rxpq9JO7CVu86 { top:47.375rem;left:5.25rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQxe3VaavBrNrMAeiMkTXOnm87MBQRS { top:47.375rem;left:24.25rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkAMdaQNHmaQsty6xy3MbgtTHmC4eHf9 { top:61.625rem;left:0rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnQJETsy7sMOC85f8bZiU5QQmu87CPhF { top:61.625rem;left:5.25rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7CA8oiwxInTuIIIyv2QOd4foD0SHJG { top:61.625rem;left:24.25rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniVTtxrBNtm3bbVlJyEhxpQHiaxLsO9 { top:61.625rem;left:29.625rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaiAqCcgbe8oH4S8btCK45e14UZQT724 { top:23.9375rem;left:0rem;width:18.125rem;height:5.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV3wV23Tg7Lcmb0TI3AdQbmGo2pkErSl { top:33.625rem;left:0rem;width:18.125rem;height:5.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7JHQtndqpTbHXLtbazLvEuZLm14VZnN { top:54.875rem;left:0rem;width:18.125rem;height:5.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUWLuRqJc2WqsDOTHDvbhOazSpITEioK { top:44.875rem;left:0rem;width:18.125rem;height:5.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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/5cb39436-89e6-4772-9c83-09037185fc51/561566810_1390557066412575_1760194867662146594_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:9.25rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:11.875rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:8.625rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:9.375rem;left:1.9375rem;font-size:0.8125rem;color:#e8b87d;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:9.4375rem;left:12.8125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRWEKo0flm7F1IVTbz84nh92NEh57HlB { width:15.6875rem;height:2.0996125rem;top:4.625rem;left:2.15625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #irL2ilkOAuFWBCZwokiLh7Wx6nmmuVAB { width:18.75rem;height:3.1875rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/807b8af9-2448-4939-b865-a233a97034a1/BGsmall.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:101.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.18625rem;height:1.625rem;top:1.25rem;left:0.90553969144819rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { width:20rem;height:4.375rem;top:19.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { display:flex;width:1.25rem;height:1.25rem;top:22.375rem;left:0.9375rem;font-size:0.875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { width:1.31214375rem;height:1.13671875rem;top:22.5rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { width:9.375rem;height:1.4619125rem;top:20.25rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15087;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { display:flex;width:1.25rem;height:1.25rem;top:22.25rem;left:3.5625rem;font-size:0.875rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { width:1.25rem;height:1.13671875rem;top:22.5rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { display:flex;width:1.25rem;height:1.25rem;top:22.3125rem;left:6.25rem;font-size:0.875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { width:5.75rem;height:1.13671875rem;top:22.5rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { width:7.9368125rem;height:1.29980625rem;top:21.1875rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { width:7.0623125rem;height:1.13671875rem;top:22.5rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { width:5.7492875rem;height:1.13671875rem;top:19.9375rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:24.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13671875rem;top:27rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.4619125rem;top:24.75rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15099;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:26.75rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13671875rem;top:27rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:26.8125rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13671875rem;top:27rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.29980625rem;top:25.6875rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13671875rem;top:27rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13671875rem;top:24.4375rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #ok4eDdCU0v21LDX2WqOm5BEXzcBJ613s { width:20rem;height:8.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhglGvp9hphxpBLBO09gTS4SNg706FDu { width:9.6875rem;height:6.25rem;top:12.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwg1Heq3lmwkApg52NSUpizEvLTtEWwd { width:9.6875rem;height:6.25rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrUfGS4vnTTq4FqV2qDAZGvxuUICtIp { width:20rem;height:4.375rem;top:66.375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2xrDtSAWDlEFfceboPyTICTIKMzEJyJ { width:20rem;height:auto;top:67.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15289;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #okNiS1FAmnHnK9PfXBhno3OGRWi1Dx6Q { width:20rem;height:4.375rem;top:143rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOfrbQccmK2RirIh1qXPqxFBaNCw5agq { width:20rem;height:0;top:144.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #zcUeH0BJZ5itktFapNZW6IJP4Jt3DUyy { width:1.375rem;height:0;top:57.9375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BtnEfq8IvC21arK0hgk2LMOMowM2iUub { display:flex;width:1.625rem;height:1.625rem;top:66.0625rem;left:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQih1QHKErHT5ExxgorXrH0hO5BdAqXQ { width:1.375rem;height:auto;top:68.0625rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qizmqez4epTx32lWhe5oXQyo5JlmUF1T { display:flex;width:1.625rem;height:1.625rem;top:67.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhqPOevKcux6tQbXctJSFpJNyrHPZc8W { display:flex;width:1.625rem;height:1.625rem;top:144.25rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKeWXEqmtoTvmMuTDccz02mnAm3ywpkd { display:flex;width:1.625rem;height:1.625rem;top:67.625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Crhh81pdeCIoAmLraSZkbJSIqC0rCePS { width:1.3125rem;height:0;top:57.9375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CpCDPJvhUwWJBT5K43pGNfoBWMRq3zLd { display:flex;width:1.625rem;height:1.625rem;top:66.0625rem;left:10.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3rxINEwFNLRBLTHJUJTal0zPkLRbwV8 { width:1.3125rem;height:auto;top:68.0625rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C9UCe36KWt8lnIiT7g8xJMOmszalJw27 { display:flex;width:1.625rem;height:1.625rem;top:67.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQxVdin1kwxtg1IRVBTb6JyywUE0yetr { width:8.625rem;height:0;top:56.61328125rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OnPguZbLpTIumxhNDfB6WKWsHJfwTBaK { width:8.625rem;height:auto;top:68.0625rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PD6Qkb5V2FE4Z7cWpUysWUSWrlyVt6vF { width:5.75rem;height:0;top:60.625rem;left:4.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#7d4849;display:none; }
 }@media only screen and (max-width: 763px) { #KFGgc0dWDodJiPuH0fUCnd5CTgclEp8h { width:5.75rem;height:auto;top:68.0625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#d88d43;display:none; }
 }@media only screen and (max-width: 763px) { #BWG75wzgBJA3CTeDbbwuMoRKnLX0ux6o { width:7.9375rem;height:0;top:50.4375rem;left:3.3740234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #D3Cw8EghFMolvDtlJn8763MhFA0J73nz { width:7.9375rem;height:auto;top:67.875rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UL79mr961TMPydhMUTZTOf6cLdL5IqaC { width:5.9375rem;height:0;top:53.8125rem;left:8.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fk4CQmH15l8nuz1sk5A16wFyMTbxs6EI { width:5.9375rem;height:auto;top:68.125rem;left:7rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iAE29e6akdVKl034mt3krIXBNGRmmdTm { width:13.75rem;height:2.5rem;top:65.25rem;left:3.125rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLakPRbxhJHV59mTbITERfN1XalM3HHU { display:block; }
 }@media only screen and (max-width: 763px) { #TAf9J4SLVX9ich0zzDX6ral0sdoMeVRM { width:17.5rem;height:2.5rem;top:30.0625rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOPqnBlJQlXQTvrVOp7fZEIhqnt2dKu { display:block; }
 }@media only screen and (max-width: 763px) { #DUbSspdh3gktewB3smbvU2WCNWtRnTgH { width:19.625rem;height:27.25rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9fGqhHTOpGWUfFRJpsGMNEZtFF9sXZ { width:19.625rem;height:18.5rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAgXPufwJRd3fGqbwUmnVPAf5qFrbGDx { width:19.625rem;height:18.5rem;top:82.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/20d3251f-df9f-4ca0-9e31-27afcc5fb1c5/BGForm.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR.adaptive-delivery-prevent-bg, #NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR.lazyload, #NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR.lazyloading { background-image: none; }#NtwZAGoHUS9LcnlOuXt172VsV8Sn7iOR > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUmCfZTMafk2ob7UyLdaO1vWXQeLrgTR { width:18.18625rem;height:1.625rem;top:1.3742885589599rem;left:0.90553969144819rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgIxvpVQUNEHrdi9E6JMB3br6HeuCrw { display:flex;width:1.25rem;height:1.25rem;top:19.5rem;left:0.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SgGD6pF5yePtXEPWWHbazxfac2XDn7c3 { width:1.31214375rem;height:1.13725rem;top:19.625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rew1mmcWcUtpZQovzzk5wywOwwedbWM6 { width:7.6875rem;height:1.625rem;top:17.375rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxMDU22kcTZ3v4FR6OcSTa3cTt8gTyTi { display:flex;width:1.25rem;height:1.25rem;top:19.375rem;left:3.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #i1cRuqi3Vx4HKadyvIaq8Tk8gUiyo5g9 { width:1.25rem;height:1.13725rem;top:19.625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c { width:20rem;height:12.8125rem;top:3.9346580505371rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.adaptive-delivery-prevent-bg, #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.lazyload, #EZIOy6llpq1cu1rQraqBgVvO3xX2oX3c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IncfEE0TLg3mUbMuq75xe7p1qMqdOQHP { display:flex;width:1.25rem;height:1.25rem;top:19.4375rem;left:6.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DliKfTkoxqrfbuVSGWC4JCHqGTdtXTE7 { width:5.75rem;height:1.13725rem;top:19.625rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTHEOxfZ1ukny72Dl2ivhL96D9KhWS0K { width:7.9368125rem;height:1.29980625rem;top:18.3125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kUAwmEIoAZWfntrV8vrm4yroxdpOHWoA { width:7.0623125rem;height:1.13725rem;top:19.625rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CB2qq3ZvN8lUx6ySHrrz6tEHTH5hGZwJ { width:5.7492875rem;height:1.13725rem;top:17.0625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XlMPk7O3bk6gPDLeLT5mPTUnpz2w80ds { width:7.9368125rem;height:0;top:93.060190200806rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TJXsavwyeJ9FLBPrHtu41DSIFRb379TD { width:7.0623125rem;height:0;top:94.559656143187rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sSqX6JTEd17MzIoMk5nIhZdaXXzUpN65 { width:5.7492875rem;height:0;top:91.810190200806rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q { width:20rem;height:15.625rem;top:61.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.adaptive-delivery-prevent-bg, #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.lazyload, #dziHDiMC1VGIpRfUx23L6CBtAzkTG61q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fRTA2DMwC1eIho5qCuOuCFgZs2tf0hr8 { width:4.562325rem;height:0;top:94.372335433963rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O9UrZA4GLZcAIcaq608THdpK9eKSPabh { display:flex;width:1.5625rem;height:1.5625rem;top:94.059835433963rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iA8zU4rwGi3zmN7vKSTMdoK2TX9ha7hT { width:1.25rem;height:0;top:94.185365676881rem;left:6.0624984502793rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HxLF3Dtx5FKWzo4cZRxwTICBEs3rwpAh { width:5.499825rem;height:0;top:91.810190200806rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #slSzIVd5oXhPn2dwMzN9Fdd5F0f6MaiL { display:flex;width:1.5625rem;height:1.5625rem;top:93.934656143187rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwIDTrN6Ntrn89VNTISd9dyLtIULa0oL { width:1.31214375rem;height:0;top:94.185365676881rem;left:2.9375003576279rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #miruztlZ2nLJbnpKpQI8dnvtHMoNmuPl { display:flex;width:1.5625rem;height:1.5625rem;top:93.935010910031rem;left:0.93820989131925rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #khx2G8bdk60wI6vHfVg49keSHkigWIrU { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fqtrSyaclVVl6b74aUxKc30KvzKkh42d { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ex29IvSVKQfde43uD9l3oKa9zDt9xFQ7 { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH { width:20rem;height:15.625rem;top:78.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.adaptive-delivery-prevent-bg, #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.lazyload, #B6h1PH62NXKdqfMiOzCZ324x94ICgvMH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BORSWvgOlmgaHA9ClPRbEDSUSvO2fHlD { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tRKAaJHoB9qc5A19F5dOWAcSG9F7XDeP { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #swSmTd06WHHnbDKgiDtAvBaMoB9ddpkc { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WDbBecDHFW7irETxSSmyDrgBkpF5iwbX { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FSJwWdZykrdm5n6RPbHzomQFkerOJQtN { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Afwq2ipLiyIkmaDUlPBeXqSCRM6cHQt3 { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNfvhXhqt2tafhi2NXRgDgclH4guVu1Z { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkv5PIcFS2zgo4KXuUHfZr9ApPCaFPKc { width:20rem;height:4.375rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #TOrm23okIFTRz5ocwO18sB41GOrAWCS5 { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #SPBCiLPVcQJZoaV6mtB7FxrnFqMs9hcD { width:1.31214375rem;height:1.13725rem;top:37.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #C9HvZ17HTHCr5QDUkqcE2gMG9HqhAyOE { width:9.375rem;height:1.625rem;top:35.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #GRNsdxlCFX6epyhoB1O18fzy5ZkyIh7m { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6 { width:20rem;height:12.8125rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/72366095-dff6-4bed-ab30-a75e9eb21205/B.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:block; }#PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.adaptive-delivery-prevent-bg, #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.lazyload, #PUIVXOvGT9CvxFZ5dtMrZ5VGSmzQafN6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zwd7moK4bapi25pMBWb4yGCofg6UMXMq { width:1.25rem;height:1.13725rem;top:37.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #h0PTcSJVixNhf4ftNiskXMyG16aONQ62 { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:6.25rem;font-size:0.875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #asiU9oogBumyMlZvlQ1WFGSGTn6QAMPZ { width:5.75rem;height:1.13725rem;top:37.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #ysdzhGSFtTbZlfDQUIMUPWFPX7SoviBS { width:7.9368125rem;height:1.29980625rem;top:36.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #iUONnDXVJu7fm6MQtelFlZTOFvJ6qGd7 { width:7.0623125rem;height:1.13725rem;top:37.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #pep2JBL7rwxkifZw7DQBIn9dZp6rLaTW { width:5.7492875rem;height:1.13725rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #k49nD377KA7rEfEUIkX9MxyGcert0Wg9 { width:20rem;height:4.375rem;top:52.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #BBkbh4pLFnaTmWbuv3vrAaEEGPpiBs0K { display:flex;width:1.25rem;height:1.25rem;top:55.125rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #z9wh4WkK1uhAbbvgcUugVHPeeaNo6K05 { width:1.31214375rem;height:1.13725rem;top:55.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #qax72om96171cNp3nVE4M4LxIbpzyeAb { width:8.5rem;height:1.625rem;top:53rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #iibWMzZGVZBDhO5hhSrEwnz4SX5X2sFR { display:flex;width:1.25rem;height:1.25rem;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm { width:20rem;height:12.8125rem;top:39.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c1116ad-cbae-47c3-8285-d575e6d800d5/C.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:block; }#wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.adaptive-delivery-prevent-bg, #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.lazyload, #wJBw1rTzrcnTZNwKOhtckmRLik8KDszm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HZ064oOKpVwaTT8ZUQC8B5Rl4w5Orb9n { width:1.25rem;height:1.13725rem;top:55.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #xD15NRDBT1oTlRZZd9WPqyEMxwPLXiTh { display:flex;width:1.25rem;height:1.25rem;top:55.0625rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #xIn3rlivgEz5OcEPOF2lP9QulTqNyiWd { width:5.75rem;height:1.13725rem;top:55.25rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #z7qx2uFzT8OtoTl4Tg9BOb6864ody42z { width:7.9368125rem;height:1.29980625rem;top:53.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #XBnBJeCaqWLeUahxUmtwPTcQXgt2zfCn { width:7.0623125rem;height:1.13725rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #NK9vbtiTT2Tacb0TS41sskTvpI9SmTdL { width:5.7492875rem;height:1.13725rem;top:52.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d316a6c6-05cd-4c15-a075-e23e9983b557/606192581_1457965933005021_7365008335228467159_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:20rem;height:9.890625rem;top:4.8876953125rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZ8dbA6h1dLTngVLfpOPJx8qapnx2n3u { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/807b8af9-2448-4939-b865-a233a97034a1/BGsmall.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7.adaptive-delivery-prevent-bg, #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7.lazyload, #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7.lazyloading { background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { background-color: transparent; background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::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; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { height:11.1869375rem;width:20rem;top:1.5926856994629rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 { display:block; }#a3GtJFtTZn0ioLtrTv6oC8E9qup5U0c0 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q78AwbsEdoxLKuWwhgnQ2SkGHFIReyI2 { width:20rem;height:4.19921875rem;top:3.5rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQiSrtdgpD8Xp7qqGwFoitA8AO7uQ5dl { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKZemwRnPstPlg3eDshVkPaVrKP6pnsS { width:17.5rem;height:2.923825rem;top:14.64453125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQdyX7TlTDB9xfhNTzsNOTt0ekFpaQi { width:17.5rem;height:2.923825rem;top:45.13671875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXCy033RHhawDLpr6MmqG0xatxDXhObn { width:17.5rem;height:2.923825rem;top:24.4921875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUGcvv0KPLF9yc9t8U5CO195zxqlmhD { width:17.5rem;height:3.8984375rem;top:34.32421875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgNh7U0t0urRFhZUmpVc9kJ2tyVd5orP { width:18.125rem;height:1.13671875rem;top:13.1328125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKvLbGkb2VTu1d9iXp3oeviOhrSv85n3 { width:18.125rem;height:1.13671875rem;top:22.98046875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZOnwLFKHHrebb7oR0pPswpAFHBarpg { width:18.125rem;height:1.13671875rem;top:32.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzE9ueaNhKb0pyqnkTU95u2G987nz8u { width:18.125rem;height:1.13671875rem;top:43.625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTXXxAJBk49HHlxXtmKVJn69TDU3BV6 { width:3.75rem;height:3.75rem;top:39.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L068dbWA9WDVMTViOwvl5tIXOTKissWM { width:2.75rem;height:2.75rem;top:39.625rem;left:8.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ptwfKCe8vTIc1UWiBh1PR9lv391HPTAq { width:3.75rem;height:3.75rem;top:28.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJmHhTJb1AdkmfNRNhbUpXzrHMoJd65 { width:2.75rem;height:2.75rem;top:28.8125rem;left:8.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ilidel5TrBttr5wTBHUXi8HyHZ143lDz { width:3.75rem;height:3.75rem;top:18.60546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eegw6bb4pKhJk0nVnzwJnFaoDW2nD0Tz { width:2.75rem;height:2.75rem;top:18.98046875rem;left:8.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #foTq5BpK7wSvkbSkNQZwG5wRmXXKqvd6 { width:3.75rem;height:3.75rem;top:8.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWHRKMX9dnUkGTaX8x1oVvvUPAyq0C46 { width:2.75rem;height:2.75rem;top:9.125rem;left:8.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kZl1U0WtGBrVxc4ELHbQ6U1iZaFXviIE { display:flex;width:1.625rem;height:1.625rem;top:9.6875rem;left:9.1875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #UQ5D6r7eJiBRiKZXyI7z6HRG9qzpWxBM { display:flex;width:1.625rem;height:1.625rem;top:19.73046875rem;left:9.25rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RUi9Fnw9lGm1VZQFXMCVKNh49WLSBlzZ { display:flex;width:1.625rem;height:1.625rem;top:29.5rem;left:9.1875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #E1wEmtoCVTu1hxPpiGgTdCgsIk4iobHJ { display:flex;width:1.625rem;height:1.625rem;top:40.3125rem;left:9.1875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { width:6.25rem;height:3.875rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { width:9.6875rem;height:5.625rem;top:3.7478694915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { width:9.6875rem;height:5.625rem;top:9.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { width:9.6875rem;height:5.625rem;top:9.9970703125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { width:9.6875rem;height:5.625rem;top:3.7478775978088rem;left:10.312499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { width:6.25rem;height:3.875rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { width:9.6875rem;height:5.625rem;top:16.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { width:9.6875rem;height:5.625rem;top:16.2470703125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440c60fe-9cf4-438e-a98b-685eea6a7aca/Gemini_Generated_Image_p1jbgqp1jbgqp1jb.png");background-position:center left !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(255,255,255,0.8); }#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(255,255,255,0.8); }#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;color:rgba(var(--color-tertiary-4),1); }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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.625rem;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.125rem;padding-right:0;padding-bottom:0.0625rem;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.9373245239258rem;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.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;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;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:17.5rem;height:2.5rem;top:47.4765625rem;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) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #n9ruZ6bMNMZNtuGroufeXkrtFpzZlNC5 { width:20rem;height:11.875rem;top:33.8359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvXKIAPElOvOEtu7rnTTSU8Mn8bo4gOO { top:4.126953125rem;left:0rem;width:20rem;height:11.25rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #aM4qpm4QuDPQT5CMvx0lK7vraNk1CRP3 { width:18.125rem;height:0;top:23.7734375rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5kQ4ZKx8t2I1XonDPGMw3QIkhwQqsq0 { width:18.8125rem;height:5.249025rem;top:16.626953125rem;left:0.59375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vL8dkq2E8EMbQSXmBI6kgR41t26lAyfm { width:18.125rem;height:0;top:50.234375rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPte3hDuxdGwm8irblKT9SpAf5Ci71N1 { width:18.125rem;height:0;top:41.5703125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL2UB2oW7abi4AGxzmcL5cm4TWdTykHR { width:18.125rem;height:0;top:44.40625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wScloJ2lg77yOHSlqivK8yQ8aBPqCGpF { width:18.125rem;height:0.125rem;top:33.0859375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0C2yLLEHb0qGZXWqkyTV6512TZXaE4X { width:18.125rem;height:0.125rem;top:37.2109375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWTJQFznTIixqmr85Q5Rxpq9JO7CVu86 { width:18.125rem;height:0.125rem;top:34.4609375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #puQxe3VaavBrNrMAeiMkTXOnm87MBQRS { width:18.125rem;height:0.125rem;top:35.8359375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkAMdaQNHmaQsty6xy3MbgtTHmC4eHf9 { width:18.125rem;height:0.125rem;top:85.1796875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnQJETsy7sMOC85f8bZiU5QQmu87CPhF { width:18.125rem;height:0.125rem;top:86.5546875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW7CA8oiwxInTuIIIyv2QOd4foD0SHJG { width:18.125rem;height:0.125rem;top:87.9296875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GniVTtxrBNtm3bbVlJyEhxpQHiaxLsO9 { width:18.125rem;height:0.125rem;top:81.1796875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaiAqCcgbe8oH4S8btCK45e14UZQT724 { width:18.125rem;height:5.84765625rem;top:22.8359375rem;left:0.9375rem;font-size:0.75rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #wV3wV23Tg7Lcmb0TI3AdQbmGo2pkErSl { width:18.125rem;height:5.84765625rem;top:28.68359375rem;left:0.9375rem;font-size:0.75rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #T7JHQtndqpTbHXLtbazLvEuZLm14VZnN { width:18.125rem;height:5.84765625rem;top:34.53125rem;left:0.9375rem;font-size:0.75rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWLuRqJc2WqsDOTHDvbhOazSpITEioK { width:18.125rem;height:5.84765625rem;top:40.37890625rem;left:0.9375rem;font-size:0.75rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }