.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { background-color: transparent; background-image: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container > .video-iframe-container { display: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container { display: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .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); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { border-width: 0; border-radius: 0; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#251d12;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:65.4375rem;display:block; }
#T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.9375rem;left:61.8125rem;overflow:hidden;display:block; }
#fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { color:#000000;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:30.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:38rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc8oFONnO0swomaRDC99lDEf8AqUD6gB { 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:5.625rem;width:5.625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:65.5625rem;height:0.97473125rem;display:block; }
#bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:44.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { color:#000000;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:51.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { position:relative;display:block; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { background-color: transparent; background-image: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container > .video-iframe-container { display: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row > .video-iframe-container { display: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .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); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { border-width: 0; border-radius: 0; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .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; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { position:relative;display:none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { border-width: 0; border-radius: 0; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .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; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#hybaCLSoHomxQTgSEmmOHkzucCIApSNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pUXtHNudflaRvuoRFim3vPDsKb8QixCG { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TH47QF6POE5ykuOVerH7etqpIFfsylvA { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { color:#888888;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:65.75rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#251d12;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.5rem;left:65.75rem;display:none; }
#a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { 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:20rem;width:20rem;display:none; }
#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfd15e56-04af-4f31-ad30-3b87923d7f87/vecteezy_luxuriousoldfashionedruginancienteastasiandesign_2477287211.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; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.adaptive-delivery-prevent-bg, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyload, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyloading { background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { background-color: transparent; background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .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); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { border-width: 0; border-radius: 0; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::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; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;overflow:visible;position:relative;display:block; }#MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { color:#ffffff;display:block;width:44.187rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.68603515625rem;left:0rem;height:9.9005rem;font-style:normal;display:block; }
#BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { box-sizing:content-box;height:35.5625rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.499755859375rem;left:48.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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.4375rem;left:0rem;height:4.12475625rem;display:block; }
#FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { color:#926a07;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.6875rem;left:50.625rem;height:2.0996125rem;font-style:normal;display:block; }
#gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { color:#251d12;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.1875rem;left:52.5625rem;height:1.19934375rem;font-style:normal;display:block; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-form-header {  }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:#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.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:21.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:#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.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:21.5625rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { 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:#9c642e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:21.5625rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]:-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]::-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container:first-of-type{padding-top:0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container:last-of-type{padding-bottom:0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.311767578125rem;left:49.561767578125rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.311767578125rem;left:49.561767578125rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 { position:relative;z-index:2; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C { position:relative; }
#rbOWnkTnQw6uTET63K5irainpybWTnR8 { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:#9c642e;background-image:none;top:5.6875rem;left:50.625rem;display:block; }
#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.75rem;left:52.4375rem;height:1.13769375rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
#Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { background-color:#9c642e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.75rem;left:0rem;display:block; }
#VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { position:relative;display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { background-color: transparent; background-image: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container > .video-iframe-container { display: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row > .video-iframe-container { display: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .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); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { border-width: 0; border-radius: 0; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .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; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { color:#926a07;display:block;width:30.18675rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.623046875rem;left:0rem;height:2.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { color:#333333;display:block;width:33.562rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:14.1357421875rem;left:0rem;height:20.244125rem;text-align:justify;text-align-last:initial;display:block; }
#lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { position:absolute;display:block;z-index:15044;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:32.875rem;width:28.75rem;top:3.3740234375rem;left:42.2490234375rem;overflow:hidden;display:block; }
#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#311a20;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; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container { background-color: transparent; background-image: none; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container > .video-iframe-container { display: none; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row > .video-iframe-container { display: none; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .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); }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container { border-width: 0; border-radius: 0; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#TDfIQAKMyemS05yW2lTlEuXU3n51Bgbu { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.30078125rem;left:0rem;height:5.39916875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVSQDb5wi8Wzk84zkKI64HcRCJ3y5Qfv { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.875rem;left:30.875rem;display:block; }
#OTeyR69r81kePl11rZ4pKCa9mCXesuVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRGgRpUpxMUMJMmfIoxDdwBkgrwQqTSR { background-color:#9c642e;background-image:none;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: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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.34375rem;left:54.0625rem;display:block; }
#a0KhxynPS3oOUqwVw6zDzhWs7wP2v0sD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDWM08crn63zi3cOLDSRJeGUxTDtCyWs { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:3.3125rem;left:50.375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container { background-color: transparent; background-image: none; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container > .video-iframe-container { display: none; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row > .video-iframe-container { display: none; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .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); }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container { border-width: 0; border-radius: 0; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container { font-size:0.875rem;font-family:arial;height:108.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ZquuOrxU3vSevZZVJ1XEEGSlUVfxsKSG { color:#926a07;display:block;width:58.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:8.21875rem;height:2.6995875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVLvhof1cDqOVGIRhLyxzTQFUcW4rSsQ { box-sizing:content-box;height:22.5rem;width:34.125rem;position:absolute;display:block;z-index:15027;background-color:#9c642e;background-image:none;top:9.375rem;left:40.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#MZCWDcUO6UWSHqz7D3uoKH4mMGTnM4s3 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:14rem;left:43.125rem;height:13.496125rem;display:block; }
#xT9lV0fJvJ3IG0TIvnxyK4weie3EkWeT { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:11.5625rem;left:43.125rem;height:1.799925rem;font-style:normal;display:block; }
#bqtXGyWn1tt92bXA2u1kL94sHi16bb8P { box-sizing:content-box;height:22.5rem;width:39.875rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e994ee55-995d-44a2-9f8e-815e92b52d76/image11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;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; }#bqtXGyWn1tt92bXA2u1kL94sHi16bb8P.adaptive-delivery-prevent-bg, #bqtXGyWn1tt92bXA2u1kL94sHi16bb8P.lazyload, #bqtXGyWn1tt92bXA2u1kL94sHi16bb8P.lazyloading { background-image: none; }
#Ismgp4rBzkRKhd0UUplPnW8kb1wU60G5 { box-sizing:content-box;height:22.5rem;width:34.125rem;position:absolute;display:block;z-index:15031;background-color:#9c642e;background-image:none;top:33.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#aJlz0FaoGxl1gbUJPTK1X5zI4r5nBF0h { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:37.875rem;left:2.25rem;height:15.183125rem;display:block; }
#MbsS82bGpvR4AtgmkuAReKWqHEXzrD75 { box-sizing:content-box;height:22.5rem;width:39.875rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30f76a2-023b-4003-b849-404ed41b39bb/image13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.25rem;left:35.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:block; }#MbsS82bGpvR4AtgmkuAReKWqHEXzrD75.adaptive-delivery-prevent-bg, #MbsS82bGpvR4AtgmkuAReKWqHEXzrD75.lazyload, #MbsS82bGpvR4AtgmkuAReKWqHEXzrD75.lazyloading { background-image: none; }
#ckGFGz3wOc6BATmDHkGIAomswEwIOQEb { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:35.4375rem;left:2.25rem;height:1.799925rem;font-style:normal;display:block; }
#MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0 { box-sizing:content-box;height:22.5rem;width:39.875rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3075116-6cae-4afa-9cd1-1459bb53cc67/image16.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:80.9375rem;left:35.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:block; }#MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0.adaptive-delivery-prevent-bg, #MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0.lazyload, #MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0.lazyloading { background-image: none; }
#P7MNVCKiRdtV6iA1SPq7PtTiTQThmeJJ { box-sizing:content-box;height:22.5rem;width:34.125rem;position:absolute;display:block;z-index:15035;background-color:#9c642e;background-image:none;top:57.0625rem;left:40.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0 { box-sizing:content-box;height:22.5rem;width:39.875rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/20bdc395-42bb-4cbb-9fd4-f4ebb4b4aeca/image14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:57.0625rem;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; }#xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0.adaptive-delivery-prevent-bg, #xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0.lazyload, #xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0.lazyloading { background-image: none; }
#mgCgDkpEwFB4FTRtLnqXx5L4FSzZHSxr { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:61.6875rem;left:43.125rem;height:13.496125rem;display:block; }
#GC1QISJCWWJ8ehHicr924VIbhQ9gFwyv { box-sizing:content-box;height:22.5rem;width:34.125rem;position:absolute;display:block;z-index:15039;background-color:#9c642e;background-image:none;top:80.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#mmeq0TTS69nZqe2LlroCB2ddP6XDtpbN { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:85.5625rem;left:2.25rem;height:13.496125rem;display:block; }
#OzevtS1RfaZCgHylPRQIovxcHWzTEAFJ { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:83.125rem;left:2.25rem;height:1.799925rem;font-style:normal;display:block; }
#RCMiMsSWx2UHfbcbDRWBQXKORdhbTQGO { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:59.25rem;left:43.125rem;height:1.799925rem;font-style:normal;display:block; }
#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#311a20;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; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container { background-color: transparent; background-image: none; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container > .video-iframe-container { display: none; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row > .video-iframe-container { display: none; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .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); }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container { border-width: 0; border-radius: 0; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#QdLIboPTERkSb0OsTsccCnzOsMMXuyht { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.30078125rem;left:0rem;height:5.39916875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWuwCTFqaoE4iTLesIcvvme4NsW6BL1l { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.875rem;left:30.875rem;display:block; }
#wqqmb9yoAhIXys2ZMQ7ZSAPfxT7mO0EU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3DQPxTqRRMtLSLahh4zPS5IJ7yxoGsO { background-color:#9c642e;background-image:none;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: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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.34375rem;left:54.0625rem;display:block; }
#ozuEhtZVszv7Xhn0fkKxOoyfcCktuRpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFbnHJTEBMaJzQQAsAbValxav2y14StV { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:3.3125rem;left:50.375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA { z-index:;position:relative;display:block; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA { background-color: transparent; background-image: none; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row .container > .video-iframe-container { display: none; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row > .video-iframe-container { display: none; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .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); }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA { border-width: 0; border-radius: 0; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OaBS4dB3PcO63XiGsS4OvOfX4wh9teb6 { color:#926a07;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:16.9375rem;height:2.6995875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTdoxTdvAisib95ZN8di8EmoSDf2xM6P { color:#000000;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mi2bmUAZe5WJcA58UFv6gHbZcioODTPs { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:11.6875rem;left:5.0625rem;height:1.5rem;font-style:normal;display:block; }
#zauPa05hOzCV27fK52qeowTBy4wHxegf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:9.56175rem;display:block; }
#BfdHMU2ilprpnq5a2wNoPS5WquChVqKC { box-sizing:content-box;height:14.375rem;width:0.125rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:10.4375rem;left:18.125rem;display:block; }
#qFWFNdTy7dSlffeINAqKTGRTowvD05NT { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.3125rem;left:19.1875rem;height:9.56175rem;display:block; }
#k771KnikfPdqdhOlihdpJQbS9soZtg17 { box-sizing:content-box;height:14.375rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:10.4375rem;left:37.3125rem;display:block; }
#rISI9ua8wWHzTCLe9xgGwSfT2XdRbrTL { color:#000000;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:19.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNASepcZXxPSzfxaKk8W9XrlaOeEpRSC { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:11.6875rem;left:25.1875rem;height:1.5rem;font-style:normal;display:block; }
#K8TyfVDSA6LEs6JyLCW9nQrZTKIz0Cvl { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:15.3125rem;left:38.75rem;height:7.968125rem;display:block; }
#I94dPivpr6W93hTJhlyZD0iM5SryeXdD { box-sizing:content-box;height:14.375rem;width:0.125rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:10.4375rem;left:56.875rem;display:block; }
#WTui5JDZU2FCTaq0rXQr7i2HWFwJqGXE { color:#000000;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:9.6875rem;left:38.75rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6IsdEFUXBynAXeW2VSVzsTAuQHhnzhp { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:11.6875rem;left:44.75rem;height:1.5rem;font-style:normal;display:block; }
#x1L5iSkcMl5dT7tOO2H1diQ4UBhD19X7 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.3125rem;left:58.125rem;height:9.56175rem;display:block; }
#bZ5wTfvhAz0gUFF2vNh1BT1qtlzlWMbt { color:#000000;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.6875rem;left:58.125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHrng4518DRJ9do6MgGzzeWGF8NEWkC8 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:11.6875rem;left:64.5625rem;height:1.5rem;font-style:normal;display:block; }
#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { z-index:;position:relative;display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { background-color: transparent; background-image: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container > .video-iframe-container { display: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row > .video-iframe-container { display: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .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); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { border-width: 0; border-radius: 0; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { color:#926a07;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.4375rem;left:17.65625rem;height:2.6995875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:8.9375rem;left:0rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.34375rem;left:4.71875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbM66dtn7tMufWifQp6uxfESaMIBtmVb { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.4375rem;height:7.4981875rem;text-align:left;text-align-last:left;display:block; }
#PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:22.6875rem;left:4.53125rem;overflow:hidden;display:block; }
#lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { background-color:#926a07;background-image:none;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: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:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.875rem;left:27.1875rem;display:block; }
#J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.40625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wU0Oi3DPSAgGutl2AAEECMQe4DvPhGS6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:21.21875rem;left:1.4375rem;overflow:hidden;display:block; }
#gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:8.9375rem;left:25.5rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:22.6875rem;left:30rem;overflow:hidden;display:block; }
#TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:21.375rem;left:30.1875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:14.4375rem;left:26.9375rem;height:5.9985375rem;text-align:left;text-align-last:left;display:block; }
#z85XsM4NRLx2MyHbbDQguNCSQ1VWekWh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:21.25rem;left:26.9375rem;overflow:hidden;display:block; }
#cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.875rem;left:26.875rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:8.9375rem;left:50.9375rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.07) ;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; }
#CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { position:absolute;display:block;z-index:15026;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.25rem;width:6.875rem;top:22.6875rem;left:55.4375rem;overflow:hidden;display:block; }
#WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:21.375rem;left:55.625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:14.4375rem;left:52.375rem;height:5.9985375rem;text-align:left;text-align-last:left;display:block; }
#kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.875rem;left:52.3125rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RntGnIIGKxgVi6DKTwlnSIrg8A83XEDU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:21.25rem;left:52.375rem;overflow:hidden;display:block; }
#L0roLHQXVLrU04WHF760RbkhIkrqsz9u { background-color:#926a07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { background-color: transparent; background-image: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container > .video-iframe-container { display: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container { display: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .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); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { border-width: 0; border-radius: 0; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.9375rem;left:17rem;height:2.6995875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:18.9375rem;overflow:hidden;display:block; }
#Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:56.75rem;overflow:hidden;display:block; }
#yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:18.9375rem;overflow:hidden;display:block; }
#c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:37.8125rem;overflow:hidden;display:block; }
#z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:56.75rem;overflow:hidden;display:block; }
#vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:0rem;overflow:hidden;display:block; }
#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { 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:none; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { border-width: 0; border-radius: 0; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:none; }#iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:34.875rem;top:6.46875rem;left:32.625rem;display:block; }
#uvnGJdf83T445EqW69C8nRl29pTNAkTw { position:absolute;display:block;z-index:15003;background-color:#926a07;background-image:none;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.5rem;top:4.625rem;left:55rem;display:block; }
#gLqB98XIZeOQsdELH3t6MHe807JHTATa { color:#926a07;display:block;width:24.43725rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.6240234375rem;left:6.1865234375rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { color:#333333;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:8.011474609375rem;left:1.8125rem;height:16.8823125rem;text-align:justify;text-align-last:initial;display:block; }
#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87b647d4-08bd-4c1c-ba55-1b6590a26d1f/softnesseleganceoldfashionedtextilespilehighgeneratedbyai11.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; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.adaptive-delivery-prevent-bg, #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.lazyload, #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.lazyloading { background-image: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { background-color: transparent; background-image: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container > .video-iframe-container { display: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container { display: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .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); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { border-width: 0; border-radius: 0; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX::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; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { box-sizing:content-box;height:35.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.6875rem;left:38.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { color:#926a07;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.875rem;left:41.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { color:#251d12;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:43.5rem;height:1.19934375rem;font-style:normal;display:block; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-form-header {  }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:27.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:#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.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:27.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:#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.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:27.125rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:27.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { 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:#9c642e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:27.125rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]:-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]::-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.875rem;overflow:hidden;font-style:normal;float:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container:first-of-type{padding-top:0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container:last-of-type{padding-bottom:0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.311767578125rem;left:22.686767578125rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.125rem;display:block;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5rem;left:40.125rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Z6w0SQ34veJPPI03dxrpsON8AdfyLJcf { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #OszqhMiwSuamCcr9DLPSqLUDvJdUeUkq { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #pC8dtb0diOaCiZWQIEkqo9fBeXC41kfQ { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 { position:relative;z-index:2; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW { position:relative; }
#cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:#9c642e;background-image:none;top:4.875rem;left:41.5625rem;display:block; }
#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { color:#000000;display:block;width:19.24925rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.9375rem;left:45.3125rem;height:1.13769375rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
#uXFUchkR8Z6D9ZmJtmTiPyEgzQDW9uod { position:absolute;display:block;z-index:15011;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;height:35.4375rem;width:29.0625rem;top:2.686767578125rem;left:3.88916015625rem;overflow:hidden;display:block; }
#Q2dUiH6DertoZSxLlEXgxXakETcww4BO { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { background-color: transparent; background-image: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container > .video-iframe-container { display: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container { display: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .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); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { border-width: 0; border-radius: 0; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#l6MuFaui4QPaWo0cc22yeZwZzHOrld84 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.1875rem;left:35.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIW2M0iiu0LvQSDyanlktMP5W7wmITaG { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:35.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PK0zOJ6uepMUHelJn4Jmxarfm6h3i9wH { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:35.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.76953125rem;left:35.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.45703125rem;left:53.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:53.875rem;height:1.05590625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:53.9375rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#787878;background-image:none;top:18.25rem;left:0rem;display:block; }
#XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.75rem;left:0rem;height:1.2182625rem;text-align:left;text-align-last:left;display:block; }
#xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { position:absolute;display:block;z-index:15001;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:13.625rem;width:13.625rem;top:2.380859375rem;left:0rem;overflow:hidden;display:block; }
#HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { background-color:rgba(0,0,0,0);background-image:none;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.327392578125rem;left:63.4365234375rem;display:block; }
#vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDnS9lL6zRx1oowE8eot8P0ufp17THG5 { color:#ffffff;display:block;width:16.62475rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.199462890625rem;left:53.87451171875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#JDnS9lL6zRx1oowE8eot8P0ufp17THG5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDnS9lL6zRx1oowE8eot8P0ufp17THG5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { border-width: 0; border-radius: 0; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .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; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#aTN6JTZkGzxcgtslHRfG4z892mm34oDM { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#RSanGnqhEST4qzXJQARtXwmL8TELkx6c { background-color:#fd990c;background-image:none;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: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:none; }
#DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { display:block; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { width:9.5625rem;height:2.1875rem;top:2.75rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block; }
 }@media only screen and (max-width: 763px) { #OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { top:1.9375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { top:2.75rem;left:17.125rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { top:2.75rem;left:24.375rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8oFONnO0swomaRDC99lDEf8AqUD6gB { top:0.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { top:2.0625rem;left:39.5625rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { top:2.75rem;left:30.75rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { top:2.75rem;left:38.1875rem;width:4.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { display:block; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { display:none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hybaCLSoHomxQTgSEmmOHkzucCIApSNS { display:none; }
 }@media only screen and (max-width: 763px) { #pUXtHNudflaRvuoRFim3vPDsKb8QixCG { top:7.8125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH47QF6POE5ykuOVerH7etqpIFfsylvA { top:9.9375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { top:12rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { top:14.125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { top:1.625rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { width:9.25rem;height:2.1875rem;top:2.5rem;left:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { display:block; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { top:10.625rem;left:0rem;width:44.125rem;height:9.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { top:3.4375rem;left:20.875rem;width:26.875rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { top:19.375rem;left:0rem;width:34.375rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { top:6.6875rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { top:5.1875rem;left:27.0625rem;width:20.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { width:21.5625rem;height:auto;top:8.25rem;left:23.6875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { width:21.5625rem;height:auto;top:8.25rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C {  }
 }@media only screen and (max-width: 763px) { #rbOWnkTnQw6uTET63K5irainpybWTnR8 { top:5.6875rem;left:37rem;width:1.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { top:34.75rem;left:28.5rem;width:19.25rem;height:1.125rem;font-size:0.8125rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { width:20.9375rem;height:3.4375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block; }
 }@media only screen and (max-width: 763px) { #PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { top:8.5625rem;left:0rem;width:30.125rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { top:14.125rem;left:0rem;width:33.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { top:3.3125rem;left:18.9375rem;width:28.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai0ii5K11oloPIvkrlCiH1L3X0lwAma { display:block; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDfIQAKMyemS05yW2lTlEuXU3n51Bgbu { top:1.25rem;left:0rem;width:30.375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVSQDb5wi8Wzk84zkKI64HcRCJ3y5Qfv { width:19.5625rem;height:4.375rem;top:1.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeyR69r81kePl11rZ4pKCa9mCXesuVp { display:block; }
 }@media only screen and (max-width: 763px) { #bRGgRpUpxMUMJMmfIoxDdwBkgrwQqTSR { width:20.9375rem;height:3.4375rem;top:2.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0KhxynPS3oOUqwVw6zDzhWs7wP2v0sD { display:block; }
 }@media only screen and (max-width: 763px) { #SDWM08crn63zi3cOLDSRJeGUxTDtCyWs { top:3.3125rem;left:36.75rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa { display:block; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZquuOrxU3vSevZZVJ1XEEGSlUVfxsKSG { top:3.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVLvhof1cDqOVGIRhLyxzTQFUcW4rSsQ { top:9.375rem;left:13.625rem;width:34.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCWDcUO6UWSHqz7D3uoKH4mMGTnM4s3 { top:14rem;left:18.25rem;width:29.5rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9lV0fJvJ3IG0TIvnxyK4weie3EkWeT { top:11.5625rem;left:18.3125rem;width:29.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqtXGyWn1tt92bXA2u1kL94sHi16bb8P { top:9.375rem;left:0rem;width:39.875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ismgp4rBzkRKhd0UUplPnW8kb1wU60G5 { top:33.25rem;left:0rem;width:34.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJlz0FaoGxl1gbUJPTK1X5zI4r5nBF0h { top:37.875rem;left:0rem;width:29.5rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbsS82bGpvR4AtgmkuAReKWqHEXzrD75 { top:33.25rem;left:7.875rem;width:39.875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGFGz3wOc6BATmDHkGIAomswEwIOQEb { top:35.4375rem;left:0rem;width:29.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0 { top:80.9375rem;left:7.875rem;width:39.875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MNVCKiRdtV6iA1SPq7PtTiTQThmeJJ { top:57.0625rem;left:13.625rem;width:34.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0 { top:57.0625rem;left:0rem;width:39.875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCgDkpEwFB4FTRtLnqXx5L4FSzZHSxr { top:61.6875rem;left:18.25rem;width:29.5rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1QISJCWWJ8ehHicr924VIbhQ9gFwyv { top:80.9375rem;left:0rem;width:34.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeq0TTS69nZqe2LlroCB2ddP6XDtpbN { top:85.5625rem;left:0rem;width:29.5rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzevtS1RfaZCgHylPRQIovxcHWzTEAFJ { top:83.125rem;left:0rem;width:29.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCMiMsSWx2UHfbcbDRWBQXKORdhbTQGO { top:59.25rem;left:18.3125rem;width:29.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A { display:block; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdLIboPTERkSb0OsTsccCnzOsMMXuyht { top:1.25rem;left:0rem;width:30.375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuwCTFqaoE4iTLesIcvvme4NsW6BL1l { width:19.5625rem;height:4.375rem;top:1.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqqmb9yoAhIXys2ZMQ7ZSAPfxT7mO0EU { display:block; }
 }@media only screen and (max-width: 763px) { #p3DQPxTqRRMtLSLahh4zPS5IJ7yxoGsO { width:20.9375rem;height:3.4375rem;top:2.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozuEhtZVszv7Xhn0fkKxOoyfcCktuRpg { display:block; }
 }@media only screen and (max-width: 763px) { #gFbnHJTEBMaJzQQAsAbValxav2y14StV { top:3.3125rem;left:36.75rem;width:3.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA { display:block; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaBS4dB3PcO63XiGsS4OvOfX4wh9teb6 { top:3.8125rem;left:3.3125rem;width:41.125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdoxTdvAisib95ZN8di8EmoSDf2xM6P { top:9.6875rem;left:0rem;width:6.125rem;height:5.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi2bmUAZe5WJcA58UFv6gHbZcioODTPs { top:11.6875rem;left:0rem;width:11.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauPa05hOzCV27fK52qeowTBy4wHxegf { top:15.3125rem;left:0rem;width:16.875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfdHMU2ilprpnq5a2wNoPS5WquChVqKC { top:10.4375rem;left:4.5rem;width:0.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFWFNdTy7dSlffeINAqKTGRTowvD05NT { top:15.3125rem;left:5.5625rem;width:16.875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k771KnikfPdqdhOlihdpJQbS9soZtg17 { top:10.4375rem;left:23.6875rem;width:0.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rISI9ua8wWHzTCLe9xgGwSfT2XdRbrTL { top:9.6875rem;left:5.5625rem;width:6.125rem;height:5.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNASepcZXxPSzfxaKk8W9XrlaOeEpRSC { top:11.6875rem;left:11.5625rem;width:11.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TyfVDSA6LEs6JyLCW9nQrZTKIz0Cvl { top:15.3125rem;left:25.125rem;width:16.875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94dPivpr6W93hTJhlyZD0iM5SryeXdD { top:10.4375rem;left:43.25rem;width:0.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTui5JDZU2FCTaq0rXQr7i2HWFwJqGXE { top:9.6875rem;left:25.125rem;width:6.125rem;height:5.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IsdEFUXBynAXeW2VSVzsTAuQHhnzhp { top:11.6875rem;left:31.125rem;width:11.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1L5iSkcMl5dT7tOO2H1diQ4UBhD19X7 { top:15.3125rem;left:30.875rem;width:16.875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ5wTfvhAz0gUFF2vNh1BT1qtlzlWMbt { top:9.6875rem;left:41.625rem;width:6.125rem;height:5.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHrng4518DRJ9do6MgGzzeWGF8NEWkC8 { top:11.6875rem;left:37.5rem;width:10.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { top:3.4375rem;left:4.03125rem;width:39.6875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { top:8.9375rem;left:0rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { top:21.3125rem;left:0rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbM66dtn7tMufWifQp6uxfESaMIBtmVb { top:12.75rem;left:0rem;width:21.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { top:22.6875rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { width:19.9375rem;height:3.4375rem;top:29.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block; }
 }@media only screen and (max-width: 763px) { #Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { top:10.875rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0Oi3DPSAgGutl2AAEECMQe4DvPhGS6 { top:21.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { top:8.9375rem;left:11.875rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { top:22.6875rem;left:16.375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { top:21.375rem;left:16.5625rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { top:14.4375rem;left:13.3125rem;width:21.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z85XsM4NRLx2MyHbbDQguNCSQ1VWekWh { top:21.25rem;left:13.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { top:10.875rem;left:13.25rem;width:16.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { top:8.9375rem;left:23.6875rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { top:22.6875rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { top:21.375rem;left:33.8125rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { top:14.4375rem;left:26.5rem;width:21.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { top:10.875rem;left:31rem;width:16.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RntGnIIGKxgVi6DKTwlnSIrg8A83XEDU { top:21.25rem;left:38.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0roLHQXVLrU04WHF760RbkhIkrqsz9u { display:block; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { top:3.9375rem;left:3.375rem;width:41rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { top:8.8125rem;left:0rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { top:8.8125rem;left:5.3125rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { top:8.8125rem;left:24.1875rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { top:8.8125rem;left:29.5rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { top:26.125rem;left:5.3125rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { top:26.125rem;left:24.1875rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { top:26.125rem;left:29.5rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { top:26.125rem;left:0rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { display:block; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { width:34.875rem;height:19.562170691843rem;top:6.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnGJdf83T445EqW69C8nRl29pTNAkTw { top:4.5625rem;left:35.25rem;width:12.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLqB98XIZeOQsdELH3t6MHe807JHTATa { top:4.5625rem;left:0rem;width:24.375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { top:8rem;left:0rem;width:28.5rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { display:block; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { top:2.6875rem;left:15.1875rem;width:32.5rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { top:5.875rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { top:4.375rem;left:27.0625rem;width:20.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-textarea { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-checkbox-label { width:25.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { width:27.125rem;height:auto;top:8.25rem;left:9.061767578125rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { width:27.0625rem;height:26.875rem;top:7.5rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Z6w0SQ34veJPPI03dxrpsON8AdfyLJcf {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #OszqhMiwSuamCcr9DLPSqLUDvJdUeUkq {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #pC8dtb0diOaCiZWQIEkqo9fBeXC41kfQ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW {  }
 }@media only screen and (max-width: 763px) { #cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { top:4.875rem;left:27.9375rem;width:1.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { top:35.9375rem;left:28.5625rem;width:19.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #uXFUchkR8Z6D9ZmJtmTiPyEgzQDW9uod { top:2.625rem;left:0rem;width:29.0625rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2dUiH6DertoZSxLlEXgxXakETcww4BO { display:block; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6MuFaui4QPaWo0cc22yeZwZzHOrld84 { top:10.1875rem;left:22.25rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIW2M0iiu0LvQSDyanlktMP5W7wmITaG { top:12.0625rem;left:22.25rem;width:11rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0zOJ6uepMUHelJn4Jmxarfm6h3i9wH { top:8.125rem;left:22.2490234375rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { top:6.1875rem;left:22.25rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { top:3.75rem;left:22.25rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { top:3.4375rem;left:36.8125rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { top:6.1875rem;left:36.6875rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { top:8.1875rem;left:30.1875rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { top:10.125rem;left:31.1875rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { top:18.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { top:19.75rem;left:0rem;width:29.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { top:2.375rem;left:0rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { width:9.5625rem;height:2.3125rem;top:19.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block; }
 }@media only screen and (max-width: 763px) { #JDnS9lL6zRx1oowE8eot8P0ufp17THG5 { top:13.1875rem;left:31.1875rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#JDnS9lL6zRx1oowE8eot8P0ufp17THG5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { display:none; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTN6JTZkGzxcgtslHRfG4z892mm34oDM { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #RSanGnqhEST4qzXJQARtXwmL8TELkx6c { width:23.625rem;height:3.4375rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { position:relative;z-index:auto;display:none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { width:10.5rem;height:2.5rem;top:11.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block; }
 }@media only screen and (max-width: 763px) { #OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { width:3.125rem;height:3.125rem;top:19.779296875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { width:11.5625rem;height:1.29980625rem;top:19.5rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { width:4rem;height:1.29980625rem;top:22rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8oFONnO0swomaRDC99lDEf8AqUD6gB { width:5.625rem;height:5.625rem;top:24.54980625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { width:8.1875rem;height:0;top:31.42480625rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { width:6.6875rem;height:0;top:33.61230625rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { width:4.75rem;height:0;top:36.11230625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { display:none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { background-color: transparent; background-image: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container > .video-iframe-container { display: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container { display: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .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); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { border-width: 0; border-radius: 0; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hybaCLSoHomxQTgSEmmOHkzucCIApSNS { display:flex;top:2.5rem;left:7.8125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pUXtHNudflaRvuoRFim3vPDsKb8QixCG { width:17.5rem;height:1.29980625rem;top:7.8125rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TH47QF6POE5ykuOVerH7etqpIFfsylvA { width:17.5rem;height:1.29980625rem;top:9.9375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { width:17.5rem;height:1.29980625rem;top:12rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { width:17.5rem;height:1.29980625rem;top:14.125rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { width:7.875rem;height:1.05590625rem;top:2.1875rem;left:11.5rem;font-size:0.8125rem;z-index:15007;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { width:8.1875rem;height:2.5625rem;top:2.5rem;left:11.5rem;z-index:15014;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { top:0.5625rem;left:0rem;width:5.625rem;height:5.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfd15e56-04af-4f31-ad30-3b87923d7f87/vecteezy_luxuriousoldfashionedruginancienteastasiandesign_2477287211.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.adaptive-delivery-prevent-bg, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyload, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyloading { background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { background-color: transparent; background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .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); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { width:20rem;height:12.75025rem;top:3.54736328125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { width:20rem;height:33.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { width:20rem;height:3.56323125rem;top:16.6455078125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { width:17.4375rem;height:1.799925rem;top:30.625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { width:13.9375rem;height:1.19934375rem;top:29.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { width:17.5rem;height:auto;top:32.0625rem;left:0rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { width:17.5rem;height:auto;top:32.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C {  }
 }@media only screen and (max-width: 763px) { #rbOWnkTnQw6uTET63K5irainpybWTnR8 { width:1.5625rem;height:0.1875rem;top:29.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { width:17.4375rem;height:1.05590625rem;top:58.5rem;left:2rem;font-size:0.8125rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { width:20rem;height:3.4375rem;top:21.02734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block; }
 }@media only screen and (max-width: 763px) { #PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { width:18.49975rem;height:2.0996125rem;top:2.7099609375rem;left:0.748291015625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { width:20rem;height:33.74025rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { width:17.3125rem;height:19.8125rem;top:6.083984375rem;left:1.280517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hai0ii5K11oloPIvkrlCiH1L3X0lwAma { display:block; }#Hai0ii5K11oloPIvkrlCiH1L3X0lwAma > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDfIQAKMyemS05yW2lTlEuXU3n51Bgbu { width:20rem;height:4.19921875rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVSQDb5wi8Wzk84zkKI64HcRCJ3y5Qfv { width:19.5625rem;height:3.75rem;top:8.34375rem;left:0.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeyR69r81kePl11rZ4pKCa9mCXesuVp { display:block; }
 }@media only screen and (max-width: 763px) { #bRGgRpUpxMUMJMmfIoxDdwBkgrwQqTSR { width:19rem;height:3.4375rem;top:13rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0KhxynPS3oOUqwVw6zDzhWs7wP2v0sD { display:block; }
 }@media only screen and (max-width: 763px) { #SDWM08crn63zi3cOLDSRJeGUxTDtCyWs { width:3.75rem;height:0;top:12.625rem;left:8.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa { display:block; }#LDOs3IKJWHvETHcgvTCQ9kgL55M8bpVa > .row .container { width:20rem;height:174.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZquuOrxU3vSevZZVJ1XEEGSlUVfxsKSG { width:18.6875rem;height:2.25rem;top:2.4873046875rem;left:0.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVLvhof1cDqOVGIRhLyxzTQFUcW4rSsQ { width:20rem;height:25rem;top:21.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCWDcUO6UWSHqz7D3uoKH4mMGTnM4s3 { width:18.125rem;height:19.49525rem;top:25.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9lV0fJvJ3IG0TIvnxyK4weie3EkWeT { width:18.125rem;height:1.64978125rem;top:23.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqtXGyWn1tt92bXA2u1kL94sHi16bb8P { width:20rem;height:15rem;top:6.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ismgp4rBzkRKhd0UUplPnW8kb1wU60G5 { width:20rem;height:28.125rem;top:63.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJlz0FaoGxl1gbUJPTK1X5zI4r5nBF0h { width:18.125rem;height:20.994875rem;top:68.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbsS82bGpvR4AtgmkuAReKWqHEXzrD75 { width:20rem;height:15rem;top:48.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGFGz3wOc6BATmDHkGIAomswEwIOQEb { width:18.125rem;height:3.2995625rem;top:64.4521484375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIw42N8ga9lAE0tJQGV30n6HTRAT4e0 { width:20rem;height:15rem;top:132.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MNVCKiRdtV6iA1SPq7PtTiTQThmeJJ { width:20rem;height:23.5625rem;top:107.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbK2b30eDcJOFfTmOBTZbLEO2UGdMus0 { width:20rem;height:15rem;top:92.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCgDkpEwFB4FTRtLnqXx5L4FSzZHSxr { width:18.125rem;height:17.995625rem;top:111.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1QISJCWWJ8ehHicr924VIbhQ9gFwyv { width:20rem;height:23.9375rem;top:147.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeq0TTS69nZqe2LlroCB2ddP6XDtpbN { width:18.125rem;height:17.995625rem;top:150.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzevtS1RfaZCgHylPRQIovxcHWzTEAFJ { width:18.125rem;height:1.64978125rem;top:148.625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCMiMsSWx2UHfbcbDRWBQXKORdhbTQGO { width:18.125rem;height:1.64978125rem;top:108.8125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A { display:block; }#RApAz1ifgkhOnDFlUZ8f7Slld8R0Bp4A > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdLIboPTERkSb0OsTsccCnzOsMMXuyht { width:20rem;height:4.19921875rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWuwCTFqaoE4iTLesIcvvme4NsW6BL1l { width:19.5625rem;height:3.75rem;top:8.34375rem;left:0.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqqmb9yoAhIXys2ZMQ7ZSAPfxT7mO0EU { display:block; }
 }@media only screen and (max-width: 763px) { #p3DQPxTqRRMtLSLahh4zPS5IJ7yxoGsO { width:19rem;height:3.4375rem;top:13rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozuEhtZVszv7Xhn0fkKxOoyfcCktuRpg { display:block; }
 }@media only screen and (max-width: 763px) { #gFbnHJTEBMaJzQQAsAbValxav2y14StV { width:3.75rem;height:0;top:12.625rem;left:8.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA { display:block; }#WyvQeGCxkwQckl0D9Q1PBs77PX5TxbsA > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaBS4dB3PcO63XiGsS4OvOfX4wh9teb6 { width:20rem;height:4.19921875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdoxTdvAisib95ZN8di8EmoSDf2xM6P { width:4.1875rem;height:3.30016875rem;top:7.88671875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi2bmUAZe5WJcA58UFv6gHbZcioODTPs { width:15.3125rem;height:1.5rem;top:8.7236328125rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauPa05hOzCV27fK52qeowTBy4wHxegf { width:20rem;height:7.968125rem;top:11.34765625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfdHMU2ilprpnq5a2wNoPS5WquChVqKC { width:0.125rem;height:11.5rem;top:20.37890625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFWFNdTy7dSlffeINAqKTGRTowvD05NT { width:20rem;height:7.968125rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k771KnikfPdqdhOlihdpJQbS9soZtg17 { width:0.125rem;height:11.5rem;top:55.05078125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rISI9ua8wWHzTCLe9xgGwSfT2XdRbrTL { width:4.1875rem;height:3.30016875rem;top:20.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNASepcZXxPSzfxaKk8W9XrlaOeEpRSC { width:11.25rem;height:1.5rem;top:21.4619140625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TyfVDSA6LEs6JyLCW9nQrZTKIz0Cvl { width:20rem;height:6.3745rem;top:36.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94dPivpr6W93hTJhlyZD0iM5SryeXdD { width:0.125rem;height:11.5rem;top:83.32421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTui5JDZU2FCTaq0rXQr7i2HWFwJqGXE { width:4.1875rem;height:3.30016875rem;top:33.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IsdEFUXBynAXeW2VSVzsTAuQHhnzhp { width:11.25rem;height:1.5rem;top:34rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1L5iSkcMl5dT7tOO2H1diQ4UBhD19X7 { width:20rem;height:7.968125rem;top:47.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ5wTfvhAz0gUFF2vNh1BT1qtlzlWMbt { width:4.1875rem;height:3.30016875rem;top:44.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHrng4518DRJ9do6MgGzzeWGF8NEWkC8 { width:11.25rem;height:1.5rem;top:45.1875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { width:20rem;height:4.5rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { width:20rem;height:18.1875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { width:13rem;height:1.40625rem;top:20.6875rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbM66dtn7tMufWifQp6uxfESaMIBtmVb { width:18.125rem;height:8.9978125rem;top:10.8984375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { width:6.875rem;height:1.25rem;top:22rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { width:20rem;height:3.4375rem;top:67.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block; }
 }@media only screen and (max-width: 763px) { #Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { width:18.125rem;height:1.4624rem;top:8.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0Oi3DPSAgGutl2AAEECMQe4DvPhGS6 { width:2.8125rem;height:2.8125rem;top:20.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { width:20rem;height:18.25rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { width:6.875rem;height:1.25rem;top:41.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { width:13rem;height:1.40625rem;top:40.5625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { width:18.125rem;height:7.4981875rem;top:32.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z85XsM4NRLx2MyHbbDQguNCSQ1VWekWh { width:2.8125rem;height:2.8125rem;top:40.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { width:18.125rem;height:2.92358125rem;top:28.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { width:20rem;height:17.875rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { width:6.875rem;height:1.25rem;top:60.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { width:13rem;height:1.40625rem;top:59.25rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { width:18.125rem;height:5.9985375rem;top:52.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { width:18.125rem;height:2.92358125rem;top:48.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RntGnIIGKxgVi6DKTwlnSIrg8A83XEDU { width:2.8125rem;height:2.8125rem;top:59.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0roLHQXVLrU04WHF760RbkhIkrqsz9u { display:block; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { width:20rem;height:159.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { width:20rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { width:20rem;height:17.875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { width:20rem;height:17.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { width:20rem;height:17.875rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { width:20rem;height:17.875rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { width:20rem;height:17.875rem;top:100.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { width:20rem;height:17.875rem;top:119.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { width:20rem;height:17.875rem;top:138.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { width:20rem;height:17.875rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { display:none; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { height:11.1875rem;width:20rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnGJdf83T445EqW69C8nRl29pTNAkTw { width:12.5rem;height:2rem;top:5.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLqB98XIZeOQsdELH3t6MHe807JHTATa { width:20rem;height:2.24975625rem;top:1.871337890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { width:20rem;height:23.63525rem;top:19.43603515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { display:block; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { width:20rem;height:34.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { width:17.4375rem;height:1.799925rem;top:32.875rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { width:13.9375rem;height:1.19934375rem;top:31.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { width:17.5rem;height:auto;top:7.6875rem;left:0rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { width:17.5rem;height:auto;top:34.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Z6w0SQ34veJPPI03dxrpsON8AdfyLJcf {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #OszqhMiwSuamCcr9DLPSqLUDvJdUeUkq {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #pC8dtb0diOaCiZWQIEkqo9fBeXC41kfQ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW {  }
 }@media only screen and (max-width: 763px) { #cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { width:1.5625rem;height:0.1875rem;top:35.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { width:17.4375rem;height:1.05590625rem;top:60.875rem;left:1.6875rem;font-size:0.8125rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #uXFUchkR8Z6D9ZmJtmTiPyEgzQDW9uod { width:20rem;height:24.386752688172rem;top:2.957763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2dUiH6DertoZSxLlEXgxXakETcww4BO { display:block; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6MuFaui4QPaWo0cc22yeZwZzHOrld84 { width:15rem;height:1.13769375rem;top:19.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIW2M0iiu0LvQSDyanlktMP5W7wmITaG { width:15rem;height:1.13769375rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0zOJ6uepMUHelJn4Jmxarfm6h3i9wH { width:15rem;height:1.13769375rem;top:17.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { width:15rem;height:1.13769375rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { width:10.3125rem;height:1.4624rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { width:10.9375rem;height:1.4624rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { width:11.0625rem;height:1.13769375rem;top:26rem;left:0rem;font-size:0.875rem;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { width:18.75rem;height:1.13769375rem;top:28rem;left:0rem;font-size:0.875rem;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { width:19.75rem;height:2.2753875rem;top:29.8125rem;left:0rem;font-size:0.875rem;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { width:20rem;height:0.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { width:20rem;height:1.125rem;top:38.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { width:9.125rem;height:9.125rem;top:2rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { width:9.5625rem;height:2.3125rem;top:32.811279296875rem;left:5.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block; }
 }@media only screen and (max-width: 763px) { #JDnS9lL6zRx1oowE8eot8P0ufp17THG5 { width:16.5625rem;height:2.2753875rem;top:40.93688671875rem;left:1.6875rem;font-size:0.875rem;display:block; }#JDnS9lL6zRx1oowE8eot8P0ufp17THG5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTN6JTZkGzxcgtslHRfG4z892mm34oDM { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #RSanGnqhEST4qzXJQARtXwmL8TELkx6c { width:18.125rem;height:3.4375rem;top:0rem;left:0.9375rem;font-size:1.125rem;z-index:15010;background-color:#926a07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:poppins;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block; }
 }