.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:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--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:transparent;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); }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container { background-color: transparent; background-image: none; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container > .video-iframe-container { display: none; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row > .video-iframe-container { display: none; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .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); }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container { border-width: 0; border-radius: 0; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#URoFIgprOF5GOfyiQ666QwMh8UkUXXH6 { 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:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcac4fa-5c4f-45e8-8436-828b1defdb04/PITI3copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-primary-3),1);display:block;width:10.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:40.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#68686c;display:block;width:6.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.874786376953rem;left:45.374351501465rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { color:rgba(var(--color-secondary-3),1);display:block;width:7.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.1875rem;left:49.1875rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:20.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.5625rem;left:38.3740234375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9980625rem;width:9.3105625rem;top:6.5615234375rem;left:43.90625rem;overflow:hidden;display:block; }
#hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { position:absolute;display:block;z-index:15010;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:3.75rem;width:5rem;top:2.9971618652344rem;left:31.71875rem;overflow:hidden;display:none; }
#LbTHcZMTRLpmDM3lJl9w8sw48aUv3DJN { color:#68686c;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:35.8125rem;height:1.86875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#od9DMH4MSGhwTJ0ep1dqscHh0BFdlT8t { color:#987730;display:block;width:35.0625rem;position:absolute;font-family:windsong;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5546875rem;left:31.0302734375rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIWIT3B3lqkoWFqO3IVEISeZB2qFZKGN { position:absolute;display:block;z-index:15001;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:2.75rem;width:27.4375rem;top:23.537109375rem;left:34.75rem;overflow:hidden;display:block; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/011f288c-62aa-48d6-866a-8765f88c32bf/PITI.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:74.375rem;width:75rem;position:relative;display:block; }#eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { box-sizing:content-box;height:25.4375rem;width:72.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.181915283203rem;left:0.87500005960463rem;border-top:0.1875rem solid #cbbb97;border-left:0.1875rem solid #cbbb97;border-right:0.1875rem solid #cbbb97;border-bottom:0.1875rem solid #cbbb97;display:block; }
#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b131a399-7146-4e72-88dc-3dfdfe873291/PITI11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14rem;left:1.6250001192093rem;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.adaptive-delivery-prevent-bg, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyload, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyloading { background-image: none; }
#F8OMTaKACThT5xsE04KiTygUTq5wNy8e { color:#a27b3e;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.057479858399rem;left:41.374443054199rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { color:#68686c;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:17.873321533203rem;left:59.435829162597rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { color:#c09653;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:23.561935424805rem;left:46.999443054199rem;height:1.3rem;display:block; }
#FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { color:#4d4d4d;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:23.235488891601rem;left:51.880023956299rem;height:1.95rem;font-style:normal;display:block; }
#UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:23.622756958007rem;left:58.498329162597rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iuMDiDaRJ5nbF1F5Ao4IirCAdxXA5S1R { color:#68686c;display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:17.873886108399rem;left:43.498886108399rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { color:#68686c;display:block;width:12.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:17.873886108399rem;left:45.312503814698rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPux2p6xwHxCvWwG2DtL9k7IKzfF9KK9 { box-sizing:content-box;height:1.875rem;width:32.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:23.125rem;left:40.498886108399rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { position:absolute;display:block;z-index:15082;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:1.375rem;width:2rem;top:18.311386108399rem;left:41.374443054199rem;overflow:hidden;display:block; }
#A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { position:absolute;display:block;z-index:15083;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:1.375rem;width:1.8125rem;top:18.309707641601rem;left:49.998329162597rem;overflow:hidden;display:block; }
#qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { position:absolute;display:block;z-index:15085;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:1.1875rem;width:1.125rem;top:18.372207641601rem;left:58.873329162597rem;overflow:hidden;display:block; }
#nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { box-sizing:content-box;height:11.875rem;width:16.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/26197359-d777-4598-9a54-9c54b5e2e4f0/PITI12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:40.125rem;display:block; }#nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.adaptive-delivery-prevent-bg, #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.lazyload, #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.lazyloading { background-image: none; }
#vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { box-sizing:content-box;height:11.875rem;width:16.311875rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/41c4d5be-8ecc-4293-b535-2f8d7397edc7/PITI13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:56.937503814698rem;display:block; }#vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.adaptive-delivery-prevent-bg, #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.lazyload, #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.lazyloading { background-image: none; }
#hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e5331ee0-27a1-472b-a6e3-00db15a3cece/1x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.681350708007rem;left:1.7148438692093rem;display:block; }#hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O.adaptive-delivery-prevent-bg, #hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O.lazyload, #hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O.lazyloading { background-image: none; }
#Es83Tx8ws4KUcekQQKNpyNZp1BmfIbTW { color:#a27b3e;display:block;width:28rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:45.931350708007rem;left:41.372768402099rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n31UMxOynwVCLfghMxCnG45kLMkuaq7R { box-sizing:content-box;height:1.875rem;width:32.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:55rem;left:40.498886108399rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#NRV2uMTuIohX0RWTw8wApdkRTOTVu0hZ { position:absolute;display:block;z-index:15098;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:1.375rem;width:2rem;top:50.186386108399rem;left:41.372768402099rem;overflow:hidden;display:block; }
#te4UgaHfo3Xs7tP6W14a0UHZGLRSZZ6b { position:absolute;display:block;z-index:15099;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:1.375rem;width:1.8125rem;top:50.05859375rem;left:50.247211456299rem;overflow:hidden;display:block; }
#Z8PbmCD8DFRMedRR468uo2fUVv3HCrex { box-sizing:content-box;height:11.875rem;width:16.3125rem;position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/38fe697d-25db-4eed-bfcd-64011d1766c6/1xx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.1484375rem;left:40.341518402099rem;display:block; }#Z8PbmCD8DFRMedRR468uo2fUVv3HCrex.adaptive-delivery-prevent-bg, #Z8PbmCD8DFRMedRR468uo2fUVv3HCrex.lazyload, #Z8PbmCD8DFRMedRR468uo2fUVv3HCrex.lazyloading { background-image: none; }
#THPSs8QBmOTt5MoTrVvuKHavgWi5kxMI { color:#68686c;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.9;letter-spacing:0;top:49.748321533203rem;left:60.747211456299rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9tKTB8auleu5MpaTZsSq3vDibx72Qrz { color:#c09653;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:55.435256958007rem;left:46.997768402099rem;height:1.3rem;display:block; }
#nAZUnzTQQb2oXPrhuSfwPEvUTxTmwpDe { color:#4d4d4d;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:55.109375rem;left:52.00390625rem;height:1.94921875rem;font-style:normal;display:block; }
#BTX6KSmaWhwrNgT2aEGJMh7QXnOLZCrO { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:55.497657775879rem;left:58.747657775879rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ZJnqs0vUTvTSQLAE3v2NvmTsrfUXoKir { color:#68686c;display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.9;letter-spacing:0;top:49.748886108399rem;left:43.497768402099rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FackJU3oA1To5mEg7Gfo2pb5fGheF27m { color:#68686c;display:block;width:12.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.9;letter-spacing:0;top:49.748886108399rem;left:45.312503814698rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzVpATo7JXIlWzxgT2r2CTxgrIT3PfT5 { position:absolute;display:block;z-index:15101;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:1.1875rem;width:1.125rem;top:50.247207641601rem;left:59.309711456299rem;overflow:hidden;display:block; }
#sBM237z9D5JWniokXZhzOWamNfqlgIkc { box-sizing:content-box;height:11.875rem;width:16.3115rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1010f18-a05d-401b-857f-345bb99c8f21/1xxx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.1484375rem;left:56.998329162597rem;display:block; }#sBM237z9D5JWniokXZhzOWamNfqlgIkc.adaptive-delivery-prevent-bg, #sBM237z9D5JWniokXZhzOWamNfqlgIkc.lazyload, #sBM237z9D5JWniokXZhzOWamNfqlgIkc.lazyloading { background-image: none; }
#kd1aSERMIMd6v3d8gol3bzLcqqCP1Swc { box-sizing:content-box;height:26rem;width:73.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.749349355698rem;left:0.832435004784rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HacuDFuMKszii25PpxCpdlGa6JM8WrH4 { color:#a27b3e;display:block;width:13.0625rem;position:absolute;font-family:marcellus;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.558593988419rem;left:41.374786376953rem;height:3.41264375rem;text-align:left;text-align-last:left;display:none; }
#xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/c68e087f-0c6d-4acb-ad29-a857ebf5eaf0/1copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.558593988419rem;left:1.7165794372559rem;display:none; }#xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.adaptive-delivery-prevent-bg, #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.lazyload, #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.lazyloading { background-image: none; }
#BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p { box-sizing:content-box;height:11.875rem;width:16.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e9a59170-ce97-4229-89c3-9a451e6895df/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.000000715256rem;left:40.312503814698rem;display:none; }#BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.adaptive-delivery-prevent-bg, #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.lazyload, #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.lazyloading { background-image: none; }
#mp59hd8nJP5e1vZqJITcOFACRB0K37bi { box-sizing:content-box;height:11.875rem;width:16.311875rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ac2fdbe9-8ec6-46a1-a678-54326ed6ea99/111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.001085996627rem;left:57.123481750488rem;display:none; }#mp59hd8nJP5e1vZqJITcOFACRB0K37bi.adaptive-delivery-prevent-bg, #mp59hd8nJP5e1vZqJITcOFACRB0K37bi.lazyload, #mp59hd8nJP5e1vZqJITcOFACRB0K37bi.lazyloading { background-image: none; }
#hVkTchG5dsDVT1ixr4alBoupyhA1wdMg { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:15.374783277512rem;left:59.561637878418rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XSTu6CVusOoFD5Ca7dx0Hxg5AD06xvwg { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:15.374783277512rem;left:43.499351501465rem;height:4.2737875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x0nIE66LTsbe66HiqT6zPqzysHqfWtDP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:15.374783277512rem;left:45.3125rem;height:4.2737875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZpR15ODDPOVDUKpy8khz4d0wLxsbkfKt { position:absolute;display:block;z-index:15082;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:1.375rem;width:2rem;top:15.812066793442rem;left:41.374786376953rem;overflow:hidden;display:none; }
#JQ1bwJPB7Kfh89KyOLleFvOTSfdIesig { position:absolute;display:block;z-index:15085;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:1.1875rem;width:1.125rem;top:15.874132871628rem;left:56.999786376953rem;overflow:hidden;display:none; }
#xkAZC02VUFr3rBE2ZTTO9eJc0ZJThSID { position:absolute;display:block;z-index:15083;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:1.375rem;width:1.8125rem;top:17.936632871627rem;left:41.374786376953rem;overflow:hidden;display:none; }
#d3m5tIQCiw4BnXcWMxMOOhK04zRS3R3e { box-sizing:content-box;height:1.875rem;width:32.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);top:20.625rem;left:40.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#RBhcu7u8qrRrS5kFXLw9WDeW095uFfmB { color:#c09653;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:21.0625rem;left:47rem;height:1.29980625rem;display:none; }
#Nd3HSHav64bTSx27kXgROoVvWtrUg13k { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:20.736111402512rem;left:51.881080627441rem;height:1.94921875rem;font-style:normal;display:none; }
#CXdlJJd1EFM45xyQ3A5U48T1vzZbfPlb { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:21.125rem;left:60.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#MeTrxsGodgCoWxgc6gE4pSe5f2Ewar7p { box-sizing:content-box;height:27.75rem;width:74.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:12.130569458007rem;left:0rem;border-top:0.3125rem solid #cbbb97;border-left:0.3125rem solid #cbbb97;border-right:0.3125rem solid #cbbb97;border-bottom:0.3125rem solid #cbbb97;display:block; }
#TJL66eduBPAHakif6MUXDpTXPLTqdZdW { box-sizing:content-box;height:27.75rem;width:74.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:43.8125rem;left:0rem;border-top:0.3125rem solid #cbbb97;border-left:0.3125rem solid #cbbb97;border-right:0.3125rem solid #cbbb97;border-bottom:0.3125rem solid #cbbb97;display:block; }
#veNKTScIQVopTXahevDF8Nw1B88ORuQJ { box-sizing:content-box;height:25.4375rem;width:72.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:44.875rem;left:0.87500005960463rem;border-top:0.1875rem solid #cbbb97;border-left:0.1875rem solid #cbbb97;border-right:0.1875rem solid #cbbb97;border-bottom:0.1875rem solid #cbbb97;display:block; }
#H5tflZQv3WhSs5OkOTEuFhOw7eoKoTKg { color:#68686c;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:17.873321533203rem;left:54.125003814698rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gunTM7KVqpBJlzlk5cSHM4obmE3T5SpX { color:#68686c;display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.9;letter-spacing:0;top:17.873321533203rem;left:52.122211456299rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NleoUS5CLoOpTsGwkaKM0TyHylNuL4FB { color:#68686c;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:49.747756958007rem;left:54.312503814698rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMhCiLVfNX2N9p8vz4TZyNt4Nr6Owga1 { color:#68686c;display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.9;letter-spacing:0;top:49.747756958007rem;left:52.246654510498rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rowgou5zgq5HGCirUCvDw6hnUxwzHN4G { color:rgba(var(--color-tertiary-2),1);display:block;width:12.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:15.374783277512rem;left:45.3125rem;height:4.2737875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ymZA7s2OhmuxPx0v8N401huXAaxa80lL { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:15.374783277512rem;left:43.499351501465rem;height:4.2737875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h6x5SJyyhzwFCzaQLJXmcBK0BJs2hmhJ { color:#4d4d4d;display:block;width:31.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:4.125rem;left:21.96826171875rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { 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/011f288c-62aa-48d6-866a-8765f88c32bf/PITI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .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); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { border-width: 0; border-radius: 0; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#y32ATZ1KvNUAFueC8Fef4JwVJOxbdCq3 { color:#4d4d4d;display:block;width:31.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:2.5640125274658rem;left:21.968318939209rem;height:5.1001rem;text-align:center;text-align-last:center;display:block; }
#VU9gNNL8Wh5s0FldkZUDiC5fR1cTxTUf { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.625rem;left:2.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd { box-sizing:content-box;height:7.9373125rem;width:7.9373125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/78243c0a-04aa-40d8-8cd5-af47f94334ee/Web_icon_Gold03300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:2.5rem;display:block; }#wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd.adaptive-delivery-prevent-bg, #wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd.lazyload, #wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd.lazyloading { background-image: none; }
#su2BDCh83izD1ewHTPzPH3uZZtBBquQq { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:11.25rem;left:10.25rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#Tzl8F2rDFig0TFbkLpup39rZrUqAqc8E { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:13.3125rem;left:10.25rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#nX0uMKCZG6RzTDIqTPwSNQrTkz9hbzZv { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.6875rem;left:2.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#y6TPKQHE4Z9NgsEnAEM0QL8OSBty49Kr { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:23.375rem;left:10.25rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8 { box-sizing:content-box;height:7.9373125rem;width:7.9373125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5b78d684-28b9-4e29-b4c1-40cd05f32a79/Web_icon_Gold05300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:2.5625rem;display:block; }#vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8.adaptive-delivery-prevent-bg, #vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8.lazyload, #vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8.lazyloading { background-image: none; }
#XCWOpQQXxDrZBDgQT288yWMWAF6TC6rQ { color:#68686c;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:21.311851501465rem;left:10.249567031861rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#qXt4pnhh0vELRWqbJTBtWzCz669bqTTX { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.1875rem;left:2.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RX09Pm5x5ZXRCxES8WcyFp8a08XcySA0 { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:33.6875rem;left:10.25rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#CdG4rfWQig32utdTXBAm0X7DIWrA3V08 { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:31.625rem;left:10.25rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw { box-sizing:content-box;height:8.3125rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/42289588-1bb3-411d-be2a-6cfafea03806/Web_icon_Gold07300x3001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:2.5625rem;display:block; }#GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw.adaptive-delivery-prevent-bg, #GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw.lazyload, #GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw.lazyloading { background-image: none; }
#CcP1vSZD26t2sqJWvwiTIQcZLOviqeAn { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.625rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S { box-sizing:content-box;height:9.0615rem;width:9.0615rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0523051d-bda2-45fd-8b4a-b46b932d3f5a/Web_icon_Gold04300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.06005859375rem;left:38.11962890625rem;display:block; }#iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S.adaptive-delivery-prevent-bg, #iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S.lazyload, #iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S.lazyloading { background-image: none; }
#sozcshArkmFU5W8CIyTk5nRdSStbAHyM { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:2;letter-spacing:0;top:11.25rem;left:46.4375rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#ysw4PzyEh6wT4JovoyeOgdvR5MhSuM25 { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:13.3125rem;left:46.4375rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#TpuO0DMqOdu3heIAOAtv12gZHNBb6foA { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.6875rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB { box-sizing:content-box;height:8.7495rem;width:8.7495rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/cb73d4b3-d01a-4d01-a6e9-1258d44657c2/Web_icon_Gold06300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.27880859375rem;left:38.27783203125rem;display:block; }#KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB.adaptive-delivery-prevent-bg, #KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB.lazyload, #KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB.lazyloading { background-image: none; }
#ZIc49OOE9wu7KLLTEnHrZguF9GZfT35p { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:2;letter-spacing:0;top:21.3125rem;left:46.4375rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#hchfQXQmZpNoQcBUMJKfCfDtSG8dPBfM { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:23.375rem;left:46.4375rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#vO6hRW6T9pwXsRqlm06KmV3umbToTv5U { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.1875rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#PrphCepOTqT7wIs22px4noRenJA1HAJ8 { box-sizing:content-box;height:8.562rem;width:8.562rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/eaa6f9e3-d815-497c-8180-3f5dcf63fe89/Web_icon_Gold02300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.62255859375rem;left:38.43701171875rem;display:block; }#PrphCepOTqT7wIs22px4noRenJA1HAJ8.adaptive-delivery-prevent-bg, #PrphCepOTqT7wIs22px4noRenJA1HAJ8.lazyload, #PrphCepOTqT7wIs22px4noRenJA1HAJ8.lazyloading { background-image: none; }
#ekCZe0h82b49SiqSXoTnaJuXL8CvWdcE { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:2;letter-spacing:0;top:31.625rem;left:46.4375rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#HWNFTQ621mkiuXTOvPrDo12sdX70L1NT { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:33.6875rem;left:46.4375rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#wIKAsUa3RxHfhJHioEE4dAiGD3cvgk4C { box-sizing:content-box;height:7.9375rem;width:33.6875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.1875rem 0.375rem rgba(152,119,48,0.63) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:41.0625rem;left:20.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IRa4T0NFIoea49udH5uWdq6upnHTMdS2 { color:#68686c;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:44.125rem;left:28.3125rem;height:4.19824375rem;text-align:left;text-align-last:left;display:block; }
#xOrnXbSCRDoPZrK8g0KqSbsgh2OsC2Dl { color:#68686c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:2;letter-spacing:0;top:42.0625rem;left:28.3125rem;height:2.25043125rem;text-align:left;text-align-last:left;display:block; }
#ECfVccr3JrC8iL35CK8JOkdwdALkQGxk { box-sizing:content-box;height:9.9375rem;width:9.9375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a81a27a1-52f2-4811-9ea8-4e3b21bb0f7a/Web_icon_Gold08300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.060546875rem;left:19.7490234375rem;display:block; }#ECfVccr3JrC8iL35CK8JOkdwdALkQGxk.adaptive-delivery-prevent-bg, #ECfVccr3JrC8iL35CK8JOkdwdALkQGxk.lazyload, #ECfVccr3JrC8iL35CK8JOkdwdALkQGxk.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/a7e91015-e084-4ad1-9b96-c822f5aadb27/JpgPITI.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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#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-secondary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);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:#000000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),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:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;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-secondary-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-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.9375rem; }
#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-secondary-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-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.9375rem; }
#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; }
#fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { position:relative;display:block; }
#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-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;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:#f1d5a8;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8830ddc1-8874-48d1-9749-9c286de9fd5a/PITI.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { border-width: 0; border-radius: 0; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::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; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { color:#c09653;display:block;width:5.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.0625rem;height:1.29980625rem;display:none; }
#gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.875rem;height:1.94921875rem;font-style:normal;display:none; }
#LHBWAImbLI3qICNLE7WWnopyky0m6RKs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#r85O541vx1LrQbb21GmgqzW1NRonr28c { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:12.6875rem;left:15.5rem;height:14.875rem;text-align:left;text-align-last:left;display:block; }
#kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW { box-sizing:content-box;height:29rem;width:29rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/30209ed9-d7d0-41b3-9506-26a38b41f23e/PITI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2178802490234rem;left:40.922309875488rem;display:block; }#kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW.adaptive-delivery-prevent-bg, #kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW.lazyload, #kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW.lazyloading { background-image: none; }
#EJWwhfgdqKrUKt200qPUfxRm4r3sUTGT { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:3.75rem;left:5.75rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#qX2PTbLf2tFcFfcyS9yOVtnpeN0oB8Sq { color:#ffffff;display:block;width:27.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:6.875rem;left:5.75rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#Wl7rTn38fOudBPMKUgrbTnEo8nodroD3 { color:#ffffff;display:block;width:13.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:12.6875rem;left:5.75rem;height:14.875rem;text-align:left;text-align-last:left;display:block; }
#znPqxz180f3NvOPUnqwvPLMNOO6dNI6F { box-sizing:content-box;height:0.124783125rem;width:22.249375rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.227220535278rem;left:5.7497835159302rem;display:block; }
#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs { 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/df6469d9-035d-413a-9e94-a33c5a2fa04e/123.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.adaptive-delivery-prevent-bg, #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.lazyload, #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.lazyloading { background-image: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { background-color: transparent; background-image: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container > .video-iframe-container { display: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row > .video-iframe-container { display: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .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); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { border-width: 0; border-radius: 0; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { font-size:0.875rem;font-family:arial;height:95.5rem;width:75rem;position:relative;display:block; }#KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { color:#ffffff;display:block;width:31.4970625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.12109375rem;left:21.75rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/29fef863-98ff-4ba3-836f-317fcf67e350/190425_Infinite_Pool_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.0625rem;left:5.6875rem;display:block; }#VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.adaptive-delivery-prevent-bg, #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.lazyload, #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.lazyloading { background-image: none; }
#Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/66b59451-2c1f-4216-bb1b-230d9e2ffe33/190409_fitness_Final_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.0625rem;left:27.1875rem;display:block; }#Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA.adaptive-delivery-prevent-bg, #Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA.lazyload, #Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA.lazyloading { background-image: none; }
#C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1 { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/305b3643-b46f-4ebe-b3a8-2c0613996f8b/190325_GardenView_final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.0625rem;left:48.75rem;display:block; }#C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1.adaptive-delivery-prevent-bg, #C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1.lazyload, #C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1.lazyloading { background-image: none; }
#yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b1be57dd-3432-4c0e-85f3-88b0bc70b907/190405_PTI_Sunken_Pool_Final.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:78.1875rem;left:27.1875rem;display:block; }#yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx.adaptive-delivery-prevent-bg, #yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx.lazyload, #yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx.lazyloading { background-image: none; }
#k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0e53f10-5a06-48e3-8172-7bf8b83c3405/190612_Rooftop_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.1875rem;left:48.75rem;display:block; }#k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA.adaptive-delivery-prevent-bg, #k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA.lazyload, #k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA.lazyloading { background-image: none; }
#dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385 { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/464cd90f-fc37-4ff6-998c-264b6ab2e455/190410_Lobby_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.1875rem;left:5.6875rem;display:block; }#dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385.adaptive-delivery-prevent-bg, #dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385.lazyload, #dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385.lazyloading { background-image: none; }
#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn { position:relative;display:none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn { border-width: 0; border-radius: 0; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .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; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .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; }#bNtVR2mr946sN3idpMW6w5NFvIFMe5tV { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0e53f10-5a06-48e3-8172-7bf8b83c3405/190612_Rooftop_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:46.9375rem;display:none; }#bNtVR2mr946sN3idpMW6w5NFvIFMe5tV.adaptive-delivery-prevent-bg, #bNtVR2mr946sN3idpMW6w5NFvIFMe5tV.lazyload, #bNtVR2mr946sN3idpMW6w5NFvIFMe5tV.lazyloading { background-image: none; }
#ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4 { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/305b3643-b46f-4ebe-b3a8-2c0613996f8b/190325_GardenView_final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.5rem;left:46.9375rem;display:none; }#ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4.adaptive-delivery-prevent-bg, #ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4.lazyload, #ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4.lazyloading { background-image: none; }
#t14KH0NRwprTp5ZZUboaMCwKZHofhRc3 { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b1be57dd-3432-4c0e-85f3-88b0bc70b907/190405_PTI_Sunken_Pool_Final.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:69.5rem;left:25.375rem;display:none; }#t14KH0NRwprTp5ZZUboaMCwKZHofhRc3.adaptive-delivery-prevent-bg, #t14KH0NRwprTp5ZZUboaMCwKZHofhRc3.lazyload, #t14KH0NRwprTp5ZZUboaMCwKZHofhRc3.lazyloading { background-image: none; }
#LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/464cd90f-fc37-4ff6-998c-264b6ab2e455/190410_Lobby_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:3.875rem;display:none; }#LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o.adaptive-delivery-prevent-bg, #LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o.lazyload, #LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o.lazyloading { background-image: none; }
#WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/29fef863-98ff-4ba3-836f-317fcf67e350/190425_Infinite_Pool_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.5rem;left:3.875rem;display:none; }#WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.adaptive-delivery-prevent-bg, #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.lazyload, #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.lazyloading { background-image: none; }
#NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w { box-sizing:content-box;height:13.4375rem;width:20.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/66b59451-2c1f-4216-bb1b-230d9e2ffe33/190409_fitness_Final_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.5rem;left:25.375rem;display:none; }#NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w.adaptive-delivery-prevent-bg, #NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w.lazyload, #NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w.lazyloading { background-image: none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:67.125rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:46.875rem;width:47.25rem;top:10.653212547303rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#WZy05emh6Uo2IedKxMwTORkSi5NTrT02 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.49609375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:59.935985565186rem;left:27.312286376953rem;display:block; }
#VuHwlMgqVQ48V5GXANv74JwTpQrzaN6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#4d4d4d;display:block;width:18.247625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:28.37548828125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHQl4WAnR9nrmetkQwVF4vdSfAnpEQ7S { color:#68686c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:13.125000953674rem;left:50.562068939209rem;height:13.2958875rem;text-align:left;text-align-last:left;display:block; }
#TOZhKi4apqDUW0MscbQCDn1LPZyhtFFn { color:#000000;display:block;width:12.747375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:10.715062141419rem;left:49.561634063721rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#yitnWWv6IF4D8JMBe465Zt5TvSMwClwT { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:27.624784708023rem;left:49.561634063721rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#ZdvDE1BpkTk58T106Qh2dOqT39BPJigN { color:#68686c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.9;letter-spacing:0;top:13.122831344604rem;left:48.332252502441rem;height:15.19530625rem;text-align:center;text-align-last:center;display:block; }
#Ria84Z2mdHtv6M28c3vceNmTJFRCMPnQ { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:13.125000953674rem;left:71.310764312744rem;height:13.2958875rem;text-align:left;text-align-last:left;display:block; }
#Dtcd6NVaGR22dZc9KBITJXPsMxyr8a1F { color:#68686c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:30.997180938721rem;left:50.811634063721rem;height:13.2958875rem;text-align:left;text-align-last:left;display:block; }
#vou6gAThTwPTWRVpW9apOV72aeK6ZsAF { color:#68686c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.9;letter-spacing:0;top:30.996095657349rem;left:48.207466125488rem;height:15.19530625rem;text-align:center;text-align-last:center;display:block; }
#E9GDLcqL5A1PNNIsbzSTcXXeyTafUX9u { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:30.996095657349rem;left:71.310764312744rem;height:13.2958875rem;text-align:left;text-align-last:left;display:block; }
#Lw6Fg9ESVfstfHOMMbUbtCqIohnFz6Ab { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:48.249786376953rem;left:49.561634063721rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#U0XVRGUwnxPnQmsVRnT1RGCDKXXq7KtH { color:#68686c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:51.622180938721rem;left:50.811634063721rem;height:5.6982375rem;text-align:left;text-align-last:left;display:block; }
#Wv8TPmJ0wMlPhyWSgUv2gVgx2MQWPbKg { color:#68686c;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.9;letter-spacing:0;top:51.621097564698rem;left:48.207466125488rem;height:5.69824375rem;text-align:center;text-align-last:center;display:block; }
#ep7iGxnR9iZL1WyaTAMQxIALuCVJrycv { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:51.621097564698rem;left:71.310764312744rem;height:5.6982375rem;text-align:left;text-align-last:left;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;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.1375rem;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) { #RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad { display:block; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URoFIgprOF5GOfyiQ666QwMh8UkUXXH6 { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;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:23.9375rem;left:26.875rem;width:10.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:21.8125rem;left:31.7490234375rem;width:6.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { top:24.125rem;left:35.562286376953rem;width:7.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.375rem;height:3.125rem;top:28.5625rem;left:24.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { top:6.5rem;left:30.28125rem;width:9.25rem;height:6.9525421396398rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { top:2.9375rem;left:18.09375rem;width:5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbTHcZMTRLpmDM3lJl9w8sw48aUv3DJN { top:15.875rem;left:22.1875rem;width:25.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od9DMH4MSGhwTJ0ep1dqscHh0BFdlT8t { top:17.5rem;left:12.6875rem;width:35.0625rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIWIT3B3lqkoWFqO3IVEISeZB2qFZKGN { top:23.5rem;left:20.3125rem;width:27.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { top:13.125rem;left:0rem;width:47.125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { top:14rem;left:0rem;width:37.9375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { top:14rem;left:27.749443054199rem;width:14.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { top:17.8125rem;left:38.75rem;width:9rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { top:23.5rem;left:33.374443054199rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { top:23.1875rem;left:38.255023956299rem;width:8.6875rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { top:23.5625rem;left:40.6875rem;width:7.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuMDiDaRJ5nbF1F5Ao4IirCAdxXA5S1R { top:17.8125rem;left:29.873886108399rem;width:1.875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { top:17.8125rem;left:31.687503814698rem;width:12.6875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPux2p6xwHxCvWwG2DtL9k7IKzfF9KK9 { top:23.125rem;left:14.8125rem;width:32.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { top:18.25rem;left:27.749443054199rem;width:1.9375rem;height:1.33203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { top:18.25rem;left:36.373329162597rem;width:1.75rem;height:1.3275862068966rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { top:18.3125rem;left:45.248329162597rem;width:1.0625rem;height:1.1215277777778rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { top:26.4375rem;left:26.5rem;width:16.3125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { top:26.4375rem;left:31.5rem;width:16.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O { top:45.625rem;left:0rem;width:37.875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es83Tx8ws4KUcekQQKNpyNZp1BmfIbTW { top:45.875rem;left:19.8125rem;width:27.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n31UMxOynwVCLfghMxCnG45kLMkuaq7R { top:55rem;left:14.875rem;width:32.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRV2uMTuIohX0RWTw8wApdkRTOTVu0hZ { top:50.125rem;left:27.747768402099rem;width:1.9375rem;height:1.33203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te4UgaHfo3Xs7tP6W14a0UHZGLRSZZ6b { top:50rem;left:36.622211456299rem;width:1.75rem;height:1.3275862068966rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PbmCD8DFRMedRR468uo2fUVv3HCrex { top:58.125rem;left:26.716518402099rem;width:16.3125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THPSs8QBmOTt5MoTrVvuKHavgWi5kxMI { top:49.6875rem;left:40.875rem;width:6.875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tKTB8auleu5MpaTZsSq3vDibx72Qrz { top:55.375rem;left:33.372768402099rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAZUnzTQQb2oXPrhuSfwPEvUTxTmwpDe { top:55.0625rem;left:38.37890625rem;width:8.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTX6KSmaWhwrNgT2aEGJMh7QXnOLZCrO { top:55.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJnqs0vUTvTSQLAE3v2NvmTsrfUXoKir { top:49.6875rem;left:29.872768402099rem;width:1.875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FackJU3oA1To5mEg7Gfo2pb5fGheF27m { top:49.6875rem;left:31.687503814698rem;width:12.6875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzVpATo7JXIlWzxgT2r2CTxgrIT3PfT5 { top:50.1875rem;left:45.684711456299rem;width:1.0625rem;height:1.1215277777778rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBM237z9D5JWniokXZhzOWamNfqlgIkc { top:58.125rem;left:31.5rem;width:16.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd1aSERMIMd6v3d8gol3bzLcqqCP1Swc { top:10.6875rem;left:0rem;width:47.75rem;height:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #HacuDFuMKszii25PpxCpdlGa6JM8WrH4 { top:31.75rem;left:0rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu { top:11.5rem;left:0rem;width:37.9375rem;height:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p { top:24rem;left:26.687503814698rem;width:16.3125rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp59hd8nJP5e1vZqJITcOFACRB0K37bi { top:24rem;left:31.5rem;width:16.25rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVkTchG5dsDVT1ixr4alBoupyhA1wdMg { top:53.75rem;left:0.486328125rem;width:5rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSTu6CVusOoFD5Ca7dx0Hxg5AD06xvwg { top:51.25rem;left:0rem;width:1.875rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0nIE66LTsbe66HiqT6zPqzysHqfWtDP { top:51.25rem;left:0rem;width:3.8125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpR15ODDPOVDUKpy8khz4d0wLxsbkfKt { top:15.75rem;left:27.749786376953rem;width:1.9375rem;height:1.3319650196115rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQ1bwJPB7Kfh89KyOLleFvOTSfdIesig { top:15.8125rem;left:43.374786376953rem;width:1.0625rem;height:1.1219869093355rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkAZC02VUFr3rBE2ZTTO9eJc0ZJThSID { top:17.875rem;left:27.749786376953rem;width:1.75rem;height:1.327690898869rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3m5tIQCiw4BnXcWMxMOOhK04zRS3R3e { top:20.625rem;left:14.8125rem;width:32.5625rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBhcu7u8qrRrS5kFXLw9WDeW095uFfmB { top:21.0625rem;left:33.375rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd3HSHav64bTSx27kXgROoVvWtrUg13k { top:55.875rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXdlJJd1EFM45xyQ3A5U48T1vzZbfPlb { top:56rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeTrxsGodgCoWxgc6gE4pSe5f2Ewar7p { top:12.125rem;left:0rem;width:47.125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJL66eduBPAHakif6MUXDpTXPLTqdZdW { top:43.8125rem;left:0rem;width:47.125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veNKTScIQVopTXahevDF8Nw1B88ORuQJ { top:44.875rem;left:0rem;width:47.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5tflZQv3WhSs5OkOTEuFhOw7eoKoTKg { top:17.8125rem;left:40.500003814698rem;width:3.0625rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gunTM7KVqpBJlzlk5cSHM4obmE3T5SpX { top:17.8125rem;left:38.497211456299rem;width:1.875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NleoUS5CLoOpTsGwkaKM0TyHylNuL4FB { top:49.6875rem;left:40.687503814698rem;width:4rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMhCiLVfNX2N9p8vz4TZyNt4Nr6Owga1 { top:49.6875rem;left:38.621654510498rem;width:1.875rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rowgou5zgq5HGCirUCvDw6hnUxwzHN4G { top:51.25rem;left:0rem;width:3.875rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymZA7s2OhmuxPx0v8N401huXAaxa80lL { top:51.25rem;left:0rem;width:1.875rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6x5SJyyhzwFCzaQLJXmcBK0BJs2hmhJ { top:4.125rem;left:8.3427734375rem;width:31rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y32ATZ1KvNUAFueC8Fef4JwVJOxbdCq3 { top:2.5625rem;left:8.3433189392087rem;width:31rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU9gNNL8Wh5s0FldkZUDiC5fR1cTxTUf { top:9.625rem;left:0rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd { top:9.625rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su2BDCh83izD1ewHTPzPH3uZZtBBquQq { top:11.25rem;left:0rem;width:21.0625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzl8F2rDFig0TFbkLpup39rZrUqAqc8E { top:13.3125rem;left:0rem;width:25.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX0uMKCZG6RzTDIqTPwSNQrTkz9hbzZv { top:19.6875rem;left:0rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TPKQHE4Z9NgsEnAEM0QL8OSBty49Kr { top:23.3125rem;left:0rem;width:25.375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8 { top:19.6875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCWOpQQXxDrZBDgQT288yWMWAF6TC6rQ { top:21.25rem;left:0rem;width:24.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXt4pnhh0vELRWqbJTBtWzCz669bqTTX { top:30.1875rem;left:0rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX09Pm5x5ZXRCxES8WcyFp8a08XcySA0 { top:33.6875rem;left:0rem;width:25.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdG4rfWQig32utdTXBAm0X7DIWrA3V08 { top:31.625rem;left:0rem;width:21.0625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw { top:30rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcP1vSZD26t2sqJWvwiTIQcZLOviqeAn { top:9.625rem;left:14.0625rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S { top:9rem;left:24.49462890625rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozcshArkmFU5W8CIyTk5nRdSStbAHyM { top:11.25rem;left:26.6875rem;width:21.0625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysw4PzyEh6wT4JovoyeOgdvR5MhSuM25 { top:13.3125rem;left:22.3125rem;width:25.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpuO0DMqOdu3heIAOAtv12gZHNBb6foA { top:19.6875rem;left:14.0625rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB { top:19.25rem;left:24.65283203125rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIc49OOE9wu7KLLTEnHrZguF9GZfT35p { top:21.3125rem;left:26.6875rem;width:21.0625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hchfQXQmZpNoQcBUMJKfCfDtSG8dPBfM { top:23.375rem;left:22.3125rem;width:25.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO6hRW6T9pwXsRqlm06KmV3umbToTv5U { top:30.1875rem;left:14.0625rem;width:33.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrphCepOTqT7wIs22px4noRenJA1HAJ8 { top:29.5625rem;left:24.81201171875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCZe0h82b49SiqSXoTnaJuXL8CvWdcE { top:31.625rem;left:26.6875rem;width:21.0625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNFTQ621mkiuXTOvPrDo12sdX70L1NT { top:33.6875rem;left:22.3125rem;width:25.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIKAsUa3RxHfhJHioEE4dAiGD3cvgk4C { top:41.0625rem;left:7.0625rem;width:33.625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRa4T0NFIoea49udH5uWdq6upnHTMdS2 { top:44.125rem;left:14.6875rem;width:25.375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrnXbSCRDoPZrK8g0KqSbsgh2OsC2Dl { top:42.0625rem;left:14.6875rem;width:21rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECfVccr3JrC8iL35CK8JOkdwdALkQGxk { top:40rem;left:6.1240234375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5625rem;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) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@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:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { top:7.1875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { top:6.875rem;left:39rem;width:8.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { top:8.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r85O541vx1LrQbb21GmgqzW1NRonr28c { top:12.6875rem;left:1.875rem;width:11.25rem;height:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW { top:2.1875rem;left:18.75rem;width:29rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJWwhfgdqKrUKt200qPUfxRm4r3sUTGT { top:3.75rem;left:0rem;width:27.1875rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX2PTbLf2tFcFfcyS9yOVtnpeN0oB8Sq { top:6.875rem;left:0rem;width:27.1875rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl7rTn38fOudBPMKUgrbTnEo8nodroD3 { top:12.6875rem;left:0rem;width:13.25rem;height:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znPqxz180f3NvOPUnqwvPLMNOO6dNI6F { top:11.1875rem;left:0rem;width:22.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs { display:block; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { top:5.0625rem;left:8.125rem;width:31.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB { top:63.0625rem;left:0rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA { top:63.0625rem;left:13.5625rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1 { top:63.0625rem;left:27.125rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx { top:78.1875rem;left:13.5625rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA { top:78.1875rem;left:27.125rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385 { top:78.1875rem;left:0rem;width:20.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn { display:none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bNtVR2mr946sN3idpMW6w5NFvIFMe5tV { top:69.5rem;left:27.125rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4 { top:52.5rem;left:27.125rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t14KH0NRwprTp5ZZUboaMCwKZHofhRc3 { top:69.5rem;left:11.75rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o { top:69.5rem;left:0rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA { top:52.5rem;left:0rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w { top:52.5rem;left:11.75rem;width:20.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:10.625rem;left:0rem;width:47.25rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #WZy05emh6Uo2IedKxMwTORkSi5NTrT02 { width:20.3125rem;height:3.4375rem;top:59.875rem;left:13.687286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHwlMgqVQ48V5GXANv74JwTpQrzaN6e { display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4rem;left:14.75048828125rem;width:18.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQl4WAnR9nrmetkQwVF4vdSfAnpEQ7S { top:13.125rem;left:26.5rem;width:21.25rem;height:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZhKi4apqDUW0MscbQCDn1LPZyhtFFn { top:10.6875rem;left:35.0625rem;width:12.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yitnWWv6IF4D8JMBe465Zt5TvSMwClwT { top:27.5625rem;left:29.3125rem;width:18.4375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvDE1BpkTk58T106Qh2dOqT39BPJigN { top:13.0625rem;left:34.707252502441rem;width:2.3125rem;height:15.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ria84Z2mdHtv6M28c3vceNmTJFRCMPnQ { top:13.125rem;left:44.0625rem;width:3.6875rem;height:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtcd6NVaGR22dZc9KBITJXPsMxyr8a1F { top:30.9375rem;left:26.5rem;width:21.25rem;height:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vou6gAThTwPTWRVpW9apOV72aeK6ZsAF { top:30.9375rem;left:34.582466125488rem;width:2.3125rem;height:15.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GDLcqL5A1PNNIsbzSTcXXeyTafUX9u { top:30.9375rem;left:44.0625rem;width:3.6875rem;height:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6Fg9ESVfstfHOMMbUbtCqIohnFz6Ab { top:48.1875rem;left:29.3125rem;width:18.4375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XVRGUwnxPnQmsVRnT1RGCDKXXq7KtH { top:51.5625rem;left:26.5rem;width:21.25rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv8TPmJ0wMlPhyWSgUv2gVgx2MQWPbKg { top:51.5625rem;left:34.582466125488rem;width:2.3125rem;height:5.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7iGxnR9iZL1WyaTAMQxIALuCVJrycv { top:51.5625rem;left:44.0625rem;width:3.6875rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad { display:block; }#RGnWP1TpvzkVO07STMhBsHaS8y1c8Tad > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URoFIgprOF5GOfyiQ666QwMh8UkUXXH6 { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50724ce4-96e8-4e46-b6c9-4cb90894e1ca/PITI.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.4); }#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.4); }#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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:6.1875rem;height:1.38139375rem;top:13.0615234375rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:4.25rem;height:1.05625rem;top:11.25rem;left:7.875rem;font-size:0.8125rem;font-weight:400;font-style:normal;color:#ddc281;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { width:5.5rem;height:1.137275rem;top:13.187255859375rem;left:10.1865234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:15.749999761581rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { width:5rem;height:3.75rem;top:22.254968167114rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { width:5.25rem;height:3.9375rem;top:2.6851563453674rem;left:7.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LbTHcZMTRLpmDM3lJl9w8sw48aUv3DJN { width:17.625rem;height:1.29980625rem;top:7.8125rem;left:1.1875rem;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #od9DMH4MSGhwTJ0ep1dqscHh0BFdlT8t { width:20rem;height:1.38139375rem;top:9.184374809265rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;color:#ddc281;display:block; }
 }@media only screen and (max-width: 763px) { #sIWIT3B3lqkoWFqO3IVEISeZB2qFZKGN { width:20rem;height:2.004555808656rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/011f288c-62aa-48d6-866a-8765f88c32bf/PITI.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { width:19.8125rem;height:24.375rem;top:6.560546875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { width:19.0625rem;height:10.875rem;top:8.8740234375rem;left:0.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { width:6.75rem;height:1.54296875rem;top:6.9990234375rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { width:4.249825rem;height:1.42480625rem;top:26.685546875rem;left:14.53515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { width:5.75rem;height:1.0556625rem;top:28.9990234375rem;left:3.9365234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { width:7.9375rem;height:1.21875rem;top:28.908203125rem;left:4.9765625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { width:7.125rem;height:1.0556625rem;top:29.060546875rem;left:10.9990234375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuMDiDaRJ5nbF1F5Ao4IirCAdxXA5S1R { width:1.875rem;height:1.42480625rem;top:26.685546875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { width:3.875rem;height:1.42480625rem;top:26.685546875rem;left:4.498046875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPux2p6xwHxCvWwG2DtL9k7IKzfF9KK9 { width:17.75rem;height:1.5rem;top:28.5615234375rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { width:1.125rem;height:0.75rem;top:26.998046875rem;left:1.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { width:1.124825rem;height:0.812325rem;top:26.9296875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { width:0.812325rem;height:0.812325rem;top:26.9306640625rem;left:13.1025390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { width:9.375rem;height:5.8125rem;top:20.2626953125rem;left:0.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { width:9.375rem;height:5.8125rem;top:20.1748046875rem;left:10.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhlDJ4EqDmnX6Oo8WLXh0ts09Htzih4O { width:20rem;height:24.1875rem;top:89.184327602387rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es83Tx8ws4KUcekQQKNpyNZp1BmfIbTW { width:20rem;height:1.54385625rem;top:89.184327602387rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n31UMxOynwVCLfghMxCnG45kLMkuaq7R { width:19.625rem;height:1.875rem;top:98.251710414887rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRV2uMTuIohX0RWTw8wApdkRTOTVu0hZ { width:1.9375rem;height:1.3318836310101rem;top:93.438477993012rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #te4UgaHfo3Xs7tP6W14a0UHZGLRSZZ6b { width:1.75rem;height:1.3278297980983rem;top:95.562501430512rem;left:1.000244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8PbmCD8DFRMedRR468uo2fUVv3HCrex { width:16.25rem;height:11.875rem;top:101.62573385239rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #THPSs8QBmOTt5MoTrVvuKHavgWi5kxMI { width:6.875rem;height:1.42489375rem;top:93.001466274262rem;left:13.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9tKTB8auleu5MpaTZsSq3vDibx72Qrz { width:5.75rem;height:1.055575rem;top:98.688722133637rem;left:10.43701171875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nAZUnzTQQb2oXPrhuSfwPEvUTxTmwpDe { width:8.75rem;height:1.2180375rem;top:98.362794399262rem;left:11.25rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BTX6KSmaWhwrNgT2aEGJMh7QXnOLZCrO { width:7.0625rem;height:1.055575rem;top:98.750977993012rem;left:4.501953125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ZJnqs0vUTvTSQLAE3v2NvmTsrfUXoKir { width:1.875rem;height:2.8497875rem;top:93.001466274262rem;left:18.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FackJU3oA1To5mEg7Gfo2pb5fGheF27m { width:12.6875rem;height:2.8497875rem;top:93.001466274262rem;left:7.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzVpATo7JXIlWzxgT2r2CTxgrIT3PfT5 { width:1.0625rem;height:1.1213358127227rem;top:93.500733852387rem;left:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBM237z9D5JWniokXZhzOWamNfqlgIkc { width:16.25rem;height:11.875rem;top:101.62695455551rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd1aSERMIMd6v3d8gol3bzLcqqCP1Swc { width:19.8125rem;height:24.1875rem;top:33.8740234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15016;border-top:0.1875rem solid #bca17b;border-left:0.1875rem solid #bca17b;border-right:0.1875rem solid #bca17b;border-bottom:0.1875rem solid #bca17b;display:block; }
 }@media only screen and (max-width: 763px) { #HacuDFuMKszii25PpxCpdlGa6JM8WrH4 { width:12.3125rem;height:1.54296875rem;top:34.310546875rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15023;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu { width:19.0625rem;height:10.875rem;top:36.185546875rem;left:0.498046875rem;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/38fe697d-25db-4eed-bfcd-64011d1766c6/1xx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.adaptive-delivery-prevent-bg, #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.lazyload, #xpuw4zO0wHWBe38ERnQ5IP4pDWGv9lgu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p { width:9.375rem;height:5.8125rem;top:47.5615234375rem;left:0.498046875rem;z-index:15098;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5331ee0-27a1-472b-a6e3-00db15a3cece/1x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.adaptive-delivery-prevent-bg, #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.lazyload, #BFfSPy5GTp8UcRQBLRcd5ob7KofTD26p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mp59hd8nJP5e1vZqJITcOFACRB0K37bi { width:9.375rem;height:5.8125rem;top:47.4990234375rem;left:10.1865234375rem;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1010f18-a05d-401b-857f-345bb99c8f21/1xxx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mp59hd8nJP5e1vZqJITcOFACRB0K37bi.adaptive-delivery-prevent-bg, #mp59hd8nJP5e1vZqJITcOFACRB0K37bi.lazyload, #mp59hd8nJP5e1vZqJITcOFACRB0K37bi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hVkTchG5dsDVT1ixr4alBoupyhA1wdMg { width:5.06214375rem;height:1.425rem;top:53.810546875rem;left:14.111328125rem;font-size:0.75rem;z-index:15025;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #XSTu6CVusOoFD5Ca7dx0Hxg5AD06xvwg { width:1.875rem;height:1.42480625rem;top:53.8115234375rem;left:2.8125rem;font-size:0.75rem;z-index:15026;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #x0nIE66LTsbe66HiqT6zPqzysHqfWtDP { width:3.875rem;height:1.42480625rem;top:53.8115234375rem;left:4.498046875rem;font-size:0.75rem;z-index:15027;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #ZpR15ODDPOVDUKpy8khz4d0wLxsbkfKt { width:1.125rem;height:0.75rem;top:54.1240234375rem;left:1.9990234375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1bwJPB7Kfh89KyOLleFvOTSfdIesig { width:0.8125rem;height:0.8125rem;top:53.998046875rem;left:13.123046875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xkAZC02VUFr3rBE2ZTTO9eJc0ZJThSID { width:1.125rem;height:0.8125rem;top:54.123046875rem;left:7.5615234375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #d3m5tIQCiw4BnXcWMxMOOhK04zRS3R3e { width:17.75rem;height:1.5rem;top:55.623046875rem;left:1.0615234375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #RBhcu7u8qrRrS5kFXLw9WDeW095uFfmB { width:5.75rem;height:1.0556625rem;top:56.0615234375rem;left:2.9990234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3HSHav64bTSx27kXgROoVvWtrUg13k { width:7.9368125rem;height:1.21875rem;top:55.93359375rem;left:4.0390625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15094;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #CXdlJJd1EFM45xyQ3A5U48T1vzZbfPlb { width:7.1244375rem;height:1.05625rem;top:56.0146484375rem;left:10.060546875rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15093;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #MeTrxsGodgCoWxgc6gE4pSe5f2Ewar7p { width:19.375rem;height:27.75rem;top:88.5rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJL66eduBPAHakif6MUXDpTXPLTqdZdW { width:19.375rem;height:27.75rem;top:118rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #veNKTScIQVopTXahevDF8Nw1B88ORuQJ { width:19.625rem;height:25.375rem;top:119.0625rem;left:0.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5tflZQv3WhSs5OkOTEuFhOw7eoKoTKg { width:2rem;height:1.42480625rem;top:26.6865234375rem;left:9.8740234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gunTM7KVqpBJlzlk5cSHM4obmE3T5SpX { width:1.875rem;height:1.42480625rem;top:26.6865234375rem;left:8.3212890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NleoUS5CLoOpTsGwkaKM0TyHylNuL4FB { width:4rem;height:auto;top:49.6875rem;left:8rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMhCiLVfNX2N9p8vz4TZyNt4Nr6Owga1 { width:1.875rem;height:auto;top:49.6875rem;left:9.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rowgou5zgq5HGCirUCvDw6hnUxwzHN4G { width:3.875rem;height:1.42480625rem;top:53.8115234375rem;left:9.9970703125rem;font-size:0.75rem;z-index:15028;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #ymZA7s2OhmuxPx0v8N401huXAaxa80lL { width:1.875rem;height:1.42480625rem;top:53.8115234375rem;left:8.4375rem;font-size:0.75rem;z-index:15027;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #h6x5SJyyhzwFCzaQLJXmcBK0BJs2hmhJ { width:20rem;height:2.3369125rem;top:2.3740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y32ATZ1KvNUAFueC8Fef4JwVJOxbdCq3 { width:20rem;height:2.3375375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VU9gNNL8Wh5s0FldkZUDiC5fR1cTxTUf { width:20rem;height:12.375rem;top:4.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMaucswGTHSkJcyq2FLIMqkQcQxkVdd { width:6.4995625rem;height:6.4995625rem;top:4.3956174850464rem;left:6.75021725893rem;display:block; }
 }@media only screen and (max-width: 763px) { #su2BDCh83izD1ewHTPzPH3uZZtBBquQq { width:15.7498125rem;height:1.875rem;top:9.77126789093rem;left:2.1245661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tzl8F2rDFig0TFbkLpup39rZrUqAqc8E { width:18.3745625rem;height:3.41015625rem;top:12.20876789093rem;left:0.81163197755812rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nX0uMKCZG6RzTDIqTPwSNQrTkz9hbzZv { width:20rem;height:12.375rem;top:34.186196088791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TPKQHE4Z9NgsEnAEM0QL8OSBty49Kr { width:17.1875rem;height:3.41015625rem;top:41.748050689698rem;left:1.4062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcXAwuEGtrTDQD5TAQDHTwKaLc1Aley8 { width:6.5rem;height:6.5rem;top:34.185117721558rem;left:6.749132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCWOpQQXxDrZBDgQT288yWMWAF6TC6rQ { width:20rem;height:1.75rem;top:39.497613906861rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXt4pnhh0vELRWqbJTBtWzCz669bqTTX { width:20rem;height:12.375rem;top:65.374346733094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX09Pm5x5ZXRCxES8WcyFp8a08XcySA0 { width:17.249375rem;height:3.41015625rem;top:73.060983657837rem;left:1.3747830986977rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdG4rfWQig32utdTXBAm0X7DIWrA3V08 { width:20rem;height:1.875rem;top:70.621749877931rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTa43zQgPTXsLPTLMBOr2BvhqLugpBKw { width:7.249375rem;height:7.249375rem;top:64.40213012695rem;left:6.3747833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcP1vSZD26t2sqJWvwiTIQcZLOviqeAn { width:20rem;height:12.375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqeZlvWy57ROPzJK75Dx4rJmJ3OL33S { width:6.5rem;height:6.5rem;top:18.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozcshArkmFU5W8CIyTk5nRdSStbAHyM { width:20rem;height:1.875rem;top:24.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysw4PzyEh6wT4JovoyeOgdvR5MhSuM25 { width:18.624125rem;height:3.41015625rem;top:26.75rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpuO0DMqOdu3heIAOAtv12gZHNBb6foA { width:20rem;height:12.375rem;top:49.812292098999rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTckXHGw9qxfQ6tDvMblILWQ6r30ChmB { width:7.1245625rem;height:7.1245625rem;top:49.246965408325rem;left:6.436632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIc49OOE9wu7KLLTEnHrZguF9GZfT35p { width:20rem;height:1.875rem;top:55.061853408814rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hchfQXQmZpNoQcBUMJKfCfDtSG8dPBfM { width:15.374375rem;height:3.41015625rem;top:57.685548782349rem;left:2.3122830986977rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vO6hRW6T9pwXsRqlm06KmV3umbToTv5U { width:20rem;height:12.375rem;top:80.748701095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrphCepOTqT7wIs22px4noRenJA1HAJ8 { width:6.06228125rem;height:6.06228125rem;top:80.748701095581rem;left:6.9672310948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCZe0h82b49SiqSXoTnaJuXL8CvWdcE { width:20rem;height:1.875rem;top:86.125221252444rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWNFTQ621mkiuXTOvPrDo12sdX70L1NT { width:16.311875rem;height:3.41015625rem;top:88.5525226593rem;left:1.8435330986977rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wIKAsUa3RxHfhJHioEE4dAiGD3cvgk4C { width:20rem;height:12.375rem;top:96.061201095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRa4T0NFIoea49udH5uWdq6upnHTMdS2 { width:20rem;height:3.41015625rem;top:103.561211586rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOrnXbSCRDoPZrK8g0KqSbsgh2OsC2Dl { width:20rem;height:1.875rem;top:101.12196731567rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECfVccr3JrC8iL35CK8JOkdwdALkQGxk { width:9.1873125rem;height:9.1873125rem;top:94.373918533325rem;left:5.4058163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7e91015-e084-4ad1-9b96-c822f5aadb27/JpgPITI.jpg");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(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#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:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:initial !important;color:#ffffff; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@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.949775rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.46205625rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8830ddc1-8874-48d1-9749-9c286de9fd5a/PITI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { width:5.75rem;height:1.1375rem;top:53.26171875rem;left:9.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { width:7.9375rem;height:1.4625rem;top:53.162109375rem;left:11.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { width:7.125rem;height:1.1375rem;top:54.5859375rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #r85O541vx1LrQbb21GmgqzW1NRonr28c { width:9.125rem;height:10.5rem;top:8.8125rem;left:9.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kMRVbiqsTRvTRNKCtJqDc2ZFK0snZgpW { width:17.8125rem;height:17.686625rem;top:21.091088294983rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJWwhfgdqKrUKt200qPUfxRm4r3sUTGT { width:20rem;height:1.48730625rem;top:2.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qX2PTbLf2tFcFfcyS9yOVtnpeN0oB8Sq { width:20rem;height:1.48730625rem;top:4.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wl7rTn38fOudBPMKUgrbTnEo8nodroD3 { width:13.2498125rem;height:10.5rem;top:8.8125rem;left:2.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #znPqxz180f3NvOPUnqwvPLMNOO6dNI6F { width:17.5rem;height:0.0625rem;top:6.466796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e4fb422-2320-4b8e-8d98-716bc75cdd15/PITI22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.adaptive-delivery-prevent-bg, #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.lazyload, #W1UIKsLDfwlScG9L8IQePC1QmobDAlgs.lazyloading { background-image: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { background-color: transparent; background-image: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container > .video-iframe-container { display: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row > .video-iframe-container { display: none; }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .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); }#W1UIKsLDfwlScG9L8IQePC1QmobDAlgs > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { width:18.1845625rem;height:1.7871125rem;top:1.2490234375rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB { width:20rem;height:13.4375rem;top:5.1611359375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/100c91df-0f5f-4e2f-9962-c423e8ae7613/C1L9i8Oq1jnThGxCcfTG2ijaumi4xbmetaRmFjaWxpdHlfV2Vic2l0ZV9QMTRfMTcwNTI0LTAxLmpwZw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.adaptive-delivery-prevent-bg, #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.lazyload, #VkmCPAXJdDDDwVPIGgoHEO5yUsEZmOsB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tat5gG9Hwqlc4NMggLptwbBxm6hXWSkA { width:20rem;height:13.4375rem;top:19.8486359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6ofz4pOV2vof8cMBEG0VSr2Tk8DI1T1 { width:20rem;height:13.4375rem;top:34.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yi5VTt3h8GnoJ5n2b7M3K0xl2dwnxlcx { width:20rem;height:13.4375rem;top:63.9111359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9nAxTnNQVTwqETQSHJukiL3i8JXS1gA { width:20rem;height:13.4375rem;top:78.5986359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvFlhiv9LOgEqtrXXT1D4V2QEPh5d385 { width:20rem;height:13.4375rem;top:49.2236359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8830ddc1-8874-48d1-9749-9c286de9fd5a/PITI.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; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn.adaptive-delivery-prevent-bg, #JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn.lazyload, #JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn.lazyloading { background-image: none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container { background-color: transparent; background-image: none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container > .video-iframe-container { display: none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row > .video-iframe-container { display: none; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .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); }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container { border-width: 0; border-radius: 0; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JU1T98E3wFq3UGXruxQuHbmbM1E3T1Sn > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNtVR2mr946sN3idpMW6w5NFvIFMe5tV { width:20rem;height:13.4375rem;top:77.625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPx2isXJRQlh3UFzaTk8qHwrHUbS8E4 { width:20rem;height:13.4375rem;top:32.6875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #t14KH0NRwprTp5ZZUboaMCwKZHofhRc3 { width:20rem;height:13.4375rem;top:62.0625rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #LaxpQXU1cF68NwTgWdEofcoH9cfUcm1o { width:20rem;height:13.4375rem;top:47.375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA { width:20rem;height:13.4375rem;top:3.3125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/100c91df-0f5f-4e2f-9962-c423e8ae7613/C1L9i8Oq1jnThGxCcfTG2ijaumi4xbmetaRmFjaWxpdHlfV2Vic2l0ZV9QMTRfMTcwNTI0LTAxLmpwZw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15020;display:block; }#WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.adaptive-delivery-prevent-bg, #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.lazyload, #WM8haqrmJcQgZTmPhDHUleVZkWsBNvMA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NFhINTsxxpCPi0RgdmnzL8VUePRU3K2w { width:20rem;height:13.4375rem;top:18rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:41.703578948974rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #WZy05emh6Uo2IedKxMwTORkSi5NTrT02 { width:18.125rem;height:2.5rem;top:55.696619033814rem;left:0.93750005960463rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHwlMgqVQ48V5GXANv74JwTpQrzaN6e { display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.18575rem;height:1.7873875rem;top:2.6236982345581rem;left:0.90603309869769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQl4WAnR9nrmetkQwVF4vdSfAnpEQ7S { width:13.936625rem;height:10.5rem;top:7.875rem;left:1.875rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #TOZhKi4apqDUW0MscbQCDn1LPZyhtFFn { width:7.9373125rem;height:2.0998875rem;top:5.8441829681396rem;left:0.93750005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #yitnWWv6IF4D8JMBe465Zt5TvSMwClwT { width:12.3123125rem;height:2.0998875rem;top:19.488932728768rem;left:0.93750005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvDE1BpkTk58T106Qh2dOqT39BPJigN { width:2.31228125rem;height:12rem;top:7.8743410110475rem;left:0.93750005960463rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ria84Z2mdHtv6M28c3vceNmTJFRCMPnQ { width:3.68706875rem;height:10.5rem;top:7.8732662200925rem;left:16.311848938465rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dtcd6NVaGR22dZc9KBITJXPsMxyr8a1F { width:12.686625rem;height:10.5rem;top:21.587458610534rem;left:1.8750000596046rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #vou6gAThTwPTWRVpW9apOV72aeK6ZsAF { width:2.3112rem;height:12rem;top:21.587458610534rem;left:0.93750005960463rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #E9GDLcqL5A1PNNIsbzSTcXXeyTafUX9u { width:3.68706875rem;height:10.5rem;top:21.586386680603rem;left:16.311848938465rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6Fg9ESVfstfHOMMbUbtCqIohnFz6Ab { width:18.4375rem;height:2.0998875rem;top:33.582874298096rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #U0XVRGUwnxPnQmsVRnT1RGCDKXXq7KtH { width:8.125rem;height:4.5rem;top:35.680340766907rem;left:1.8750000596046rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wv8TPmJ0wMlPhyWSgUv2gVgx2MQWPbKg { width:2.31228125rem;height:4.5rem;top:35.680340766907rem;left:0.93750005960463rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #ep7iGxnR9iZL1WyaTAMQxIALuCVJrycv { width:3.68706875rem;height:4.5rem;top:35.68033850193rem;left:16.311848938465rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }